Première release testée

This commit is contained in:
2026-04-23 15:49:58 +02:00
parent 9e9d2c4f3e
commit 2fbcfa52aa
76 changed files with 3335 additions and 184 deletions

View File

@@ -60,22 +60,22 @@
{{!-- Army Tab --}}
<article class="tab army" data-group="primary" data-tab="army">
{{> 'systems/l5r5e/templates/actors/army/army.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/army/army.html'}}
</article>
{{!-- Cohort Tab --}}
<article class="tab cohort" data-group="primary" data-tab="cohort">
{{> 'systems/l5r5e/templates/actors/army/cohort.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/army/cohort.html'}}
</article>
{{!-- Fortification Tab --}}
<article class="tab fortification" data-group="primary" data-tab="fortification">
{{> 'systems/l5r5e/templates/actors/army/fortification.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/army/fortification.html'}}
</article>
{{!-- Others Tab --}}
<article class="tab others" data-group="primary" data-tab="others">
{{> 'systems/l5r5e/templates/actors/army/others.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/army/others.html'}}
</article>
</section>
</form>