diff --git a/NewHorizons/External/Modules/VolumesModule.cs b/NewHorizons/External/Modules/VolumesModule.cs
index 0dc90859..5f1c13a8 100644
--- a/NewHorizons/External/Modules/VolumesModule.cs
+++ b/NewHorizons/External/Modules/VolumesModule.cs
@@ -467,15 +467,15 @@ namespace NewHorizons.External.Modules
///
/// The rate at which the frost effect will get stronger
///
- [DefaultValue(0.1f)]
- public float frostRate = 0.1f;
+ [DefaultValue(0.5f)]
+ public float frostRate = 0.5f;
///
/// The maximum strength of frost this volume can give
///
[Range(0f, 1f)]
- [DefaultValue(0.5f)]
- public float maxFrost = 0.5f;
+ [DefaultValue(0.91f)]
+ public float maxFrost = 0.91f;
}
[JsonObject]