mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
12e95bce0b
commit
ad79680388
@ -2457,6 +2457,10 @@
|
||||
"description": "The radius of this volume.",
|
||||
"format": "float"
|
||||
},
|
||||
"parentPath": {
|
||||
"type": "string",
|
||||
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
|
||||
},
|
||||
"audio": {
|
||||
"type": "string",
|
||||
"description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||
@ -2526,6 +2530,10 @@
|
||||
"description": "The radius of this volume.",
|
||||
"format": "float"
|
||||
},
|
||||
"parentPath": {
|
||||
"type": "string",
|
||||
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
|
||||
},
|
||||
"type": {
|
||||
"description": "The type of hazard for this volume.",
|
||||
"default": "general",
|
||||
@ -2599,6 +2607,10 @@
|
||||
"type": "number",
|
||||
"description": "The radius of this volume.",
|
||||
"format": "float"
|
||||
},
|
||||
"parentPath": {
|
||||
"type": "string",
|
||||
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2615,6 +2627,10 @@
|
||||
"description": "The radius of this volume.",
|
||||
"format": "float"
|
||||
},
|
||||
"parentPath": {
|
||||
"type": "string",
|
||||
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
|
||||
},
|
||||
"target": {
|
||||
"description": "What the notification will show for.",
|
||||
"default": "all",
|
||||
@ -2673,6 +2689,10 @@
|
||||
"description": "The radius of this volume.",
|
||||
"format": "float"
|
||||
},
|
||||
"parentPath": {
|
||||
"type": "string",
|
||||
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
|
||||
},
|
||||
"maxAngle": {
|
||||
"type": "number",
|
||||
"description": "The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user