(cls, fit, booster, context, projectionRange, **kwargs)
| 8112 | |
| 8113 | @classmethod |
| 8114 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8115 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 8116 | 'maxVelocity', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8117 | |
| 8118 | |
| 8119 | class Effect2749(BaseEffect): |
nothing calls this directly
no test coverage detected