tModLoader
Movement Speed Fixed
18件中 11-18 を表示
< 1  >
更新: 2022年4月25日 @ 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");
}
}

更新: 2022年2月7日 @ 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.

更新: 2022年1月22日 @ 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.

更新: 2022年1月16日 @ 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.

更新: 2022年1月14日 @ 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

更新: 2022年1月13日 @ 17時31分

v1.0.1 learn more @

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

更新: 2022年1月13日 @ 15時24分

v1.0 learn more @

更新: 2022年1月13日 @ 14時58分

v1.0 learn more @