(fit, module, context, projectionRange, **kwargs)
| 24181 | |
| 24182 | @staticmethod |
| 24183 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24184 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24185 | 'maxVelocity', module.getModifiedItemAttr('missileVelocityBonus'), |
| 24186 | stackingPenalties=True, **kwargs) |
| 24187 | |
| 24188 | |
| 24189 | class Effect6111(BaseEffect): |
nothing calls this directly
no test coverage detected