From 7a71643129e7001521eadb5767b421268b062313 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Dec 2023 17:09:10 -0800 Subject: Added lye recipes. Add preserved kompot recipes, remove fresh kompot recipe. Replaced obsolete zinc powder with zinc from zinc oxide recipe. Removed obsolete fast noodle recipe. Made material and tool variant suffixes more obvious. Removed the "Craft:" and "Cook:" prefixes from all recipe names. Made certain recipes more clear on the specialized tools required by adding suffixes. --- json/items/chemicals_and_resurces.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 json/items/chemicals_and_resurces.json (limited to 'json/items') diff --git a/json/items/chemicals_and_resurces.json b/json/items/chemicals_and_resurces.json new file mode 100644 index 0000000..e648dd0 --- /dev/null +++ b/json/items/chemicals_and_resurces.json @@ -0,0 +1,26 @@ +[ + { + "id": "lye_sealed", + "type": "TOOL", + "category": "tools", + "looks_like": "bottle_plastic", + "name": { "str": "sealed plastic bottle of lye", "str_pl": "sealed plastic bottle of lye" }, + "description": "This is a sealed plastic bottle containing lye. Use to open.", + "weight": "263 g", + "volume": "500 ml", + "price": 200, + "price_postapoc": 210, + "to_hit": -2, + "material": [ "plastic" ], + "symbol": ")", + "color": "white", + "use_action": { + "target": "lye", + "msg": "You open the plastic bottle, exposing it to the atmosphere.", + "container": "bottle_plastic", + "target_charges": 2, + "menu_text": "Unseal plastic bottle", + "type": "transform" + } + } +] -- cgit v1.2.1