mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Restructured all the files
This commit is contained in:
parent
099a4576da
commit
ba3157a2fc
180 changed files with 722 additions and 1730 deletions
5
templates/ui/tooltip/armor.hbs
Normal file
5
templates/ui/tooltip/armor.hbs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div>
|
||||
<div>{{name}}</div>
|
||||
<img src="{{img}}" />
|
||||
<div>{{{system.description}}}</div>
|
||||
</div>
|
||||
6
templates/ui/tooltip/beastform.hbs
Normal file
6
templates/ui/tooltip/beastform.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div>
|
||||
<div>{{name}}</div>
|
||||
<img src="{{system.tokenImg}}" />
|
||||
<div>{{{system.examples}}}</div>
|
||||
<div>{{system.advantageOn}}</div>
|
||||
</div>
|
||||
5
templates/ui/tooltip/domainCard.hbs
Normal file
5
templates/ui/tooltip/domainCard.hbs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div>
|
||||
<div>{{name}}</div>
|
||||
<img src="{{img}}" />
|
||||
<div>{{{system.description}}}</div>
|
||||
</div>
|
||||
5
templates/ui/tooltip/weapon.hbs
Normal file
5
templates/ui/tooltip/weapon.hbs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div>
|
||||
<div>{{name}}</div>
|
||||
<img src="{{img}}" />
|
||||
<div>{{{system.description}}}</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue