mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Put geysers in schema bc i forgor
This commit is contained in:
parent
ac65cc6bb9
commit
49d09ee37b
@ -522,7 +522,7 @@
|
||||
"scale": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
"description" : "How many props to scatter around the planet."
|
||||
"description": "How many props to scatter around the planet."
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -570,20 +570,20 @@
|
||||
"properties": {
|
||||
"position": {
|
||||
"$ref": "#/$defs/vector3",
|
||||
"description" : "When you enter into dialogue, you will look here."
|
||||
"description": "When you enter into dialogue, you will look here."
|
||||
},
|
||||
"radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description" : "Radius of the spherical collision volume where you get the \"talk to\" prompt when looking at. If you use a remoteTriggerPosition, this will instead be the size of the volume that will trigger the dialogue when you enter it."
|
||||
"description": "Radius of the spherical collision volume where you get the \"talk to\" prompt when looking at. If you use a remoteTriggerPosition, this will instead be the size of the volume that will trigger the dialogue when you enter it."
|
||||
},
|
||||
"xmlFile": {
|
||||
"type": "string",
|
||||
"description" : "Relative path to the xml file defining the dialogue."
|
||||
"description": "Relative path to the xml file defining the dialogue."
|
||||
},
|
||||
"remoteTriggerPosition": {
|
||||
"$ref": "#/$defs/vector3",
|
||||
"description" : "Allows you to trigger dialogue from a distance when you walk into an area."
|
||||
"description": "Allows you to trigger dialogue from a distance when you walk into an area."
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -596,7 +596,7 @@
|
||||
"properties": {
|
||||
"revealOn": {
|
||||
"type": "string",
|
||||
"enum": ["enter", "observe", "snapshot"],
|
||||
"enum": [ "enter", "observe", "snapshot" ],
|
||||
"description": "'enter', 'observe', or 'snapshot' what needs to be done to the volume to unlock the facts"
|
||||
},
|
||||
"reveals": {
|
||||
@ -648,6 +648,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"geysers": {
|
||||
"type": "array",
|
||||
"description": "A set of geysers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"position": {
|
||||
"$ref": "#/$defs/vector3",
|
||||
"description": "The position of this geyser"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user