(fit, src, context, projectionRange, **kwargs)
| 23535 | |
| 23536 | @staticmethod |
| 23537 | def handler(fit, src, context, projectionRange, **kwargs): |
| 23538 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'maxRange', |
| 23539 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 23540 | |
| 23541 | |
| 23542 | class Effect6021(BaseEffect): |
nothing calls this directly
no test coverage detected