Fix blesse
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
|                 <li class="item flexrow" data-item-id="{{item._id}}"> | ||||
|                     <div class="item-image" ><img src="{{item.img}}" title="{{item.name}}"/></div> | ||||
|                     <h4 class="item-name flex2">{{#if ../weapon}}<a class="rollable" data-roll-type="weapon">{{/if}}{{item.name}}{{#if ../weapon}}</a>{{/if}}</h4> | ||||
|                     {{#if ../protection}}<div class="item-field">{{item.data.properties.soak.value}}</div>{{/if}} | ||||
|                     {{#if ../protection}}<div class="item-field">{{item.data.properties.soak.formula}} / {{item.data.properties.soak.value}}</div>{{/if}} | ||||
|                     {{#if ../blocking}}<div class="item-field">{{item.data.properties.blocking.malus}}</div>{{/if}} | ||||
|                     {{#if ../weapon}}<div class="item-field">{{item.data.properties.damage}}</div>{{/if}} | ||||
|                     {{#if ../ranged}}<div class="item-field">{{item.data.properties.range}}</div>{{else}}<div class="item-field"></div>{{/if}} | ||||
|   | ||||
| @@ -15,9 +15,9 @@ | ||||
|             <a class="item-edit">{{item.name}}</a> | ||||
|         </h4> | ||||
|         <div class="item-field flex2 center"> | ||||
|     {{#if item.data.properties.equipable}} | ||||
|         {{#if item.data.properties.equipable}} | ||||
|             <span class="item-field" style="font-size: smaller; font-style: italic; color:#4b4a44">{{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}}</span> | ||||
|     {{/if}} | ||||
|        {{/if}} | ||||
|         </div> | ||||
|         <div class="item-field group-btns flex1 center"> | ||||
|         {{#if item.data.properties.stackable}} | ||||
| @@ -50,6 +50,7 @@ | ||||
|     <li class="item flexrow item-header"> | ||||
|         <div class="item-name flex4 left">{{localize "BOL.ui.protections"}}</div> | ||||
|         <div class="item-field flex2 center">{{localize "BOL.ui.slot"}}</div> | ||||
|         <div class="item-field flex1 center">{{localize "BOL.ui.protection"}}</div> | ||||
|         <div class="item-field flex1 center">{{localize "BOL.ui.qty"}}</div> | ||||
|         <div class="item-field flex1 center">{{localize "BOL.ui.price"}}</div> | ||||
|         <div class="item-field flex1 center">{{localize "BOL.ui.equip"}}</div> | ||||
| @@ -66,6 +67,11 @@ | ||||
|                     <span class="item-field" style="font-size: smaller; font-style: italic; color:#4b4a44">{{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}}</span> | ||||
|                 {{/if}} | ||||
|             </div> | ||||
|             <div class="item-field flex2 center"> | ||||
|                 {{#if item.data.properties.equipable}} | ||||
|                     <span class="item-field" style="font-size: smaller; font-style: italic; color:#4b4a44">{{data.properties.soak.formula}}</span> | ||||
|                 {{/if}} | ||||
|             </div>             | ||||
|             <div class="item-field group-btns flex1 center"> | ||||
|                 {{#if item.data.properties.stackable}} | ||||
|                     <a class="inc-dec-btns" data-operator="minus" data-target="data.quantity" data-incr="1" data-min="0" data-max="{{item.data.properties.stacksize}}"><i class="fas fa-minus-square"></i></a>  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user