tModLoader

tModLoader

Movement Speed Fixed
Menampilkan11-18 dari 18 kiriman
< 1  >
Pembaruan: 25 Apr 2022 @ 6:06pm

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");
}
}

Pembaruan: 7 Feb 2022 @ 1:17pm

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.

Pembaruan: 22 Jan 2022 @ 8:32pm

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.

Pembaruan: 16 Jan 2022 @ 1:20pm

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.

Pembaruan: 14 Jan 2022 @ 6:28pm

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

Pembaruan: 13 Jan 2022 @ 5:31pm

v1.0.1 learn more @

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

Pembaruan: 13 Jan 2022 @ 3:24pm

v1.0 learn more @

Pembaruan: 13 Jan 2022 @ 2:58pm

v1.0 learn more @