From 5718149342cd9f81f37bd9077aa8fff272c61e9b Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 8 Aug 2020 21:56:41 +0300 Subject: Implement dialogue files --- data/dialogue/dwarf_1.json | 3 +++ data/dialogue/dwarf_2.json | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 data/dialogue/dwarf_1.json create mode 100644 data/dialogue/dwarf_2.json (limited to 'data') 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." } +] -- cgit v1.3