(fit, beacon, context, projectionRange, **kwargs)
| 12489 | |
| 12490 | @staticmethod |
| 12491 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12492 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 12493 | 'maxVelocity', beacon.getModifiedItemAttr('missileVelocityMultiplier'), |
| 12494 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12495 | |
| 12496 | |
| 12497 | class Effect4003(BaseEffect): |
nothing calls this directly
no test coverage detected