mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
.
This commit is contained in:
parent
9f0f055ff8
commit
9ad1612c0f
14
NewHorizons/External/Modules/VolumesModule.cs
vendored
14
NewHorizons/External/Modules/VolumesModule.cs
vendored
@ -15,37 +15,37 @@ namespace NewHorizons.External.Modules
|
||||
public class VolumesModule
|
||||
{
|
||||
/// <summary>
|
||||
/// Add audio volumes to this planet
|
||||
/// Add audio volumes to this planet.
|
||||
/// </summary>
|
||||
public AudioVolumeInfo[] audioVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add hazard volumes to this planet
|
||||
/// Add hazard volumes to this planet.
|
||||
/// </summary>
|
||||
public HazardVolumeInfo[] hazardVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add interference volumes to this planet
|
||||
/// Add interference volumes to this planet.
|
||||
/// </summary>
|
||||
public VolumeInfo[] interferenceVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add insulating volumes to this planet
|
||||
/// Add insulating volumes to this planet. These will stop electricty hazard volumes from affecting you (just like the jellyfish).
|
||||
/// </summary>
|
||||
public VolumeInfo[] insulatingVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add map restriction volumes to this planet
|
||||
/// Add map restriction volumes to this planet.
|
||||
/// </summary>
|
||||
public VolumeInfo[] mapRestrictionVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add notification volumes to this planet
|
||||
/// Add notification volumes to this planet.
|
||||
/// </summary>
|
||||
public NotificationVolumeInfo[] notificationVolumes;
|
||||
|
||||
/// <summary>
|
||||
/// Add triggers that reveal parts of the ship log on this planet
|
||||
/// Add triggers that reveal parts of the ship log on this planet.
|
||||
/// </summary>
|
||||
public RevealVolumeInfo[] revealVolumes;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user