1[
2  {
3    "id": "CBM_DOG",
4    "type": "harvest",
5    "entries": [
6      {
7        "drop": "bio_power_storage_mkII",
8        "type": "bionic",
9        "flags": [ "FILTHY", "NO_STERILE", "NO_PACKED" ],
10        "faults": [ "fault_bionic_salvaged" ]
11      },
12      {
13        "drop": "bionics_op",
14        "type": "bionic_group",
15        "flags": [ "FILTHY", "NO_STERILE", "NO_PACKED" ],
16        "faults": [ "fault_bionic_salvaged" ]
17      },
18      { "drop": "meat", "type": "flesh", "mass_ratio": 0.3 },
19      { "drop": "meat_scrap", "type": "flesh", "mass_ratio": 0.03 },
20      { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 },
21      { "drop": "liver", "type": "offal", "mass_ratio": 0.01 },
22      { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 },
23      { "drop": "sweetbread", "type": "flesh", "mass_ratio": 0.002 },
24      { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 },
25      { "drop": "stomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
26      { "drop": "bone", "type": "bone", "mass_ratio": 0.15 },
27      { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 },
28      { "drop": "raw_fur", "type": "skin", "mass_ratio": 0.02 },
29      { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 }
30    ]
31  }
32]
33