summaryrefslogtreecommitdiff
path: root/story.json
blob: 46a2e3e6c2885679f46f2a33653fe53149ce650e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
[
    {
        "quest_id": 1,
        "pre_dialog": "SQ00001_prologue",
        "post_dialog": "SQ00001_post"
    },
    {
        "quest_id": 2,
        "pre_dialog": [
            {
                "bg": "forest_sunset",
                "left_sprite": "0",
                "center_sprite": "giulio",
                "right_sprite": "0",
                "name": "Giulio",
                "message": "This place is swarming with imperial soldiers! We better hurry if we want to make out of here alive!"
            }
        ],
        "post_dialog": [
            {
                "bg": "forest_sunset",
                "left_sprite": "0",
                "center_sprite": "giulio",
                "right_sprite": "0",
                "name": "Giulio",
                "message": "Reaching the Stronghold will be harder than I first thought."
            },
            {
                "bg": "forest_sunset",
                "left_sprite": "0",
                "center_sprite": "giulio",
                "right_sprite": "0",
                "name": "Giulio",
                "message": "I think there was a second tavern, which gave {color=#0f0}enhancement materials{/color} for money?"
            },
            {
                "bg": "forest_sunset",
                "left_sprite": "0",
                "center_sprite": "giulio",
                "right_sprite": "0",
                "name": "Giulio",
                "message": "Using the {color=#0f0}unit merge feature{/color}, you can improve the level of your units, so give it a try."
            }
        ]
    },
    {
        "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": [
            {
                "bg": "humancity",
                "left_sprite": "0",
                "center_sprite": "giulio",
                "right_sprite": "0",
                "name": "You",
                "message": "The stronghold is just up ahead! But..."
            },
            {
                "bg": "humancity",
                "left_sprite": "footsoldier",
                "center_sprite": "squadleader",
                "right_sprite": "spearman",
                "name": "Giulio",
                "message": "Of course it would not be so simple...."
            }
        ],
        "post_dialog": "SQ00005_post"
    },
    {
        "quest_id": 6,
        "pre_dialog": "SQ00006_pre",
        "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": 7,
        "pre_dialog": [],
        "post_dialog": "SQ00007_post"
    },
    {
        "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": []
    }
]