-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDragon's Lair [Lair].json
50 lines (50 loc) · 1.04 KB
/
Dragon's Lair [Lair].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
40
41
42
43
44
45
46
47
48
49
50
{
"normal": {
"7000000": 2,
"9000000": 4,
"10000000": 6,
"15000000": 8,
"20000000": 10,
"25000000": 12,
"30000000": 14,
"35000000": 16,
"40000000": 18,
"45000000": 20
},
"hard": {
"35000000": 2,
"45000000": 4,
"50000000": 6,
"75000000": 8,
"100000000": 10,
"125000000": 12,
"150000000": 14,
"175000000": 16,
"200000000": 18,
"225000000": 20
},
"legendary": {
"70000000": 2,
"90000000": 4,
"100000000": 6,
"150000000": 8,
"200000000": 10,
"250000000": 12,
"300000000": 14,
"350000000": 16,
"400000000": 18,
"450000000": 20
},
"nightmare": {
"105000000": 2,
"135000000": 4,
"150000000": 6,
"225000000": 8,
"300000000": 10,
"375000000": 12,
"450000000": 14,
"525000000": 16,
"600000000": 18,
"675000000": 20
}
}