(fit, module, context, projectionRange, **kwargs)
| 24011 | |
| 24012 | @staticmethod |
| 24013 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24014 | fit.modules.filteredChargeMultiply( |
| 24015 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24016 | 'maxVelocity', |
| 24017 | 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'), |
| 24018 | stackingPenalties=True, |
| 24019 | penaltyGroup='postDiv', |
| 24020 | **kwargs) |
| 24021 | |
| 24022 | |
| 24023 | class Effect6077(BaseEffect): |
nothing calls this directly
no test coverage detected