Refactor the sections of the PC sheet into their own partials for ease of reading, and localize the Aspect block labels
This commit is contained in:
parent
be197617cc
commit
fae962dc7e
13 changed files with 350 additions and 318 deletions
7
templates/actors/char-sheet-mvp/panels/roles.pc.hbs
Normal file
7
templates/actors/char-sheet-mvp/panels/roles.pc.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{#> dotdungeon.panel class="roles" title="dotdungeon.actor.pc.panel.roles"}}
|
||||
{{#each system.roles}}
|
||||
<textarea
|
||||
name="system.roles.{{@key}}"
|
||||
>{{this}}</textarea>
|
||||
{{/each}}
|
||||
{{/ dotdungeon.panel}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue