Begin refactoring the lang file to make it a bit easier to find things in
This commit is contained in:
parent
38952c61b4
commit
c957903a4f
2 changed files with 118 additions and 91 deletions
|
|
@ -12,7 +12,7 @@
|
|||
{{#> dotdungeon.panel class="skills" title="dotdungeon.actor.pc.panel.skills"}}
|
||||
{{#each system.skills as |skills|}}
|
||||
<div class="skill-group">
|
||||
<h3 class="skill-group__label">{{localize (concat "dotdungeon.actor.pc.skills." @key)}}</h3>
|
||||
<h3 class="skill-group__label">{{localize (concat "dotdungeon.actor.pc.stat." @key)}}</h3>
|
||||
{{#each skills as |skill|}}
|
||||
{{> dotdungeon.skill system=../../system stat=@../key name=@key value=skill}}
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue