Adjusted fuel listings config

lowered min possible fuel amount in listing
Higher chance for <100% fuel in listing
Single item listings for fuel
This commit is contained in:
Chomp
2025-11-04 10:13:01 +00:00
parent ca7733246d
commit 288164caaf
@@ -194,14 +194,14 @@
}, },
"5d650c3e815116009f6201d2": { "5d650c3e815116009f6201d2": {
"_name": "FUEL", "_name": "FUEL",
"conditionChance": 0.12, "conditionChance": 0.23,
"current": { "current": {
"max": 1, "max": 1,
"min": 1 "min": 1
}, },
"max": { "max": {
"max": 1, "max": 1,
"min": 0.7 "min": 0.1
} }
}, },
"644120aa86ffbe10ee032b6f": { "644120aa86ffbe10ee032b6f": {
@@ -323,7 +323,8 @@
"57bef4c42459772e8d35a53b", "57bef4c42459772e8d35a53b",
"55802f4a4bdc2ddb688b4569", "55802f4a4bdc2ddb688b4569",
"616eb7aea207f41933308f46", "616eb7aea207f41933308f46",
"543be5cb4bdc2deb348b4568" "543be5cb4bdc2deb348b4568",
"5d650c3e815116009f6201d2"
], ],
"showDefaultPresetsOnly": true, "showDefaultPresetsOnly": true,
"stackablePercent": { "stackablePercent": {