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
c775fda2fc
commit
3736cb5cea
@ -1022,6 +1022,17 @@
|
|||||||
"dialogue": {
|
"dialogue": {
|
||||||
"description": "The dialogue to use for this traveler. If omitted, the first CharacterDialogueTree in the object will be used.",
|
"description": "The dialogue to use for this traveler. If omitted, the first CharacterDialogueTree in the object will be used.",
|
||||||
"$ref": "#/definitions/DialogueInfo"
|
"$ref": "#/definitions/DialogueInfo"
|
||||||
|
},
|
||||||
|
"afterTraveler": {
|
||||||
|
"description": "The name of the base game traveler to position this traveler after at the campfire, starting clockwise from Riebeck. Defaults to the end of the list (right before Riebeck).",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/definitions/TravelerName"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1466,6 +1477,28 @@
|
|||||||
"none"
|
"none"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"TravelerName": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"x-enumNames": [
|
||||||
|
"Riebeck",
|
||||||
|
"Chert",
|
||||||
|
"Esker",
|
||||||
|
"Felspar",
|
||||||
|
"Gabbro",
|
||||||
|
"Solanum",
|
||||||
|
"Prisoner"
|
||||||
|
],
|
||||||
|
"enum": [
|
||||||
|
"Riebeck",
|
||||||
|
"Chert",
|
||||||
|
"Esker",
|
||||||
|
"Felspar",
|
||||||
|
"Gabbro",
|
||||||
|
"Solanum",
|
||||||
|
"Prisoner"
|
||||||
|
]
|
||||||
|
},
|
||||||
"InstrumentZoneInfo": {
|
"InstrumentZoneInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user