Skip to content

Commit

Permalink
feat(balance): ethanol and denatured alcohol have higher energy densi…
Browse files Browse the repository at this point in the history
…ty than methanol (#5756)
  • Loading branch information
chaosvolt authored Nov 24, 2024
1 parent ba05695 commit ef66e60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/items/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
},
Expand All @@ -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",
Expand Down

0 comments on commit ef66e60

Please sign in to comment.