Add Weapon rolls
This commit is contained in:
@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<label class="item-field-label-short">Dice</label>
|
||||
<input type="text" class="item-field-label-short" name="system.damages.{{key}}.dice" value="{{damage.dice}}" data-dtype="Number"/>
|
||||
<input type="text" class="item-field-label-short" name="system.damages.{{key}}.dice" value="{{damage.dice}}" data-dtype="String"/>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
<label class="item-field-label-short">Bonus</label>
|
||||
|
@ -3,3 +3,4 @@
|
||||
<option value="blunt">Blunt</option>
|
||||
<option value="slash">Slash</option>
|
||||
<option value="pierce">Pierce</option>
|
||||
<option value="crush">Crush</option>
|
||||
|
Reference in New Issue
Block a user