{{localize "DAGGERHEART.GENERAL.conditional.label"}}

{{localize "DAGGERHEART.GENERAL.conditional.hint"}}

{{localize "EFFECT.ChangeKey"}}
{{localize "EFFECT.ChangeFilter"}}
{{localize "EFFECT.ChangeValue"}}
{{localize "EFFECT.ChangeNegate"}}
  1. {{formInput document.system.schema.fields.conditional.fields.field value=source.system.conditional.field localize=true }}
    {{formInput document.system.schema.fields.conditional.fields.operator value=source.system.conditional.operator localize=true }}
    {{formInput document.system.schema.fields.conditional.fields.value value=source.system.conditional.value localize=true }}
    {{formInput document.system.schema.fields.conditional.fields.negate value=source.system.conditional.negate localize=true }}
{{localize "DAGGERHEART.GENERAL.Effect.plural"}}
{{localize "EFFECT.ChangeKey"}}
{{localize "EFFECT.ChangeMode"}}
{{localize "EFFECT.ChangeValue"}}
{{localize "EFFECT.ChangePriority"}}
    {{#each source.changes as |change i|}} {{#with ../fields.changes.element.fields as |changeFields|}}
  1. {{formInput changeFields.mode name=(concat "changes." i ".mode") value=change.mode choices=@root.modes}}
    {{formInput changeFields.value name=(concat "changes." i ".value") value=change.value}}
    {{formInput changeFields.priority name=(concat "changes." i ".priority") value=change.priority placeholder=(lookup ../../priorities change.mode)}}
  2. {{/with}} {{/each}}