diff --git a/project/assets/database/locations/factory4_night/base.json b/project/assets/database/locations/factory4_night/base.json index 8c01e3c9..1d76364b 100644 --- a/project/assets/database/locations/factory4_night/base.json +++ b/project/assets/database/locations/factory4_night/base.json @@ -109,17 +109,21 @@ "BotLocationModifier": { "AccuracySpeed": 1, "DistToActivate": 100, + "DistToActivatePvE": 100, "DistToPersueAxemanCoef": 0.9, "DistToSleep": 120, + "DistToSleepPvE": 120, "GainSight": 1, "KhorovodChance": 0, "MagnetPower": 15, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 900, + "MinExfiltrationTime": 600, "Scattering": 1, "VisibleDistance": 1 }, "BotMarksman": 0, - "BotMax": 16, + "BotMax": 22, "BotMaxPlayer": 0, "BotMaxPvE": 22, "BotMaxTimePlayer": 0, @@ -140,10 +144,12 @@ "Enabled": false, "EscapeTimeLimit": 25, "EscapeTimeLimitCoop": 15, + "EscapeTimeLimitPVE": 25, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, - "GlobalLootChanceModifier": 0.4, - "GlobalLootChanceModifierPvE": 1, + "GlobalLootChanceModifier": 0.5, + "GlobalLootChanceModifierPvE": 0.5, "IconX": 318, "IconY": 359, "Id": "factory4_night", @@ -3878,47 +3884,75 @@ "exits": [ { "Chance": 100, + "ChancePVE": 100, + "Count": 0, + "CountPVE": 0, "EntryPoints": "Factory", "EventAvailable": false, "ExfiltrationTime": 10, + "ExfiltrationTimePVE": 10, "Id": "", "MaxTime": 0, + "MaxTimePVE": 0, "MinTime": 0, + "MinTimePVE": 0, "Name": "Cellars", - "PlayersCount": 0 + "PlayersCount": 0, + "PlayersCountPVE": 0 }, { "Chance": 100, + "ChancePVE": 100, + "Count": 0, + "CountPVE": 0, "EntryPoints": "Factory", "EventAvailable": false, "ExfiltrationTime": 10, + "ExfiltrationTimePVE": 10, "Id": "", "MaxTime": 0, + "MaxTimePVE": 0, "MinTime": 0, + "MinTimePVE": 0, "Name": "Gate 3", - "PlayersCount": 0 + "PlayersCount": 0, + "PlayersCountPVE": 0 }, { "Chance": 100, + "ChancePVE": 100, + "Count": 0, + "CountPVE": 0, "EntryPoints": "Factory", "EventAvailable": false, "ExfiltrationTime": 10, + "ExfiltrationTimePVE": 10, "Id": "", "MaxTime": 0, + "MaxTimePVE": 0, "MinTime": 0, + "MinTimePVE": 0, "Name": "Gate 0", - "PlayersCount": 0 + "PlayersCount": 0, + "PlayersCountPVE": 0 }, { "Chance": 100, + "ChancePVE": 100, + "Count": 0, + "CountPVE": 0, "EntryPoints": "Factory", "EventAvailable": false, "ExfiltrationTime": 10, + "ExfiltrationTimePVE": 10, "Id": "", "MaxTime": 0, + "MaxTimePVE": 0, "MinTime": 0, + "MinTimePVE": 0, "Name": "Gate m", - "PlayersCount": 0 + "PlayersCount": 0, + "PlayersCountPVE": 0 } ], "filter_ex": [], @@ -3935,9 +3969,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 0, "slots_max": 4, "slots_min": 2, @@ -3947,6 +3985,10 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", "isPlayers": false, @@ -3959,9 +4001,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 2, "slots_max": 4, "slots_min": 2, @@ -3971,9 +4017,13 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 3, "slots_max": 4, "slots_min": 2, @@ -3983,9 +4033,13 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 4, "slots_max": 4, "slots_min": 2, @@ -3995,9 +4049,13 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 5, "slots_max": 4, "slots_min": 3, @@ -4007,6 +4065,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", "isPlayers": false, @@ -4019,6 +4081,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "BotZone", "WildSpawnType": "assault", "isPlayers": false, diff --git a/project/assets/database/locations/interchange/base.json b/project/assets/database/locations/interchange/base.json index c08df7be..08854e3b 100644 --- a/project/assets/database/locations/interchange/base.json +++ b/project/assets/database/locations/interchange/base.json @@ -70,18 +70,24 @@ "BotImpossible": 0, "BotLocationModifier": { "AccuracySpeed": 1, + "DistToActivate": 260, + "DistToActivatePvE": 260, "DistToPersueAxemanCoef": 1, + "DistToSleep": 300, + "DistToSleepPvE": 300, "GainSight": 1, "KhorovodChance": 0, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 1800, + "MinExfiltrationTime": 1200, "Scattering": 1, "VisibleDistance": 1 }, "BotMarksman": 0, - "BotMax": 19, - "BotMaxPlayer": 10, + "BotMax": 32, + "BotMaxPlayer": 0, "BotMaxPvE": 32, - "BotMaxTimePlayer": 1000, + "BotMaxTimePlayer": 0, "BotNormal": 50, "BotSpawnCountStep": 4, "BotSpawnPeriodCheck": 15, @@ -99,7 +105,8 @@ "Enabled": true, "EscapeTimeLimit": 40, "EscapeTimeLimitCoop": 30, - "EscapeTimeLimitPVE": 27, + "EscapeTimeLimitPVE": 40, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, "GlobalLootChanceModifier": 0.74, @@ -160,8 +167,8 @@ }, "OcculsionCullingEnabled": true, "OfflineNewSpawn": true, - "OfflineOldSpawn": false, - "OldSpawn": false, + "OfflineOldSpawn": true, + "OldSpawn": true, "OpenZones": "ZoneCenter,ZoneCenterBot,ZoneOLI,ZoneIDEA,ZoneRoad,ZoneIDEAPark,ZoneGoshan,ZonePowerStation,ZoneTrucks,ZoneOLIPark", "PlayersRequestCount": -1, "PmcMaxPlayersInGroup": 5, @@ -7223,304 +7230,379 @@ "users_summon_seconds": 0, "waves": [ { - "BotPreset": "easy", + "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneCenter", "WildSpawnType": "assault", "isPlayers": false, "number": 0, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 11, - "time_min": 1 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneCenterBot", "WildSpawnType": "assault", "isPlayers": false, "number": 1, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 30, - "time_min": 10 + "time_max": -1, + "time_min": -1 }, { - "BotPreset": "easy", + "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneOLI", "WildSpawnType": "assault", "isPlayers": false, "number": 2, "slots_max": 3, - "slots_min": 1, - "time_max": 120, - "time_min": 30 + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneIDEA", "WildSpawnType": "assault", "isPlayers": false, "number": 3, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 150, - "time_min": 120 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "easy", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneRoad", "WildSpawnType": "assault", "isPlayers": false, "number": 4, - "slots_max": 1, + "slots_max": 2, "slots_min": 0, - "time_max": 180, - "time_min": 150 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneIDEAPark", "WildSpawnType": "assault", "isPlayers": false, "number": 5, "slots_max": 2, - "slots_min": 1, - "time_max": 250, - "time_min": 180 + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneGoshan", "WildSpawnType": "assault", "isPlayers": false, "number": 6, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 300, - "time_min": 250 + "time_max": -1, + "time_min": -1 }, { - "BotPreset": "easy", + "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZonePowerStation", "WildSpawnType": "assault", "isPlayers": false, "number": 7, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 400, - "time_min": 300 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneTrucks", "WildSpawnType": "assault", "isPlayers": false, "number": 8, - "slots_max": 3, - "slots_min": 1, - "time_max": 500, - "time_min": 300 + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneCenterBot", "WildSpawnType": "assault", "isPlayers": false, "number": 9, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 700, - "time_min": 500 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "easy", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneRoad", "WildSpawnType": "assault", "isPlayers": false, "number": 10, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 700, - "time_min": 600 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneCenter", "WildSpawnType": "assault", "isPlayers": false, "number": 11, - "slots_max": 2, - "slots_min": 1, - "time_max": 750, - "time_min": 700 + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "easy", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneIDEAPark", "WildSpawnType": "assault", "isPlayers": false, "number": 12, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 800, - "time_min": 750 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneIDEA", "WildSpawnType": "assault", "isPlayers": false, "number": 13, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 900, - "time_min": 800 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneGoshan", "WildSpawnType": "assault", "isPlayers": false, "number": 14, - "slots_max": 3, - "slots_min": 1, - "time_max": 1200, - "time_min": 900 + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneOLI", "WildSpawnType": "assault", "isPlayers": false, "number": 15, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 600, - "time_min": 200 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 16, - "slots_max": 1, + "slots_max": 3, "slots_min": 0, - "time_max": 1800, - "time_min": 800 + "time_max": -1, + "time_min": -1 }, { - "BotPreset": "easy", + "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 17, - "slots_max": 2, - "slots_min": 1, - "time_max": 1100, - "time_min": 1000 + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 18, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 1200, - "time_min": 1000 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 19, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 1300, - "time_min": 1200 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 20, - "slots_max": 3, - "slots_min": 1, - "time_max": 1500, - "time_min": 1300 + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 21, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 1700, - "time_min": 1500 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 22, - "slots_max": 1, + "slots_max": 0, "slots_min": 0, - "time_max": 1800, - "time_min": 1700 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 23, - "slots_max": 2, - "slots_min": 1, - "time_max": 3000, - "time_min": 1800 + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 24, - "slots_max": 2, + "slots_max": 0, "slots_min": 0, - "time_max": 3100, - "time_min": 3000 + "time_max": -1, + "time_min": -1 } ] } diff --git a/project/assets/database/locations/laboratory/base.json b/project/assets/database/locations/laboratory/base.json index 7f22d0e5..9dceb298 100644 --- a/project/assets/database/locations/laboratory/base.json +++ b/project/assets/database/locations/laboratory/base.json @@ -348,20 +348,24 @@ "BotLocationModifier": { "AccuracySpeed": 1, "DistToActivate": 140, + "DistToActivatePvE": 140, "DistToPersueAxemanCoef": 1, "DistToSleep": 160, + "DistToSleepPvE": 160, "GainSight": 1, "KhorovodChance": 0, "MagnetPower": 10, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 1800, + "MinExfiltrationTime": 1200, "Scattering": 1, "VisibleDistance": 1 }, "BotMarksman": 0, - "BotMax": 14, - "BotMaxPlayer": 14, + "BotMax": 25, + "BotMaxPlayer": 0, "BotMaxPvE": 25, - "BotMaxTimePlayer": 1000, + "BotMaxTimePlayer": 0, "BotNormal": 30, "BotSpawnCountStep": 3, "BotSpawnPeriodCheck": 15, @@ -370,7 +374,7 @@ "BotSpawnTimeOnMax": 330, "BotSpawnTimeOnMin": 300, "BotStart": 10, - "BotStartPlayer": 15, + "BotStartPlayer": 0, "BotStop": 1400, "Description": "Laboratory description", "DisabledForScav": true, @@ -379,7 +383,8 @@ "Enabled": true, "EscapeTimeLimit": 35, "EscapeTimeLimitCoop": 30, - "EscapeTimeLimitPVE": 27, + "EscapeTimeLimitPVE": 35, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, "GlobalLootChanceModifier": 0.77, @@ -5180,7 +5185,7 @@ ] } ], - "UnixDateTime": 1707142616, + "UnixDateTime": 1719536562, "_Id": "5b0fc42d86f7744a585f9105", "doors": [], "exit_access_time": 60, diff --git a/project/assets/database/locations/lighthouse/base.json b/project/assets/database/locations/lighthouse/base.json index bf601ab4..82ccaa3e 100644 --- a/project/assets/database/locations/lighthouse/base.json +++ b/project/assets/database/locations/lighthouse/base.json @@ -58,7 +58,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -124,7 +123,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -146,7 +144,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -168,7 +165,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -190,7 +186,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -212,7 +207,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -234,7 +228,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -256,7 +249,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -313,19 +305,23 @@ "BotLocationModifier": { "AccuracySpeed": 0.6, "DistToActivate": 330, + "DistToActivatePvE": 330, "DistToPersueAxemanCoef": 0.7, "DistToSleep": 350, + "DistToSleepPvE": 350, "GainSight": 1.3, "KhorovodChance": 0, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 1800, + "MinExfiltrationTime": 1200, "Scattering": 0.6, "VisibleDistance": 1.3 }, "BotMarksman": 0, - "BotMax": 17, - "BotMaxPlayer": 7, + "BotMax": 29, + "BotMaxPlayer": 0, "BotMaxPvE": 29, - "BotMaxTimePlayer": 1000, + "BotMaxTimePlayer": 0, "BotNormal": 50, "BotSpawnCountStep": 3, "BotSpawnPeriodCheck": 15, @@ -343,7 +339,8 @@ "Enabled": true, "EscapeTimeLimit": 40, "EscapeTimeLimitCoop": 30, - "EscapeTimeLimitPVE": 31, + "EscapeTimeLimitPVE": 40, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, "GlobalLootChanceModifier": 0.26, @@ -404,8 +401,8 @@ }, "OcculsionCullingEnabled": false, "OfflineNewSpawn": true, - "OfflineOldSpawn": false, - "OldSpawn": false, + "OfflineOldSpawn": true, + "OldSpawn": true, "OpenZones": "Zone_Containers,Zone_Rocks,Zone_Chalet,Zone_Village,Zone_Bridge,Zone_OldHouse,Zone_LongRoad,Zone_DestroyedHouse,Zone_SniperPeak,Zone_Island", "PlayersRequestCount": -1, "PmcMaxPlayersInGroup": 5, @@ -7681,158 +7678,197 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Village", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 0, - "slots_max": 4, - "slots_min": 2, - "time_max": 30, - "time_min": 10 + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_DestroyedHouse", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 1, - "slots_max": 4, - "slots_min": 2, - "time_max": 120, - "time_min": 60 + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_SniperPeak", "WildSpawnType": "marksman", "isPlayers": false, "number": 2, "slots_max": 1, - "slots_min": 1, - "time_max": 250, - "time_min": 90 + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Containers", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 3, - "slots_max": 4, + "slots_max": 3, "slots_min": 0, - "time_max": 320, - "time_min": 100 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Rocks", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 4, "slots_max": 2, "slots_min": 0, - "time_max": 450, - "time_min": 225 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Chalet", "WildSpawnType": "assault", "isPlayers": false, "number": 5, - "slots_max": 2, - "slots_min": 1, - "time_max": 890, - "time_min": 420 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "Zone_Bridge", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 6, - "slots_max": 3, - "slots_min": 2, - "time_max": 450, - "time_min": 300 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "Zone_OldHouse", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 7, "slots_max": 3, "slots_min": 0, - "time_max": 800, - "time_min": 200 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "Zone_LongRoad", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 8, - "slots_max": 3, - "slots_min": 1, - "time_max": 800, - "time_min": 580 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "Zone_Bridge", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 6, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "Zone_OldHouse", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 7, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "Zone_LongRoad", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 8, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_DestroyedHouse", "WildSpawnType": "assault", "isPlayers": false, "number": 9, - "slots_max": 3, + "slots_max": 2, "slots_min": 0, - "time_max": 1000, - "time_min": 630 + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Village", "WildSpawnType": "assault", "isPlayers": false, "number": 10, - "slots_max": 4, - "slots_min": 2, - "time_max": 1200, - "time_min": 900 + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_Containers", "WildSpawnType": "assault", "isPlayers": false, "number": 11, - "slots_max": 4, - "slots_min": 2, - "time_max": 1110, - "time_min": 650 + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "Zone_OldHouse", "WildSpawnType": "assault", "isPlayers": false, "number": 12, - "slots_max": 3, - "slots_min": 1, - "time_max": 1400, - "time_min": 1200 + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 } ] } diff --git a/project/assets/database/locations/rezervbase/base.json b/project/assets/database/locations/rezervbase/base.json index ffed6c58..07c3270c 100644 --- a/project/assets/database/locations/rezervbase/base.json +++ b/project/assets/database/locations/rezervbase/base.json @@ -102,7 +102,6 @@ "regular", "pve" ], - "Supports": null, "Time": 1470, "TriggerId": "", "TriggerName": "" @@ -124,7 +123,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "autoId_00632_EXFIL", "TriggerName": "interactObject" @@ -146,7 +144,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "autoId_00000_D2_LEVER", "TriggerName": "interactObject" @@ -168,7 +165,6 @@ "regular", "pve" ], - "Supports": null, "Time": 3, "TriggerId": "raider_simple_patroling", "TriggerName": "interactObject" @@ -181,19 +177,23 @@ "BotLocationModifier": { "AccuracySpeed": 0.6, "DistToActivate": 330, + "DistToActivatePvE": 330, "DistToPersueAxemanCoef": 1.1, "DistToSleep": 350, + "DistToSleepPvE": 350, "GainSight": 1.3, "KhorovodChance": 0, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 1800, + "MinExfiltrationTime": 1200, "Scattering": 0.6, "VisibleDistance": 1.3 }, "BotMarksman": 0, - "BotMax": 16, - "BotMaxPlayer": 7, + "BotMax": 28, + "BotMaxPlayer": 0, "BotMaxPvE": 28, - "BotMaxTimePlayer": 1000, + "BotMaxTimePlayer": 0, "BotNormal": 50, "BotSpawnCountStep": 3, "BotSpawnPeriodCheck": 15, @@ -212,6 +212,7 @@ "EscapeTimeLimit": 40, "EscapeTimeLimitCoop": 30, "EscapeTimeLimitPVE": 40, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, "GlobalLootChanceModifier": 0.4, @@ -6207,18 +6208,26 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 1, - "slots_max": 1, - "slots_min": 0, + "slots_max": 4, + "slots_min": 1, "time_max": -1, "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6231,6 +6240,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6243,6 +6256,10 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6255,9 +6272,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 5, "slots_max": 4, "slots_min": 2, @@ -6267,9 +6288,13 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 6, "slots_max": 4, "slots_min": 2, @@ -6279,6 +6304,10 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6291,9 +6320,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 8, "slots_max": 4, "slots_min": 2, @@ -6303,9 +6336,13 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 9, "slots_max": 4, "slots_min": 2, @@ -6315,9 +6352,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 10, "slots_max": 4, "slots_min": 2, @@ -6327,9 +6368,13 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 11, "slots_max": 4, "slots_min": 2, @@ -6339,6 +6384,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6351,6 +6400,10 @@ { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6363,6 +6416,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, @@ -6375,6 +6432,10 @@ { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "regular", + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, diff --git a/project/assets/database/locations/shoreline/base.json b/project/assets/database/locations/shoreline/base.json index b67f4df1..9a2eaa20 100644 --- a/project/assets/database/locations/shoreline/base.json +++ b/project/assets/database/locations/shoreline/base.json @@ -71,7 +71,7 @@ "BossEscortType": "exUsec", "BossName": "bossKnight", "BossPlayer": false, - "BossZone": "ZoneSanatorium1,ZoneSanatorium2", + "BossZone": "ZoneMeteoStation", "Delay": 0, "ForceSpawn": false, "IgnoreMaxBots": true, @@ -108,9 +108,9 @@ "TriggerName": "" }, { - "BossChance": 37, + "BossChance": 45, "BossDifficult": "normal", - "BossEscortAmount": "2,3", + "BossEscortAmount": "3", "BossEscortDifficult": "normal", "BossEscortType": "followerSanitar", "BossName": "bossSanitar", @@ -124,7 +124,6 @@ "regular", "pve" ], - "Supports": null, "Time": -1, "TriggerId": "", "TriggerName": "" @@ -132,7 +131,7 @@ { "BossChance": 20, "BossDifficult": "normal", - "BossEscortAmount": "3", + "BossEscortAmount": "3,4", "BossEscortDifficult": "normal", "BossEscortType": "sectantWarrior", "BossName": "sectantPriest", @@ -181,12 +180,16 @@ "BotLocationModifier": { "AccuracySpeed": 1, "DistToActivate": 260, + "DistToActivatePvE": 260, "DistToPersueAxemanCoef": 1.1, "DistToSleep": 300, + "DistToSleepPvE": 300, "GainSight": 1.1, "KhorovodChance": 0, "MagnetPower": 40, "MarksmanAccuratyCoef": 1, + "MaxExfiltrationTime": 2000, + "MinExfiltrationTime": 1500, "Scattering": 0.8, "VisibleDistance": 1.2 }, @@ -210,9 +213,10 @@ "DisabledScavExits": "", "EnableCoop": true, "Enabled": true, - "EscapeTimeLimit": 35, + "EscapeTimeLimit": 45, "EscapeTimeLimitCoop": 35, - "EscapeTimeLimitPVE": 35, + "EscapeTimeLimitPVE": 45, + "ForceOnlineRaidInPVE": false, "GenerateLocalLootCache": true, "GlobalContainerChanceModifier": 1, "GlobalLootChanceModifier": 0.55, @@ -273,8 +277,8 @@ }, "OcculsionCullingEnabled": true, "OfflineNewSpawn": true, - "OfflineOldSpawn": false, - "OldSpawn": false, + "OfflineOldSpawn": true, + "OldSpawn": true, "OpenZones": "ZoneSanatorium1,ZoneSanatorium2,ZoneIsland,ZoneGasStation,ZoneMeteoStation,ZonePowerStation,ZoneBusStation,ZoneRailWays,ZonePort,ZoneBunkeSniper,ZonePowerStationSniper,ZoneForestTruck,ZoneForestSpawn,ZoneSmuglers", "PlayersRequestCount": -1, "PmcMaxPlayersInGroup": 5, @@ -8723,7 +8727,7 @@ ] } ], - "UnixDateTime": 1636379143, + "UnixDateTime": 1719402238, "_Id": "5704e554d2720bac5b8b456e", "doors": [], "exit_access_time": 10, @@ -8974,340 +8978,424 @@ "users_summon_seconds": 0, "waves": [ { - "BotPreset": "easy", + "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 0, - "slots_max": 4, - "slots_min": 2, - "time_max": 11, - "time_min": 5 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneIsland", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 1, - "slots_max": 2, - "slots_min": 0, - "time_max": 150, - "time_min": 140 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneGasStation", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 2, - "slots_max": 4, - "slots_min": 1, - "time_max": 11, - "time_min": 5 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneMeteoStation", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 3, - "slots_max": 2, - "slots_min": 1, - "time_max": 168, - "time_min": 160 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZonePowerStation", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 4, - "slots_max": 2, - "slots_min": 1, - "time_max": 11, - "time_min": 5 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneBusStation", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 5, - "slots_max": 2, - "slots_min": 1, - "time_max": 11, - "time_min": 5 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZoneRailWays", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 6, - "slots_max": 2, - "slots_min": 1, - "time_max": 178, - "time_min": 170 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZonePort", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 7, - "slots_max": 2, - "slots_min": 1, - "time_max": 190, - "time_min": 180 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZonePowerStationSniper", - "WildSpawnType": "marksman", - "isPlayers": false, - "number": 9, - "slots_max": 0, - "slots_min": 0, - "time_max": 20, - "time_min": 0 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZoneBunkeSniper", - "WildSpawnType": "marksman", - "isPlayers": false, - "number": 10, "slots_max": 1, "slots_min": 0, - "time_max": 20, - "time_min": 0 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZonePort", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 11, - "slots_max": 1, - "slots_min": 0, - "time_max": 1420, - "time_min": 1390 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "ZoneIsland", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 12, - "slots_max": 1, - "slots_min": 0, - "time_max": 1500, - "time_min": 1450 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneForestTruck", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 13, - "slots_max": 2, - "slots_min": 0, - "time_max": 50, - "time_min": 0 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneForestSpawn", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 14, - "slots_max": 2, - "slots_min": 0, - "time_max": 50, - "time_min": 0 - }, - { - "BotPreset": "easy", - "BotSide": "Savage", - "SpawnPoints": "", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 15, - "slots_max": 4, - "slots_min": 2, - "time_max": 300, - "time_min": 200 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 16, - "slots_max": 4, - "slots_min": 1, - "time_max": 1000, - "time_min": 600 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 17, - "slots_max": 4, - "slots_min": 0, - "time_max": 2200, - "time_min": 1300 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "", - "WildSpawnType": "assault", - "isPlayers": false, - "number": 18, - "slots_max": 2, - "slots_min": 1, "time_max": -1, "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", - "SpawnPoints": "", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 19, - "slots_max": 3, - "slots_min": 0, - "time_max": 1000, - "time_min": 700 - }, - { - "BotPreset": "hard", - "BotSide": "Savage", - "SpawnPoints": "", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneIsland", "WildSpawnType": "assault", "isPlayers": false, - "number": 20, - "slots_max": 4, - "slots_min": 1, - "time_max": 2200, - "time_min": 1300 + "number": 1, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", - "SpawnPoints": "", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneGasStation", "WildSpawnType": "assault", - "isPlayers": true, - "number": 21, - "slots_max": 4, - "slots_min": 2, - "time_max": 600, - "time_min": 200 + "isPlayers": false, + "number": 2, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneMeteoStation", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 3, + "slots_max": 3, + "slots_min": 1, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZonePowerStation", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 4, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneBusStation", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 5, + "slots_max": 2, + "slots_min": 1, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneRailWays", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 6, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZonePort", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 7, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZonePowerStationSniper", + "WildSpawnType": "marksman", + "isPlayers": false, + "number": 9, + "slots_max": 1, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneBunkeSniper", + "WildSpawnType": "marksman", + "isPlayers": false, + "number": 10, + "slots_max": 1, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZonePort", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 11, + "slots_max": 1, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneIsland", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 12, + "slots_max": 1, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneForestTruck", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 13, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneForestSpawn", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 14, + "slots_max": 2, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "easy", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, - "number": 22, - "slots_max": 4, - "slots_min": 2, - "time_max": 11, - "time_min": 0 + "number": 15, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "normal", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", - "isPlayers": true, - "number": 23, - "slots_max": 4, - "slots_min": 2, - "time_max": 800, - "time_min": 400 + "isPlayers": false, + "number": 16, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 17, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 18, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 19, + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 20, + "slots_max": 3, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 21, + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "easy", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 22, + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "normal", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 23, + "slots_max": 0, + "slots_min": 0, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "", "WildSpawnType": "assault", "isPlayers": false, "number": 24, "slots_max": 3, - "slots_min": 1, - "time_max": 2200, - "time_min": 1300 - }, - { - "BotPreset": "normal", - "BotSide": "Savage", - "SpawnPoints": "ZoneSanatorium1", - "WildSpawnType": "assault", - "isPlayers": true, - "number": 25, - "slots_max": 8, - "slots_min": 3, - "time_max": 300, - "time_min": 150 + "slots_min": 0, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], + "SpawnPoints": "ZoneSanatorium1", + "WildSpawnType": "assault", + "isPlayers": false, + "number": 25, + "slots_max": 4, + "slots_min": 1, + "time_max": -1, + "time_min": -1 + }, + { + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneSanatorium2", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 26, - "slots_max": 8, - "slots_min": 3, - "time_max": 600, - "time_min": 250 + "slots_max": 4, + "slots_min": 1, + "time_max": -1, + "time_min": -1 }, { "BotPreset": "hard", "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneSanatorium1", "WildSpawnType": "assault", - "isPlayers": true, + "isPlayers": false, "number": 27, - "slots_max": 8, - "slots_min": 2, - "time_max": 1000, - "time_min": 650 + "slots_max": 3, + "slots_min": 1, + "time_max": -1, + "time_min": -1 }, { - "BotPreset": "normal", - "BotSide": "Bear", + "BotPreset": "hard", + "BotSide": "Savage", + "SpawnMode": [ + "pve" + ], "SpawnPoints": "ZoneSanatorium2", "WildSpawnType": "assault", "isPlayers": false, "number": 28, - "slots_max": 8, - "slots_min": 2, - "time_max": 1100, - "time_min": 550 + "slots_max": 3, + "slots_min": 1, + "time_max": -1, + "time_min": -1 } ] }