Frontmatter updates and new custom deck

This commit is contained in:
2026-06-25 13:35:59 -04:00
parent 0289063d29
commit ccfe809609
309 changed files with 1963 additions and 61 deletions
+3
View File
@@ -22,6 +22,9 @@ public class CardData
public string? ImmortalizeWhen { get; init; }
public string? ImageFile { get; init; }
public string? Artist { get; init; }
public string? Rarity { get; init; }
public bool IsAgent => Category == "Agent";
public bool IsSpell => Category == "Spell";
public bool IsToken => Category == "Token";