Partially implemented BotLootGenerator

This commit is contained in:
Chomp
2025-01-15 12:06:41 +00:00
parent f9f108448a
commit f2c03d9e59
6 changed files with 351 additions and 21 deletions
+2 -2
View File
@@ -435,8 +435,8 @@ public class BotGenerator
{
// Adjust pocket loot weights to allow for 5 or 6 items
var pocketWeights = botJsonTemplate.BotGeneration.Items["pocketLoot"].Weights;
pocketWeights["5"] = 1;
pocketWeights["6"] = 1;
pocketWeights[5] = 1;
pocketWeights[6] = 1;
}
/// <summary>