From ef66e609c210398929ce5a5f4514a34b3662c735 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sat, 23 Nov 2024 20:51:42 -0600 Subject: [PATCH] feat(balance): ethanol and denatured alcohol have higher energy density than methanol (#5756) --- data/json/items/fuel.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/json/items/fuel.json b/data/json/items/fuel.json index 2601e8d1c5ab..893396faf01b 100644 --- a/data/json/items/fuel.json +++ b/data/json/items/fuel.json @@ -18,7 +18,7 @@ "color": "white", "ammo_type": "conc_alcohol", "fuel": { - "energy": 15.6, + "energy": 24, "explosion_data": { "chance_hot": 5, "chance_cold": 10, "factor": 0.2, "fiery": true, "size_factor": 0.1 } } }, @@ -38,7 +38,11 @@ "type": "AMMO", "description": "High purity methanol suitable for use in chemical reactions. Could be used in alcohol-burning stoves. Very toxic.", "price": "5 cent", - "price_postapoc": "1 USD" + "price_postapoc": "1 USD", + "fuel": { + "energy": 15.6, + "explosion_data": { "chance_hot": 5, "chance_cold": 10, "factor": 0.2, "fiery": true, "size_factor": 0.1 } + } }, { "id": "diesel",