diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 00:10:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 00:10:24 -0700 |
commit | 49b0c82d1660e701ee52f5cb948e9ec95f056ed8 (patch) | |
tree | f0557f59ff5632fed3a1008645f2160b84e59235 /json/items/comestible | |
parent | Fix containers of salted meat slices, pickled meat, pickled fish, and pickled... (diff) | |
download | cataclysm-bn-mod_recipe-fixes-49b0c82d1660e701ee52f5cb948e9ec95f056ed8.tar.xz |
Several fixes for low difficulty foods used by basecamp crafting.
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/junkfood.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index c085337..87cd6aa 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -185,6 +185,38 @@ }, { "type": "COMESTIBLE", + "id": "cooked_dinner", + "copy-from": "cooked_dinner", + "name": { "str": "cooked tv dinner" }, + "volume": "500 mL", + "charges": "1", + "//": "Reduce the charges to 1 so that a single tv dinner can be cooked." + }, + { + "type": "COMESTIBLE", + "id": "hotdogs_uncooked", + "copy-from": "hotdogs_uncooked", + "name": { "str": "raw hot dog" }, + "description": "A raw, heavily processed sausage, that was commonplace at baseball games before the Cataclysm.", + "//": "Change the name to make it more clear this is raw." + }, + { + "type": "COMESTIBLE", + "id": "hotdogs_campfire", + "copy-from": "hotdogs_campfire", + "name": { "str": "cooked hot dog" }, + "//": "Change the name to make it more clear this is just a plain cooked hot dog." + }, + { + "type": "COMESTIBLE", + "id": "hotdogs_cooked", + "copy-from": "hotdogs_cooked", + "name": { "str": "deluxe hot dog" }, + "description": "Surprisingly, not made from dog. Cooked and placed in a bun with condidents, this hot dog now tastes much better.", + "//": "Change the name to make it more clear this is has all the fixin's." + }, + { + "type": "COMESTIBLE", "id": "maltballs", "copy-from": "maltballs", "name": { "str": "malted milk ball" }, |