Add generation weights for PMCs level 15-22
Make loot more representative of a lower level player
This commit is contained in:
parent
5ec01d51c7
commit
e38921ca1e
@ -916,7 +916,7 @@
|
||||
"2": 20,
|
||||
"3": 12,
|
||||
"4": 8,
|
||||
"5": 3,
|
||||
"5": 2,
|
||||
"10": 1
|
||||
},
|
||||
"whitelist": []
|
||||
@ -1022,6 +1022,55 @@
|
||||
"min": 15,
|
||||
"max": 22
|
||||
},
|
||||
"generation": {
|
||||
"backpackLoot": {
|
||||
"weights": {
|
||||
"0": 3,
|
||||
"1": 5,
|
||||
"2": 12,
|
||||
"3": 20,
|
||||
"4": 8,
|
||||
"5": 3,
|
||||
"10": 1
|
||||
},
|
||||
"whitelist": []
|
||||
},
|
||||
"pocketLoot": {
|
||||
"weights": {
|
||||
"0": 2,
|
||||
"1": 3,
|
||||
"2": 2,
|
||||
"3": 1
|
||||
},
|
||||
"whitelist": []
|
||||
},
|
||||
"vestLoot": {
|
||||
"weights": {
|
||||
"0": 1,
|
||||
"1": 4,
|
||||
"2": 2,
|
||||
"3": 1,
|
||||
"4": 1
|
||||
},
|
||||
"whitelist": []
|
||||
},
|
||||
"magazines": {
|
||||
"weights": {
|
||||
"0": 0,
|
||||
"1": 1,
|
||||
"2": 4,
|
||||
"3": 3
|
||||
},
|
||||
"whitelist": []
|
||||
},
|
||||
"stims": {
|
||||
"weights": {
|
||||
"0": 10,
|
||||
"1": 1
|
||||
},
|
||||
"whitelist": []
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"ArmBand": 90,
|
||||
"FirstPrimaryWeapon": 90,
|
||||
|
Loading…
Reference in New Issue
Block a user