(fit, ship, context, projectionRange, **kwargs)
| 42163 | |
| 42164 | @staticmethod |
| 42165 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42166 | fit.modules.filteredItemMultiply( |
| 42167 | lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'shieldBonus', |
| 42168 | 1 / ship.getModifiedItemAttr('modeRemoteRepairBonusPostDiv'), **kwargs) |
| 42169 | |
| 42170 | |
| 42171 | class Effect12579(BaseEffect): |
nothing calls this directly
no test coverage detected