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
|
[
{
"skill_id": 1,
"notes": "Heat Shot",
"type": 2,
"strength": 750,
"attribute": 1,
"cost": 10
},
{
"skill_id": 2,
"notes": "Heat Saber",
"type": 2,
"strength": 720,
"attribute": 1,
"cost": 10
},
{
"skill_id": 3,
"notes": "Circle of Flame",
"type": 2,
"strength": 730,
"attribute": 1,
"cost": 10
},
{
"skill_id": 6,
"notes": "Aqua Sphere",
"type": 2,
"strength": 730,
"attribute": 2,
"cost": 10
},
{
"skill_id": 12,
"notes": "Earth Energy",
"type": 2,
"strength": 730,
"attribute": 3,
"cost": 10
},
{
"skill_id": 21,
"notes": "Heat Slash",
"type": 2,
"strength": 1020,
"attribute": 1,
"cost": 12
},
{
"skill_id": 28,
"notes": "Flame Rend",
"type": 2,
"strength": 1020,
"attribute": 1,
"cost": 12
},
{
"skill_id": 32,
"notes": "Aqua Slash",
"type": 2,
"strength": 1020,
"attribute": 2,
"cost": 12
},
{
"skill_id": 41,
"notes": "Air Slash",
"type": 2,
"strength": 1020,
"attribute": 3,
"cost": 12
},
{
"skill_id": 51,
"notes": "Lightning Saber",
"type": 2,
"strength": 1020,
"attribute": 4,
"cost": 12
},
{
"skill_id": 52,
"notes": "Thunder Strike",
"type": 2,
"strength": 1030,
"attribute": 4,
"cost": 12
}
]
|