From ed18a7e45de8109c67e044aff4da34bf6d782787 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 14 Oct 2021 09:34:17 -0700 Subject: Add Roasted Salsify. Add Biodiesel in 10L increments via shim item. --- json/items/fuel.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 json/items/fuel.json (limited to 'json/items/fuel.json') diff --git a/json/items/fuel.json b/json/items/fuel.json new file mode 100644 index 0000000..f3d8212 --- /dev/null +++ b/json/items/fuel.json @@ -0,0 +1,25 @@ +[ + { + "id": "biodiesel_sealed", + "type": "TOOL", + "category": "tools", + "name": { "str": "sealed jerrycan of biodiesel", "str_pl": "sealed jerrycans of biodiesel" }, + "description": "This is a sealed jerrycan containing biodiesel. Use to open.", + "weight": "15870 g", + "volume": "10 L", + "price": 300000, + "price_postapoc": 3000000, + "to_hit": -2, + "material": [ "plastic", "hydrocarbons" ], + "symbol": ")", + "color": "green", + "use_action": { + "target": "biodiesel", + "msg": "You open the jerrycan, exposing it to the atmosphere.", + "container": "jerrycan", + "target_charges": 10000, + "menu_text": "Open jerrycan", + "type": "transform" + } + } +] -- cgit v1.2.1