Server Tick Manipulation
Testing per-entity tick scaling instead of global multipliers to reduce desync in mod-heavy Rust servers.
Working theory
Global multipliers increase mutation frequency everywhere, which can amplify shared-state issues. Per-entity scaling may contain side effects and simplify debugging.