(fit, ship, context, projectionRange, **kwargs)
| 22521 | |
| 22522 | @staticmethod |
| 22523 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22524 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 22525 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusAI2'), |
| 22526 | skill='Amarr Hauler', **kwargs) |
| 22527 | |
| 22528 | |
| 22529 | class Effect5873(BaseEffect): |
nothing calls this directly
no test coverage detected