mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic
This commit is contained in:
parent
7799f4f1eb
commit
a806e1f9bb
16 changed files with 226 additions and 0 deletions
7
templates/sheets/activeEffect/header.hbs
Normal file
7
templates/sheets/activeEffect/header.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<header class='item-sheet-header'>
|
||||
<img class='profile' src="{{source.img}}" data-action="editImage" data-edit="img" alt="{{localize "EFFECT.FIELDS.img.label"}}">
|
||||
<div class='item-info'>
|
||||
<h1 class='item-name'><input name="name" type="text" value="{{source.name}}" placeholder="{{localize "EFFECT.FIELDS.name.label"}}"
|
||||
aria-label="{{localize "EFFECT.FIELDS.name.label"}}"></h1>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue