(fit, ship, context, projectionRange, **kwargs)
| 42112 | |
| 42113 | @staticmethod |
| 42114 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42115 | fit.modules.filteredItemMultiply( |
| 42116 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'capacitorNeed', |
| 42117 | 1 / ship.getModifiedItemAttr('modeRemoteRepairCapacitorCostPostDiv'), **kwargs) |
| 42118 | |
| 42119 | |
| 42120 | class Effect12576(BaseEffect): |
nothing calls this directly
no test coverage detected