summaryrefslogtreecommitdiff
path: root/json/items/chemicals_and_resurces.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-11 17:09:10 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-11 17:09:10 -0800
commit7a71643129e7001521eadb5767b421268b062313 (patch)
treec922a7666a35b1b7f3026a9cbf12517752f362a2 /json/items/chemicals_and_resurces.json
parentAdd thread from cotton balls. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-7a71643129e7001521eadb5767b421268b062313.tar.xz
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.
Diffstat (limited to 'json/items/chemicals_and_resurces.json')
-rw-r--r--json/items/chemicals_and_resurces.json26
1 files changed, 26 insertions, 0 deletions
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"
+ }
+ }
+]