(fit, module, context, projectionRange, **kwargs)
| 42699 | |
| 42700 | @staticmethod |
| 42701 | def handler(fit, module, context, projectionRange, **kwargs): |
| 42702 | fit.modules.filteredChargeMultiply( |
| 42703 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 42704 | 'maxVelocity', 1 / module.getModifiedItemAttr('modeAnhingaMissileMaxVelocityPostDiv'), |
| 42705 | stackingPenalties=True, penaltyGroup='postDiv', **kwargs) |
| 42706 | |
| 42707 | |
| 42708 | class Effect12799(BaseEffect): |
nothing calls this directly
no test coverage detected