(fit, ship, context, projectionRange, **kwargs)
| 35562 | |
| 35563 | @staticmethod |
| 35564 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35565 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 35566 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGC3'), |
| 35567 | skill='Gallente Cruiser', **kwargs) |
| 35568 | |
| 35569 | |
| 35570 | class Effect7232(BaseEffect): |
nothing calls this directly
no test coverage detected