mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Specify
This commit is contained in:
parent
bd034dbaa8
commit
9be4ec77bf
@ -36,7 +36,7 @@ namespace NewHorizons.External.Configs
|
||||
public string factRequiredForWarp;
|
||||
|
||||
/// <summary>
|
||||
/// The duration of the time loop.
|
||||
/// The duration of the time loop in minutes. This is the time the sun explodes. End Times plays 85 seconds before this time, and your memories get sent back about 40 seconds after this time.
|
||||
/// </summary>
|
||||
[DefaultValue(22f)] public float loopDuration = 22f;
|
||||
|
||||
|
||||
@ -9,17 +9,17 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
public class StarModule : VariableSizeModule
|
||||
{
|
||||
/// <summary>
|
||||
/// Colour of the star at the end of its life.
|
||||
/// Colour of the star at the end of its lifespan.
|
||||
/// </summary>
|
||||
public MColor endTint;
|
||||
|
||||
/// <summary>
|
||||
/// Should this star explode after 22 minutes?
|
||||
/// Should this star explode at the end of its lifespan?
|
||||
/// </summary>
|
||||
[DefaultValue(true)] public bool goSupernova = true;
|
||||
|
||||
/// <summary>
|
||||
/// How long this star will last until it supernovas.
|
||||
/// How long in minutes this star will last until it supernovas.
|
||||
/// </summary>
|
||||
[DefaultValue(22f)]
|
||||
public float lifespan = 22f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user