(fit, ship, context, projectionRange, **kwargs)
| 42129 | |
| 42130 | @staticmethod |
| 42131 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42132 | fit.modules.filteredItemMultiply( |
| 42133 | lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'capacitorNeed', |
| 42134 | 1 / ship.getModifiedItemAttr('modeRemoteRepairCapacitorCostPostDiv'), **kwargs) |
| 42135 | |
| 42136 | |
| 42137 | class Effect12577(BaseEffect): |
nothing calls this directly
no test coverage detected