mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
29
templates/sheets/miscellaneous.hbs
Normal file
29
templates/sheets/miscellaneous.hbs
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<div>
|
||||
<header class="flexcol">
|
||||
<div class="title-container">
|
||||
<img class="flex0" src="{{source.img}}" data-edit="img" data-action="onEditImage" title="{{source.name}}" height="64" width="64"/>
|
||||
<div class="title-name">
|
||||
{{formInput fields.name value=source.name rootId=partId}}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="sheet-body">
|
||||
<div class="flexrow item-container">
|
||||
<div class="item-sidebar">
|
||||
{{formField systemFields.quantity value=source.system.quantity label=(localize "DAGGERHEART.Sheets.Miscellaneous.Quantity")}}
|
||||
{{!-- <div class="form-group">
|
||||
<label>{{localize "DAGGERHEART.Sheets.Miscellaneous.Quantity"}}</label>
|
||||
<div class="form-fields">
|
||||
<input type="text" name="system.quantity" value="{{item.system.quantity}}" data-dtype="Number" />
|
||||
</div>
|
||||
</div> --}}
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="flex-col-centered">{{localize "DAGGERHEART.General.Description"}}</h2>
|
||||
{{formInput systemFields.description value=source.system.description enriched=source.system.description localize=true toggled=true}}
|
||||
{{!-- {{editor item.system.description target="system.description" button=true}} --}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue