Finishing the Sync sheet and some other stuffs
This commit is contained in:
parent
a28718b115
commit
554fae5a93
26 changed files with 494 additions and 105 deletions
|
|
@ -27,15 +27,20 @@
|
|||
placeholder="{{localize "dotdungeon.actor.pc.profile.name.placeholder"}}"
|
||||
>
|
||||
</label>
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.pc.profile.group.label"}}
|
||||
<input
|
||||
type="text"
|
||||
name="system.group"
|
||||
value="{{system.group}}"
|
||||
placeholder="{{localize "dotdungeon.actor.pc.profile.group.placeholder"}}"
|
||||
>
|
||||
</label>
|
||||
{{#if computed.canChangeGroup}}
|
||||
<label>
|
||||
{{localize "dotdungeon.actor.pc.profile.group.label"}}
|
||||
{{#unless settings.playersCanChangeGroup}}
|
||||
<span>{{localize "dotdungeon.actor.pc.profile.group.gm-edit"}}</span>
|
||||
{{/unless}}
|
||||
<input
|
||||
type="text"
|
||||
name="system.group"
|
||||
value="{{system.group}}"
|
||||
placeholder="{{localize "dotdungeon.actor.pc.profile.group.placeholder"}}"
|
||||
>
|
||||
</label>
|
||||
{{/if}}
|
||||
{{/ dotdungeon.panel}}
|
||||
|
||||
|
||||
|
|
@ -64,23 +69,30 @@
|
|||
|
||||
|
||||
{{#> dotdungeon.panel class="sync" title="dotdungeon.actor.pc.panel.sync"}}
|
||||
{{!--
|
||||
NOTE: This would be neat to get working at some point, but isn't my highest
|
||||
priority to do.
|
||||
|
||||
<div class="sync">
|
||||
<h3 class="sync__header">
|
||||
Sync
|
||||
{{localize "dotdungeon.actor.pc.sync.header"}}
|
||||
{{#if settings.devMode}}
|
||||
<span class="debug-data">
|
||||
({{system.syncDelta}})
|
||||
</span>
|
||||
{{/if}}
|
||||
</h3>
|
||||
{{!-- <input
|
||||
<input
|
||||
type="number"
|
||||
class="sync__input"
|
||||
class="sync__input sync"
|
||||
value="{{computed.syncTotal}}"
|
||||
> --}}
|
||||
>
|
||||
</div>
|
||||
--}}
|
||||
<div class="respawns">
|
||||
<h3 class="respawns__header">{{localize "dotdungeon.actor.pc.respawns.header"}}</h3>
|
||||
<h3 class="respawns__header">
|
||||
{{localize "dotdungeon.actor.pc.respawns.header"}}
|
||||
</h3>
|
||||
{{#each system.respawns}}
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue