1[
2  {
3    "id": "owlbear",
4    "//": "identical to mammal_large_fur except that half the fur has been replaced with feathers",
5    "type": "harvest",
6    "entries": [
7      { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 },
8      { "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
9      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
10      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
11      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
12      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
13      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
14      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
15      { "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
16      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
17      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
18      { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
19      { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.07 },
20      { "drop": "feather", "type": "skin", "mass_ratio": 0.005 },
21      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
22    ]
23  },
24  {
25    "id": "owlbear_cub",
26    "//": "drops regular stomach",
27    "type": "harvest",
28    "entries": [
29      { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.3 },
30      { "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.03 },
31      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
32      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
33      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
34      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
35      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
36      { "drop": "stomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
37      { "drop": "owlbear_stone", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
38      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
39      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
40      { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.015 },
41      { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.07 },
42      { "drop": "feather", "type": "skin", "mass_ratio": 0.005 }
43    ]
44  },
45  {
46    "id": "bulette",
47    "//": "drops large stomach",
48    "type": "harvest",
49    "entries": [
50      { "drop": "meat", "type": "flesh", "mass_ratio": 0.32 },
51      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
52      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
53      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
54      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
55      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
56      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
57      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
58      { "drop": "bulette_plate", "scale_num": [ 2, 5 ], "max": 1, "type": "skin" },
59      { "drop": "bulette_pearl", "scale_num": [ 1, 4 ], "max": 1, "type": "offal" },
60      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
61      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
62      { "drop": "raw_leather", "type": "skin", "mass_ratio": 0.02 },
63      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
64      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
65    ]
66  },
67  {
68    "id": "demon_spider",
69    "type": "harvest",
70    "entries": [
71      { "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.1 },
72      { "drop": "meat", "type": "flesh", "mass_ratio": 0.05 },
73      { "drop": "demon_chitin_piece", "type": "bone", "mass_ratio": 0.04 },
74      { "drop": "demon_chitin_plate", "type": "skin", "mass_ratio": 0.01 },
75      { "drop": "demon_spider_fang", "base_num": [ 0, 0 ], "scale_num": [ 0.1, 0.6 ], "max": 2, "type": "flesh" }
76    ]
77  },
78  {
79    "id": "mammal_small_fur",
80    "//": "override of vanilla harvest, includes hairballs",
81    "type": "harvest",
82    "entries": [
83      { "drop": "meat", "type": "flesh", "mass_ratio": 0.28 },
84      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.05 },
85      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
86      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
87      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
88      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
89      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
90      { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.02 },
91      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
92      { "drop": "hairball", "type": "bionic", "max": 3 }
93    ]
94  },
95  {
96    "id": "mammal_large_fur",
97    "//": "vanilla override, includes adrenal gland",
98    "type": "harvest",
99    "entries": [
100      { "drop": "meat", "type": "flesh", "mass_ratio": 0.32 },
101      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
102      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
103      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
104      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
105      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
106      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
107      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
108      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
109      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
110      { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.02 },
111      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
112      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
113    ]
114  },
115  {
116    "id": "mammal_large_leather",
117    "//": "vanilla override, includes adrenal gland",
118    "type": "harvest",
119    "entries": [
120      { "drop": "meat", "type": "flesh", "mass_ratio": 0.32 },
121      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
122      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
123      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
124      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
125      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
126      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
127      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
128      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
129      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
130      { "drop": "raw_leather", "type": "skin", "mass_ratio": 0.02 },
131      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
132      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
133    ]
134  },
135  {
136    "id": "mutant_mammal_large_leather",
137    "//": "drops large stomach",
138    "type": "harvest",
139    "entries": [
140      { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 },
141      { "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
142      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
143      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
144      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
145      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
146      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
147      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
148      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
149      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
150      { "drop": "raw_leather", "type": "skin", "mass_ratio": 0.02 },
151      { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.07 },
152      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
153    ]
154  },
155  {
156    "id": "mammal_large_wool",
157    "//": "drops large stomach",
158    "type": "harvest",
159    "entries": [
160      { "drop": "meat", "type": "flesh", "mass_ratio": 0.32 },
161      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
162      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
163      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
164      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
165      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
166      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
167      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
168      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
169      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
170      { "drop": "wool_staple", "type": "skin", "mass_ratio": 0.02 },
171      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
172      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
173    ]
174  },
175  {
176    "id": "human_large_leather",
177    "type": "harvest",
178    "entries": [
179      { "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.34 },
180      { "drop": "hstomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
181      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
182      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
183      { "drop": "raw_leather", "type": "skin", "mass_ratio": 0.02 },
184      { "drop": "mutant_human_fat", "type": "flesh", "mass_ratio": 0.07 },
185      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
186    ]
187  },
188  {
189    "id": "animal_large_noskin",
190    "//": "for those vertebrates that don't have something you can skin off of them",
191    "type": "harvest",
192    "entries": [
193      { "drop": "meat", "type": "flesh", "mass_ratio": 0.32 },
194      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
195      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
196      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
197      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
198      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
199      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
200      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
201      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
202      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
203      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 },
204      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
205    ]
206  },
207  {
208    "id": "mutant_animal_large_noskin",
209    "//": "for those vertebrates that don't have something you can skin off of them",
210    "type": "harvest",
211    "entries": [
212      { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 },
213      { "drop": "mutant_meat_scrap", "type": "flesh", "mass_ratio": 0.01 },
214      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
215      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
216      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
217      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
218      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
219      { "drop": "stomach_large", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
220      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
221      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
222      { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.07 },
223      { "drop": "adrenal_gland_large", "type": "bionic", "max": 2 }
224    ]
225  },
226  {
227    "id": "dragon_black",
228    "type": "harvest",
229    "entries": [
230      { "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.1 },
231      { "drop": "dragon_blood", "type": "blood", "mass_ratio": 0.1 },
232      { "drop": "meat_dragon", "type": "flesh", "mass_ratio": 0.18 },
233      { "drop": "dragon_black_scale", "type": "skin", "mass_ratio": 0.05 },
234      { "drop": "black_dragon_hide_raw", "type": "skin", "mass_ratio": 0.1 },
235      { "drop": "bone", "type": "bone", "mass_ratio": 0.1 }
236    ]
237  },
238  {
239    "id": "stirge",
240    "//": "mainly arachnid drops with leather and proboscis",
241    "type": "harvest",
242    "entries": [
243      { "drop": "blood", "type": "blood", "mass_ratio": 0.1 },
244      { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.33 },
245      { "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.1 },
246      { "drop": "sinew", "type": "bone", "mass_ratio": 0.01 },
247      { "drop": "raw_leather", "type": "skin", "mass_ratio": 0.01 },
248      { "drop": "stirge_proboscis", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" }
249    ]
250  },
251  {
252    "id": "shrieker",
253    "//": "mainly fungaloid drops with scream mushroom.",
254    "type": "harvest",
255    "entries": [
256      { "drop": "veggy", "type": "flesh", "mass_ratio": 0.4 },
257      { "drop": "plant_sac", "type": "offal", "mass_ratio": 0.2 },
258      { "drop": "stick_fiber", "type": "bone", "mass_ratio": 0.1 },
259      { "drop": "scream_mush", "scale_num": [ 0.1, 0.3 ], "max": 10, "type": "offal" }
260    ]
261  },
262  {
263    "id": "lemure",
264    "//": "nothing much aside from big pile of meat and maybe demon blood in future.  But for now, tainted will do.",
265    "type": "harvest",
266    "entries": [
267      { "drop": "blood_tainted", "type": "blood", "mass_ratio": 0.1 },
268      { "drop": "meat", "type": "flesh", "mass_ratio": 0.4 }
269    ]
270  },
271  {
272    "id": "lizardfolk",
273    "type": "harvest",
274    "entries": [
275      { "drop": "demihuman_flesh", "type": "flesh", "mass_ratio": 0.32 },
276      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
277      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
278      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
279      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
280      { "drop": "raw_demihumanleather", "type": "skin", "mass_ratio": 0.02 },
281      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
282      { "drop": "bone", "type": "bone", "mass_ratio": 0.1 }
283    ]
284  },
285  {
286    "id": "ogre",
287    "type": "harvest",
288    "entries": [
289      { "drop": "demihuman_flesh", "type": "flesh", "mass_ratio": 0.32 },
290      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
291      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
292      { "drop": "brain", "type": "flesh", "mass_ratio": 0.0025 },
293      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
294      { "drop": "raw_demihumanleather", "type": "skin", "mass_ratio": 0.02 },
295      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
296      { "drop": "bone", "type": "bone", "mass_ratio": 0.1025 }
297    ]
298  },
299  {
300    "id": "orc",
301    "type": "harvest",
302    "entries": [
303      { "drop": "demihuman_flesh", "type": "flesh", "mass_ratio": 0.32 },
304      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
305      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
306      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
307      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
308      { "drop": "raw_demihumanleather", "type": "skin", "mass_ratio": 0.02 },
309      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
310      { "drop": "bone", "type": "bone", "mass_ratio": 0.1 }
311    ]
312  }
313]
314