mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
61 lines
2.8 KiB
HTML
61 lines
2.8 KiB
HTML
<div class="sheet-tab-content sheet-section-weapons">
|
|
<h4>Rule set</h4>
|
|
<div class="sheet-body">
|
|
<br>
|
|
<input type="radio" name="attr_tab81" class="sheet-tab sheet-tab81" value="1" checked/><span class="sheet-tab sheet-tab81">Standard</span>
|
|
<input type="radio" name="attr_tab81" class="sheet-tab sheet-tab82" value="2"/><span class="sheet-tab sheet-tab82">Player's Option</span>
|
|
<br>
|
|
<br>
|
|
<table class="sheet-default-header-thead sheet-inline-5">
|
|
<thead>
|
|
<tr>
|
|
<th class="sheet-centering" colspan="2">Weapon hit penalty</th>
|
|
</tr>
|
|
<tr>
|
|
<th class="sheet-padding-right">Nonproficient</th>
|
|
<th>Related / Familiarity</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td><input type="number" name="attr_nonprof-penalty" title="@{nonprof-penalty}" class="sheet-table-dynamic" value="-0" list="weapprof-penalty"/><span></span></td>
|
|
<td><input type="number" name="attr_famil-penalty" title="@{famil-penalty}" class="sheet-table-dynamic" value="-0" readonly/></td>
|
|
</tr>
|
|
</table>
|
|
<table class="sheet-default-header-thead sheet-inline-5">
|
|
<thead>
|
|
<tr>
|
|
<th class="sheet-centering" colspan="2">Base THAC0</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Macro / Number</th>
|
|
<th>Calculated</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td><input type="text" name="attr_thac0-base" title="@{thac0-base}" class="sheet-spell" list="base-thac0" placeholder="Macro or number"/><span></span></td>
|
|
<td><input type="number" name="attr_thac0-base-calc" title="@{thac0-base-calc}" class="sheet-table-dynamic" value="20" readonly/></td>
|
|
</tr>
|
|
</table>
|
|
<table class="sheet-default-header-thead sheet-inline-5" style="padding-left: 100px">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="3">Temporary buff / curse</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Attack</th>
|
|
<th>Damage</th>
|
|
<th>Speed</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td><input type="text" class="sheet-table-dynamic" name="attr_temp-attackadj" title="@{temp-attackadj}" value="0"></td>
|
|
<td><input type="text" class="sheet-table-dynamic" name="attr_temp-damadj" title="@{temp-damadj}" value="0"></td>
|
|
<td><input type="text" class="sheet-table-dynamic" name="attr_temp-speedadj" title="@{temp-speedadj}" value="0"></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
|
|
insert_standard-weapons-tab.html
|
|
insert_players-option-weapons-tab.html
|
|
</div>
|
|
</div> |