merge into main #1

Merged
chomp merged 35 commits from WeightedSystem into master 2023-08-15 05:29:21 -04:00
2 changed files with 252970 additions and 252295 deletions
Showing only changes of commit c580c0dec7 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@ namespace Generator
{
var firstBotOfDesiredType = rawBotsOfSameType.FirstOrDefault();
// Find the smallest and biggest value for each skill
foreach (var skill in firstBotOfDesiredType.Skills.Common)
{
var skills = new List<Common.Models.Input.Common>();
@ -84,6 +84,7 @@ namespace Generator
botToUpdate.skills.Common.Add(skill.Id, new MinMax(min, max));
}
// Do any bots have mastering skills? debug time
foreach (var bot in rawBotsOfSameType)
{
if (bot.Skills.Mastering.Count > 0)