-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathelduugem.treasurepools
58 lines (54 loc) · 1.09 KB
/
elduugem.treasurepools
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
{
"oceaniteHarvest" : [
[0, {
"pool" : [
{"weight" : 1.0, "item" : "oceanite"},
{"weight" : 0.3, "item" : "oceaniteseed"},
{"weight" : 0.2, "item" : "nhydri"}
],
"poolRounds" : [
[0.7, 8],
[0.3, 15]
]
} ]
],
"thanatiteHarvest" : [
[0, {
"pool" : [
{"weight" : 1.0, "item" : "thanatite"},
{"weight" : 0.3, "item" : "thanatiteseed"},
{"weight" : 0.2, "item" : "kespar"}
],
"poolRounds" : [
[0.7, 8],
[0.3, 15]
]
} ]
],
"emeraHarvest" : [
[0, {
"pool" : [
{"weight" : 1.0, "item" : "emera"},
{"weight" : 0.4, "item" : "emeraseed"},
{"weight" : 0.3, "item" : "opul"}
],
"poolRounds" : [
[0.7, 8],
[0.3, 15]
]
} ]
],
"feyaHarvest" : [
[0, {
"pool" : [
{"weight" : 1.0, "item" : "feya"},
{"weight" : 0.3, "item" : "feyaseed"},
{"weight" : 0.2, "item" : "rekite"}
],
"poolRounds" : [
[0.7, 8],
[0.3, 15]
]
} ]
]
}