Sync with latest fixes

This commit is contained in:
2024-09-30 13:41:44 +02:00
parent 8cb2969d70
commit 973d8733b2
14 changed files with 75 additions and 26 deletions

View File

@@ -74,6 +74,25 @@
</td>
</table>
<table>
<tr>
<th>{{localize "rmfrp.weapon.fumble_value"}}</th>
<th>{{localize "rmfrp.weapon.fumble_table"}}</th>
<th>{{localize "rmfrp.weapon.fumble_column"}}</th>
</tr>
<td>
<input class="short-input" name="system.fumble_value" type="text" value="{{system.fumble_value}}" data-dtype="Number"/>
</td>
<td>
<select class="long-input" name="system.fumble_table" type="text" value="{{system.fumble_table}}" data-dtype="String">
{{selectOptions fumbleTables selected=system.fumble_table nameAttr="key" valueAttr="key" labelAttr="name"}}
</select>
<td>
<input class="short-input" name="system.fumble_column" type="text" value="{{system.fumble_column}}" data-dtype="String"/>
</td>
</td>
</table>
<table>
<tr>
<th>{{localize "rmfrp.weapon.critical_table"}}</th>