(fit, ship, context, projectionRange, **kwargs)
| 22538 | |
| 22539 | @staticmethod |
| 22540 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22541 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 22542 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGI2'), |
| 22543 | skill='Gallente Hauler', **kwargs) |
| 22544 | |
| 22545 | |
| 22546 | class Effect5874(BaseEffect): |
nothing calls this directly
no test coverage detected