(fit, beacon, context, projectionRange, **kwargs)
| 40329 | |
| 40330 | @staticmethod |
| 40331 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 40332 | fit.modules.filteredItemMultiply( |
| 40333 | lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), |
| 40334 | 'aoeVelocity', beacon.getModifiedItemAttr('aoeVelocityMultiplier'), |
| 40335 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 40336 | |
| 40337 | |
| 40338 | class Effect11992(BaseEffect): |
nothing calls this directly
no test coverage detected