mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 16:33:38 +02:00
Organized language
This commit is contained in:
parent
608920c193
commit
a9775ffe24
147 changed files with 2174 additions and 2560 deletions
|
|
@ -5,20 +5,20 @@
|
|||
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
||||
<div class='item-description'>
|
||||
{{#if source.system.secondary}}
|
||||
<h3>{{localize "DAGGERHEART.Sheets.Weapon.SecondaryWeapon"}}</h3>
|
||||
<h3>{{localize "DAGGERHEART.Items.Weapon.secondaryWeapon"}}</h3>
|
||||
{{else}}
|
||||
<h3>{{localize "DAGGERHEART.Sheets.Weapon.PrimaryWeapon"}}</h3>
|
||||
<h3>{{localize "DAGGERHEART.Items.Weapon.primaryWeapon"}}</h3>
|
||||
{{/if}}
|
||||
<h3>
|
||||
{{localize (concat 'DAGGERHEART.Abilities.' source.system.trait '.short')}}
|
||||
{{localize (concat 'DAGGERHEART.Config.Traits.' source.system.trait '.short')}}
|
||||
<span>-</span>
|
||||
{{localize (concat 'DAGGERHEART.Range.' source.system.range '.name')}}
|
||||
{{localize (concat 'DAGGERHEART.Config.Range.' source.system.range '.name')}}
|
||||
<span>-</span>
|
||||
{{log this}}
|
||||
{{source.system.damage.dice}} + {{source.system.damage.bonus}}
|
||||
({{localize (concat 'DAGGERHEART.DamageType.' source.system.damage.type '.abbreviation')}})
|
||||
({{localize (concat 'DAGGERHEART.Config.DamageType.' source.system.damage.type '.abbreviation')}})
|
||||
<span>-</span>
|
||||
{{localize (concat 'DAGGERHEART.Burden.' source.system.burden)}}
|
||||
{{localize (concat 'DAGGERHEART.Config.Burden.' source.system.burden)}}
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue