summaryrefslogtreecommitdiff
path: root/json/items/chemicals_and_resurces.json
diff options
context:
space:
mode:
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"
+ }
+ }
+]