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
+1 -1
View File
@@ -303,7 +303,7 @@ public class GenerationData
{
/** key: number of items, value: weighting */
[JsonPropertyName("weights")]
public Dictionary<string, double>? Weights { get; set; }
public Dictionary<int, int>? Weights { get; set; }
/** Array of item tpls */
[JsonPropertyName("whitelist")]