add racial abilites as item type
This commit is contained in:
parent
cad0d74522
commit
149096e985
9 changed files with 118 additions and 45 deletions
13
src/templates/item/racialAbility-sheet.hbs
Normal file
13
src/templates/item/racialAbility-sheet.hbs
Normal file
|
@ -0,0 +1,13 @@
|
|||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<header class="sheet-header">
|
||||
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" />
|
||||
<div class="header-fields flexrow">
|
||||
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name" /></h1>
|
||||
<h2 class="item-type">{{localize (lookup config.itemTypes item.type)}}</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{!-- Common Item body --}}
|
||||
{{> systems/ds4/templates/item/partials/body.hbs}}
|
||||
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue