(fit, src, context, projectionRange, **kwargs)
| 25118 | |
| 25119 | @staticmethod |
| 25120 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25121 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'maxRange', |
| 25122 | src.getModifiedItemAttr('shipBonusAD2'), skill='Amarr Destroyer', **kwargs) |
| 25123 | |
| 25124 | |
| 25125 | class Effect6245(BaseEffect): |
nothing calls this directly
no test coverage detected