summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
blob: 6d481b301466ce64918acdc4304e36b8f9f9d443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "type": "COMESTIBLE",
    "id": "chili",
    "copy-from": "chili",
    "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" ]
  }
]