(fit, src, context, projectionRange, **kwargs)
| 25054 | |
| 25055 | @staticmethod |
| 25056 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25057 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'maxRange', |
| 25058 | src.getModifiedItemAttr('eliteBonusReconShip1'), skill='Recon Ships', **kwargs) |
| 25059 | |
| 25060 | |
| 25061 | class Effect6237(BaseEffect): |
nothing calls this directly
no test coverage detected