Added properties antagonists (ex : Sacred remove Unholy on drop).
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<fieldset class="properties">
|
||||
<legend class="section-header">{{localize 'l5r5e.properties'}}</legend>
|
||||
<legend class="section-header">{{#if propertyTitle}}{{localize propertyTitle}}{{else}}{{localize 'l5r5e.properties'}}{{/if}}</legend>
|
||||
<ul class="item-list">
|
||||
{{#each properties as |property id|}}
|
||||
{{!-- {{#ifCond property.type '==' 'property'}} --}}
|
||||
{{> 'systems/l5r5e/templates/items/property/property-entry.html' property=property id=id editable=../options.editable}}
|
||||
{{!-- {{/ifCond}} --}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
@@ -5,6 +5,9 @@
|
||||
</header>
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<article class="properties" data-group="primary" data-tab="properties">
|
||||
{{> 'systems/l5r5e/templates/items/property/properties.html' properties=data.propertiesList propertyTitle='l5r5e.removed_properties'}}
|
||||
</article>
|
||||
{{> 'systems/l5r5e/templates/items/item/item-infos.html'}}
|
||||
</section>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user