(fit, module, context, projectionRange, **kwargs)
| 544 | |
| 545 | @staticmethod |
| 546 | def handler(fit, module, context, projectionRange, **kwargs): |
| 547 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 548 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 549 | stackingPenalties=True, **kwargs) |
| 550 | |
| 551 | |
| 552 | class Effect91(BaseEffect): |
nothing calls this directly
no test coverage detected