(fit, ship, context, projectionRange, **kwargs)
| 34670 | |
| 34671 | @staticmethod |
| 34672 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34673 | fit.modules.filteredItemBoost( |
| 34674 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Remote Armor Repair Systems'), |
| 34675 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 34676 | |
| 34677 | |
| 34678 | class Effect7093(BaseEffect): |
nothing calls this directly
no test coverage detected