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

@@ -18,7 +18,7 @@
{{selectOptions data.armorCategories selected=data.system.armor_category valueAttr='id' labelAttr='label'}}
</select>
</label>
{{> 'systems/l5r5e/templates/items/item/item-value.html' }}
{{> 'systems/l5rx-chiaroscuro/templates/items/item/item-value.html' }}
<fieldset class="attribute type">
<legend class="text-header">{{localize 'l5r5e.armors.type'}}</legend>
<label>
@@ -32,8 +32,8 @@
</fieldset>
</article>
<article class="properties" data-group="primary" data-tab="properties">
{{> 'systems/l5r5e/templates/items/property/properties.html' properties=data.propertiesList}}
{{> 'systems/l5rx-chiaroscuro/templates/items/property/properties.html' properties=data.propertiesList}}
</article>
{{> 'systems/l5r5e/templates/items/item/item-infos.html'}}
{{> 'systems/l5rx-chiaroscuro/templates/items/item/item-infos.html'}}
</section>
</form>