(fit, module, context, projectionRange, **kwargs)
| 12325 | |
| 12326 | @staticmethod |
| 12327 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12328 | fit.ship.boostItemAttr('armorHP', module.getModifiedItemAttr('subsystemBonusGallenteDefensive'), |
| 12329 | skill='Gallente Defensive Systems', **kwargs) |
| 12330 | |
| 12331 | |
| 12332 | class Effect3982(BaseEffect): |
nothing calls this directly
no test coverage detected