(fit, ship, context, projectionRange, **kwargs)
| 9982 | |
| 9983 | @staticmethod |
| 9984 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9985 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 9986 | 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonusAC'), |
| 9987 | skill='Amarr Cruiser', **kwargs) |
| 9988 | |
| 9989 | |
| 9990 | class Effect3299(BaseEffect): |
nothing calls this directly
no test coverage detected