(fit, module, context, projectionRange, **kwargs)
| 8410 | |
| 8411 | @staticmethod |
| 8412 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8413 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 8414 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 8415 | stackingPenalties=True, **kwargs) |
| 8416 | |
| 8417 | |
| 8418 | class Effect2801(BaseEffect): |
nothing calls this directly
no test coverage detected