(fit, ship, context, projectionRange, **kwargs)
| 36552 | |
| 36553 | @staticmethod |
| 36554 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36555 | fit.ship.boostItemAttr('armorHP', ship.getModifiedItemAttr('shipBonusAD2'), |
| 36556 | skill='Amarr Destroyer', **kwargs) |
| 36557 | |
| 36558 | |
| 36559 | class Effect8100(BaseEffect): |
nothing calls this directly
no test coverage detected