summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-07-27 23:45:28 -0300
committerJesusaves <cpntb1@ymail.com>2022-07-27 23:45:28 -0300
commit1dbbecb50b78cdd8bbd4b71c74beb36abde3d6c0 (patch)
tree1ad1ec7d60c505300dbca7ff6f93a0693d295354
parent6d08ec9903f48f390426a27eaac76ee405797c50 (diff)
downloadserver-1dbbecb50b78cdd8bbd4b71c74beb36abde3d6c0.tar.gz
server-1dbbecb50b78cdd8bbd4b71c74beb36abde3d6c0.tar.bz2
server-1dbbecb50b78cdd8bbd4b71c74beb36abde3d6c0.tar.xz
server-1dbbecb50b78cdd8bbd4b71c74beb36abde3d6c0.zip
Add a couple dialogs for the new story, goal is farming crystals
-rw-r--r--story.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/story.json b/story.json
index dc644b0..46a2e3e 100644
--- a/story.json
+++ b/story.json
@@ -143,5 +143,15 @@
"quest_id": 10,
"pre_dialog": [],
"post_dialog": "SQ00010_post"
+ },
+ {
+ "quest_id": 11,
+ "pre_dialog": [],
+ "post_dialog": "SQ00011_post"
+ },
+ {
+ "quest_id": 15,
+ "pre_dialog": "SQ00015_pre",
+ "post_dialog": []
}
]