(fit, module, context, projectionRange, **kwargs)
| 8486 | |
| 8487 | @staticmethod |
| 8488 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8489 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 8490 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 8491 | stackingPenalties=True, **kwargs) |
| 8492 | |
| 8493 | |
| 8494 | class Effect2805(BaseEffect): |
nothing calls this directly
no test coverage detected