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
3159b7590f
commit
bec7560a9f
@ -1419,7 +1419,14 @@
|
|||||||
},
|
},
|
||||||
"reveals": {
|
"reveals": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "The ship log entries revealed after finishing this slide reel.",
|
"description": "The ship log facts revealed after finishing this slide reel.",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playWithShipLogFacts": {
|
||||||
|
"type": "array",
|
||||||
|
"description": "The ship log facts that make the reel play when they are displayed in the computer (by selecting entries or arrows).\nYou should probably include facts from `reveals` here.\nIf you only specify a rumor fact, then it would only play in its ship log entry if this has revealed only\nrumor facts because an entry with revealed explore facts doesn't display rumor facts.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
@ -1498,7 +1505,7 @@
|
|||||||
},
|
},
|
||||||
"reveal": {
|
"reveal": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Ship log entry revealed when viewing this slide"
|
"description": "Ship log fact revealed when viewing this slide"
|
||||||
},
|
},
|
||||||
"spotIntensityMod": {
|
"spotIntensityMod": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user