daggerheart/templates/ui/combat/combatTracker.hbs
2025-06-06 22:50:21 +02:00

4 lines
No EOL
333 B
Handlebars

<div>
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Character.Plural") turns=this.characters}}
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Adversary.Plural") turns=this.adversaries}}
</div>