mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'can-warp-home' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into can-warp-home
This commit is contained in:
commit
a977de0c30
@ -20,9 +20,22 @@
|
|||||||
},
|
},
|
||||||
"canEnterViaWarpDrive": {
|
"canEnterViaWarpDrive": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether this system can be warped to via the warp drive. If you set factRequiredForWarp, this will be true.",
|
"description": "Whether this system can be warped to via the warp drive. If you set `factRequiredForWarp`, this will be true.\nDoes NOT effect the base SolarSystem. For that, see `canWarpHome` and `factRequiredForWarpHome`",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
"factRequiredForWarp": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The FactID that must be revealed before it can be warped to. Don't set `canEnterViaWarpDrive` to `false` if\nyou're using this, because it will be overwritten."
|
||||||
|
},
|
||||||
|
"canWarpHome": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Can you use the warp drive to return home to the Outer Wilds from this system? If you set `factRequiredForWarpHome`\nthis will be true.",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
|
"factRequiredForWarpHome": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The FactID that must be revealed for you to warp back to the main solar system from here. Don't set `canWarpHome`\nto `false` if you're using this, because it will be overwritten."
|
||||||
|
},
|
||||||
"destroyStockPlanets": {
|
"destroyStockPlanets": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Do you want a clean slate for this star system? Or will it be a modified version of the original.",
|
"description": "Do you want a clean slate for this star system? Or will it be a modified version of the original.",
|
||||||
@ -33,10 +46,6 @@
|
|||||||
"description": "Should the time loop be enabled in this system?",
|
"description": "Should the time loop be enabled in this system?",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"factRequiredForWarp": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "The FactID that must be revealed before it can be warped to. Don't set `canEnterViaWarpDrive` to `false` if\nyou're using this, because it will be overwritten."
|
|
||||||
},
|
|
||||||
"loopDuration": {
|
"loopDuration": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The duration of the time loop in minutes. This is the time the sun explodes. End Times plays 85 seconds before this time, and your memories get sent back about 40 seconds after this time.",
|
"description": "The duration of the time loop in minutes. This is the time the sun explodes. End Times plays 85 seconds before this time, and your memories get sent back about 40 seconds after this time.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user