Adjusted airdropTypeWeightings to more heavily mixed drop types

This commit is contained in:
Dev 2024-03-31 09:39:50 +01:00
parent 5f74825163
commit a861321c97

View File

@ -10,8 +10,8 @@
"sandbox": 20 "sandbox": 20
}, },
"airdropTypeWeightings": { "airdropTypeWeightings": {
"mixed": 2, "mixed": 5,
"weaponArmor": 1, "weaponArmor": 2,
"foodMedical": 1, "foodMedical": 1,
"barter": 1 "barter": 1
}, },