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
bcfb54a586
commit
bdc254ba1f
@ -343,11 +343,11 @@
|
|||||||
"Plasma"
|
"Plasma"
|
||||||
],
|
],
|
||||||
"enum": [
|
"enum": [
|
||||||
"NONE",
|
"none",
|
||||||
"WATER",
|
"water",
|
||||||
"CLOUD",
|
"cloud",
|
||||||
"SAND",
|
"sand",
|
||||||
"PLASMA"
|
"plasma"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"MGradient": {
|
"MGradient": {
|
||||||
@ -528,10 +528,10 @@
|
|||||||
"Star"
|
"Star"
|
||||||
],
|
],
|
||||||
"enum": [
|
"enum": [
|
||||||
"Sand",
|
"sand",
|
||||||
"Water",
|
"water",
|
||||||
"Lava",
|
"lava",
|
||||||
"Star"
|
"star"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"HeightMapModule": {
|
"HeightMapModule": {
|
||||||
@ -983,9 +983,9 @@
|
|||||||
"enum": [
|
"enum": [
|
||||||
"wall",
|
"wall",
|
||||||
"scroll",
|
"scroll",
|
||||||
"Computer",
|
"computer",
|
||||||
"Cairn",
|
"cairn",
|
||||||
"Recorder"
|
"recorder"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RaftInfo": {
|
"RaftInfo": {
|
||||||
@ -1310,7 +1310,7 @@
|
|||||||
},
|
},
|
||||||
"fluidType": {
|
"fluidType": {
|
||||||
"description": "Fluid type for sounds/effects when colliding with this ring.",
|
"description": "Fluid type for sounds/effects when colliding with this ring.",
|
||||||
"$ref": "#/definitions/CloudFluidType2"
|
"$ref": "#/definitions/CloudFluidType"
|
||||||
},
|
},
|
||||||
"inclination": {
|
"inclination": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@ -1349,24 +1349,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CloudFluidType2": {
|
|
||||||
"type": "integer",
|
|
||||||
"description": "",
|
|
||||||
"x-enumNames": [
|
|
||||||
"None",
|
|
||||||
"Water",
|
|
||||||
"Cloud",
|
|
||||||
"Sand",
|
|
||||||
"Plasma"
|
|
||||||
],
|
|
||||||
"enum": [
|
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"SandModule": {
|
"SandModule": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@ -1659,8 +1641,8 @@
|
|||||||
"WhiteHole"
|
"WhiteHole"
|
||||||
],
|
],
|
||||||
"enum": [
|
"enum": [
|
||||||
"BlackHole",
|
"blackHole",
|
||||||
"WhiteHole"
|
"whiteHole"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"SpawnModule": {
|
"SpawnModule": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user