(fit, src, context, projectionRange, **kwargs)
| 13728 | |
| 13729 | @staticmethod |
| 13730 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13731 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'energyNeutralizerAmount', |
| 13732 | src.getModifiedItemAttr('subsystemBonusAmarrCore2'), skill='Amarr Core Systems', **kwargs) |
| 13733 | |
| 13734 | |
| 13735 | class Effect4248(BaseEffect): |
nothing calls this directly
no test coverage detected