-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFirecracker Golem [Firecracker].json
109 lines (109 loc) · 2.51 KB
/
Firecracker Golem [Firecracker].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
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
{
"nightmare": {
"50000000": {
"epic": 5,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 4
},
"100000000": {
"epic": 10,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 8
},
"200000000": {
"epic": 20,
"legendary": null,
"uncommon": 1,
"common": null,
"stats": 17
},
"300000000": {
"epic": 30,
"legendary": null,
"uncommon": 1,
"common": null,
"stats": 21
},
"500000000": {
"epic": 40,
"legendary": null,
"uncommon": 2,
"common": null,
"stats": 25
},
"750000000": {
"epic": 50,
"legendary": null,
"uncommon": 3,
"common": null,
"stats": 33
},
"1000000000": {
"epic": 60,
"legendary": null,
"uncommon": 4,
"common": null,
"stats": 42
},
"1500000000": {
"epic": 80,
"legendary": null,
"uncommon": 5,
"common": null,
"stats": 48
},
"2000000000": {
"epic": 100,
"legendary": null,
"uncommon": 6,
"common": null,
"stats": 54
},
"2500000000": {
"epic": 115,
"legendary": null,
"uncommon": 7,
"common": null,
"stats": 63
},
"3000000000": {
"epic": 130,
"legendary": null,
"uncommon": 8,
"common": null,
"stats": 71
},
"4000000000": {
"epic": 150,
"legendary": null,
"uncommon": 9,
"common": null,
"stats": 81
},
"5000000000": {
"epic": 170,
"legendary": null,
"uncommon": 10,
"common": null,
"stats": 90
},
"7500000000": {
"epic": 190,
"legendary": null,
"uncommon": 15,
"common": null,
"stats": 90
},
"10000000000": {
"epic": 210,
"legendary": null,
"uncommon": 20,
"common": null,
"stats": 90
}
}
}