(fit, ship, context, projectionRange, **kwargs)
| 9964 | |
| 9965 | @staticmethod |
| 9966 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9967 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 9968 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonusAB'), |
| 9969 | skill='Amarr Battleship', **kwargs) |
| 9970 | |
| 9971 | |
| 9972 | class Effect3298(BaseEffect): |
nothing calls this directly
no test coverage detected