mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Match frost defaults with ghost matter values
This commit is contained in:
parent
e79b82c651
commit
66fa54426a
@ -467,15 +467,15 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The rate at which the frost effect will get stronger
|
/// The rate at which the frost effect will get stronger
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(0.1f)]
|
[DefaultValue(0.5f)]
|
||||||
public float frostRate = 0.1f;
|
public float frostRate = 0.5f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The maximum strength of frost this volume can give
|
/// The maximum strength of frost this volume can give
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Range(0f, 1f)]
|
[Range(0f, 1f)]
|
||||||
[DefaultValue(0.5f)]
|
[DefaultValue(0.91f)]
|
||||||
public float maxFrost = 0.5f;
|
public float maxFrost = 0.91f;
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonObject]
|
[JsonObject]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user