summaryrefslogtreecommitdiffstats
path: root/data/dialogue/dwarf_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/dialogue/dwarf_1.json')
-rw-r--r--data/dialogue/dwarf_1.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/dialogue/dwarf_1.json b/data/dialogue/dwarf_1.json
index 91c7a5e..d42ec8c 100644
--- a/data/dialogue/dwarf_1.json
+++ b/data/dialogue/dwarf_1.json
@@ -1,3 +1,5 @@
-[
- { "name": "Dwarf", "body": "Top of the morning to ye." }
-]
+{
+ "1": { "name": "Dwarf", "body": "What are you doing in this dungeon?", "options": [["Just chilling", "2"], ["Nothing", "3"]] },
+ "2": { "name": "Dwarf", "body": "Stop chilling and go back to the surface." },
+ "3": { "name": "Dwarf", "body": "Right." }
+}