(fit, ship, context, projectionRange, **kwargs)
| 18169 | |
| 18170 | @staticmethod |
| 18171 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18172 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 18173 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('rookieNeutDrain'), **kwargs) |
| 18174 | |
| 18175 | |
| 18176 | class Effect5209(BaseEffect): |
nothing calls this directly
no test coverage detected