mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'hawkbar-prop-cleanup' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into hawkbar-prop-cleanup
This commit is contained in:
commit
80dd2cd5b6
@ -1065,7 +1065,7 @@
|
||||
"type": "array",
|
||||
"description": "Add black/white-holes to this planet",
|
||||
"items": {
|
||||
"$ref": "#/definitions/SingularityModule"
|
||||
"$ref": "#/definitions/SingularityInfo"
|
||||
}
|
||||
},
|
||||
"signals": {
|
||||
@ -1825,11 +1825,6 @@
|
||||
"type": "string",
|
||||
"description": "An optional rename of this object"
|
||||
},
|
||||
"isRelativeToGroup": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the socket will be placed relative to the group it belongs to. Overrides `isRelativeToParent`",
|
||||
"default": true
|
||||
},
|
||||
"probability": {
|
||||
"type": "number",
|
||||
"description": "The probability any props that are part of this group will occupy this socket",
|
||||
@ -1980,7 +1975,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SingularityModule": {
|
||||
"SingularityInfo": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@ -216,6 +216,11 @@
|
||||
"rename": {
|
||||
"type": "string",
|
||||
"description": "An optional rename of this object"
|
||||
},
|
||||
"hasPhysics": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user