(fit, skill, context, projectionRange, **kwargs)
| 31884 | |
| 31885 | @staticmethod |
| 31886 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 31887 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Defender Missiles'), |
| 31888 | 'maxVelocity', skill.getModifiedItemAttr('missileVelocityBonus') * skill.level, **kwargs) |
| 31889 | |
| 31890 | |
| 31891 | class Effect6845(BaseEffect): |
nothing calls this directly
no test coverage detected