(fit, ship, context, projectionRange, **kwargs)
| 2751 | |
| 2752 | @staticmethod |
| 2753 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2754 | fit.ship.boostItemAttr('armorHP', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2755 | skill='Amarr Cruiser', **kwargs) |
| 2756 | |
| 2757 | |
| 2758 | class Effect912(BaseEffect): |
nothing calls this directly
no test coverage detected