Update bot global settings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user