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
60dee93792
commit
059beedca3
@ -575,10 +575,10 @@
|
|||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 750.0
|
"default": 750.0
|
||||||
},
|
},
|
||||||
"hasVines": {
|
"vinePrefab": {
|
||||||
"type": "boolean",
|
"description": "The dimension the vines will be copied from.\nOnly a handful are available due to batched colliders.",
|
||||||
"description": "Whether this dimensions has vines.\nSet to false if you want to create your own vines.",
|
"default": "hub",
|
||||||
"default": true
|
"$ref": "#/definitions/VinePrefabType"
|
||||||
},
|
},
|
||||||
"allowedEntrances": {
|
"allowedEntrances": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@ -590,6 +590,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"VinePrefabType": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"x-enumNames": [
|
||||||
|
"None",
|
||||||
|
"Hub",
|
||||||
|
"Cluster",
|
||||||
|
"SmallNest",
|
||||||
|
"ExitOnly"
|
||||||
|
],
|
||||||
|
"enum": [
|
||||||
|
"none",
|
||||||
|
"hub",
|
||||||
|
"cluster",
|
||||||
|
"smallNest",
|
||||||
|
"exitOnly"
|
||||||
|
]
|
||||||
|
},
|
||||||
"BrambleNodeInfo": {
|
"BrambleNodeInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user