(fit, ship, context, projectionRange, **kwargs)
| 19732 | |
| 19733 | @staticmethod |
| 19734 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19735 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 19736 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGB2'), |
| 19737 | skill='Gallente Battleship', **kwargs) |
| 19738 | |
| 19739 | |
| 19740 | class Effect5378(BaseEffect): |
nothing calls this directly
no test coverage detected