[
  {
    "type": "COMESTIBLE",
    "id": "chili",
    "copy-from": "chili",
    "name": { "str": "chili con carne", "str_pl": "chilis con carne" },
    "phase": "liquid"
  },
  {
    "type": "COMESTIBLE",
    "id": "meat_stirfry",
    "looks_like": "tofu_stirfry",
    "copy-from": "tofu_stirfry",
    "name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
    "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
    "material": [ "flesh", "veggy" ]
  }
]