Adjust various scav item type weights

This commit is contained in:
Dev 2024-03-04 12:43:34 +00:00
parent 85ac332beb
commit 52ebdf7483

View File

@ -2334,8 +2334,8 @@
"backpackLoot": { "backpackLoot": {
"weights": { "weights": {
"0": 1, "0": 1,
"1": 2, "1": 3,
"2": 2, "2": 4,
"3": 1, "3": 1,
"4": 1, "4": 1,
"5": 1, "5": 1,
@ -2353,8 +2353,8 @@
}, },
"grenades": { "grenades": {
"weights": { "weights": {
"0": 3, "0": 4,
"1": 4, "1": 5,
"2": 2, "2": 2,
"3": 1, "3": 1,
"4": 0, "4": 0,
@ -2364,8 +2364,8 @@
}, },
"healing": { "healing": {
"weights": { "weights": {
"0": 1, "0": 3,
"1": 2, "1": 6,
"2": 1 "2": 1
}, },
"whitelist": [] "whitelist": []
@ -2399,7 +2399,7 @@
}, },
"stims": { "stims": {
"weights": { "weights": {
"0": 15, "0": 17,
"1": 3, "1": 3,
"2": 1 "2": 1
}, },