(fit, src, context, projectionRange, **kwargs)
| 26637 | |
| 26638 | @staticmethod |
| 26639 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26640 | groups = ('Structure ECM Battery', 'Structure Disruption Battery') |
| 26641 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 26642 | 'capacitorNeed', src.getModifiedItemAttr('structureRigEwarCapUseBonus'), **kwargs) |
| 26643 | |
| 26644 | |
| 26645 | class Effect6408(BaseEffect): |
nothing calls this directly
no test coverage detected