Updated SVM Config
This commit is contained in:
parent
c2885757d3
commit
a7d2afe3b0
|
@ -79,6 +79,8 @@
|
|||
"WaterFilterRate": 66,
|
||||
"GPUBoostRate": 1,
|
||||
"AirFilterRate": 1,
|
||||
"CultistTime": 1,
|
||||
"CultistMaxRewards": 5,
|
||||
"RemoveConstructionsRequirements": false,
|
||||
"RemoveSkillRequirements": false,
|
||||
"RemoveTraderLevelRequirements": false,
|
||||
|
@ -102,7 +104,8 @@
|
|||
"Blacklist": ""
|
||||
},
|
||||
"RemoveTradeLimits": false,
|
||||
"QuestRedeemTime": 48,
|
||||
"QuestRedeemDefault": 48,
|
||||
"QuestRedeemUnheard": 72,
|
||||
"TraderMarkup": {
|
||||
"Ragman": 62,
|
||||
"Peacekeeper": 45,
|
||||
|
@ -292,7 +295,18 @@
|
|||
"Health_blacked": 0.1,
|
||||
"Health_death": 0.3
|
||||
},
|
||||
"MaxStamina": 100,
|
||||
"MaxStaminaLegs": 115,
|
||||
"MaxStaminaHands": 80,
|
||||
"EnableStaminaHands": false,
|
||||
"EnableStaminaLegs": false,
|
||||
"RegenStaminaLegs": 4.5,
|
||||
"RegenStaminaHands": 2.1,
|
||||
"JumpConsumption": 14,
|
||||
"LayToStand": 20,
|
||||
"CrouchToStand": 11,
|
||||
"Standing": 1,
|
||||
"LayingDown": 0.15,
|
||||
"Crouching": 0.75,
|
||||
"UnlimitedStamina": false
|
||||
},
|
||||
"Raids": {
|
||||
|
@ -331,7 +345,9 @@
|
|||
"RaidEvents": {
|
||||
"DisableEvents": false,
|
||||
"KillaFactoryChance": 100,
|
||||
"CultistBossesChance": 100,
|
||||
"GoonsFactoryChance": 100,
|
||||
"CultistBosses": false,
|
||||
"GoonsFactory": false,
|
||||
"BossesOnCustoms": false,
|
||||
"BossesOnHealthResort": false,
|
||||
|
@ -341,9 +357,11 @@
|
|||
"HoundsCustoms": 5,
|
||||
"SkierFighters": 4,
|
||||
"PeaceFighters": 15,
|
||||
"Christmas": true,
|
||||
"Christmas": false,
|
||||
"NonSeasonalQuests": false,
|
||||
"Halloween": false,
|
||||
"DisableZombies": false,
|
||||
"DisableHalloweenAIFriendly": false,
|
||||
"RandomInfectionLevel": false,
|
||||
"IncludeStreetBosses": false,
|
||||
"KillaFactory": false,
|
||||
|
@ -356,6 +374,9 @@
|
|||
"Removelabkey": false,
|
||||
"EnableCarCoop": false,
|
||||
"ForceBTRFriendly": false,
|
||||
"ForceTransitStash": false,
|
||||
"TransitHeight": 2,
|
||||
"TransitWidth": 5,
|
||||
"ForceBTRStash": false,
|
||||
"EnableBTR": false,
|
||||
"BTRCoverPrice": 30000,
|
||||
|
@ -366,7 +387,7 @@
|
|||
"BTRHeight": 3,
|
||||
"BTRWidth": 6,
|
||||
"Season": 2,
|
||||
"ForceSeason": true,
|
||||
"ForceSeason": false,
|
||||
"RaidStartup": {
|
||||
"EnableRaidStartup": false,
|
||||
"TimeBeforeDeployLocal": 10,
|
||||
|
@ -681,6 +702,11 @@
|
|||
"Height": 14,
|
||||
"Width": 14,
|
||||
"Filter": false
|
||||
},
|
||||
"StreamerCase": {
|
||||
"Height": 11,
|
||||
"Width": 7,
|
||||
"Filter": false
|
||||
}
|
||||
},
|
||||
"SecureContainers": {
|
||||
|
@ -745,6 +771,8 @@
|
|||
"AIChance": {
|
||||
"KolontayStreets": 25,
|
||||
"KolontayGZ": 45,
|
||||
"ForcePartisan": false,
|
||||
"PartisanCustoms": 30,
|
||||
"PartisanShoreline": 10,
|
||||
"PartisanWoods": 10,
|
||||
"PartisanLighthouse": 10,
|
||||
|
@ -812,6 +840,7 @@
|
|||
"PMCNamePrefix": 15,
|
||||
"PMCAllNamePrefix": 5,
|
||||
"PMCLooseWep": 15,
|
||||
"HostileSamePMC": 85,
|
||||
"HostilePMC": 80,
|
||||
"PMCWepEnhance": 5
|
||||
},
|
||||
|
@ -825,6 +854,7 @@
|
|||
"CursedToPMC": 20,
|
||||
"SnipertoPMC": 0,
|
||||
"ScavToPMC": 30,
|
||||
"ScavToPMCFactory": 13,
|
||||
"RogueToPMC": 5,
|
||||
"RaiderToPMC": 7
|
||||
},
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"CurrentlySelectedPreset":"null"
|
||||
"CurrentlySelectedPreset":"Default"
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
# This file was automatically generated by Mod Organizer.
|
||||
-Unsorted_separator
|
||||
-Version 1.26.0_separator
|
||||
-Visceral Combat
|
||||
|
|
Loading…
Reference in New Issue