(fit, ship, context, projectionRange, **kwargs)
| 34695 | |
| 34696 | @staticmethod |
| 34697 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34698 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Energy Pulse Weapons'), |
| 34699 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 34700 | |
| 34701 | |
| 34702 | class Effect7094(BaseEffect): |
nothing calls this directly
no test coverage detected