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
9ad1612c0f
commit
796e02c6a2
@ -2388,49 +2388,49 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"audioVolumes": {
|
"audioVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add audio volumes to this planet",
|
"description": "Add audio volumes to this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/AudioVolumeInfo"
|
"$ref": "#/definitions/AudioVolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hazardVolumes": {
|
"hazardVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add hazard volumes to this planet",
|
"description": "Add hazard volumes to this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/HazardVolumeInfo"
|
"$ref": "#/definitions/HazardVolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"interferenceVolumes": {
|
"interferenceVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add interference volumes to this planet",
|
"description": "Add interference volumes to this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/VolumeInfo"
|
"$ref": "#/definitions/VolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"insulatingVolumes": {
|
"insulatingVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add insulating volumes to this planet",
|
"description": "Add insulating volumes to this planet. These will stop electricty hazard volumes from affecting you (just like the jellyfish).",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/VolumeInfo"
|
"$ref": "#/definitions/VolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mapRestrictionVolumes": {
|
"mapRestrictionVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add map restriction volumes to this planet",
|
"description": "Add map restriction volumes to this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/VolumeInfo"
|
"$ref": "#/definitions/VolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notificationVolumes": {
|
"notificationVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add notification volumes to this planet",
|
"description": "Add notification volumes to this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/NotificationVolumeInfo"
|
"$ref": "#/definitions/NotificationVolumeInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"revealVolumes": {
|
"revealVolumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add triggers that reveal parts of the ship log on this planet",
|
"description": "Add triggers that reveal parts of the ship log on this planet.",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/RevealVolumeInfo"
|
"$ref": "#/definitions/RevealVolumeInfo"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user