Skip to content

Instantly share code, notes, and snippets.

@GeorgesAlkhouri
Created October 11, 2023 12:20
Show Gist options
  • Select an option

  • Save GeorgesAlkhouri/8f21e7593b2b835b7450a7f99f4066b5 to your computer and use it in GitHub Desktop.

Select an option

Save GeorgesAlkhouri/8f21e7593b2b835b7450a7f99f4066b5 to your computer and use it in GitHub Desktop.
{
"id": "test_1",
"schema_version": 1,
"start": {
"id": "start",
"header": "Du bist tot",
"options": [
{
"id": "option-1",
"header": "Ok",
"show_in_embed": false,
"ui_element": {
"ui_element_type": "DialogOptionButton",
"label": "Ok"
},
"next": [
{
"id": "end",
"prob": 1
}
]
}
],
"conditions": [{ "item_name": "test", "trigger_type": "UseItem" }],
"effects": [
{ "energy_gain": 2, "trigger_type": "IncreaseEnergy" },
{ "trigger_type": "IncreaseEnergy" }
]
},
"end": {
"id": "end",
"header": "End"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment