diff options
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/stirfry.json (renamed from json/items/comestible/veggy_dishes.json) | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/stirfry.json index 89c6830..9bda612 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/stirfry.json @@ -26,5 +26,15 @@ "copy-from": "tofu_stirfry", "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" }, "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days." + }, + { + "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" ], + "fun": 12 } ] |