-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathharvest.json
66 lines (66 loc) · 2.27 KB
/
harvest.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
[
{
"id": "nut_golem",
"type": "harvest",
"message": "You dig through the remains and collect anything edible. <nut_golem_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.225 },
{ "drop": "pine_nuts", "type": "bone", "mass_ratio": 0.01 }
]
},
{
"id": "nut_titan",
"type": "harvest",
"message": "You laboriously dig through the remains and collect anything worthwhile. <nut_titan_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.1625 },
{ "drop": "pine_heart", "scale_num": [ 4, 7 ], "max": 7, "type": "offal" },
{ "drop": "pinecone", "type": "bone", "mass_ratio": 0.005 }
]
},
{
"id": "nut_construct",
"type": "harvest",
"message": "You dig through the remains and collect anything edible. <nut_construct_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.15 },
{ "drop": "pine_nuts", "type": "bone", "mass_ratio": 0.01 }
]
},
{
"id": "nut_shambler",
"type": "harvest",
"message": "You quickly look through the remains and take anything edible. <nut_shambler_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.15 },
{ "drop": "pine_nuts", "type": "bone", "mass_ratio": 0.01 }
]
},
{
"id": "nut_stalker",
"type": "harvest",
"message": "You carefully comb through the remains and collect anything valuable. <nut_stalker_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.2625 },
{ "drop": "pine_nuts", "type": "bone", "mass_ratio": 0.02 },
{ "drop": "pine_heart", "scale_num": [ 1, 2 ], "max": 1, "type": "offal" }
]
},
{
"id": "nut_mass",
"type": "harvest",
"message": "You swiftly collect anything of value from the remains. <nut_mass_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.135 },
{ "drop": "pinecone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" }
]
},
{
"id": "nut_swimmer",
"type": "harvest",
"message": "You pickup anything that remains of the creature. <nut_swimmer_harvest>",
"entries": [
{ "drop": "pine_nuts", "type": "flesh", "mass_ratio": 0.1375 }
]
}
]