{{localize "CONFIGURABLE_REACTIONS.Builder.TriggerArea"}}
{{#if activeTrigger}}
{{activeTrigger.label}}
{{#if triggerSpellName}}
{{/if}}
{{selectedReaction.trigger.type}}
{{#if triggerSpellName}}
{{triggerSpellName}}
{{else}}
{{#if activeTriggerAcceptsSpell}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellOnTrigger"}}
{{/if}}
{{/if}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropTriggerHere"}}
{{/if}}{{localize "CONFIGURABLE_REACTIONS.Builder.ActionArea"}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellCreatesAction"}}
{{#if visualActions.length}}-
{{#each visualActions}}
-
{{this.label}} {{this.summary}}
{{this.type}}{{#if this.isSpellAction}} {{#if this.spellName}} {{this.spellName}} {{else}} {{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellOnAction"}} {{/if}} {{/if}} {{#if this.isStatusAction}}{{localize "CONFIGURABLE_REACTIONS.Actions.ApplyStatus.SelectedStatuses"}}{{/if}}{{#if this.selectedStatuses.length}} {{#each this.selectedStatuses}}{{this.label}} {{/each}} {{else}} {{localize "CONFIGURABLE_REACTIONS.Actions.ApplyStatus.NoStatuses"}} {{/if}}
{{/each}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropActionHere"}}
{{/if}}{{localize "CONFIGURABLE_REACTIONS.Reactions.JsonPreview"}}
ID: {{selectedReaction.id}}
{{localize "CONFIGURABLE_REACTIONS.Trigger.Label"}}: {{selectedReaction.trigger.type}}
{{localize "CONFIGURABLE_REACTIONS.Actions.Title"}}: {{selectedReaction.actions.length}}
{{localize "CONFIGURABLE_REACTIONS.Reactions.None"}}
{{/if}}