mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
j
This commit is contained in:
parent
7cbe4b7580
commit
4bdafeff6d
10 changed files with 89 additions and 36 deletions
|
|
@ -1,27 +1,32 @@
|
|||
<section class="tab changes{{#if tab.active}} active{{/if}}" data-group="{{tab.group}}" data-tab="{{tab.id}}">
|
||||
{{!-- <fieldset>
|
||||
<legend>Conditional</legend>
|
||||
<fieldset class="conditional">
|
||||
<legend>{{localize "DAGGERHEART.GENERAL.conditional.label"}}</legend>
|
||||
<p class="hint">{{localize "DAGGERHEART.GENERAL.conditional.hint"}}</p>
|
||||
<header>
|
||||
<div class="key">{{localize "EFFECT.ChangeKey"}}</div>
|
||||
<div class="filter">{{localize "EFFECT.ChangeFilter"}}</div>
|
||||
<div class="field">{{localize "EFFECT.ChangeKey"}}</div>
|
||||
<div class="operator">{{localize "EFFECT.ChangeFilter"}}</div>
|
||||
<div class="value">{{localize "EFFECT.ChangeValue"}}</div>
|
||||
<div class="negate">{{localize "EFFECT.ChangeNegate"}}</div>
|
||||
</header>
|
||||
<ol>{{log @root}}{{log this}}
|
||||
<ol>
|
||||
<li>
|
||||
<div class="key">
|
||||
{{formInput document.system.schema.fields.conditional.fields.key value=source.system.conditional.key localize=true }}
|
||||
<div class="field">
|
||||
{{formInput document.system.schema.fields.conditional.fields.field value=source.system.conditional.field localize=true }}
|
||||
</div>
|
||||
<div class="filter">
|
||||
{{formInput document.system.schema.fields.conditional.fields.filter value=source.system.conditional.filter localize=true }}
|
||||
<div class="operator">
|
||||
{{formInput document.system.schema.fields.conditional.fields.operator value=source.system.conditional.operator localize=true }}
|
||||
</div>
|
||||
<div class="value">
|
||||
{{formInput document.system.schema.fields.conditional.fields.value value=source.system.conditional.value localize=true }}
|
||||
</div>
|
||||
<div class="negate">
|
||||
{{formInput document.system.schema.fields.conditional.fields.negate value=source.system.conditional.negate localize=true }}
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Effects</legend> --}}
|
||||
<legend>{{localize "DAGGERHEART.GENERAL.Effect.plural"}}</legend>
|
||||
<header>
|
||||
<div class="key">{{localize "EFFECT.ChangeKey"}}</div>
|
||||
<div class="mode">{{localize "EFFECT.ChangeMode"}}</div>
|
||||
|
|
@ -51,5 +56,5 @@
|
|||
{{/with}}
|
||||
{{/each}}
|
||||
</ol>
|
||||
{{!-- </fieldset> --}}
|
||||
</fieldset>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue