(fit, ship, context, projectionRange, **kwargs)
| 10001 | |
| 10002 | @staticmethod |
| 10003 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10004 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 10005 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonusAF'), |
| 10006 | skill='Amarr Frigate', **kwargs) |
| 10007 | |
| 10008 | |
| 10009 | class Effect3313(BaseEffect): |
nothing calls this directly
no test coverage detected