(cls, fit, booster, context, projectionRange, **kwargs)
| 8131 | |
| 8132 | @classmethod |
| 8133 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8134 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 8135 | 'aoeVelocity', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8136 | |
| 8137 | |
| 8138 | class Effect2756(BaseEffect): |
nothing calls this directly
no test coverage detected