(fit, src, context, projectionRange, **kwargs)
| 34648 | |
| 34649 | @staticmethod |
| 34650 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34651 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capacitor Emission Systems'), 'capacitorNeed', src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 34652 | |
| 34653 | |
| 34654 | class Effect7092(BaseEffect): |
nothing calls this directly
no test coverage detected