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, 26 insertions, 0 deletions
diff --git a/json/items/fuel.json b/json/items/fuel.json
new file mode 100644
index 0000000..5d5c6b0
--- /dev/null
+++ b/json/items/fuel.json
@@ -0,0 +1,26 @@
+[
+ {
+ "id": "biodiesel_sealed",
+ "type": "TOOL",
+ "category": "tools",
+ "looks_like": "jerrycan",
+ "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"
+ }
+ }
+]