[
  {
    "type": "COMESTIBLE",
    "id": "chili",
    "copy-from": "chili",
    "name": { "str": "chili con carne", "str_pl": "chilis con carne" },
    "phase": "liquid"
  },
  {
    "type": "COMESTIBLE",
    "id": "sausage",
    "copy-from": "sausage",
    "name": "smoked sausage",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "smoked Mannwurst" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "sinister %s" } }
    ],
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "potted_meat",
    "copy-from": "potted_meat",
    "name": { "str_sp": "potted meat" },
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "potted person" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "potted freak" } }
    ],
    "spoils_in": "60 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "bacon",
    "copy-from": "bacon",
    "name": { "str": "bacon", "str_pl": "pieces of bacon" },
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "sausage_wasteland",
    "copy-from": "sausage_wasteland",
    "name": "smoked wasteland sausage",
    "conditional_names": [ { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "wayward %s" } } ],
    "spoils_in": "182 days",
    "//": "Increase from 24 to 182 days."
  },
  {
    "type": "COMESTIBLE",
    "id": "cracklins",
    "copy-from": "cracklins",
    "name": { "str_sp": "cracklins" },
    "spoils_in": "7 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_fish",
    "copy-from": "dry_fish",
    "name": { "str_sp": "dehydrated fish" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "lutefisk",
    "copy-from": "lutefisk",
    "name": { "str": "lutefisk" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "pemmican",
    "copy-from": "pemmican",
    "name": { "str_sp": "pemmican" },
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "prepper %s" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "pernicious %s" } }
    ],
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "meat_salted",
    "copy-from": "meat_salted",
    "name": "salted meat slice",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "salted simpleton slice" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  },
  {
    "type": "COMESTIBLE",
    "id": "meat_pickled",
    "copy-from": "meat_pickled",
    "name": "pickled meat",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": "pickled punk" },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_meat",
    "copy-from": "dry_meat",
    "name": "dehydrated meat",
    "conditional_names": [
      { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "%s, human" } },
      { "type": "COMPONENT_ID", "condition": "mutant", "name": { "str_sp": "%s, mutant" } }
    ],
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_meat_tainted",
    "copy-from": "dry_meat_tainted",
    "name": { "str": "dehydrated tainted meat" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "fish_pickled",
    "copy-from": "fish_pickled",
    "name": { "str_sp": "pickled fish" },
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  }
]