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": {
"weights": {
"0": 1,
"1": 2,
"2": 2,
"1": 3,
"2": 4,
"3": 1,
"4": 1,
"5": 1,
@ -2353,8 +2353,8 @@
},
"grenades": {
"weights": {
"0": 3,
"1": 4,
"0": 4,
"1": 5,
"2": 2,
"3": 1,
"4": 0,
@ -2364,8 +2364,8 @@
},
"healing": {
"weights": {
"0": 1,
"1": 2,
"0": 3,
"1": 6,
"2": 1
},
"whitelist": []
@ -2399,7 +2399,7 @@
},
"stims": {
"weights": {
"0": 15,
"0": 17,
"1": 3,
"2": 1
},