Skip to content

Commit

Permalink
add card template for oath
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 24, 2024
1 parent 75e4405 commit dd4e293
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/meta-data/oath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ subproducts:
id: oathbasegame
desc: >
Oath: Exiles & Empires is a game about being the coolest.
cardTemplate: >
{{#if meta.CardCapacity }}
<div>
<p>Card Capacity: {{ meta.CardCapacity }}
</div>
{{/if}}
{{#if meta.Defense }}
<div>
<p>Defense: {{ meta.Defense }}
</div>
{{/if}}
2 changes: 2 additions & 0 deletions content/meta-data/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

0 comments on commit dd4e293

Please sign in to comment.