Initial commit

This commit is contained in:
WBHarry 2025-05-22 16:53:39 +02:00
commit aa4021d1a2
163 changed files with 26530 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<div class="daggerheart chat domain-card">
<div class="domain-card-title">
<div>{{title}}</div>
<h2>{{name}}</h2>
</div>
<img src="{{img}}" />
<div>{{{description}}}</div>
<footer class="ability-card-footer">
{{#each actions as |action index|}}
<button class="ability-use-button" data-index="{{index}}">
{{action.name}}
</button>
{{/each}}
</footer>
</div>