From 04b3b6fd2ab09c0e66c765545b6e845c02689d96 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jul 2023 11:17:31 -0700 Subject: Add denatured alcohol via shim container. --- json/items/fuel.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'json/items') diff --git a/json/items/fuel.json b/json/items/fuel.json index 31ceb7c..9214bb5 100644 --- a/json/items/fuel.json +++ b/json/items/fuel.json @@ -19,7 +19,31 @@ "msg": "You open the jerrycan, exposing it to the atmosphere.", "container": "jerrycan", "target_charges": 10000, - "menu_text": "Open jerrycan", + "menu_text": "Unseal jerrycan", + "type": "transform" + } + }, + { + "id": "denat_alocohol_sealed", + "type": "TOOL", + "category": "tools", + "looks_like": "bottle_plastic", + "name": { "str": "sealed plastic bottle of denatured alcohol", "str_pl": "sealed plastic bottle of denatured alcohol" }, + "description": "This is a sealed plastic bottle containing denatured alcohol. Use to open.", + "weight": "513 g", + "volume": "500 ml", + "price": 250, + "price_postapoc": 750, + "to_hit": -2, + "material": [ "plastic", "alcohol" ], + "symbol": ")", + "color": "green", + "use_action": { + "target": "denat_alcohol", + "msg": "You open the plastic bottle, exposing it to the atmosphere.", + "container": "bottle_plastic", + "target_charges": 10000, + "menu_text": "Unseal plastic bottle", "type": "transform" } } -- cgit v1.2.1