(fit, src, context, projectionRange, **kwargs)
| 25251 | |
| 25252 | @staticmethod |
| 25253 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25254 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25255 | src.getModifiedItemAttr('eliteBonusElectronicAttackShip3'), |
| 25256 | skill='Electronic Attack Ships', **kwargs) |
| 25257 | |
| 25258 | |
| 25259 | class Effect6273(BaseEffect): |
nothing calls this directly
no test coverage detected