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
},
"airdropTypeWeightings": {
"mixed": 2,
"weaponArmor": 1,
"mixed": 5,
"weaponArmor": 2,
"foodMedical": 1,
"barter": 1
},