From a9a8153acda4cbe0f7f7cd6db7245423f2cd3163 Mon Sep 17 00:00:00 2001 From: "Emilia(SleepeeSoftware)" Date: Sat, 21 Feb 2026 11:29:00 +0100 Subject: [PATCH] need to fix current movespeed and behavior --- Content/Items/Accessories/Spacesuit.cs | 6 +++--- Localization/en-US_Mods.Emiliasmod.hjson | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content/Items/Accessories/Spacesuit.cs b/Content/Items/Accessories/Spacesuit.cs index 4db9aa8..9d2372d 100644 --- a/Content/Items/Accessories/Spacesuit.cs +++ b/Content/Items/Accessories/Spacesuit.cs @@ -75,8 +75,8 @@ namespace Emiliasmod.Content.Items.Accessories player.blockRange += 1; player.pickSpeed -= 0.15f; - player.accRunSpeed = 6.75f; - player.runAcceleration = 2.0f; + //player.accRunSpeed = 6.75f; + //player.runAcceleration = 1.25f; player.moveSpeed += 0.25f; if (!hideVisual) { @@ -109,7 +109,7 @@ namespace Emiliasmod.Content.Items.Accessories //Player.canFloatInWater = true; Player.runAcceleration *= 1.75f; Player.maxRunSpeed *= 1.15f; - Player.accRunSpeed *= 1.15f; + Player.accRunSpeed *= 6.75f; Player.runSlowdown *= 1.75f; } } diff --git a/Localization/en-US_Mods.Emiliasmod.hjson b/Localization/en-US_Mods.Emiliasmod.hjson index 0404156..1283acd 100644 --- a/Localization/en-US_Mods.Emiliasmod.hjson +++ b/Localization/en-US_Mods.Emiliasmod.hjson @@ -13,6 +13,6 @@ Items: { Spacesurf: { DisplayName: Spacesurf - Tooltip: "" + Tooltip: "Surfing through the void" } }