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
|
[
{
"summon_id": 1,
"name": "Little Wonders",
"desc": "Small HP healing to all allies.",
"type": 64,
"strength": 10,
"attribute": 4,
"cost": 10
},
{
"summon_id": 2,
"name": "Spirit of Battle",
"desc": "Small HP healing to all allies. Buffs attack.",
"type": 72,
"strength": 15,
"attribute": 4,
"cost": 20
},
{
"summon_id": 3,
"name": "Holy Blessing",
"desc": "Small HP healing and ATK buff to all allies. Holy damage to all enemies.",
"type": 76,
"strength": 20,
"attribute": 4,
"cost": 30
}
]
|