This commit is contained in:
xen-42 2025-01-06 21:34:58 -05:00
commit b1253fc52c

View File

@ -1351,6 +1351,12 @@
"$ref": "#/definitions/StateQuantumGroupInfo"
}
},
"lightningQuantumGroups": {
"type": "array",
"items": {
"$ref": "#/definitions/LightningQuantumGroupInfo"
}
},
"dreamCampfires": {
"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.",
@ -3487,6 +3493,15 @@
}
}
},
"LightningQuantumGroupInfo": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
}
},
"DreamCampfireInfo": {
"type": "object",
"additionalProperties": false,