{{localize "DAGGERHEART.ACTIONS.TYPES.summon.name"}}

{{localize "DAGGERHEART.ACTIONS.Settings.summon.hint"}}

{{#each source as |entry index|}}
{{!-- Actor --}}
{{#if entry.actorUUID}} {{!-- Filled State --}} {{#with (lookup @root.summonActors index) as |actor|}}
{{actor.name}} {{!-- Hidden input to store the actual value --}}
{{/with}} {{else}} {{!-- Empty State --}}
{{localize "DAGGERHEART.GENERAL.missingDragDropThing" thing=(localize "Actor")}}
{{/if}}
{{!-- Count --}} {{formField ../fields.count label="DAGGERHEART.ACTIONS.Settings.summon.count" name=(concat "summon." index ".count") value=entry.count min=1 localize=true}} {{!-- Obtained idea from cost.hbs --}}
{{/each}}