Page 1 of 1

Shoes of Moving Slowly Issue

Posted: Fri Mar 03, 2023 5:29 pm
by Kamani
The buff given when standing still by the Shoes of Moving Slowly fixedart from Cults does not stack correctly when you have less than 100% global speed. For example, as a ghoul, the shoes will only have stack up to 4 before the effect falls off from the reduced global speed, so you can never actually get the twelve stacks.

This appears to be as a result of the Shoes using callbackOnAct and only giving the effect EFF_SHOES_SLOWLY for one turn. This could be fixed easily by changing the setEffect to have a higher duration (or alternatively probably by using callbackOnActBase, but that would change the effect slightly, so).

Largely this glitch is harmless, but it is also an easy fix, so I figured I would report it anyways.