(fit, ship, context, projectionRange, **kwargs)
| 6963 | |
| 6964 | @staticmethod |
| 6965 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6966 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 6967 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 6968 | skill='Recon Ships', **kwargs) |
| 6969 | |
| 6970 | |
| 6971 | class Effect2354(BaseEffect): |
nothing calls this directly
no test coverage detected