From 49b0c82d1660e701ee52f5cb948e9ec95f056ed8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Oct 2024 00:10:24 -0700 Subject: Several fixes for low difficulty foods used by basecamp crafting. --- json/items/comestible/junkfood.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'json/items/comestible/junkfood.json') 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 @@ -183,6 +183,38 @@ "spoils_in": "182 days", "//": "Increase from 24 to 182 days." }, + { + "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", -- cgit v1.2.1