Updated bot gen to include drink/food in generation weights
This commit is contained in:
parent
f873659daf
commit
825d39430a
@ -187,6 +187,8 @@ public class GenerationChances
|
|||||||
GenerationWeightData healingItems,
|
GenerationWeightData healingItems,
|
||||||
GenerationWeightData drugItems,
|
GenerationWeightData drugItems,
|
||||||
GenerationWeightData stimItems,
|
GenerationWeightData stimItems,
|
||||||
|
GenerationWeightData foodItems,
|
||||||
|
GenerationWeightData drinkItems,
|
||||||
GenerationWeightData backpackLootItems,
|
GenerationWeightData backpackLootItems,
|
||||||
GenerationWeightData pocketLootItems,
|
GenerationWeightData pocketLootItems,
|
||||||
GenerationWeightData vestLootItems,
|
GenerationWeightData vestLootItems,
|
||||||
@ -199,6 +201,8 @@ public class GenerationChances
|
|||||||
healing = healingItems,
|
healing = healingItems,
|
||||||
drugs = drugItems,
|
drugs = drugItems,
|
||||||
stims = stimItems,
|
stims = stimItems,
|
||||||
|
food = foodItems,
|
||||||
|
drink = drinkItems,
|
||||||
backpackLoot = backpackLootItems,
|
backpackLoot = backpackLootItems,
|
||||||
pocketLoot = pocketLootItems,
|
pocketLoot = pocketLootItems,
|
||||||
vestLoot = vestLootItems,
|
vestLoot = vestLootItems,
|
||||||
@ -234,6 +238,8 @@ public class ItemChances
|
|||||||
public GenerationWeightData healing { get; set; }
|
public GenerationWeightData healing { get; set; }
|
||||||
public GenerationWeightData drugs { get; set; }
|
public GenerationWeightData drugs { get; set; }
|
||||||
public GenerationWeightData stims { get; set; }
|
public GenerationWeightData stims { get; set; }
|
||||||
|
public GenerationWeightData food { get; set; }
|
||||||
|
public GenerationWeightData drink { get; set; }
|
||||||
public GenerationWeightData backpackLoot { get; set; }
|
public GenerationWeightData backpackLoot { get; set; }
|
||||||
public GenerationWeightData pocketLoot { get; set; }
|
public GenerationWeightData pocketLoot { get; set; }
|
||||||
public GenerationWeightData vestLoot { get; set; }
|
public GenerationWeightData vestLoot { get; set; }
|
||||||
|
@ -1,177 +1,209 @@
|
|||||||
{
|
{
|
||||||
"assault": {
|
"assault": {
|
||||||
"backpackLoot": {
|
"backpackLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
"1": 2,
|
"1": 6,
|
||||||
"2": 2,
|
"2": 6,
|
||||||
"3": 1,
|
"3": 1,
|
||||||
"4": 1,
|
"4": 1,
|
||||||
"5": 1,
|
"5": 1,
|
||||||
"6": 1
|
"6": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"drugs": {
|
||||||
},
|
"weights": {
|
||||||
"drugs": {
|
"0": 30,
|
||||||
"weights": {
|
"1": 9,
|
||||||
"0": 1,
|
"2": 1
|
||||||
"1": 2,
|
},
|
||||||
"2": 0
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"food": {
|
||||||
},
|
"weights": {
|
||||||
"grenades": {
|
"0": 10,
|
||||||
"weights": {
|
"1": 5,
|
||||||
"0": 3,
|
"2": 2
|
||||||
"1": 4,
|
},
|
||||||
"2": 2,
|
"whitelist": []
|
||||||
"3": 1,
|
|
||||||
"4": 0,
|
|
||||||
"5": 0
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"drinks": {
|
||||||
},
|
"weights": {
|
||||||
"healing": {
|
"0": 10,
|
||||||
"weights": {
|
"1": 5,
|
||||||
"0": 1,
|
"2": 2
|
||||||
"1": 2,
|
},
|
||||||
"2": 1
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"grenades": {
|
||||||
},
|
"weights": {
|
||||||
"magazines": {
|
"0": 8,
|
||||||
"weights": {
|
"1": 6,
|
||||||
"0": 0,
|
"2": 2,
|
||||||
"1": 0,
|
"3": 1,
|
||||||
"2": 1,
|
"4": 0,
|
||||||
"3": 3,
|
"5": 0
|
||||||
"4": 1
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"healing": {
|
||||||
},
|
"weights": {
|
||||||
"pocketLoot": {
|
"0": 5,
|
||||||
"weights": {
|
"1": 6,
|
||||||
"0": 1,
|
"2": 1
|
||||||
"1": 6,
|
},
|
||||||
"2": 3,
|
"whitelist": []
|
||||||
"3": 1,
|
|
||||||
"4": 1
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"magazines": {
|
||||||
},
|
"weights": {
|
||||||
"specialItems": {
|
"0": 0,
|
||||||
"weights": {
|
"1": 5,
|
||||||
"0": 1,
|
"2": 4,
|
||||||
"1": 0
|
"3": 2,
|
||||||
|
"4": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"pocketLoot": {
|
||||||
},
|
"weights": {
|
||||||
"stims": {
|
"0": 2,
|
||||||
"weights": {
|
"1": 9,
|
||||||
"0": 15,
|
"2": 3,
|
||||||
"1": 3,
|
"3": 1,
|
||||||
"2": 1
|
"4": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"specialItems": {
|
||||||
},
|
"weights": {
|
||||||
"vestLoot": {
|
"0": 1,
|
||||||
"weights": {
|
"1": 0
|
||||||
"0": 1,
|
},
|
||||||
"1": 1,
|
"whitelist": []
|
||||||
"2": 2,
|
|
||||||
"3": 1,
|
|
||||||
"4": 0,
|
|
||||||
"5": 0,
|
|
||||||
"6": 0
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"stims": {
|
||||||
}
|
"weights": {
|
||||||
|
"0": 45,
|
||||||
|
"1": 3,
|
||||||
|
"2": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"vestLoot": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 3,
|
||||||
|
"2": 4,
|
||||||
|
"3": 1,
|
||||||
|
"4": 0,
|
||||||
|
"5": 0,
|
||||||
|
"6": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"bossbully": {
|
"bossbully": {
|
||||||
"backpackLoot": {
|
"backpackLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
"1": 1,
|
"1": 1,
|
||||||
"2": 2,
|
"2": 2,
|
||||||
"3": 1,
|
"3": 1,
|
||||||
"4": 1,
|
"4": 1,
|
||||||
"5": 1,
|
"5": 1,
|
||||||
"6": 1,
|
"6": 1,
|
||||||
"7": 0
|
"7": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"drugs": {
|
||||||
},
|
"weights": {
|
||||||
"drugs": {
|
"0": 1,
|
||||||
"weights": {
|
"1": 2
|
||||||
"0": 1,
|
},
|
||||||
"1": 2
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"food": {
|
||||||
},
|
"weights": {
|
||||||
"grenades": {
|
"0": 10,
|
||||||
"weights": {
|
"1": 5,
|
||||||
"0": 1,
|
"2": 2
|
||||||
"1": 1,
|
},
|
||||||
"2": 5,
|
"whitelist": []
|
||||||
"3": 2,
|
|
||||||
"4": 1,
|
|
||||||
"5": 1
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"drinks": {
|
||||||
},
|
"weights": {
|
||||||
"healing": {
|
"0": 10,
|
||||||
"weights": {
|
"1": 5,
|
||||||
"1": 1,
|
"2": 2
|
||||||
"2": 2
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"grenades": {
|
||||||
},
|
"weights": {
|
||||||
"magazines": {
|
"0": 1,
|
||||||
"weights": {
|
"1": 1,
|
||||||
"0": 0,
|
"2": 5,
|
||||||
"1": 0,
|
"3": 2,
|
||||||
"2": 1,
|
"4": 1,
|
||||||
"3": 3,
|
"5": 1
|
||||||
"4": 2
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"healing": {
|
||||||
},
|
"weights": {
|
||||||
"pocketLoot": {
|
"1": 1,
|
||||||
"weights": {
|
"2": 2
|
||||||
"0": 1,
|
},
|
||||||
"1": 6,
|
"whitelist": []
|
||||||
"2": 3,
|
|
||||||
"3": 1,
|
|
||||||
"4": 1
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"magazines": {
|
||||||
},
|
"weights": {
|
||||||
"specialItems": {
|
"0": 0,
|
||||||
"weights": {
|
"1": 0,
|
||||||
"0": 0
|
"2": 1,
|
||||||
|
"3": 3,
|
||||||
|
"4": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"pocketLoot": {
|
||||||
},
|
"weights": {
|
||||||
"stims": {
|
"0": 1,
|
||||||
"weights": {
|
"1": 6,
|
||||||
"0": 2,
|
"2": 3,
|
||||||
"1": 1,
|
"3": 1,
|
||||||
"2": 0
|
"4": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"specialItems": {
|
||||||
},
|
"weights": {
|
||||||
"vestLoot": {
|
"0": 0
|
||||||
"weights": {
|
},
|
||||||
"0": 1,
|
"whitelist": []
|
||||||
"1": 3,
|
|
||||||
"2": 5,
|
|
||||||
"3": 1,
|
|
||||||
"4": 1,
|
|
||||||
"5": 1,
|
|
||||||
"6": 1
|
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"stims": {
|
||||||
}
|
"weights": {
|
||||||
|
"0": 2,
|
||||||
|
"1": 1,
|
||||||
|
"2": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"vestLoot": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 3,
|
||||||
|
"2": 5,
|
||||||
|
"3": 1,
|
||||||
|
"4": 1,
|
||||||
|
"5": 1,
|
||||||
|
"6": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"bossgluhar": {
|
"bossgluhar": {
|
||||||
"backpackLoot": {
|
"backpackLoot": {
|
||||||
@ -194,6 +226,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -278,6 +326,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -362,6 +426,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -452,6 +532,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -541,6 +637,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -629,6 +741,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -716,6 +844,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -809,6 +953,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -840,10 +1000,10 @@
|
|||||||
},
|
},
|
||||||
"pocketLoot": {
|
"pocketLoot": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 3,
|
"0": 10,
|
||||||
"1": 10,
|
"1": 35,
|
||||||
"2": 3,
|
"2": 3,
|
||||||
"3": 1,
|
"3": 2,
|
||||||
"4": 1
|
"4": 1
|
||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
@ -898,6 +1058,22 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
},
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
"grenades": {
|
"grenades": {
|
||||||
"weights": {
|
"weights": {
|
||||||
"0": 1,
|
"0": 1,
|
||||||
@ -964,5 +1140,108 @@
|
|||||||
},
|
},
|
||||||
"whitelist": []
|
"whitelist": []
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"gifter": {
|
||||||
|
"backpackLoot": {
|
||||||
|
"weights": {
|
||||||
|
"0": 0,
|
||||||
|
"1": 0,
|
||||||
|
"10": 1,
|
||||||
|
"2": 0,
|
||||||
|
"3": 0,
|
||||||
|
"4": 8,
|
||||||
|
"5": 5,
|
||||||
|
"6": 2,
|
||||||
|
"7": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drugs": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 2,
|
||||||
|
"2": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"food": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"drinks": {
|
||||||
|
"weights": {
|
||||||
|
"0": 10,
|
||||||
|
"1": 5,
|
||||||
|
"2": 2
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"grenades": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 2,
|
||||||
|
"2": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"healing": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 2,
|
||||||
|
"2": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"magazines": {
|
||||||
|
"weights": {
|
||||||
|
"0": 0,
|
||||||
|
"1": 0,
|
||||||
|
"2": 1,
|
||||||
|
"3": 3,
|
||||||
|
"4": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"pocketLoot": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 3,
|
||||||
|
"2": 6,
|
||||||
|
"3": 1,
|
||||||
|
"4": 1
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"specialItems": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"stims": {
|
||||||
|
"weights": {
|
||||||
|
"0": 2,
|
||||||
|
"1": 1,
|
||||||
|
"2": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
},
|
||||||
|
"vestLoot": {
|
||||||
|
"weights": {
|
||||||
|
"0": 1,
|
||||||
|
"1": 1,
|
||||||
|
"2": 2,
|
||||||
|
"3": 1,
|
||||||
|
"4": 0,
|
||||||
|
"5": 0,
|
||||||
|
"6": 0
|
||||||
|
},
|
||||||
|
"whitelist": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -235,6 +235,8 @@ namespace Generator.Helpers.Gear
|
|||||||
weightsData["healing"],
|
weightsData["healing"],
|
||||||
weightsData["drugs"],
|
weightsData["drugs"],
|
||||||
weightsData["stims"],
|
weightsData["stims"],
|
||||||
|
weightsData["food"],
|
||||||
|
weightsData["drinks"],
|
||||||
weightsData["backpackLoot"],
|
weightsData["backpackLoot"],
|
||||||
weightsData["pocketLoot"],
|
weightsData["pocketLoot"],
|
||||||
weightsData["vestLoot"],
|
weightsData["vestLoot"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user