(fit, module, context, projectionRange, **kwargs)
| 2616 | |
| 2617 | @staticmethod |
| 2618 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2619 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 2620 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 2621 | stackingPenalties=True, **kwargs) |
| 2622 | |
| 2623 | |
| 2624 | class Effect891(BaseEffect): |
nothing calls this directly
no test coverage detected