(fit, src, context, projectionRange, **kwargs)
| 26594 | |
| 26595 | @staticmethod |
| 26596 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26597 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer', |
| 26598 | 'capacitorNeed', src.getModifiedItemAttr('structureRigEwarCapUseBonus'), |
| 26599 | stackingPenalties=True, **kwargs) |
| 26600 | |
| 26601 | |
| 26602 | class Effect6406(BaseEffect): |
nothing calls this directly
no test coverage detected