(fit, module, context, projectionRange, **kwargs)
| 8373 | |
| 8374 | @staticmethod |
| 8375 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8376 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 8377 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 8378 | stackingPenalties=True, **kwargs) |
| 8379 | |
| 8380 | |
| 8381 | class Effect2798(BaseEffect): |
nothing calls this directly
no test coverage detected