(fit, ship, context, projectionRange, **kwargs)
| 16558 | |
| 16559 | @staticmethod |
| 16560 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16561 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 16562 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGF2'), |
| 16563 | skill='Gallente Frigate', **kwargs) |
| 16564 | |
| 16565 | |
| 16566 | class Effect4936(BaseEffect): |
nothing calls this directly
no test coverage detected