diff options
-rw-r--r-- | story.json | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -44,6 +44,53 @@ ] }, { + "quest_id": 3, + "pre_dialog": [ + ], + "post_dialog": [ + { + "bg": "forest_sunset", + "left_sprite": "0", + "center_sprite": "giulio", + "right_sprite": "0", + "name": "Giulio", + "message": "Things seems to be getting difficult, aren't they...? Can't you do anything?" + }, + { + "bg": "forest_sunset", + "left_sprite": "giulio", + "center_sprite": "0", + "right_sprite": "archmage", + "name": "Mage?", + "message": "Damn, I'll be late at this rate... Wait, arent you a mana mage? Your knight seems pretty beat up, are you using the spheres properly?" + }, + { + "bg": "forest_sunset", + "left_sprite": "giulio", + "center_sprite": "0", + "right_sprite": "archmage", + "name": "Mage?", + "message": "If you {color=#0f0}tap on the sphere{/color}, you can switch its place with any other sphere or empty space." + }, + { + "bg": "forest_sunset", + "left_sprite": "giulio", + "center_sprite": "0", + "right_sprite": "archmage", + "name": "Mage?", + "message": "Now, you must excuse me, kid. Make sure to give the attack spheres to your damage dealers, and you'll be improving your performance in no time!" + }, + { + "bg": "forest_sunset", + "left_sprite": "0", + "center_sprite": "giulio", + "right_sprite": "0", + "name": "Giulio", + "message": "...That was a strange man. {color=#0f0}Tapping on the spheres{/color}, wasn't it? You should try it on the next fight." + } + ] + }, + { "quest_id": 5, "pre_dialog": [ { |