Update bot global settings

This commit is contained in:
Archangel
2025-09-12 12:28:30 +02:00
parent e26662ff13
commit bd9e569a89
2 changed files with 6 additions and 3 deletions
@@ -61,6 +61,12 @@ public record BotGlobalLookData
[JsonPropertyName("VISIBILITY_CHANGE_SPEED")]
public float? VisibilityChangeSpeed { get; set; }
[JsonPropertyName("VISIBILITY_CHANGE_DECREASE_SPEED")]
public float? VisibilityChangeDecreaseSpeed { get; set; }
[JsonPropertyName("BASE_RUNTIME_EFFECT_K")]
public float? BaseRuntimeEffectK { get; set; }
[JsonPropertyName("MIN_DISTANCE_VISIBILITY_CHANGE_SPEED_K")]
public float? MinDistanceVisibilityChangeSpeedK { get; set; }
@@ -431,9 +431,6 @@ public record BotGlobalsMindSettings
[JsonPropertyName("PUSH_AND_SUPPRESS_PUSH")]
public float? PushAndSuppressPush { get; set; }
[JsonPropertyName("AGGRESSOR_LOYALTY_BONUS")]
public float? AggressorLoyaltyBonus { get; set; }
public enum EWarnBehaviour
{
Default = 1,