Damage multiplier
This commit is contained in:
		| @@ -115,6 +115,18 @@ | ||||
|         <input class="field-value" type="text" name="data.properties.damageModifiers" value="{{data.properties.damageModifiers}}" data-dtype="Number"/> | ||||
|     </div> | ||||
| </div> | ||||
| <div class="form-group"> | ||||
|     <label class="property-label">{{localize "BOL.itemProperty.damageMultiplier"}}</label> | ||||
|     <div class="form-fields center"> | ||||
|         <select class="field-value" name="data.properties.damageMultiplier" data-dtype="String"> | ||||
|             {{#select data.properties.damageMultiplier}} | ||||
|                 {{#each config.damageMultiplier as |value id|}} | ||||
|                     <option value="{{id}}">{{value}}</option> | ||||
|                 {{/each}} | ||||
|             {{/select}} | ||||
|         </select> | ||||
|     </div> | ||||
| </div> | ||||
| <div class="form-group"> | ||||
|     <label class="property-label">{{localize "BOL.itemProperty.damageSpecial"}}</label> | ||||
|     <div class="form-fields center"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user