tModLoader
Movement Speed Fixed
Mostrando 11-18 de 18 aportaciones
< 1  >
Actualización: 25 ABR 2022 a las 6:06 p. m.

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

Actualización: 7 FEB 2022 a las 1:17 p. m.

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.

Actualización: 22 ENE 2022 a las 8:32 p. m.

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.

Actualización: 16 ENE 2022 a las 1:20 p. m.

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.

Actualización: 14 ENE 2022 a las 6:28 p. m.

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

Actualización: 13 ENE 2022 a las 5:31 p. m.

v1.0.1 learn more @

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

Actualización: 13 ENE 2022 a las 3:24 p. m.

v1.0 learn more @

Actualización: 13 ENE 2022 a las 2:58 p. m.

v1.0 learn more @