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

@@ -15,27 +15,27 @@
<input name="name" type="text" value="{{data.name}}" placeholder="Name" {{^if
data.editable_not_soft_locked}}disabled{{/if}} />
</h1>
{{> 'systems/l5r5e/templates/actors/npc/identity.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/identity.html'}}
</div>
<div class="header-fields mid-wrapper">
<div class="side-col">
<h2>{{localize 'l5r5e.social.title'}}</h2>
{{> 'systems/l5r5e/templates/actors/npc/social.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/social.html'}}
</div>
<div class="central-col">{{> 'systems/l5r5e/templates/actors/npc/rings.html'}}</div>
<div class="central-col">{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/rings.html'}}</div>
<div class="side-col">
<h2 class="right">{{localize 'l5r5e.attributes.title'}}</h2>
{{> 'systems/l5r5e/templates/actors/npc/attributes.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/attributes.html'}}
</div>
</div>
</header>
{{!-- Sheet Body --}}
<section class="sheet-body">
{{!-- Active effects --}}
{{> 'systems/l5r5e/templates/actors/npc/effects.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/effects.html'}}
{{!-- Skills No Tab --}}
{{> 'systems/l5r5e/templates/actors/npc/skill.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/skill.html'}}
{{!-- Sheet Tab Navigation --}}
<nav class="sheet-tabs tabs" data-group="primary">
@@ -48,29 +48,29 @@
{{!-- Techniques Tab --}}
<article class="tab skills" data-group="primary" data-tab="skills">
{{> 'systems/l5r5e/templates/actors/npc/techniques.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/techniques.html'}}
</article>
{{!-- Narrative Tab --}}
<article class="tab narrative" data-group="primary" data-tab="narrative">
{{> 'systems/l5r5e/templates/actors/npc/narrative.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/narrative.html'}}
</article>
{{!-- Invocations Tab --}}
<article class="tab invocations" data-group="primary" data-tab="invocations">
{{> 'systems/l5r5e/templates/actors/character/invocations.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/invocations.html'}}
</article>
{{!-- Conflict Tab --}}
<article class="tab conflict" data-group="primary" data-tab="conflict">
{{> 'systems/l5r5e/templates/actors/npc/conflict.html'}} {{>
'systems/l5r5e/templates/items/weapon/weapons.html'}} {{>
'systems/l5r5e/templates/items/armor/armors.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/conflict.html'}} {{>
'systems/l5rx-chiaroscuro/templates/items/weapon/weapons.html'}} {{>
'systems/l5rx-chiaroscuro/templates/items/armor/armors.html'}}
</article>
{{!-- Inventory Tab --}}
<article class="tab inventory" data-group="primary" data-tab="inventory">
{{> 'systems/l5r5e/templates/actors/npc/inventory.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/actors/npc/inventory.html'}}
</article>
</section>
</form>