Begin refactoring the lang file to make it a bit easier to find things in

This commit is contained in:
Oliver-Akins 2023-12-30 22:35:52 -07:00
parent 38952c61b4
commit c957903a4f
2 changed files with 118 additions and 91 deletions

View file

@ -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}}