(fit, src, context, projectionRange, **kwargs)
| 25102 | |
| 25103 | @staticmethod |
| 25104 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25105 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25106 | src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 25107 | |
| 25108 | |
| 25109 | class Effect6242(BaseEffect): |
nothing calls this directly
no test coverage detected