(fit, module, context, projectionRange, **kwargs)
| 42643 | |
| 42644 | @staticmethod |
| 42645 | def handler(fit, module, context, projectionRange, **kwargs): |
| 42646 | fit.modules.filteredChargeMultiply( |
| 42647 | lambda mod: mod.charge.requiresSkill('Rockets'), |
| 42648 | 'maxVelocity', 1 / module.getModifiedItemAttr('modeRocketMissileMaxVelocityBonusPostDivSkua'), |
| 42649 | stackingPenalties=True, penaltyGroup='postDiv', **kwargs) |
| 42650 | |
| 42651 | |
| 42652 | class Effect12795(BaseEffect): |
nothing calls this directly
no test coverage detected