diff options
Diffstat (limited to 'data/dialogue/dwarf_2.json')
| -rw-r--r-- | data/dialogue/dwarf_2.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/dialogue/dwarf_2.json b/data/dialogue/dwarf_2.json index 89d039f..98f0221 100644 --- a/data/dialogue/dwarf_2.json +++ b/data/dialogue/dwarf_2.json @@ -1,4 +1,5 @@ [ - { "name": "Dwarf", "body": "What are you doing in this dungeon?" }, - { "name": "Dwarf", "body": "Go back to the surface." } + { "id": 1, "name": "Dwarf", "body": "What are you doing in this dungeon?", "options": [["Just chilling", 2], ["Nothing", 3]] }, + { "id": 2, "name": "Dwarf", "body": "Stop chilling and go back to the surface." }, + { "id": 3, "name": "Dwarf", "body": "Right." } ] |
