(fit, ship, context, projectionRange, **kwargs)
| 20826 | |
| 20827 | @staticmethod |
| 20828 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20829 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 20830 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGC2'), |
| 20831 | skill='Gallente Cruiser', **kwargs) |
| 20832 | |
| 20833 | |
| 20834 | class Effect5555(BaseEffect): |
nothing calls this directly
no test coverage detected