(fit, beacon, context, projectionRange, **kwargs)
| 12650 | |
| 12651 | @staticmethod |
| 12652 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12653 | fit.modules.filteredChargeMultiply( |
| 12654 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12655 | 'aoeVelocity', beacon.getModifiedItemAttr('aoeVelocityMultiplier'), |
| 12656 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12657 | |
| 12658 | |
| 12659 | class Effect4033(BaseEffect): |
nothing calls this directly
no test coverage detected