mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
25 lines
No EOL
1.2 KiB
Handlebars
25 lines
No EOL
1.2 KiB
Handlebars
<header class='item-sheet-header'>
|
|
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
|
|
<div class='item-info'>
|
|
<line-div></line-div>
|
|
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
|
<div class='item-description'>
|
|
{{#if source.system.secondary}}
|
|
<h3>{{localize "DAGGERHEART.ITEMS.Weapon.secondaryWeapon"}}</h3>
|
|
{{else}}
|
|
<h3>{{localize "DAGGERHEART.ITEMS.Weapon.primaryWeapon"}}</h3>
|
|
{{/if}}
|
|
<h3>
|
|
{{localize (concat 'DAGGERHEART.CONFIG.Traits.' source.system.trait '.short')}}
|
|
<span>-</span>
|
|
{{localize (concat 'DAGGERHEART.CONFIG.Range.' source.system.range '.name')}}
|
|
<span>-</span>
|
|
{{log this}}
|
|
{{source.system.damage.dice}} + {{source.system.damage.bonus}}
|
|
({{localize (concat 'DAGGERHEART.CONFIG.DamageType.' source.system.damage.type '.abbreviation')}})
|
|
<span>-</span>
|
|
{{localize (concat 'DAGGERHEART.CONFIG.Burden.' source.system.burden)}}
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</header> |