From 98ee5651f0c8494675b1e3207cc28f549896c4d9 Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 21 Mar 2022 17:17:45 +0000 Subject: [PATCH] Update config for lighthouse and new pmc types --- astealz-SmartSpawnController/config.json | 131 +++++++++++++++++++++-- 1 file changed, 121 insertions(+), 10 deletions(-) diff --git a/astealz-SmartSpawnController/config.json b/astealz-SmartSpawnController/config.json index a389dad..f0eee64 100644 --- a/astealz-SmartSpawnController/config.json +++ b/astealz-SmartSpawnController/config.json @@ -1,7 +1,7 @@ { "game": { "_": "Enable debug messages to log and game console", - "DEBUG": true, + "DEBUG": false, "_": "Enable verbose mode", "VERBOSE": true, "_": "Allows you to change the time after which an attempt will be made to spawn a delayed wave. Default value is 3", @@ -28,7 +28,10 @@ "assault", "assaultGroup", "cursedAssault", - "pmcBot" + "pmcBot", + "bosstest", + "test" + ], "Zones": { "ZoneDormitory": { @@ -102,7 +105,9 @@ "assault", "assaultGroup", "cursedAssault", - "pmcBot" + "pmcBot", + "bosstest", + "test" ], "Zones": { "ZonePowerStation": { @@ -207,7 +212,9 @@ "assault", "assaultGroup", "cursedAssault", - "pmcBot" + "pmcBot", + "bosstest", + "test" ], "Zones": { "ZoneWoodCutter": { @@ -303,7 +310,9 @@ "assault", "assaultGroup", "cursedAssault", - "pmcBot" + "pmcBot", + "bosstest", + "test" ], "Zones": { "ZoneRailStrorage": { @@ -356,7 +365,7 @@ "ForceChooseNewZone": true, "MaxBotsAliveOnMap": 12, "BotsPerZoneBase": 4, - "MaxDistanceToSpawn": 450, + "MaxDistanceToSpawn": 250, "ScavRoles": [ "assault" ], @@ -366,12 +375,14 @@ "pmcBot" ], "EnableUnspawn": true, - "MaxDistanceToUnspawn": 500, + "MaxDistanceToUnspawn": 300, "RolesToUnspawn": [ "assault", "assaultGroup", "cursedAssault", - "pmcBot" + "pmcBot", + "bosstest", + "test" ], "Zones": { "ZoneCenterBot": { @@ -453,13 +464,113 @@ "MaxBotsAliveOnMap": 20, "EnableSpawnControl": false, "EnableUnspawn": false + }, + "5704e4dad2720bb55b8b4567": { + "_": "lighthouse", + "EnableSpawnControl": true, + "ForceChooseNewZone": true, + "MaxBotsAliveOnMap": 8, + "BotsPerZoneBase": 4, + "MaxDistanceToSpawn": 350, + "ScavRoles": [ + "assault" + ], + "BossRoles": [ + "exUsec" + ], + "EnableUnspawn": true, + "MaxDistanceToUnspawn": 400, + "RolesToUnspawn": [ + "assault", + "assaultGroup", + "cursedAssault", + "pmcBot", + "bosstest", + "test", + "exUsec" + ], + "Zones": { + "Zone_TreatmentRocks": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 2, + "AdditiveCoef": 1 + }, + "Zone_TreatmentContainers": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 1, + "AdditiveCoef": 1 + }, + "Zone_TreatmentBeach": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 2, + "AdditiveCoef": 1 + }, + "Zone_RoofBeach": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 2, + "AdditiveCoef": 1 + }, + "Zone_RoofContainers": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 1, + "AdditiveCoef": 1 + }, + "Zone_RoofRocks": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_Hellicopter": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_Blockpost": { + "CanSpawnBoss": true, + "MultiplicativeCoef": 0.5, + "AdditiveCoef": 0 + }, + "Zone_Village": { + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_DestroyedHouse": { + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_Containers": { + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_Rocks": { + "MultiplicativeCoef": 0.5, + "AdditiveCoef": 0 + }, + "Zone_Chalet": { + "MultiplicativeCoef": 0.5, + "AdditiveCoef": 0 + }, + "Zone_Bridge": { + "MultiplicativeCoef": 0.75, + "AdditiveCoef": 0 + }, + "Zone_OldHouse": { + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + }, + "Zone_LongRoad": { + "MultiplicativeCoef": 1, + "AdditiveCoef": 0 + } + } } } }, + "server": { "DEBUG": false, "_": "IgnoreMaxBots for boss wave allows spawn boss wave even if limit of max alive bots is reached", - "Add_IgnoreMaxBots_ToBossWaves": true, + "Add_IgnoreMaxBots_ToBossWaves": false, "_": "For better control of zones population scav waves mast contains only 1 bot. By default WAVE_COEF_MID is applied, so make it equal to 1", "ChangeWaveCoefs": { "WAVE_COEF_LOW": 0.5, @@ -486,4 +597,4 @@ "impossible": 0 } } -} \ No newline at end of file +}