(fit, src, context, projectionRange, **kwargs)
| 25086 | |
| 25087 | @staticmethod |
| 25088 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25089 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'falloffEffectiveness', |
| 25090 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 25091 | |
| 25092 | |
| 25093 | class Effect6241(BaseEffect): |
nothing calls this directly
no test coverage detected