-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiablos.json
More file actions
110 lines (110 loc) · 1.64 KB
/
Diablos.json
File metadata and controls
110 lines (110 loc) · 1.64 KB
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
{
"Horns": {
"Sever": "21",
"Blunt": "42",
"Ranged": "20",
"Fire": "0",
"Water": "20",
"Thunder": "10",
"Ice": "25",
"Dragon": "20",
"Stun": "100",
"Stamina": "100"
},
"Head": {
"Sever": "45",
"Blunt": "63",
"Ranged": "40",
"Fire": "0",
"Water": "25",
"Thunder": "10",
"Ice": "30",
"Dragon": "25",
"Stun": "100",
"Stamina": "100"
},
"Neck": {
"Sever": "40",
"Blunt": "40",
"Ranged": "25",
"Fire": "0",
"Water": "15",
"Thunder": "5",
"Ice": "20",
"Dragon": "15",
"Stun": "0",
"Stamina": "100"
},
"Stomach": {
"Sever": "73",
"Blunt": "78",
"Ranged": "40",
"Fire": "0",
"Water": "30",
"Thunder": "10",
"Ice": "35",
"Dragon": "30",
"Stun": "0",
"Stamina": "100"
},
"Back": {
"Sever": "24",
"Blunt": "42",
"Ranged": "35",
"Fire": "0",
"Water": "20",
"Thunder": "10",
"Ice": "25",
"Dragon": "20",
"Stun": "0",
"Stamina": "100"
},
"Wings": {
"Sever": "40",
"Blunt": "30",
"Ranged": "60",
"Fire": "0",
"Water": "25",
"Thunder": "10",
"Ice": "30",
"Dragon": "25",
"Stun": "0",
"Stamina": "100"
},
"Legs": {
"Sever": "35",
"Blunt": "35",
"Ranged": "35",
"Fire": "0",
"Water": "10",
"Thunder": "5",
"Ice": "15",
"Dragon": "10",
"Stun": "0",
"Stamina": "100"
},
"Tail": {
"Sever": "50",
"Blunt": "24",
"Ranged": "45",
"Fire": "0",
"Water": "20",
"Thunder": "10",
"Ice": "15",
"Dragon": "20",
"Stun": "0",
"Stamina": "100"
},
"Tailtip": {
"Sever": "23",
"Blunt": "33",
"Ranged": "10",
"Fire": "0",
"Water": "20",
"Thunder": "10",
"Ice": "25",
"Dragon": "20",
"Stun": "0",
"Stamina": "100"
}
}