From 238d79c2f2d6ab68e6e9c7d80fa43ad8daf50362 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 27 Jul 2023 16:16:35 +0100 Subject: [PATCH] Move bot property to correct sub object --- project/assets/configs/bot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/assets/configs/bot.json b/project/assets/configs/bot.json index ef9374c2..0134e4f5 100644 --- a/project/assets/configs/bot.json +++ b/project/assets/configs/bot.json @@ -1501,8 +1501,9 @@ "max": 5 } }, - "enemyTypes": ["assault", "marksman", "pmcBot", "bossBully", "bossKilla", "bossKojaniy", "bossGluhar", "bossSanitar", "bossTagilla", "bossKnight", "bossZryachiy", "followerBully", "followerKojaniy", "followerGluharAssault", "followerGluharSecurity", "followerGluharScout", "followerGluharSnipe", "followerSanitar", "followerBirdEye", "followerBigPipe", "followerZryachiy", "sectantWarrior", "sectantPriest"] - }, + "enemyTypes": ["assault", "marksman", "pmcBot", "bossBully", "bossKilla", "bossKojaniy", "bossGluhar", "bossSanitar", "bossTagilla", "bossKnight", "bossZryachiy", "followerBully", "followerKojaniy", "followerGluharAssault", "followerGluharSecurity", "followerGluharScout", "followerGluharSnipe", "followerSanitar", "followerBirdEye", "followerBigPipe", "followerZryachiy", "sectantWarrior", "sectantPriest"], + "forceHealingItemsIntoSecure": true + }, "showTypeInNickname": false, "maxBotCap": { "factory4_day": 12, @@ -1517,6 +1518,5 @@ "tarkovstreets": 18, "default": 15 }, - "botGenerationBatchSizePerType": 15, - "forceHealingItemsIntoSecure": true + "botGenerationBatchSizePerType": 15 }