Implemented getAllBotDifficulties
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
using Core.Models.Common;
|
||||
|
||||
namespace Core.Models.Eft.Common;
|
||||
@@ -937,9 +937,65 @@ public record Area
|
||||
|
||||
public enum WildSpawnType
|
||||
{
|
||||
assault,
|
||||
marksman,
|
||||
pmcbot,
|
||||
bosskilla,
|
||||
bossknight
|
||||
assault,
|
||||
bossTest,
|
||||
bossBully,
|
||||
followerTest,
|
||||
followerBully,
|
||||
bossKilla,
|
||||
bossKojaniy,
|
||||
followerKojaniy,
|
||||
pmcBot,
|
||||
cursedAssault,
|
||||
bossGluhar,
|
||||
followerGluharAssault,
|
||||
followerGluharSecurity,
|
||||
followerGluharScout,
|
||||
followerGluharSnipe,
|
||||
followerSanitar,
|
||||
bossSanitar,
|
||||
test,
|
||||
assaultGroup,
|
||||
sectantWarrior,
|
||||
sectantPriest,
|
||||
bossTagilla,
|
||||
followerTagilla,
|
||||
exUsec,
|
||||
gifter,
|
||||
bossKnight,
|
||||
followerBigPipe,
|
||||
followerBirdEye,
|
||||
bossZryachiy,
|
||||
followerZryachiy,
|
||||
bossBoar = 32,
|
||||
followerBoar,
|
||||
arenaFighter,
|
||||
arenaFighterEvent,
|
||||
bossBoarSniper,
|
||||
crazyAssaultEvent,
|
||||
peacefullZryachiyEvent,
|
||||
sectactPriestEvent,
|
||||
ravangeZryachiyEvent,
|
||||
followerBoarClose1,
|
||||
followerBoarClose2,
|
||||
bossKolontay,
|
||||
followerKolontayAssault,
|
||||
followerKolontaySecurity,
|
||||
shooterBTR,
|
||||
bossPartisan,
|
||||
spiritWinter,
|
||||
spiritSpring,
|
||||
peacemaker,
|
||||
pmcBEAR,
|
||||
pmcUSEC,
|
||||
skier,
|
||||
sectantPredvestnik = 57,
|
||||
sectantPrizrak,
|
||||
sectantOni,
|
||||
infectedAssault,
|
||||
infectedPmc,
|
||||
infectedCivil,
|
||||
infectedLaborant,
|
||||
infectedTagilla
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ public record BotType
|
||||
public Chances? BotChances { get; set; }
|
||||
|
||||
[JsonPropertyName("difficulty")]
|
||||
public Difficulties? BotDifficulty { get; set; }
|
||||
public Dictionary<string, DifficultyCategories>? BotDifficulty { get; set; }
|
||||
|
||||
[JsonPropertyName("experience")]
|
||||
public Experience? BotExperience { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user