(fit, module, context, projectionRange, **kwargs)
| 34532 | |
| 34533 | @staticmethod |
| 34534 | def handler(fit, module, context, projectionRange, **kwargs): |
| 34535 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Precursor Weapon', |
| 34536 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 34537 | stackingPenalties=True, **kwargs) |
| 34538 | |
| 34539 | |
| 34540 | class Effect7079(BaseEffect): |
nothing calls this directly
no test coverage detected