diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-16 18:49:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-16 18:49:50 -0300 |
commit | 71c6730da213299fa69124cb4b368940152dd628 (patch) | |
tree | d9d6cf9767081bf9e3a000ea3d143b61c6343b19 | |
parent | eef77c2a76ea403ba438dba0909c92c00790d39a (diff) | |
download | server-71c6730da213299fa69124cb4b368940152dd628.tar.gz server-71c6730da213299fa69124cb4b368940152dd628.tar.bz2 server-71c6730da213299fa69124cb4b368940152dd628.tar.xz server-71c6730da213299fa69124cb4b368940152dd628.zip |
Add some post dialog to the Fortress explaining about summon selection.
-rw-r--r-- | story.json | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -115,7 +115,24 @@ { "quest_id": 6, "pre_dialog": "SQ00006_pre", - "post_dialog": [] + "post_dialog": [ + { + "bg": "humancity", + "left_sprite": "0", + "center_sprite": "archmage", + "right_sprite": "0", + "name": "Mage?", + "message": "Hey, you also arrived here! Did you knew the {color=#0f0}cog icon{/color} on combat allows you to change the summon?" + }, + { + "bg": "humancity", + "left_sprite": "0", + "center_sprite": "archmage", + "right_sprite": "0", + "name": "Mage?", + "message": "...We can talk later, the second wave approaches. They'll not stand against my lightning!" + } + ] }, { "quest_id": 10, |