11 lines
475 B
HTML
11 lines
475 B
HTML
<div class="conflict-wrapper">
|
|
<div class="conflict-top-content">
|
|
<div class="conflict-stances-content">
|
|
<h4 class="section-header">{{ localize 'L5r5e.Conflict.Stance' }}</h4>
|
|
{{#each data.stances as |stance stanceId|}}
|
|
{{> 'systems/l5r5e/templates/sheets/actor/stance.html' stance=stance stanceId=stanceId }}
|
|
{{/each}}
|
|
</div>
|
|
{{> 'systems/l5r5e/templates/item/weapons.html' }}
|
|
</div>
|
|
</div> |