-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdamage.json
39 lines (39 loc) · 844 Bytes
/
damage.json
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
{
"arm": {
"20000": {
"d": "",
"i": 20000,
"n": "def_type_1"
},
"20001": {
"d": "",
"i": 20001,
"n": "def_type_2"
}
},
"atk": {
"10000": {
"d": "",
"i": 10000,
"n": "attack_type_1"
},
"10001": {
"d": "",
"i": 10001,
"n": "attack_type_2"
}
},
"dt": {
"10000_20000": 0.800000011920929,
"10000_20001": 1.2000000476837158,
"10001_20000": 1.2000000476837158,
"10001_20001": 0.800000011920929
},
"hst": {
"10000_20000": 201365691,
"10000_20001": 201330767,
"10001_20000": 201346518,
"10001_20001": 201329173
},
"mode": 1
}