Files
roll20-character-sheets/Tri-Stat/Tri-Stat.html
T
2016-09-05 07:11:36 -04:00

567 lines
29 KiB
HTML

<div class="sheet-top_half">
</div>
<!-- Set up the Tabs -->
<input type="radio" class="sheet-tab sheet-tab1" name="attr_core-tab" value="1" title="Basic" checked="checked"/>
<span class="sheet-tab sheet-tab1" style='line-height: 20px;'>Basic</span>
<input type="radio" class="sheet-tab sheet-tab2" name="attr_core-tab" value="2" title="Skills" />
<span class="sheet-tab sheet-tab2" style='line-height: 20px;'>Skills & Attributes</span>
<input type="radio" class="sheet-tab sheet-tab3" name="attr_core-tab" value="3" title="Combat" />
<span class="sheet-tab sheet-tab3" style='line-height: 20px;'>Combat</span>
<input type="radio" class="sheet-tab sheet-tab4" name="attr_core-tab" value="4" title="Equipment" />
<span class="sheet-tab sheet-tab4" style='line-height: 20px;'>Equipment</span>
<input type="radio" class="sheet-tab sheet-tab99" name="attr_core-tab" value="99" title="All" />
<span class="sheet-tab sheet-tab99" style='line-height: 20px;'>All</span>
<br><br>
<!-- End Tab setup -->
<!-- Tab 1 Basic -->
<div class="sheet-section-1">
<div class='sheet-3colrow'>
<div class='sheet-col'>
<table class="sheet-table">
<tr>
<th colspan="3"><input type="text" class="sheet-text" name="attr_character_name" style="width:100%"/></th>
</tr>
<tr>
<th colspan="3">Character Name</th>
</tr>
<tr>
<td><input type="text" class="sheet-text" name="attr_Campaign" style="width:100%"/></td>
<td colspan="2"><input type="text" class="sheet-text" name="attr_player_name" style="width:100%"/></td>
</tr>
<tr>
<th>Campaign</th>
<th colspan="2">Player</th>
</tr>
<tr>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Description" placeholder="Description" /></textarea>
</th>
</tr>
</table>
</div>
<div class='sheet-col'>
<table class="sheet-table">
<tr>
<td><input type="text" class="sheet-text" name="attr_Race" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Gender" style="width:100%"/></td>
</tr>
<tr>
<th>Race</th>
<th>Gender</th>
</tr>
<tr>
<td><input type="text" class="sheet-text" name="attr_Age" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Height" style="width:100%"/></td>
<td><input type="text" class="sheet-text" name="attr_Weight" style="width:100%"/></td>
</tr>
<tr>
<th>Age</th>
<th>Height</th>
<th>Weight</th>
</tr>
<tr>
<td colspan="3"><input type="text" class="sheet-text" name="attr_Affiliation" style="width:100%"/></td>
</tr>
<tr>
<th colspan="3">Affiliation</th>
</tr>
<tr>
<td colspan="3"><input type="text" class="sheet-text" name="attr_Occupation" style="width:100%"/></td>
</tr>
<tr>
<th colspan="3">Occupation</th>
</tr>
</table>
</div>
<div class='sheet-col'>
<div class="sheet-banner"></div>
<br>
<div class="sheet-center">
<select class="sheet-DieSelect" name="attr_Die">
<option value="4">d4</option>
<option value="6">d6</option>
<option value="8">d8</option>
<option value="10">d10</option>
<option value="12">d12</option>
<option value="20">d20</option>
</select>
</div>
</div>
</div>
<div>
<h4>Statistical Information</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:skill}{{attribute= Body}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Body}]]}}">Body</button></th>
<th><button type="roll" class="sheet-skillbtn" name="roll_Mind" value="&{template:skill}{{attribute= Mind}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Mind}]]}}">Mind</button></th>
<th><button type="roll" class="sheet-skillbtn" name="roll_Soul" value="&{template:skill}{{attribute= Soul}} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }}{{Check= [[@{Soul}]]}}">Soul</button></th>
<th><div style="width:10px;"></div></th>
<th>HP</th>
<th>EP</th>
<th>Shock</th>
<th>ACV</th>
<th>DCV</th>
</tr>
<tr>
<th><input type="number" class="sheet-Specialty" name="attr_Body" value="0" /></th>
<th><input type="number" class="sheet-Specialty" name="attr_Mind" value="0" /></th>
<th><input type="number" class="sheet-Specialty" name="attr_Soul" value="0" /></th>
<th><div style="width:10px;"></div></th>
<th><input type="number" class="sheet-Specialty" name="attr_HP" value="(@{Body} + @{Soul})*5 + @{HP_mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_EP" value="(@{Mind} + @{Soul})*5 + @{EP_mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_Shock" value="[[ [[@{Body} + @{Soul}]] + @{Shock_mod} ]]" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_ACV" value="floor((@{Body} + @{Mind} + @{Soul})/3) + @{ACV_mod}" disabled="true"/></th>
<th><input type="number" class="sheet-Specialty" name="attr_DCV" value="floor((@{Body} + @{Mind} + @{Soul})/3) + @{DCV_mod} + -2" disabled="true"/></th>
</tr>
<tr>
<th></th>
<th></th>
<th></th>
<th><div style="width:10px;"></div></th>
<th><input type="number" class="sheet-Rating" name="attr_HP_mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_EP_mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_Shock_mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_ACV_mod" value="0" /></th>
<th><input type="number" class="sheet-Rating" name="attr_DCV_mod" value="0" /></th>
</tr>
</table>
<table class="sheet-tableII">
<tr>
<td></td>
<td></td>
<th colspan="2">Character Points</th>
<th><input type="number" class="sheet-Specialty" name="attr_Character_Points" value="0" /></th>
<td></td>
<td></td>
<th>Skill Points</th>
<th><input type="number" class="sheet-Specialty" name="attr_Skill_Points" value="0" /></th>
</tr>
<tr>
<td></td>
<th colspan="3">Advanced Points Earned</th>
<th><input type="number" class="sheet-Specialty" name="attr_Advanced_Points-Earned" value="0" /></th>
<th colspan="3">Unused Advancement Points </th>
<th><input type="number" class="sheet-Specialty" name="attr_Advanced_Points-Unused" value="0" /></th>
</tr>
</table>
</div>
</div>
<div>
<h4>Defects</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:210px;">Defect</th>
<th style="width:65px;">BP</th>
<th style="width:410px;">Notes</th>
<td></td>
</tr>
</table>
<fieldset class="repeating_Defects">
<table class="sheet-tableII">
<tr>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Defect-Name" value="" /></th>
<th style="width:65px;"><input type="number" class="sheet-Specialty" name="attr_Defect-BP" value="0" /></th>
<th style="width:500px;"><input type="text" class="sheet-Specialty" name="attr_Defect-Notes" value="" style="width:500px;"/></th>
</tr>
</table>
</fieldset>
</div>
</div>
</div>
<!-- Tab 2 Skills -->
<div class="sheet-section-2">
<div>
<h4>Attributes</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Attribute</th>
<th style="width:210px;">Type</th>
<th style="width:55px;">Level</th>
<th style="width:65px;">Cost per Level</th>
<th style="width:55px;"># of PMVs</th>
<th style="width:55px;">Total Cost</th>
<td></td>
<th style="width:65px;">Check Value Mod</th>
</tr>
</table>
<fieldset class="repeating_Attribute">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_Body" value="&{template:attr} {{attribute= @{Attribute-Name} }} {{type= @{Attribute-Type} }} {{level= @{Attribute-Level} }} {{character= @{character_name}}} {{notes= @{Attribute-Notes} }}">Show</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Attribute-Name" value="" /></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Attribute-Type" value="" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Level" value="0" /></th>
<th style="width:65px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Cost_Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-PMV" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Attribute-Total_Cost" value="(@{Attribute-Level}*@{Attribute-Cost_Level})+@{Attribute-PMV}" disabled='true' /></th>
<th style="width:55px;"></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Attribute-show" value="1"/><span></span></th>
<td></td>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Attribute-show" value="1"/>
<div class="sheet-hold">
<table class="sheet-tableII" style="width:705px">
<tr>
<th>Progression</th>
<th>Relevant Stat</th>
<th>PMVs</th>
</tr>
<tr>
<th>
<select class="sheet-Specialty" name="attr_Attribute-Progression">
<option value="Linear">Linear</option>
<option value="Fast">Fast</option>
<option value="Medium">Medium</option>
<option value="Slow">Slow</option>
<option value="Time Rev">Time Rev</option>
<option value="Descriptive">Descriptive</option>
<option value="Variable">Variable</option>
<option value="Special">Special</option>
</select>
</th>
<th>
<select class="sheet-Specialty" name="attr_Attribute-Stat">
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th><input type="text" class="sheet-Specialty" name="attr_Attribute-PMV_names" style="width:450px;" value="" /></th>
</tr>
<tr>
<th colspan="3">
<textarea wrap="soft" class="sheet-notes" name="attr_Attribute-Notes" placeholder="Description" /></textarea>
</th>
<td></td>
</tr>
</table>
</div>
</fieldset>
</div>
</div>
<h4>Skills</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Skill</th>
<th style="width:120px;">Relevant Stat</th>
<th style="width:55px;">Check Value</th>
<th style="width:55px;">Level</th>
<th style="width:55px;">Cost per Level</th>
<th style="width:55px;">Points</th>
<th style="width:55px;">Specialized</th>
<th style="width:55px;">Check Value Mod</th>
</tr>
</table>
<fieldset class="repeating_Skill">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_skill" value="&{template:skill}{{attribute= @{Skill-Name} }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd ]] }} {{Check= [[ @{Skill-Stat} + @{Skill-Level} + @{Skill-Check_Mod} + @{Skill-spec} ]] }}">Roll</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Skill-Name" value="" /></th>
<th style="width:120px;">
<select class="sheet-Specialty" name="attr_Skill-Stat">
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-CheckValue" value="@{Skill-Stat} + @{Skill-Level} + @{Skill-Check_Mod} + @{Skill-spec}" disabled='true' /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Cost_Level" value="0" /></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Points" value="@{Skill-Level}*@{Skill-Cost_Level}" disabled='true'/></th>
<th style="width:55px;"><input type="checkbox" class="sheet-othercheck" name="attr_Skill-spec" value="1"/><span></span></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Skill-Check_Mod" value="0" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Skill-show" value="1"/><span></span></th>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Skill-show" value="1"/>
<div class="sheet-hold">
<input type="text" class="sheet-Specialty" name="attr_Skill-Specializations" Placeholder="Specializations" style="width:100%;"/></th>
</div>
</fieldset>
<input type="hidden" class="sheet-Specialty" name="attr_Variable" value="?{Attribute?|Body,@{Body}|Mind,@{Mind}|Soul,@{Soul}|Body & Mind,floor((@{Body}+@{Mind})/2)|Body & Soul,floor((@{Body}+@{Soul})/2)|Mind & Soul,floor((@{Mind}+@{Soul})/2)|Mind Body Soul,floor((@{Mind}+@{Body}+@{Soul})/3)|ACV,@{ACV}|DCV,@{DCV}|1,1|2,2|3,3|4,4|5,5|6,6|7,7|8,8|9,9|10,10|11,11|12,12|13,13|14,14|15,15|16,16|17,17|18,18|19,19|20,20}" />
<input type="hidden" class="sheet-Specialty" name="attr_None" value="0" />
</div>
</div>
<!-- Tab 3 Weapons -->
<div class="sheet-section-3">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<table class="sheet-tableII">
<tr>
<th><button type="roll" class="sheet-skillbtn" name="roll_Initiative" style="width:120px;" value="&{template:skill} {{attribute= Initiative }} {{character= @{character_name}}} {{roll= [[2d@{Die}sd + @{ACV} + @{Initative-mod} ]] }}">Initiative</button></th></th>
<th><input type="number" class="sheet-Rating" name="attr_Initative-mod" value="0" /></th>
</tr>
</table>
</div>
<div class='sheet-col'>
<h4>Damage Percentage</h4>
<div class="sheet-border">
<table class="sheet-tableIV">
<tr>
<th colspan="6">Dice Roll</th>
<th>Damage percentage</th>
</tr>
<tr>
<th style="width:35px;">d4</th>
<th style="width:35px;">d6</th>
<th style="width:35px;">d8</th>
<th style="width:35px;">d10</th>
<th style="width:35px;">d12</th>
<th style="width:35px;">d20</th>
<th></th>
</tr>
<tr>
<td>2</td>
<td>2-3</td>
<td>2-4</td>
<td>2-5</td>
<td>2-6</td>
<td>2-10</td>
<td>100% Maximum Damage</td>
</tr>
<tr class="sheet-other">
<td>3-4</td>
<td>4-6</td>
<td>5-8</td>
<td>6-10</td>
<td>7-12</td>
<td>11-20</td>
<td>75% Maximum Damage</td>
</tr>
<tr>
<td>5-7</td>
<td>7-10</td>
<td>9-13</td>
<td>11-16</td>
<td>13-19</td>
<td>21-32</td>
<td>50% Maximum Damage</td>
</tr>
<tr class="sheet-other">
<td>8</td>
<td>11-12</td>
<td>14-16</td>
<td>17-20</td>
<td>20-24</td>
<td>33-40</td>
<td>25% Maximum Damage</td>
</tr>
</table>
</div>
</div>
</div>
<br>
<div>
<h4>Weapons</h4>
<div class="sheet-border">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"></th>
<th style="width:210px;">Weapon</th>
<th style="width:210px;">Type</th>
<th style="width:55px;">Damage</th>
<td></td>
</tr>
</table>
<fieldset class="repeating_Weapon">
<table class="sheet-tableII">
<tr>
<th style="width:65px;"><button type="roll" class="sheet-skillbtn" name="roll_Weapon" value="&{template:attack}{{attribute= @{Weapon-Name} }} {{character= @{character_name} }} {{roll= [[ 2d@{Die}sd ]] }} {{Check= [[ @{Weapon-Stat} + @{Weapon-Skill} + @{Weapon-Check_Mod} + @{Weapon-spec} ]] }} {{Abilities= @{Weapon-Abilities} }} {{Disabilities= @{Weapon-Disabilities} }} {{notes= @{Weapon-Notes} }} {{damage1= [[ [[floor(@{Weapon-Damage})]] + [[@{ACV}]] ]] }} {{damage2= [[ [[floor(@{Weapon-Damage}*3/4)]] + [[@{ACV}]] ]] }}{{damage3= [[ [[floor(@{Weapon-Damage}/2)]] + [[@{ACV}]] ]] }}{{damage4= [[ [[floor(@{Weapon-Damage}/4)]] + [[@{ACV}]] ]] }}{{crit= [[@{Weapon-Damage}*2]] }}">Roll</button></th>
<th style="width:210px;"><input type="text" class="sheet-Specialty" name="attr_Weapon-Name" value="" /></th>
<th style="width:120px;"><input type="text" class="sheet-Specialty" name="attr_Weapon-Type" value="" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-othercheck" name="attr_Weapon-spec" value="1"/><span></span></th>
<th style="width:55px;"><input type="number" class="sheet-Specialty" name="attr_Weapon-Damage" value="0" /></th>
<th style="width:55px;"><input type="checkbox" class="sheet-bigcheck" name="attr_Weapon-show" value="1"/><span></span></th>
</tr>
</table>
<input type="checkbox" class="sheet-hidden sheet-hider" name="attr_Weapon-show" value="1"/>
<div class="sheet-hold">
<table class="sheet-tableII" style="width:705px">
<tr>
<th>Stat</th>
<th>
<select class="sheet-Specialty" name="attr_Weapon-Stat">
<option value="@{ACV}">ACV</option>
<option value="@{DCV}">DCV</option>
<option value="@{Body}">Body</option>
<option value="@{Mind}">Mind</option>
<option value="@{Soul}">Soul</option>
<option value="@{Variable}">Variable</option>
<option value="@{None}">None</option>
</select>
</th>
<th>Skill Rating</th>
<th><input type="number" class="sheet-Specialty" name="attr_Weapon-Skill" value="0" /></th>
<th>Check Value Modifier</th>
<th><input type="number" class="sheet-Specialty" name="attr_Weapon-Check_Mod" value="0" /></th></th>
</tr>
<tr>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Abilities" placeholder="Abilities" style="width:95%"/></textarea>
</th>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Disabilities" placeholder="Disabilities" style="width:95%"/></textarea>
</th>
<th colspan="2">
<textarea wrap="soft" class="sheet-notes" name="attr_Weapon-Notes" placeholder="Notes" style="width:95%"/></textarea>
</th>
<td></td>
</tr>
</table>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Tab 4 Equipment -->
<div class="sheet-section-4">
<div class='sheet-3colrow'>
<div class='sheet-col'>
<h4>Equipment Worn</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Worn" style="width:96%;"/></textarea>
<fieldset class="repeating_worn">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Worn-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
<div class='sheet-col'>
<h4>Equipment Owned</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Owned" style="width:96%;"/></textarea>
<fieldset class="repeating_owned">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Gear-Owned-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
<div class='sheet-col'>
<h4>Notes</h4>
<div class="sheet-border">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Notes" style="width:96%;"/></textarea>
<fieldset class="repeating_notes">
<textarea wrap="soft" class="sheet-longnotes" name="attr_Notes-r" style="width:96%;"/></textarea>
</fieldset>
</div>
</div>
</div>
</div>
<!-- rolltemplates -->
<rolltemplate class="sheet-rolltemplate-skill">
<table>
<tr><th colspan="2">{{attribute}}</th></tr>
<tr>
<td class="sheet-detail"><i><b>{{character}}</b> uses {{attribute}} </i></td>
<td><span class="tcat">{{roll}}</span></td>
</tr>
<tr>
<td class="sheet-black"><b>Check Value</td>
<td><span class="tcat">{{Check}}</span></td>
</tr>
{{#Abilities}}
<tr>
<td colspan="2">{{Abilities}}</td>
</tr>
{{/Abilities}}
{{#Disabilities}}
<tr>
<td colspan="2">{{Disabilities}}</td>
</tr>
{{/Disabilities}}
{{#notes}}
<tr>
<td colspan="2">{{notes}}</td>
</tr>
{{/notes}}
{{#rollTotal() roll 2}}
<td colspan="2" style="font-size:0.7em;">
Critical! {{crit}}
</td>
{{/rollTotal() roll 2}}
<tr>
</tr>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-attr">
<table>
<tr><th colspan="2">{{attribute}}</th></tr>
<tr>
<td colspan="2" class="sheet-detail"><i><b>{{character}}</b> uses/has {{attribute}} </i></td>
</tr>
<tr>
<td>Type</td>
<td><span class="tcat">{{type}}</span></td>
</tr>
<tr>
<td>Level</td>
<td><span class="tcat">{{level}}</span></td>
</tr>
<tr>
<td>Notes</td>
<td><span class="tcat">{{notes}}</span></td>
</tr>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-attack">
<table>
<tr><th colspan="2">{{weapon}}</th></tr>
<tr>
<td colspan="2" class="sheet-detail"><i><b>{{character}}</b> uses {{weapon}} </i></td>
</tr>
<tr>
<td class="sheet-bw">Attack</td>
<td><span class="tcat">{{roll}}</span></td>
</tr>
<tr>
<td class="sheet-bw">Check Value</td>
<td><span class="tcat">{{Check}}</span></td>
</tr>
<tr>
<td colspan="2" class="sheet-bw">Damage</td>
</tr>
<tr>
<td colspan="2" style="font-size:0.7em;">
{{#damage1}}{{damage1}} / {{/damage1}}
{{#damage2}}{{damage2}} / {{/damage2}}
{{#damage3}}{{damage3}} / {{/damage3}}
{{#damage4}}{{damage4}} {{/damage4}}
</td>
</tr>
{{#rollTotal() roll 2}}
<td colspan="2" style="font-size:0.7em;">
Critical! {{crit}}
</td>
{{/rollTotal() roll 2}}
<tr>
<tr>
<td colspan="2" class="sheet-bw">Abilities</td>
</tr>
<tr>
<td colspan="2" class="sheet-detail">{{Abilities}}</td>
</tr>
<tr>
<td colspan="2" class="sheet-bw">Disabilities</td>
</tr>
<tr>
<td colspan="2" class="sheet-detail">{{Disabilities}}</td>
</tr>
<tr>
<td colspan="2" class="sheet-bw">Notes</td>
</tr>
<tr>
<td colspan="2" class="sheet-detail">{{notes}}</td>
</tr>
</rolltemplate>