Frontmatter updates and new custom deck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user