(fit, skill, context, projectionRange, **kwargs)
| 7015 | |
| 7016 | @staticmethod |
| 7017 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 7018 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Capacitor Emission Systems'), |
| 7019 | 'capacitorNeed', skill.getModifiedItemAttr('capNeedBonus') * skill.level, **kwargs) |
| 7020 | |
| 7021 | |
| 7022 | class Effect2402(BaseEffect): |
nothing calls this directly
no test coverage detected