mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'prometheus' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into prometheus
This commit is contained in:
commit
b1253fc52c
@ -1351,6 +1351,12 @@
|
|||||||
"$ref": "#/definitions/StateQuantumGroupInfo"
|
"$ref": "#/definitions/StateQuantumGroupInfo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"lightningQuantumGroups": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/definitions/LightningQuantumGroupInfo"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dreamCampfires": {
|
"dreamCampfires": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Add campfires that allow you to enter the dream world/simulation (requires Echoes of the Eye DLC). Must be paired with a dream arrival point, which can be placed on this planet or elsewhere.",
|
"description": "Add campfires that allow you to enter the dream world/simulation (requires Echoes of the Eye DLC). Must be paired with a dream arrival point, which can be placed on this planet or elsewhere.",
|
||||||
@ -3487,6 +3493,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"LightningQuantumGroupInfo": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"DreamCampfireInfo": {
|
"DreamCampfireInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user