summaryrefslogtreecommitdiff
path: root/summons.json
blob: f90d455f11834841bcf3b943da29d3a0a0fd2618 (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
[
    {
        "name": "The Doctor",
        "desc": "Small HP healing to all allies.",
        "type": 64,
        "strength": 15,
        "attribute": 4,
        "cost": 10
    },
    {
        "name": "Lurking Danger",
        "desc": "Attack all enemies.",
        "type": 4,
        "strength": 15,
        "attribute": 4,
        "cost": 10
    },
    {
        "name": "The Professor",
        "desc": "ATK Up for all allies.",
        "type": 8,
        "strength": 15,
        "attribute": 4,
        "cost": 10
    },
    {
        "name": "Barricate Worker",
        "desc": "Defense Up for all allies.",
        "type": 16,
        "strength": 15,
        "attribute": 4,
        "cost": 10
    },
    {
        "name": "The Strategist",
        "desc": "Small HP healing and ATK buff to all allies.",
        "type": 72,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "Peacekeeping Garcie",
        "desc": "Small HP healing and DEF buff to all allies.",
        "type": 80,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "The Hero",
        "desc": "Small HP healing and attack all enemies.",
        "type": 68,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "Stop Smiling",
        "desc": "ATK/DEF buff to all allies.",
        "type": 24,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "Hunter Frog",
        "desc": "ATK buff to all allies, also attack enemies.",
        "type": 12,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "Sand Giants",
        "desc": "DEF buff to all allies, also attack enemies.",
        "type": 20,
        "strength": 20,
        "attribute": 4,
        "cost": 20
    },
    {
        "name": "Monster Emperor",
        "desc": "ATK/DEF buff to all allies, also attack enemies.",
        "type": 28,
        "strength": 25,
        "attribute": 4,
        "cost": 30
    },
    {
        "name": "Queen of Dragons",
        "desc": "DEF buff to all allies, also attack enemies and heals.",
        "type": 84,
        "strength": 25,
        "attribute": 4,
        "cost": 30
    },
    {
        "name": "Final Gambit",
        "desc": "ATK buff to all allies, also attack enemies and heals.",
        "type": 76,
        "strength": 25,
        "attribute": 4,
        "cost": 30
    },
    {
        "name": "The Artist",
        "desc": "ATK/DEF buff to all allies and heals.",
        "type": 88,
        "strength": 25,
        "attribute": 4,
        "cost": 30
    },
    {
        "name": "Lady of War",
        "desc": "ATK/DEF buff to all allies, heals, and attacks.",
        "type": 92,
        "strength": 30,
        "attribute": 4,
        "cost": 40
    },
    {
        "name": "Follow the White Rabbit",
        "desc": "Small HP healing and ATK/DEF buff to all allies. Holy damage to all enemies. Debug summon.",
        "type": 92,
        "strength": 10,
        "attribute": 4,
        "cost": 0
    }
]