Get the PlayerSheet working and actually saving data, using the data models instead of the template.json
This commit is contained in:
parent
6e3510ddd4
commit
58facf1490
11 changed files with 339 additions and 234 deletions
|
|
@ -1,14 +1,15 @@
|
|||
<form autocomplete="off" class="actor--pc">
|
||||
{{log system}}
|
||||
{{#> dotdungeon.panel class="avatar" title="dotdungeon.panel.avatar"}}
|
||||
Avatar Content
|
||||
{{/ dotdungeon.panel}}
|
||||
{{#> dotdungeon.panel class="stats" title="dotdungeon.panel.statistics"}}
|
||||
{{#each (dotdungeon-array "build" "meta" "presence" "hands" "tilt" "rng")}}
|
||||
{{> dotdungeon.stat name=this}}
|
||||
{{#each system.stats }}
|
||||
{{> dotdungeon.stat name=@key value=this}}
|
||||
{{/each}}
|
||||
{{/ dotdungeon.panel}}
|
||||
{{#> dotdungeon.panel class="skills" title="dotdungeon.panel.skills"}}
|
||||
{{> dotdungeon.skills }}
|
||||
Skills
|
||||
{{/ dotdungeon.panel}}
|
||||
{{#> dotdungeon.panel class="backpack" title="dotdungeon.panel.backpack"}}
|
||||
Backpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue