(fit, module, context, projectionRange, **kwargs)
| 24233 | |
| 24234 | @staticmethod |
| 24235 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24236 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24237 | 'aoeVelocity', module.getModifiedItemAttr('aoeVelocityBonus'), |
| 24238 | stackingPenalties=True, **kwargs) |
| 24239 | |
| 24240 | |
| 24241 | class Effect6128(BaseEffect): |
nothing calls this directly
no test coverage detected