(fit, src, context, projectionRange, **kwargs)
| 23551 | |
| 23552 | @staticmethod |
| 23553 | def handler(fit, src, context, projectionRange, **kwargs): |
| 23554 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 23555 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 23556 | |
| 23557 | |
| 23558 | class Effect6025(BaseEffect): |
nothing calls this directly
no test coverage detected