(fit, container, context, projectionRange, **kwargs)
| 8790 | |
| 8791 | @staticmethod |
| 8792 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8793 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Defender Missiles'), |
| 8794 | 'maxVelocity', container.getModifiedItemAttr('missileVelocityBonus'), **kwargs) |
| 8795 | |
| 8796 | |
| 8797 | class Effect2881(BaseEffect): |
nothing calls this directly
no test coverage detected