(fit, src, context, projectionRange, **kwargs)
| 34809 | |
| 34810 | @staticmethod |
| 34811 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34812 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'capacitorNeed', |
| 34813 | src.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 34814 | |
| 34815 | |
| 34816 | class Effect7116(BaseEffect): |
nothing calls this directly
no test coverage detected