Added recipe quest id maps

This commit is contained in:
Chomp
2025-07-25 13:42:56 +01:00
parent cc1b38d4f1
commit 24bc16a2f8
2 changed files with 1488 additions and 1452 deletions
File diff suppressed because it is too large Load Diff
@@ -70,7 +70,7 @@ public record Requirement
public Dictionary<string, object>? ExtensionData { get; set; }
[JsonPropertyName("templateId")]
public MongoId TemplateId { get; set; }
public MongoId? TemplateId { get; set; }
[JsonPropertyName("count")]
public int? Count { get; set; }