diff --git a/content/meta-data/oath.yml b/content/meta-data/oath.yml index 0bfa56a..78e7dd0 100644 --- a/content/meta-data/oath.yml +++ b/content/meta-data/oath.yml @@ -12,3 +12,16 @@ subproducts: id: oathbasegame desc: > Oath: Exiles & Empires is a game about being the coolest. + +cardTemplate: > + {{#if meta.CardCapacity }} +
+

Card Capacity: {{ meta.CardCapacity }} +

+ {{/if}} + + {{#if meta.Defense }} +
+

Defense: {{ meta.Defense }} +

+ {{/if}} diff --git a/content/meta-data/root.yml b/content/meta-data/root.yml index 48407c9..a146587 100644 --- a/content/meta-data/root.yml +++ b/content/meta-data/root.yml @@ -63,3 +63,5 @@ subproducts: id: vagabonds desc: > The Vagabond Pack adds 3 new Vagabonds (Harrier, Ronin, Adventurer) as well as meeples for each Vagabond. + +cardTemplate: ''