(fit, src, context, projectionRange, **kwargs)
| 25038 | |
| 25039 | @staticmethod |
| 25040 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25041 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25042 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 25043 | |
| 25044 | |
| 25045 | class Effect6234(BaseEffect): |
nothing calls this directly
no test coverage detected