mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Added stumps for all limited actor views
This commit is contained in:
parent
990c73987e
commit
cc3ebca075
11 changed files with 123 additions and 12 deletions
6
templates/sheets/actors/adversary/limited.hbs
Normal file
6
templates/sheets/actors/adversary/limited.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="limited-container">
|
||||
<header>
|
||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||
<h2 class="title-name">{{document.name}}</h2>
|
||||
</header>
|
||||
</div>
|
||||
6
templates/sheets/actors/character/limited.hbs
Normal file
6
templates/sheets/actors/character/limited.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="limited-container">
|
||||
<header>
|
||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||
<h2 class="title-name">{{document.name}}</h2>
|
||||
</header>
|
||||
</div>
|
||||
6
templates/sheets/actors/companion/limited.hbs
Normal file
6
templates/sheets/actors/companion/limited.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="limited-container">
|
||||
<header>
|
||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||
<h2 class="title-name">{{document.name}}</h2>
|
||||
</header>
|
||||
</div>
|
||||
6
templates/sheets/actors/environment/limited.hbs
Normal file
6
templates/sheets/actors/environment/limited.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="limited-container">
|
||||
<header>
|
||||
<img class="profile" src="{{document.img}}" alt="{{document.name}}" data-action='editImage' data-edit="img">
|
||||
<h2 class="title-name">{{document.name}}</h2>
|
||||
</header>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue