(fit, src, context, projectionRange, **kwargs)
| 25070 | |
| 25071 | @staticmethod |
| 25072 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25073 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25074 | src.getModifiedItemAttr('eliteBonusReconShip2'), skill='Recon Ships', **kwargs) |
| 25075 | |
| 25076 | |
| 25077 | class Effect6238(BaseEffect): |
nothing calls this directly
no test coverage detected