(fit, module, context, projectionRange, **kwargs)
| 7582 | |
| 7583 | @staticmethod |
| 7584 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7585 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 7586 | 'capacitorNeed', module.getModifiedItemAttr('capNeedBonus'), **kwargs) |
| 7587 | |
| 7588 | |
| 7589 | class Effect2689(BaseEffect): |
nothing calls this directly
no test coverage detected