tModLoader

tModLoader

Movement Speed Fixed
11-18 van 18 items weergegeven
< 1  >
Update: 25 apr 2022 om 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");
}
}

Update: 7 feb 2022 om 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.

Update: 22 jan 2022 om 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.

Update: 16 jan 2022 om 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.

Update: 14 jan 2022 om 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

Update: 13 jan 2022 om 17:31

v1.0.1 learn more @

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

Update: 13 jan 2022 om 15:24

v1.0 learn more @

Update: 13 jan 2022 om 14:58

v1.0 learn more @