(fit, src, context, projectionRange, **kwargs)
| 26028 | |
| 26029 | @staticmethod |
| 26030 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26031 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), 'falloffEffectiveness', |
| 26032 | src.getModifiedItemAttr('roleBonus'), **kwargs) |
| 26033 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), 'maxRange', |
| 26034 | src.getModifiedItemAttr('roleBonus'), **kwargs) |
| 26035 | |
| 26036 | |
| 26037 | class Effect6353(BaseEffect): |
nothing calls this directly
no test coverage detected