summaryrefslogtreecommitdiff
path: root/json/items/fuel.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/fuel.json')
-rw-r--r--json/items/fuel.json26
1 files changed, 25 insertions, 1 deletions
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"
}
}