blob: c00c8b4d745586b58d495350fd9d5e45b5af2870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{
"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" ]
}
]
|