From 7763ebc55a04b1f94c63d914d9a7f1bb2ba35d12 Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 29 Oct 2025 20:30:47 +0000 Subject: [PATCH] Added missing values for `ravangezryachiyevent` Fixed preset typo `bossTagillaAgro` --- .../SPT_Data/configs/bot.json | 16 +++++++++++++++- .../database/bots/types/bosstagillaagro.json | 16 ++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/bot.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/bot.json index d966ebf6..8b311d59 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/bot.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/bot.json @@ -295,6 +295,20 @@ "minDelta": 20, "minLimitPercent": 15 } + }, + "ravangezryachiyevent": { + "armor": { + "maxDelta": 10, + "minDelta": 0, + "minLimitPercent": 15 + }, + "weapon": { + "highestMax": 100, + "lowestMax": 80, + "maxDelta": 40, + "minDelta": 20, + "minLimitPercent": 15 + } }, "sectantpriest": { "armor": { @@ -2800,7 +2814,7 @@ "bossPartisan": 5, "bossSanitar": 5, "bossTagilla": 5, - "bossTagillaAgro": 5, + "bossTagillAagro": 5, "bossTest": 10, "bossZryachiy": 5, "crazyAssaultEvent": 15, diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/bots/types/bosstagillaagro.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/bots/types/bosstagillaagro.json index 79dbb8b9..574a5f46 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/bots/types/bosstagillaagro.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/bots/types/bosstagillaagro.json @@ -2124,7 +2124,9 @@ }, "experience": { "aggressorBonus": { - "normal": 0.05 + "normal": 0.05, + "easy": 0.05, + "hard": 0.05 }, "level": { "max": 1, @@ -2134,10 +2136,20 @@ "normal": { "max": 6666, "min": 6666 + }, + "easy": { + "max": 6666, + "min": 6666 + }, + "hard": { + "max": 6666, + "min": 6666 } }, "standingForKill": { - "normal": -0.2 + "normal": -0.2, + "easy": -0.2, + "hard": -0.2 }, "useSimpleAnimator": false },