Fix criticals roll
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if criticalResult}}
|
||||
<div class="dice-result">
|
||||
Critical: {{upperFirst criticalTable}} ({{criticalResult.diceResult}})
|
||||
</div>
|
||||
<div class="dice-result">
|
||||
Critical {{criticalResult.key}}: {{criticalResult.description}}
|
||||
</div>
|
||||
|
@@ -101,7 +101,7 @@
|
||||
</td>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<!-- <table>
|
||||
<tr>
|
||||
<th>{{localize "rmfrp.weapon.critical_table"}}</th>
|
||||
<th>{{localize "rmfrp.weapon.lsl_crit_column"}}</th>
|
||||
@@ -114,7 +114,7 @@
|
||||
<td>
|
||||
<input class="short-input" name="system.lsl_crit_column" type="text" value="{{system.lsl_crit_column}}" data-dtype="Number"/>
|
||||
</td>
|
||||
</table>
|
||||
</table> -->
|
||||
|
||||
<table class="short-input">
|
||||
<th class="short-input">{{localize "rmfrp.weapon.range_modifier"}}</th>
|
||||
|
Reference in New Issue
Block a user