(fit, ship, context, projectionRange, **kwargs)
| 19407 | |
| 19408 | @staticmethod |
| 19409 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19410 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 19411 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGBC2'), |
| 19412 | skill='Gallente Battlecruiser', **kwargs) |
| 19413 | |
| 19414 | |
| 19415 | class Effect5343(BaseEffect): |
nothing calls this directly
no test coverage detected