COrrections, WIP

This commit is contained in:
2026-04-24 22:04:09 +02:00
parent d75b6cb945
commit e200b5f7b0
126 changed files with 768 additions and 5805 deletions

View File

@@ -11,11 +11,13 @@
<button class="initiative dice-picker" data-initiative="true" data-skill="command">{{localize 'l5r5e.conflict.initiative.mass_battle'}}</button>
</fieldset>
<fieldset class="stances-content flexrow">
<legend class="section-header">{{localize 'l5r5e.conflict.stance'}}</legend>
<legend class="section-header">{{localize 'chiaroscuro.character.default_ring'}}</legend>
<ul class="item-list">
{{#each data.system.rings as |ringValue ringId|}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=../data.system.stance ringId=ringId}}
{{/each}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=data.system.stance ringId="air"}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=data.system.stance ringId="water"}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=data.system.stance ringId="fire"}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=data.system.stance ringId="earth"}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/stance.html' stance=data.system.stance ringId="void"}}
</ul>
</fieldset>