(fit, src, context, projectionRange, **kwargs)
| 42329 | |
| 42330 | @staticmethod |
| 42331 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42332 | fit.modules.filteredItemBoost( |
| 42333 | lambda mod: mod.item.group.name == 'Energy Neutralizer', 'maxRange', |
| 42334 | src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 42335 | |
| 42336 | |
| 42337 | class Effect12740(BaseEffect): |
nothing calls this directly
no test coverage detected