(fit, module, context, projectionRange, **kwargs)
| 12341 | |
| 12342 | @staticmethod |
| 12343 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12344 | fit.ship.boostItemAttr('armorHP', module.getModifiedItemAttr('subsystemBonusAmarrDefensive'), |
| 12345 | skill='Amarr Defensive Systems', **kwargs) |
| 12346 | |
| 12347 | |
| 12348 | class Effect3992(BaseEffect): |
nothing calls this directly
no test coverage detected