diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-16 16:16:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-16 16:16:27 -0300 |
commit | b8d0795d491e8a68abe968d92898abeb1b9c4c26 (patch) | |
tree | 168eef73bb36cf050defe40cbe1ce313ed8a05cb /world.json | |
parent | 467fc51d8886b4973bf572ba58b05f20f3f14c85 (diff) | |
download | server-b8d0795d491e8a68abe968d92898abeb1b9c4c26.tar.gz server-b8d0795d491e8a68abe968d92898abeb1b9c4c26.tar.bz2 server-b8d0795d491e8a68abe968d92898abeb1b9c4c26.tar.xz server-b8d0795d491e8a68abe968d92898abeb1b9c4c26.zip |
Add utils for improved logging.
Add the placeholder JSONs from earlier.
Diffstat (limited to 'world.json')
-rw-r--r-- | world.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/world.json b/world.json new file mode 100644 index 0000000..eea8183 --- /dev/null +++ b/world.json @@ -0,0 +1,68 @@ +[ + ["The Academy", 0, + { + "quest_id": 1, + "name": "Tutorial" + }, + { + "quest_id": 2, + "name": "Quest 2" + }, + { + "quest_id": 3, + "name": "Quest 3" + }, + { + "quest_id": 4, + "name": "Quest 4" + }, + { + "quest_id": 5, + "name": "Quest 5" + } + ], + ["The Capital", 5, + { + "quest_id": 6, + "name": "Quest 6" + }, + { + "quest_id": 7, + "name": "Quest 7" + }, + { + "quest_id": 8, + "name": "Quest 8" + }, + { + "quest_id": 9, + "name": "Quest 9" + }, + { + "quest_id": 10, + "name": "Final Quest" + } + ], + ["Forest of Fae", 99999, + { + "quest_id": 90000, + "name": "WIP" + } + ], + ["Fairy World", 1, + { + "quest_id": 90000, + "name": "Fairy World I" + }, + { + "quest_id": 90001, + "name": ".:: LIMITED ::. Rise of Spheres" + } + ], + ["Daily Quests", 99999, + { + "quest_id": 90001, + "name": "Daily Quest" + } + ] +] |