Created
October 11, 2023 12:20
-
-
Save GeorgesAlkhouri/8f21e7593b2b835b7450a7f99f4066b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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