Code cleanup and format

This commit is contained in:
CWX
2025-04-22 14:49:05 +01:00
parent 8ba498a4bc
commit 7c7297f63c
368 changed files with 2880 additions and 2994 deletions
@@ -107,7 +107,7 @@ public record LocationBase
}
/// <summary>
/// Weighting on how likely a bot will be Easy difficulty
/// Weighting on how likely a bot will be Easy difficulty
/// </summary>
[JsonPropertyName("BotEasy")]
public int? BotEasy
@@ -117,7 +117,7 @@ public record LocationBase
}
/// <summary>
/// Weighting on how likely a bot will be Hard difficulty
/// Weighting on how likely a bot will be Hard difficulty
/// </summary>
[JsonPropertyName("BotHard")]
public int? BotHard
@@ -127,7 +127,7 @@ public record LocationBase
}
/// <summary>
/// Weighting on how likely a bot will be Impossible difficulty
/// Weighting on how likely a bot will be Impossible difficulty
/// </summary>
[JsonPropertyName("BotImpossible")]
public int? BotImpossible
@@ -151,7 +151,7 @@ public record LocationBase
}
/// <summary>
/// Maximum Number of bots that are currently alive/loading/delayed
/// Maximum Number of bots that are currently alive/loading/delayed
/// </summary>
[JsonPropertyName("BotMax")]
public int? BotMax
@@ -161,7 +161,7 @@ public record LocationBase
}
/// <summary>
/// Is not used in 33420 TODO: still needed?
/// Is not used in 33420 TODO: still needed?
/// </summary>
[JsonPropertyName("BotMaxPlayer")]
public int? BotMaxPlayer
@@ -171,7 +171,7 @@ public record LocationBase
}
/// <summary>
/// Is not used in 33420 TODO: still needed?
/// Is not used in 33420 TODO: still needed?
/// </summary>
[JsonPropertyName("BotMaxTimePlayer")]
public int? BotMaxTimePlayer
@@ -181,7 +181,7 @@ public record LocationBase
}
/// <summary>
/// Does not even exist in the client in 33420 TODO: still needed?
/// Does not even exist in the client in 33420 TODO: still needed?
/// </summary>
[JsonPropertyName("BotMaxPvE")]
public int? BotMaxPvE
@@ -191,7 +191,7 @@ public record LocationBase
}
/// <summary>
/// Weighting on how likely a bot will be Normal difficulty
/// Weighting on how likely a bot will be Normal difficulty
/// </summary>
[JsonPropertyName("BotNormal")]
public int? BotNormal
@@ -201,7 +201,7 @@ public record LocationBase
}
/// <summary>
/// How many bot slots that need to be open before trying to spawn new bots.
/// How many bot slots that need to be open before trying to spawn new bots.
/// </summary>
[JsonPropertyName("BotSpawnCountStep")]
public int? BotSpawnCountStep
@@ -211,7 +211,7 @@ public record LocationBase
}
/// <summary>
/// How often to check if bots are spawn-able. In seconds
/// How often to check if bots are spawn-able. In seconds
/// </summary>
[JsonPropertyName("BotSpawnPeriodCheck")]
public int? BotSpawnPeriodCheck
@@ -221,7 +221,7 @@ public record LocationBase
}
/// <summary>
/// The bot spawn will toggle on and off in intervals of Off(Min/Max) and On(Min/Max)
/// The bot spawn will toggle on and off in intervals of Off(Min/Max) and On(Min/Max)
/// </summary>
[JsonPropertyName("BotSpawnTimeOffMax")]
public int? BotSpawnTimeOffMax
@@ -252,7 +252,7 @@ public record LocationBase
}
/// <summary>
/// How soon bots will be allowed to spawn
/// How soon bots will be allowed to spawn
/// </summary>
[JsonPropertyName("BotStart")]
public int? BotStart
@@ -262,7 +262,7 @@ public record LocationBase
}
/// <summary>
/// After this long bots will no longer spawn
/// After this long bots will no longer spawn
/// </summary>
[JsonPropertyName("BotStop")]
public int? BotStop
@@ -1729,7 +1729,7 @@ public record ColliderProps
public record Exit
{
/// <summary>
/// % Chance out of 100 exit will appear in raid
/// % Chance out of 100 exit will appear in raid
/// </summary>
[JsonPropertyName("Chance")]
public double? Chance
@@ -2013,7 +2013,7 @@ public record Wave
}
/// <summary>
/// OPTIONAL - Needs to be unique - Used by custom wave service to ensure same wave isnt added multiple times
/// OPTIONAL - Needs to be unique - Used by custom wave service to ensure same wave isnt added multiple times
/// </summary>
[JsonPropertyName("sptId")]
public string? SptId
@@ -2030,7 +2030,7 @@ public record Wave
}
/// <summary>
/// 'pve' and/or 'regular'
/// 'pve' and/or 'regular'
/// </summary>
[JsonPropertyName("SpawnMode")]
public List<string>? SpawnMode