diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-24 16:01:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-24 16:01:56 -0300 |
commit | 3d015c02809c2bd99d11d5aae3c2e77da2670c3c (patch) | |
tree | c52b9fdccf8b1604b997aea5d9e2fe91c1d69140 | |
parent | 6b37ece435b39c2a384ac7a490c970a3dbba048e (diff) | |
download | server-3d015c02809c2bd99d11d5aae3c2e77da2670c3c.tar.gz server-3d015c02809c2bd99d11d5aae3c2e77da2670c3c.tar.bz2 server-3d015c02809c2bd99d11d5aae3c2e77da2670c3c.tar.xz server-3d015c02809c2bd99d11d5aae3c2e77da2670c3c.zip |
Some minor rewrite so prologue works... sort of
-rw-r--r-- | quests.json | 22 | ||||
-rw-r--r-- | story.json | 27 |
2 files changed, 13 insertions, 36 deletions
diff --git a/quests.json b/quests.json index 65f2c13..a45164f 100644 --- a/quests.json +++ b/quests.json @@ -9,15 +9,9 @@ [ { "attribute": 4, - "boss": false, - "name": "Archmage", - "sprite": 950004 - }, - { - "attribute": 1, - "boss": false, - "name": "F. Rebel", - "sprite": 950008 + "boss": true, + "name": "Spearman", + "sprite": 950009 } ] ], @@ -65,18 +59,18 @@ "sprite": 950002 }, { - "attribute": 3, + "attribute": 0, "boss": false, - "name": "Nature Archer", + "name": "Spearman", "sprite": 950003 } ], [ { - "attribute": 4, + "attribute": 5, "boss": true, - "name": "Archmage", - "sprite": 950004 + "name": "Sergeant", + "sprite": 950006 } ] ], @@ -2,24 +2,7 @@ { "quest_id": 1, "pre_dialog": "SQ00001_prologue", - "post_dialog": [ - { - "bg": "", - "left_sprite": "0", - "center_sprite": "archmage", - "right_sprite": "0", - "name": "Arch mage", - "message": "Good, enought you're indeed ready!\nTake these crystals, go to the Tavern, and recruit someone else to help!" - }, - { - "bg": "", - "left_sprite": "archmage", - "center_sprite": "rebel", - "right_sprite": "0", - "name": "Female Rebel", - "message": "Never understimate the power of teammates. Your summons strength is as strong as your allies strength.\nI wish you all good luck and a safe journey reaching the Capital." - } - ] + "post_dialog": "SQ00001_post" }, { "quest_id": 2, @@ -30,7 +13,7 @@ "center_sprite": "0", "right_sprite": "0", "name": "Giulio", - "message": "We should get going..." + "message": "We should get going, but..." } ], "post_dialog": [ @@ -57,9 +40,9 @@ }, { "bg": "", - "left_sprite": "rebel", - "center_sprite": "footsoldier", - "right_sprite": "rebel", + "left_sprite": "footsoldier", + "center_sprite": "squadleader", + "right_sprite": "spearman", "name": "Giulio", "message": "Of course it would not be so simple...." } |