forked from Taberone/Cataclysm-DDA-Touhou-Mod
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtouhou_harvest.json
32 lines (32 loc) · 1.39 KB
/
touhou_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
[
{
"id": "human",
"//": "a monstrous horror, probably the most destructive entity you will ever see",
"type": "harvest",
"entries": [
{ "drop": "blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "bone_human", "type": "bone", "mass_ratio": 0.12 },
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "human_fat", "type": "flesh", "mass_ratio": 0.1 },
{ "drop": "human_flesh", "type": "flesh", "mass_ratio": 0.2 },
{ "drop": "raw_hleather", "type": "skin", "mass_ratio": 0.01 },
{ "drop": "skull_human", "type": "bone", "scale_num": [ 1, 1 ], "max": 1 },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
{ "drop": "touhou_human_eggs", "type": "wicked", "base_num": [ 0, 1 ] }
],
"//2": "Only adds 50% chance to drop a bunch of touhou_human_eggs "
},
{
"id": "zombie",
"//": "your bog standard zombie",
"type": "harvest",
"entries": [
{ "drop": "blood_tainted", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "touhou_human_eggs", "type": "wicked", "base_num": [ 0, 1 ] }
],
"//2": "Only adds 50% chance to drop a bunch of touhou_human_eggs "
}
]