(fit, src, context, projectionRange, **kwargs)
| 31098 | |
| 31099 | @staticmethod |
| 31100 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31101 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Energy Nosferatu', 'Energy Neutralizer'), |
| 31102 | 'falloffEffectiveness', src.getModifiedItemAttr('eliteBonusCovertOps1'), |
| 31103 | stackingPenalties=True, skill='Covert Ops', **kwargs) |
| 31104 | |
| 31105 | |
| 31106 | class Effect6730(BaseEffect): |
nothing calls this directly
no test coverage detected