tModLoader

tModLoader

Movement Speed Fixed
Näytetään 11–18 / 18
< 1  >
Päivitys: 25.4.2022 klo 18.06

v1.1.1

Added mod compatibility for boot stacking. Other mods can use the following function to allow their custom boots to stack with other boots:
public override void PostSetupContent()
{
Mod moveSpeedFix = ModLoader.GetMod("MoveSpeedFix");
if (moveSpeedFix != null)
{
moveSpeedFix.Call("AddStackableSprintAccesssory", "YourModName", "YourItemName");
}
}

Päivitys: 7.2.2022 klo 13.17

Boot Stacking Update
v1.1.0

Added boot stacking. If you put on multiple sets of sprinting boots, each additional one past the first provides a 5 mph max running speed increase.

Päivitys: 22.1.2022 klo 20.32

v1.0.4

Added the Bee Greaves and Stardust Leggings movement speed buffs previously in my other mod, Hardmode Ore Armor Tweaks. They can be disabled via the config if undesired.

Päivitys: 16.1.2022 klo 13.20

v1.0.3 learn more @

Doubled the acceleration boost of the anklet of the wind, as well as lightning boots and its upgrades. This helps solidify lightning boots' niche over amphibian boots by allowing it to change direction and accelerate quickly without the need for a dash. Furthermore, this might make anklet of the wind a useful accessory in its own right, especially in classic mode when you don't have access to the Shield of Cthulhu.

Päivitys: 14.1.2022 klo 18.28

v1.0.2 learn more @

Removed the cobalt armor changes and added it to a mod I just made. Check it out here:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2719603265

Päivitys: 13.1.2022 klo 17.31

v1.0.1 learn more @

Fixed a dumb copy-paste error that resulted in magiluminescence decreasing your speed while on sand.

Päivitys: 13.1.2022 klo 15.24

v1.0 learn more @

Päivitys: 13.1.2022 klo 14.58

v1.0 learn more @