summaryrefslogtreecommitdiff
path: root/story.json
blob: 243b5f9dd6354a8bc750f7121a64a97ec313bd15 (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
[
    {
        "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": 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": "SQ00006_post"
    }
]