Undid Skeleton Key Spawn Changes; Disabled Scav Loot Spawning

This commit is contained in:
2025-01-07 02:09:03 -05:00
parent e74355df26
commit 7c9d3b246a
6 changed files with 10 additions and 10 deletions
@@ -15,9 +15,9 @@
// enableSafeGuard - Enables preventing weapon importing from bastardizing vanilla weapons. If you disable this, you will get cursed vanilla weapons.
// Higher weights = more often. Lower weights = less often. If you add a LOT of mod weapons, I suggest using a lower value.
// REVIEW THE APBS LOGS TO TUNE YOUR CONFIG. (\user\mods\acidphantasm-progressivebotsystem\logs)
"enableModdedWeapons": false,
"enableModdedEquipment": false,
"enableModdedClothing": false,
"enableModdedWeapons": true,
"enableModdedEquipment": true,
"enableModdedClothing": true,
"initalTierAppearance": 3,
"pmcWeaponWeights": 10,
"scavWeaponWeights": 1,