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
3ede915cc4
commit
d97d75e602
@ -1328,6 +1328,19 @@
|
|||||||
"ignoreSun": {
|
"ignoreSun": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Set to true if this object's lighting should ignore the effects of sunlight"
|
"description": "Set to true if this object's lighting should ignore the effects of sunlight"
|
||||||
|
},
|
||||||
|
"activationCondition": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Activates this game object when the dialogue condition is met"
|
||||||
|
},
|
||||||
|
"deactivationCondition": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Deactivates this game object when the dialogue condition is met"
|
||||||
|
},
|
||||||
|
"blinkWhenActiveChanged": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Should the player close their eyes while the activation state changes. Only relevant if activationCondition or deactivationCondition are set.",
|
||||||
|
"default": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user