diff options
-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, |