Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(balance): ethanol and denatured alcohol have higher energy density than methanol #5756

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading