diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/dialogue/dwarf_1.json | 3 | ||||
| -rw-r--r-- | data/dialogue/dwarf_2.json | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/data/dialogue/dwarf_1.json b/data/dialogue/dwarf_1.json new file mode 100644 index 0000000..91c7a5e --- /dev/null +++ b/data/dialogue/dwarf_1.json @@ -0,0 +1,3 @@ +[ + { "name": "Dwarf", "body": "Top of the morning to ye." } +] diff --git a/data/dialogue/dwarf_2.json b/data/dialogue/dwarf_2.json new file mode 100644 index 0000000..89d039f --- /dev/null +++ b/data/dialogue/dwarf_2.json @@ -0,0 +1,4 @@ +[ + { "name": "Dwarf", "body": "What are you doing in this dungeon?" }, + { "name": "Dwarf", "body": "Go back to the surface." } +] |
