Première release testée
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<input type="checkbox" name="system.readied" {{checked data.system.readied}} />
|
||||
{{localize 'l5r5e.weapons.readied'}}
|
||||
</label>
|
||||
{{> 'systems/l5r5e/templates/items/item/item-value.html'}}
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/items/item/item-value.html'}}
|
||||
<label class="category">
|
||||
{{localize 'l5r5e.weapons.category'}}
|
||||
<select name="system.category">
|
||||
@@ -60,8 +60,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>
|
||||
|
||||
@@ -52,6 +52,6 @@
|
||||
{{#each data.system.properties as |property idx|}}{{#ifCond idx '>' 0}}, {{/ifCond}}{{property.name}}{{/each}}
|
||||
</p>
|
||||
|
||||
{{> 'systems/l5r5e/templates/items/item/item-text-partial-reference.html'}}
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/items/item/item-text-partial-reference.html'}}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond (ifCond item.type '==' 'weapon') '&&' (ifCond item.system.equipped '==' true)}}
|
||||
{{> 'systems/l5r5e/templates/items/weapon/weapon-entry.html' weapon=item id=id editable=../data.editable_not_soft_locked}}
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/items/weapon/weapon-entry.html' weapon=item id=id editable=../data.editable_not_soft_locked}}
|
||||
{{/ifCond}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user