Adjusted PMC loot/stam values due to earlier fixes to loot generation
This commit is contained in:
parent
55d913d0f6
commit
619137417b
@ -2502,14 +2502,15 @@
|
|||||||
"backpackLoot": {
|
"backpackLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
|
"3": 5,
|
||||||
|
"4": 7,
|
||||||
|
"5": 6,
|
||||||
|
"8": 6,
|
||||||
"10": 5,
|
"10": 5,
|
||||||
"12": 4,
|
"12": 4,
|
||||||
"15": 4,
|
"15": 4,
|
||||||
"20": 3,
|
"20": 3,
|
||||||
"23": 1,
|
"23": 1
|
||||||
"3": 2,
|
|
||||||
"5": 5,
|
|
||||||
"8": 6
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
@ -2593,7 +2594,7 @@
|
|||||||
},
|
},
|
||||||
"stims": {
|
"stims": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 2,
|
||||||
"1": 2,
|
"1": 2,
|
||||||
"2": 1
|
"2": 1
|
||||||
},
|
},
|
||||||
@ -2602,7 +2603,7 @@
|
|||||||
"vestLoot": {
|
"vestLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
"1": 2,
|
"1": 3,
|
||||||
"2": 3,
|
"2": 3,
|
||||||
"3": 2,
|
"3": 2,
|
||||||
"4": 1
|
"4": 1
|
||||||
|
@ -2499,14 +2499,15 @@
|
|||||||
"backpackLoot": {
|
"backpackLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
|
"3": 5,
|
||||||
|
"4": 7,
|
||||||
|
"5": 6,
|
||||||
|
"8": 6,
|
||||||
"10": 5,
|
"10": 5,
|
||||||
"12": 4,
|
"12": 4,
|
||||||
"15": 4,
|
"15": 4,
|
||||||
"20": 3,
|
"20": 3,
|
||||||
"23": 1,
|
"23": 1
|
||||||
"3": 2,
|
|
||||||
"5": 5,
|
|
||||||
"8": 6
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
@ -2590,7 +2591,7 @@
|
|||||||
},
|
},
|
||||||
"stims": {
|
"stims": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 2,
|
||||||
"1": 2,
|
"1": 2,
|
||||||
"2": 1
|
"2": 1
|
||||||
},
|
},
|
||||||
@ -2599,7 +2600,7 @@
|
|||||||
"vestLoot": {
|
"vestLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
"1": 2,
|
"1": 3,
|
||||||
"2": 3,
|
"2": 3,
|
||||||
"3": 2,
|
"3": 2,
|
||||||
"4": 1
|
"4": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user