(fit, ship, context, projectionRange, **kwargs)
| 15847 | |
| 15848 | @staticmethod |
| 15849 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15850 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 15851 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonus2AF'), |
| 15852 | skill='Amarr Frigate', **kwargs) |
| 15853 | |
| 15854 | |
| 15855 | class Effect4782(BaseEffect): |
nothing calls this directly
no test coverage detected