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
10f4c7a5a1
commit
50e68ecc5f
@ -1204,6 +1204,13 @@
|
||||
"$ref": "#/definitions/QuantumGroupInfo"
|
||||
}
|
||||
},
|
||||
"quantumLightning": {
|
||||
"type": "array",
|
||||
"description": "Puts quantum lightning",
|
||||
"items": {
|
||||
"$ref": "#/definitions/DetailInfo"
|
||||
}
|
||||
},
|
||||
"tornados": {
|
||||
"type": "array",
|
||||
"description": "Add tornadoes to this planet",
|
||||
@ -2039,6 +2046,10 @@
|
||||
"type": "boolean",
|
||||
"description": "Optional. Only used if type is `states` and `sequential` is true. If this is false, then after the last state has appeared, the object will no longer change state",
|
||||
"default": true
|
||||
},
|
||||
"lightning": {
|
||||
"type": "boolean",
|
||||
"description": "Flash of lightning and changes state"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user