diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-14 09:34:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-14 09:34:17 -0700 |
commit | ed18a7e45de8109c67e044aff4da34bf6d782787 (patch) | |
tree | 7473d61b01a342e849bd57a7549905de8927ba8f /json/items/fuel.json | |
parent | Yeast and Aluminium Powder. (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-ed18a7e45de8109c67e044aff4da34bf6d782787.tar.xz |
Add Roasted Salsify.
Add Biodiesel in 10L increments via shim item.
Diffstat (limited to 'json/items/fuel.json')
-rw-r--r-- | json/items/fuel.json | 25 |
1 files changed, 25 insertions, 0 deletions
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" + } + } +] |