Files
roll20-character-sheets/ADnD_2E_Revised/html/components/rolltemplates.html
T

1190 lines
64 KiB
HTML

<rolltemplate class="sheet-rolltemplate-2Edefault">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{name}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
<table>
{{#allprops() desc desc1 desc2 name subtitle color}}
<tr>
<td class="sheet-template-default-key">{{key}}</td>
<td class="sheet-template-default-value">{{value}}</td>
</tr>
{{/allprops() desc desc1 desc2 name subtitle color}}
{{#desc}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc}}</td>
</tr>
{{/desc}}
{{#desc1}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc1}}</td>
</tr>
{{/desc1}}
{{#desc2}}
<tr>
<td class="sheet-template-default-desc" colspan="2">{{desc2}}</td>
</tr>
{{/desc2}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Eattack">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{title}}</th>
</tr>
<tr>
<th>{{subtitle}}</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td colspan="3"><span class="weapon-used">{{weapon_used}}</span></td>
</tr>
<tr>
<td><b>S/M</b></td>
<td class="sheet-template-attack-image sheet-template-attack-ac" rowspan="2">{{ac_hit}}</td>
<td><b>L</b></td>
</tr>
<tr>
<td class="sheet-template-attack-image sheet-template-attack-dmg" rowspan="2">
{{#^rollWasCrit() ac_hit}}
{{dmg_s}}
{{/^rollWasCrit() ac_hit}}
{{#rollWasCrit() ac_hit}}
{{#crit_s}}{{crit_s}}{{/crit_s}}
{{^crit_s}}{{dmg_s}}{{/crit_s}}
{{/rollWasCrit() ac_hit}}
</td>
<td class="sheet-template-attack-image sheet-template-attack-dmg" rowspan="2">
{{#^rollWasCrit() ac_hit}}
{{dmg_l}}
{{/^rollWasCrit() ac_hit}}
{{#rollWasCrit() ac_hit}}
{{#crit_l}}{{crit_l}}{{/crit_l}}
{{^crit_l}}{{dmg_l}}{{/crit_l}}
{{/rollWasCrit() ac_hit}}
</td>
</tr>
<tr>
<td class="attack-c4"><b>AC Hit</b></td>
</tr>
{{#rollWasCrit() ac_hit}}
<tr>
<td colspan="3" class="sheet-template-result sheet-template-success">
CRITICAL HIT!
<br>
{{#crit}}
<span class='attack-crit'>{{crit}}</span>
{{/crit}}
</td>
</tr>
{{/rollWasCrit() ac_hit}}
{{#rollWasFumble() ac_hit}}
<tr>
<td colspan="3" class="sheet-template-result sheet-template-failure">
FUMBLE!
<br>
{{#fumble}}
<span class='attack-fumble'>{{fumble}}</span>
{{/fumble}}
</td>
</tr>
{{/rollWasFumble() ac_hit}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Espell">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{title}}</th>
</tr>
<tr>
<th>{{splevel}} * {{school}}</th>
</tr>
{{#sphere}}
<tr>
<th>Priest Sphere: {{sphere}}</th>
</tr>
{{/sphere}}
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Range</span><br>{{range}}</td>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Components</span><br>{{components}}</td>
</tr>
<tr>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Duration</span><br>{{duration}}</td>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Casting Time</span><br>{{time}}</td>
</tr>
<tr>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Area of Effect</span><br>{{aoe}}</td>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Saving Throw</span><br>{{save}}</td>
</tr>
{{#subtlety}}
{{#sensory}}
<tr>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Casting Subtlety</span><br>{{subtlety}}</td>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Sensory Signature</span><br>{{sensory}}</td>
</tr>
{{/sensory}}
{{/subtlety}}
{{#subtlety}}
{{^sensory}}
<tr>
<td class="sheet-spell-c1" colspan="2"><span class="sheet-spell-prop">Casting Subtlety</span><br>{{subtlety}}</td>
</tr>
{{/sensory}}
{{/subtlety}}
{{^subtlety}}
{{#sensory}}
<tr>
<td class="sheet-spell-c1" colspan="2"><span class="sheet-spell-prop">Sensory Signature</span><br>{{sensory}}</td>
</tr>
{{/sensory}}
{{/subtlety}}
{{#knockdown}}
{{#crit}}
<tr>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Knockdown</span><br>{{knockdown}}</td>
<td class="sheet-spell-c1"><span class="sheet-spell-prop">Critical Strikes</span><br>{{crit}}</td>
</tr>
{{/crit}}
{{/knockdown}}
{{#knockdown}}
{{^crit}}
<tr>
<td class="sheet-spell-c1" colspan="2"><span class="sheet-spell-prop">Knockdown</span><br>{{knockdown}}</td>
</tr>
{{/crit}}
{{/knockdown}}
{{^knockdown}}
{{#crit}}
<tr>
<td class="sheet-spell-c1" colspan="2"><span class="sheet-spell-prop">Critical Strikes</span><br>{{crit}}</td>
</tr>
{{/crit}}
{{/knockdown}}
{{#damage}}
<tr>
<td colspan="2" class="sheet-spell-c1"><span class="sheet-spell-prop">Damage: </span>
{{damage}}
{{#rollGreater() d2t 0}}{{d2}}{{/rollGreater() d2t 0}}
{{#rollGreater() d3t 0}}{{d3}}{{/rollGreater() d3t 0}}
{{#rollGreater() d4t 0}}{{d4}}{{/rollGreater() d4t 0}}
{{#rollGreater() d5t 0}}{{d5}}{{/rollGreater() d5t 0}}
{{#rollGreater() d6t 0}}{{d6}}{{/rollGreater() d6t 0}}
{{#rollGreater() d7t 0}}{{d7}}{{/rollGreater() d7t 0}}
{{#rollGreater() d8t 0}}{{d8}}{{/rollGreater() d8t 0}}
{{#rollGreater() d9t 0}}{{d9}}{{/rollGreater() d9t 0}}
{{#rollGreater() d10t 0}}{{d10}}{{/rollGreater() d10t 0}}
{{#rollGreater() d11t 0}}{{d11}}{{/rollGreater() d11t 0}}
{{#rollGreater() d12t 0}}{{d12}}{{/rollGreater() d12t 0}}
{{damagetype}}
</td>
</tr>
{{/damage}}
{{#healing}}
<tr>
<td colspan="2" class="sheet-spell-c1"><span class="sheet-spell-prop">Healing: </span>{{healing}}</td>
</tr>
{{/healing}}
{{#reference}}
<tr>
<td colspan="2" class="sheet-spell-c1"><span class="sheet-spell-prop">Reference: </span>{{reference}}</td>
</tr>
{{/reference}}
{{#materials}}
<tr>
<td colspan="2" class="sheet-spell-c1"><span class="sheet-spell-prop">Spell Materials: </span>{{materials}}</td>
</tr>
{{/materials}}
{{#effects}}
<tr>
<td colspan="2" class="sheet-spell-c2">
<span class="sheet-spell-prop">Effects:</span>
{{effects}}
{{#c1-1}}
<br>
<br>
<table class="sheet-spell-table sheet-spell-{{style}}">
<tr>
<td colspan="{{cs1-1}}" rowspan="{{rs1-1}}" class="sheet-spell-{{cc1-1}}">{{c1-1}}</td>
{{#c1-2}}
<td colspan="{{cs1-2}}" rowspan="{{rs1-2}}" class="sheet-spell-{{cc1-2}}">{{c1-2}}</td>
{{/c1-2}}
{{#c1-3}}
<td colspan="{{cs1-3}}" rowspan="{{rs1-3}}" class="sheet-spell-{{cc1-3}}">{{c1-3}}</td>
{{/c1-3}}
{{#c1-4}}
<td colspan="{{cs1-4}}" rowspan="{{rs1-4}}" class="sheet-spell-{{cc1-4}}">{{c1-4}}</td>
{{/c1-4}}
{{#c1-5}}
<td colspan="{{cs1-5}}" rowspan="{{rs1-5}}" class="sheet-spell-{{cc1-5}}">{{c1-5}}</td>
{{/c1-5}}
</tr>
<tr>
{{#c2-1}}
<td colspan="{{cs2-1}}" rowspan="{{rs2-1}}" class="sheet-spell-{{cc2-1}}">{{c2-1}}</td>
{{/c2-1}}
{{#c2-2}}
<td colspan="{{cs2-2}}" rowspan="{{rs2-2}}" class="sheet-spell-{{cc2-2}}">{{c2-2}}</td>
{{/c2-2}}
{{#c2-3}}
<td colspan="{{cs2-3}}" rowspan="{{rs2-3}}" class="sheet-spell-{{cc2-3}}">{{c2-3}}</td>
{{/c2-3}}
{{#c2-4}}
<td colspan="{{cs2-4}}" rowspan="{{rs2-4}}" class="sheet-spell-{{cc2-4}}">{{c2-4}}</td>
{{/c2-4}}
{{#c2-5}}
<td colspan="{{cs2-5}}" rowspan="{{rs2-5}}" class="sheet-spell-{{cc2-5}}">{{c2-5}}</td>
{{/c2-5}}
</tr>
{{#c3-1}}
<tr>
<td colspan="{{cs3-1}}" rowspan="{{rs3-1}}" class="sheet-spell-{{cc3-1}}">{{c3-1}}</td>
{{#c3-2}}
<td colspan="{{cs3-2}}" rowspan="{{rs3-2}}" class="sheet-spell-{{cc3-2}}">{{c3-2}}</td>
{{/c3-2}}
{{#c3-3}}
<td colspan="{{cs3-3}}" rowspan="{{rs3-3}}" class="sheet-spell-{{cc3-3}}">{{c3-3}}</td>
{{/c3-3}}
{{#c3-4}}
<td colspan="{{cs3-4}}" rowspan="{{rs3-4}}" class="sheet-spell-{{cc3-4}}">{{c3-4}}</td>
{{/c3-4}}
{{#c3-5}}
<td colspan="{{cs3-5}}" rowspan="{{rs3-5}}" class="sheet-spell-{{cc3-5}}">{{c3-5}}</td>
{{/c3-5}}
</tr>
{{/c3-1}}
{{#c4-1}}
<tr>
<td colspan="{{cs4-1}}" rowspan="{{rs4-1}}" class="sheet-spell-{{cc4-1}}">{{c4-1}}</td>
{{#c4-2}}
<td colspan="{{cs4-2}}" rowspan="{{rs4-2}}" class="sheet-spell-{{cc4-2}}">{{c4-2}}</td>
{{/c4-2}}
{{#c4-3}}
<td colspan="{{cs4-3}}" rowspan="{{rs4-3}}" class="sheet-spell-{{cc4-3}}">{{c4-3}}</td>
{{/c4-3}}
{{#c4-4}}
<td colspan="{{cs4-4}}" rowspan="{{rs4-4}}" class="sheet-spell-{{cc4-4}}">{{c4-4}}</td>
{{/c4-4}}
{{#c4-5}}
<td colspan="{{cs4-5}}" rowspan="{{rs4-5}}" class="sheet-spell-{{cc4-5}}">{{c4-5}}</td>
{{/c4-5}}
</tr>
{{/c4-1}}
{{#c5-1}}
<tr>
<td colspan="{{cs5-1}}" rowspan="{{rs5-1}}" class="sheet-spell-{{cc5-1}}">{{c5-1}}</td>
{{#c5-2}}
<td colspan="{{cs5-2}}" rowspan="{{rs5-2}}" class="sheet-spell-{{cc5-2}}">{{c5-2}}</td>
{{/c5-2}}
{{#c5-3}}
<td colspan="{{cs5-3}}" rowspan="{{rs5-3}}" class="sheet-spell-{{cc5-3}}">{{c5-3}}</td>
{{/c5-3}}
{{#c5-4}}
<td colspan="{{cs5-4}}" rowspan="{{rs5-4}}" class="sheet-spell-{{cc5-4}}">{{c5-4}}</td>
{{/c5-4}}
{{#c5-5}}
<td colspan="{{cs5-5}}" rowspan="{{rs5-5}}" class="sheet-spell-{{cc5-5}}">{{c5-5}}</td>
{{/c5-5}}
</tr>
{{/c5-1}}
{{#c6-1}}
<tr>
<td colspan="{{cs6-1}}" rowspan="{{rs6-1}}" class="sheet-spell-{{cc6-1}}">{{c6-1}}</td>
{{#c6-2}}
<td colspan="{{cs6-2}}" rowspan="{{rs6-2}}" class="sheet-spell-{{cc6-2}}">{{c6-2}}</td>
{{/c6-2}}
{{#c6-3}}
<td colspan="{{cs6-3}}" rowspan="{{rs6-3}}" class="sheet-spell-{{cc6-3}}">{{c6-3}}</td>
{{/c6-3}}
{{#c6-4}}
<td colspan="{{cs6-4}}" rowspan="{{rs6-4}}" class="sheet-spell-{{cc6-4}}">{{c6-4}}</td>
{{/c6-4}}
{{#c6-5}}
<td colspan="{{cs6-5}}" rowspan="{{rs6-5}}" class="sheet-spell-{{cc6-5}}">{{c6-5}}</td>
{{/c6-5}}
</tr>
{{/c6-1}}
{{#c7-1}}
<tr>
<td colspan="{{cs7-1}}" rowspan="{{rs7-1}}" class="sheet-spell-{{cc7-1}}">{{c7-1}}</td>
{{#c7-2}}
<td colspan="{{cs7-2}}" rowspan="{{rs7-2}}" class="sheet-spell-{{cc7-2}}">{{c7-2}}</td>
{{/c7-2}}
{{#c7-3}}
<td colspan="{{cs7-3}}" rowspan="{{rs7-3}}" class="sheet-spell-{{cc7-3}}">{{c7-3}}</td>
{{/c7-3}}
{{#c7-4}}
<td colspan="{{cs7-4}}" rowspan="{{rs7-4}}" class="sheet-spell-{{cc7-4}}">{{c7-4}}</td>
{{/c7-4}}
{{#c7-5}}
<td colspan="{{cs7-5}}" rowspan="{{rs7-5}}" class="sheet-spell-{{cc7-5}}">{{c7-5}}</td>
{{/c7-5}}
</tr>
{{/c7-1}}
{{#c8-1}}
<tr>
<td colspan="{{cs8-1}}" rowspan="{{rs8-1}}" class="sheet-spell-{{cc8-1}}">{{c8-1}}</td>
{{#c8-2}}
<td colspan="{{cs8-2}}" rowspan="{{rs8-2}}" class="sheet-spell-{{cc8-2}}">{{c8-2}}</td>
{{/c8-2}}
{{#c8-3}}
<td colspan="{{cs8-3}}" rowspan="{{rs8-3}}" class="sheet-spell-{{cc8-3}}">{{c8-3}}</td>
{{/c8-3}}
{{#c8-4}}
<td colspan="{{cs8-4}}" rowspan="{{rs8-4}}" class="sheet-spell-{{cc8-4}}">{{c8-4}}</td>
{{/c8-4}}
{{#c8-5}}
<td colspan="{{cs8-5}}" rowspan="{{rs8-5}}" class="sheet-spell-{{cc8-5}}">{{c8-5}}</td>
{{/c8-5}}
</tr>
{{/c8-1}}
{{#c9-1}}
<tr>
<td colspan="{{cs9-1}}" rowspan="{{rs9-1}}" class="sheet-spell-{{cc9-1}}">{{c9-1}}</td>
{{#c9-2}}
<td colspan="{{cs9-2}}" rowspan="{{rs9-2}}" class="sheet-spell-{{cc9-2}}">{{c9-2}}</td>
{{/c9-2}}
{{#c9-3}}
<td colspan="{{cs9-3}}" rowspan="{{rs9-3}}" class="sheet-spell-{{cc9-3}}">{{c9-3}}</td>
{{/c9-3}}
{{#c9-4}}
<td colspan="{{cs9-4}}" rowspan="{{rs9-4}}" class="sheet-spell-{{cc9-4}}">{{c9-4}}</td>
{{/c9-4}}
{{#c9-5}}
<td colspan="{{cs9-5}}" rowspan="{{rs9-5}}" class="sheet-spell-{{cc9-5}}">{{c9-5}}</td>
{{/c9-5}}
</tr>
{{/c9-1}}
{{#c10-1}}
<tr>
<td colspan="{{cs10-1}}" rowspan="{{rs10-1}}" class="sheet-spell-{{cc10-1}}">{{c10-1}}</td>
{{#c10-2}}
<td colspan="{{cs10-2}}" rowspan="{{rs10-2}}" class="sheet-spell-{{cc10-2}}">{{c10-2}}</td>
{{/c10-2}}
{{#c10-3}}
<td colspan="{{cs10-3}}" rowspan="{{rs10-3}}" class="sheet-spell-{{cc10-3}}">{{c10-3}}</td>
{{/c10-3}}
{{#c10-4}}
<td colspan="{{cs10-4}}" rowspan="{{rs10-4}}" class="sheet-spell-{{cc10-4}}">{{c10-4}}</td>
{{/c10-4}}
{{#c10-5}}
<td colspan="{{cs10-5}}" rowspan="{{rs10-5}}" class="sheet-spell-{{cc10-5}}">{{c10-5}}</td>
{{/c10-5}}
</tr>
{{/c10-1}}
{{#c11-1}}
<tr>
<td colspan="{{cs11-1}}" rowspan="{{rs11-1}}" class="sheet-spell-{{cc11-1}}">{{c11-1}}</td>
{{#c11-2}}
<td colspan="{{cs11-2}}" rowspan="{{rs11-2}}" class="sheet-spell-{{cc11-2}}">{{c11-2}}</td>
{{/c11-2}}
{{#c11-3}}
<td colspan="{{cs11-3}}" rowspan="{{rs11-3}}" class="sheet-spell-{{cc11-3}}">{{c11-3}}</td>
{{/c11-3}}
{{#c11-4}}
<td colspan="{{cs11-4}}" rowspan="{{rs11-4}}" class="sheet-spell-{{cc11-4}}">{{c11-4}}</td>
{{/c11-4}}
{{#c11-5}}
<td colspan="{{cs11-5}}" rowspan="{{rs11-5}}" class="sheet-spell-{{cc11-5}}">{{c11-5}}</td>
{{/c11-5}}
</tr>
{{/c11-1}}
{{#c12-1}}
<tr>
<td colspan="{{cs12-1}}" rowspan="{{rs12-1}}" class="sheet-spell-{{cc12-1}}">{{c12-1}}</td>
{{#c12-2}}
<td colspan="{{cs12-2}}" rowspan="{{rs12-2}}" class="sheet-spell-{{cc12-2}}">{{c12-2}}</td>
{{/c12-2}}
{{#c12-3}}
<td colspan="{{cs12-3}}" rowspan="{{rs12-3}}" class="sheet-spell-{{cc12-3}}">{{c12-3}}</td>
{{/c12-3}}
{{#c12-4}}
<td colspan="{{cs12-4}}" rowspan="{{rs12-4}}" class="sheet-spell-{{cc12-4}}">{{c12-4}}</td>
{{/c12-4}}
{{#c12-5}}
<td colspan="{{cs12-5}}" rowspan="{{rs12-5}}" class="sheet-spell-{{cc12-5}}">{{c12-5}}</td>
{{/c12-5}}
</tr>
{{/c12-1}}
{{#c13-1}}
<tr>
<td colspan="{{cs13-1}}" rowspan="{{rs13-1}}" class="sheet-spell-{{cc13-1}}">{{c13-1}}</td>
{{#c13-2}}
<td colspan="{{cs13-2}}" rowspan="{{rs13-2}}" class="sheet-spell-{{cc13-2}}">{{c13-2}}</td>
{{/c13-2}}
{{#c13-3}}
<td colspan="{{cs13-3}}" rowspan="{{rs13-3}}" class="sheet-spell-{{cc13-3}}">{{c13-3}}</td>
{{/c13-3}}
{{#c13-4}}
<td colspan="{{cs13-4}}" rowspan="{{rs13-4}}" class="sheet-spell-{{cc13-4}}">{{c13-4}}</td>
{{/c13-4}}
{{#c13-5}}
<td colspan="{{cs13-5}}" rowspan="{{rs13-5}}" class="sheet-spell-{{cc13-5}}">{{c13-5}}</td>
{{/c13-5}}
</tr>
{{/c13-1}}
{{#c14-1}}
<tr>
<td colspan="{{cs14-1}}" rowspan="{{rs14-1}}" class="sheet-spell-{{cc14-1}}">{{c14-1}}</td>
{{#c14-2}}
<td colspan="{{cs14-2}}" rowspan="{{rs14-2}}" class="sheet-spell-{{cc14-2}}">{{c14-2}}</td>
{{/c14-2}}
{{#c14-3}}
<td colspan="{{cs14-3}}" rowspan="{{rs14-3}}" class="sheet-spell-{{cc14-3}}">{{c14-3}}</td>
{{/c14-3}}
{{#c14-4}}
<td colspan="{{cs14-4}}" rowspan="{{rs14-4}}" class="sheet-spell-{{cc14-4}}">{{c14-4}}</td>
{{/c14-4}}
{{#c14-5}}
<td colspan="{{cs14-5}}" rowspan="{{rs14-5}}" class="sheet-spell-{{cc14-5}}">{{c14-5}}</td>
{{/c14-5}}
</tr>
{{/c14-1}}
{{#c15-1}}
<tr>
<td colspan="{{cs15-1}}" rowspan="{{rs15-1}}" class="sheet-spell-{{cc15-1}}">{{c15-1}}</td>
{{#c15-2}}
<td colspan="{{cs15-2}}" rowspan="{{rs15-2}}" class="sheet-spell-{{cc15-2}}">{{c15-2}}</td>
{{/c15-2}}
{{#c15-3}}
<td colspan="{{cs15-3}}" rowspan="{{rs15-3}}" class="sheet-spell-{{cc15-3}}">{{c15-3}}</td>
{{/c15-3}}
{{#c15-4}}
<td colspan="{{cs15-4}}" rowspan="{{rs15-4}}" class="sheet-spell-{{cc15-4}}">{{c15-4}}</td>
{{/c15-4}}
{{#c15-5}}
<td colspan="{{cs15-5}}" rowspan="{{rs15-5}}" class="sheet-spell-{{cc15-5}}">{{c15-5}}</td>
{{/c15-5}}
</tr>
{{/c15-1}}
{{#c16-1}}
<tr>
<td colspan="{{cs16-1}}" rowspan="{{rs16-1}}" class="sheet-spell-{{cc16-1}}">{{c16-1}}</td>
{{#c16-2}}
<td colspan="{{cs16-2}}" rowspan="{{rs16-2}}" class="sheet-spell-{{cc16-2}}">{{c16-2}}</td>
{{/c16-2}}
{{#c16-3}}
<td colspan="{{cs16-3}}" rowspan="{{rs16-3}}" class="sheet-spell-{{cc16-3}}">{{c16-3}}</td>
{{/c16-3}}
{{#c16-4}}
<td colspan="{{cs16-4}}" rowspan="{{rs16-4}}" class="sheet-spell-{{cc16-4}}">{{c16-4}}</td>
{{/c16-4}}
{{#c16-5}}
<td colspan="{{cs16-5}}" rowspan="{{rs16-5}}" class="sheet-spell-{{cc16-5}}">{{c16-5}}</td>
{{/c16-5}}
</tr>
{{/c16-1}}
{{#c17-1}}
<tr>
<td colspan="{{cs17-1}}" rowspan="{{rs17-1}}" class="sheet-spell-{{cc17-1}}">{{c17-1}}</td>
{{#c17-2}}
<td colspan="{{cs17-2}}" rowspan="{{rs17-2}}" class="sheet-spell-{{cc17-2}}">{{c17-2}}</td>
{{/c17-2}}
{{#c17-3}}
<td colspan="{{cs17-3}}" rowspan="{{rs17-3}}" class="sheet-spell-{{cc17-3}}">{{c17-3}}</td>
{{/c17-3}}
{{#c17-4}}
<td colspan="{{cs17-4}}" rowspan="{{rs17-4}}" class="sheet-spell-{{cc17-4}}">{{c17-4}}</td>
{{/c17-4}}
{{#c17-5}}
<td colspan="{{cs17-5}}" rowspan="{{rs17-5}}" class="sheet-spell-{{cc17-5}}">{{c17-5}}</td>
{{/c17-5}}
</tr>
{{/c17-1}}
{{#c18-1}}
<tr>
<td colspan="{{cs18-1}}" rowspan="{{rs18-1}}" class="sheet-spell-{{cc18-1}}">{{c18-1}}</td>
{{#c18-2}}
<td colspan="{{cs18-2}}" rowspan="{{rs18-2}}" class="sheet-spell-{{cc18-2}}">{{c18-2}}</td>
{{/c18-2}}
{{#c18-3}}
<td colspan="{{cs18-3}}" rowspan="{{rs18-3}}" class="sheet-spell-{{cc18-3}}">{{c18-3}}</td>
{{/c18-3}}
{{#c18-4}}
<td colspan="{{cs18-4}}" rowspan="{{rs18-4}}" class="sheet-spell-{{cc18-4}}">{{c18-4}}</td>
{{/c18-4}}
{{#c18-5}}
<td colspan="{{cs18-5}}" rowspan="{{rs18-5}}" class="sheet-spell-{{cc18-5}}">{{c18-5}}</td>
{{/c18-5}}
</tr>
{{/c18-1}}
{{#c19-1}}
<tr>
<td colspan="{{cs19-1}}" rowspan="{{rs19-1}}" class="sheet-spell-{{cc19-1}}">{{c19-1}}</td>
{{#c19-2}}
<td colspan="{{cs19-2}}" rowspan="{{rs19-2}}" class="sheet-spell-{{cc19-2}}">{{c19-2}}</td>
{{/c19-2}}
{{#c19-3}}
<td colspan="{{cs19-3}}" rowspan="{{rs19-3}}" class="sheet-spell-{{cc19-3}}">{{c19-3}}</td>
{{/c19-3}}
{{#c19-4}}
<td colspan="{{cs19-4}}" rowspan="{{rs19-4}}" class="sheet-spell-{{cc19-4}}">{{c19-4}}</td>
{{/c19-4}}
{{#c19-5}}
<td colspan="{{cs19-5}}" rowspan="{{rs19-5}}" class="sheet-spell-{{cc19-5}}">{{c19-5}}</td>
{{/c19-5}}
</tr>
{{/c19-1}}
{{#c20-1}}
<tr>
<td colspan="{{cs20-1}}" rowspan="{{rs20-1}}" class="sheet-spell-{{cc20-1}}">{{c20-1}}</td>
{{#c20-2}}
<td colspan="{{cs20-2}}" rowspan="{{rs20-2}}" class="sheet-spell-{{cc20-2}}">{{c20-2}}</td>
{{/c20-2}}
{{#c20-3}}
<td colspan="{{cs20-3}}" rowspan="{{rs20-3}}" class="sheet-spell-{{cc20-3}}">{{c20-3}}</td>
{{/c20-3}}
{{#c20-4}}
<td colspan="{{cs20-4}}" rowspan="{{rs20-4}}" class="sheet-spell-{{cc20-4}}">{{c20-4}}</td>
{{/c20-4}}
{{#c20-5}}
<td colspan="{{cs20-5}}" rowspan="{{rs20-5}}" class="sheet-spell-{{cc20-5}}">{{c20-5}}</td>
{{/c20-5}}
</tr>
{{/c20-1}}
{{#c21-1}}
<tr>
<td colspan="{{cs21-1}}" rowspan="{{rs21-1}}" class="sheet-spell-{{cc21-1}}">{{c21-1}}</td>
{{#c21-2}}
<td colspan="{{cs21-2}}" rowspan="{{rs21-2}}" class="sheet-spell-{{cc21-2}}">{{c21-2}}</td>
{{/c21-2}}
{{#c21-3}}
<td colspan="{{cs21-3}}" rowspan="{{rs21-3}}" class="sheet-spell-{{cc21-3}}">{{c21-3}}</td>
{{/c21-3}}
{{#c21-4}}
<td colspan="{{cs21-4}}" rowspan="{{rs21-4}}" class="sheet-spell-{{cc21-4}}">{{c21-4}}</td>
{{/c21-4}}
{{#c21-5}}
<td colspan="{{cs21-5}}" rowspan="{{rs21-5}}" class="sheet-spell-{{cc21-5}}">{{c21-5}}</td>
{{/c21-5}}
</tr>
{{/c21-1}}
{{#c22-1}}
<tr>
<td colspan="{{cs22-1}}" rowspan="{{rs22-1}}" class="sheet-spell-{{cc22-1}}">{{c22-1}}</td>
{{#c22-2}}
<td colspan="{{cs22-2}}" rowspan="{{rs22-2}}" class="sheet-spell-{{cc22-2}}">{{c22-2}}</td>
{{/c22-2}}
{{#c22-3}}
<td colspan="{{cs22-3}}" rowspan="{{rs22-3}}" class="sheet-spell-{{cc22-3}}">{{c22-3}}</td>
{{/c22-3}}
{{#c22-4}}
<td colspan="{{cs22-4}}" rowspan="{{rs22-4}}" class="sheet-spell-{{cc22-4}}">{{c22-4}}</td>
{{/c22-4}}
{{#c22-5}}
<td colspan="{{cs22-5}}" rowspan="{{rs22-5}}" class="sheet-spell-{{cc22-5}}">{{c22-5}}</td>
{{/c22-5}}
</tr>
{{/c22-1}}
{{#c23-1}}
<tr>
<td colspan="{{cs23-1}}" rowspan="{{rs23-1}}" class="sheet-spell-{{cc23-1}}">{{c23-1}}</td>
{{#c23-2}}
<td colspan="{{cs23-2}}" rowspan="{{rs23-2}}" class="sheet-spell-{{cc23-2}}">{{c23-2}}</td>
{{/c23-2}}
{{#c23-3}}
<td colspan="{{cs23-3}}" rowspan="{{rs23-3}}" class="sheet-spell-{{cc23-3}}">{{c23-3}}</td>
{{/c23-3}}
{{#c23-4}}
<td colspan="{{cs23-4}}" rowspan="{{rs23-4}}" class="sheet-spell-{{cc23-4}}">{{c23-4}}</td>
{{/c23-4}}
{{#c23-5}}
<td colspan="{{cs23-5}}" rowspan="{{rs23-5}}" class="sheet-spell-{{cc23-5}}">{{c23-5}}</td>
{{/c23-5}}
</tr>
{{/c23-1}}
{{#c24-1}}
<tr>
<td colspan="{{cs24-1}}" rowspan="{{rs24-1}}" class="sheet-spell-{{cc24-1}}">{{c24-1}}</td>
{{#c24-2}}
<td colspan="{{cs24-2}}" rowspan="{{rs24-2}}" class="sheet-spell-{{cc24-2}}">{{c24-2}}</td>
{{/c24-2}}
{{#c24-3}}
<td colspan="{{cs24-3}}" rowspan="{{rs24-3}}" class="sheet-spell-{{cc24-3}}">{{c24-3}}</td>
{{/c24-3}}
{{#c24-4}}
<td colspan="{{cs24-4}}" rowspan="{{rs24-4}}" class="sheet-spell-{{cc24-4}}">{{c24-4}}</td>
{{/c24-4}}
{{#c24-5}}
<td colspan="{{cs24-5}}" rowspan="{{rs24-5}}" class="sheet-spell-{{cc24-5}}">{{c24-5}}</td>
{{/c24-5}}
</tr>
{{/c24-1}}
{{#c25-1}}
<tr>
<td colspan="{{cs25-1}}" rowspan="{{rs25-1}}" class="sheet-spell-{{cc25-1}}">{{c25-1}}</td>
{{#c25-2}}
<td colspan="{{cs25-2}}" rowspan="{{rs25-2}}" class="sheet-spell-{{cc25-2}}">{{c25-2}}</td>
{{/c25-2}}
{{#c25-3}}
<td colspan="{{cs25-3}}" rowspan="{{rs25-3}}" class="sheet-spell-{{cc25-3}}">{{c25-3}}</td>
{{/c25-3}}
{{#c25-4}}
<td colspan="{{cs25-4}}" rowspan="{{rs25-4}}" class="sheet-spell-{{cc25-4}}">{{c25-4}}</td>
{{/c25-4}}
{{#c25-5}}
<td colspan="{{cs25-5}}" rowspan="{{rs25-5}}" class="sheet-spell-{{cc25-5}}">{{c25-5}}</td>
{{/c25-5}}
</tr>
{{/c25-1}}
{{#c26-1}}
<tr>
<td colspan="{{cs26-1}}" rowspan="{{rs26-1}}" class="sheet-spell-{{cc26-1}}">{{c26-1}}</td>
{{#c26-2}}
<td colspan="{{cs26-2}}" rowspan="{{rs26-2}}" class="sheet-spell-{{cc26-2}}">{{c26-2}}</td>
{{/c26-2}}
{{#c26-3}}
<td colspan="{{cs26-3}}" rowspan="{{rs26-3}}" class="sheet-spell-{{cc26-3}}">{{c26-3}}</td>
{{/c26-3}}
{{#c26-4}}
<td colspan="{{cs26-4}}" rowspan="{{rs26-4}}" class="sheet-spell-{{cc26-4}}">{{c26-4}}</td>
{{/c26-4}}
{{#c26-5}}
<td colspan="{{cs26-5}}" rowspan="{{rs26-5}}" class="sheet-spell-{{cc26-5}}">{{c26-5}}</td>
{{/c26-5}}
</tr>
{{/c26-1}}
{{#c27-1}}
<tr>
<td colspan="{{cs27-1}}" rowspan="{{rs27-1}}" class="sheet-spell-{{cc27-1}}">{{c27-1}}</td>
{{#c27-2}}
<td colspan="{{cs27-2}}" rowspan="{{rs27-2}}" class="sheet-spell-{{cc27-2}}">{{c27-2}}</td>
{{/c27-2}}
{{#c27-3}}
<td colspan="{{cs27-3}}" rowspan="{{rs27-3}}" class="sheet-spell-{{cc27-3}}">{{c27-3}}</td>
{{/c27-3}}
{{#c27-4}}
<td colspan="{{cs27-4}}" rowspan="{{rs27-4}}" class="sheet-spell-{{cc27-4}}">{{c27-4}}</td>
{{/c27-4}}
{{#c27-5}}
<td colspan="{{cs27-5}}" rowspan="{{rs27-5}}" class="sheet-spell-{{cc27-5}}">{{c27-5}}</td>
{{/c27-5}}
</tr>
{{/c27-1}}
{{#c28-1}}
<tr>
<td colspan="{{cs28-1}}" rowspan="{{rs28-1}}" class="sheet-spell-{{cc28-1}}">{{c28-1}}</td>
{{#c28-2}}
<td colspan="{{cs28-2}}" rowspan="{{rs28-2}}" class="sheet-spell-{{cc28-2}}">{{c28-2}}</td>
{{/c28-2}}
{{#c28-3}}
<td colspan="{{cs28-3}}" rowspan="{{rs28-3}}" class="sheet-spell-{{cc28-3}}">{{c28-3}}</td>
{{/c28-3}}
{{#c28-4}}
<td colspan="{{cs28-4}}" rowspan="{{rs28-4}}" class="sheet-spell-{{cc28-4}}">{{c28-4}}</td>
{{/c28-4}}
{{#c28-5}}
<td colspan="{{cs28-5}}" rowspan="{{rs28-5}}" class="sheet-spell-{{cc28-5}}">{{c28-5}}</td>
{{/c28-5}}
</tr>
{{/c28-1}}
{{#c29-1}}
<tr>
<td colspan="{{cs29-1}}" rowspan="{{rs29-1}}" class="sheet-spell-{{cc29-1}}">{{c29-1}}</td>
{{#c29-2}}
<td colspan="{{cs29-2}}" rowspan="{{rs29-2}}" class="sheet-spell-{{cc29-2}}">{{c29-2}}</td>
{{/c29-2}}
{{#c29-3}}
<td colspan="{{cs29-3}}" rowspan="{{rs29-3}}" class="sheet-spell-{{cc29-3}}">{{c29-3}}</td>
{{/c29-3}}
{{#c29-4}}
<td colspan="{{cs29-4}}" rowspan="{{rs29-4}}" class="sheet-spell-{{cc29-4}}">{{c29-4}}</td>
{{/c29-4}}
{{#c29-5}}
<td colspan="{{cs29-5}}" rowspan="{{rs29-5}}" class="sheet-spell-{{cc29-5}}">{{c29-5}}</td>
{{/c29-5}}
</tr>
{{/c29-1}}
{{#c30-1}}
<tr>
<td colspan="{{cs30-1}}" rowspan="{{rs30-1}}" class="sheet-spell-{{cc30-1}}">{{c30-1}}</td>
{{#c30-2}}
<td colspan="{{cs30-2}}" rowspan="{{rs30-2}}" class="sheet-spell-{{cc30-2}}">{{c30-2}}</td>
{{/c30-2}}
{{#c30-3}}
<td colspan="{{cs30-3}}" rowspan="{{rs30-3}}" class="sheet-spell-{{cc30-3}}">{{c30-3}}</td>
{{/c30-3}}
{{#c30-4}}
<td colspan="{{cs30-4}}" rowspan="{{rs30-4}}" class="sheet-spell-{{cc30-4}}">{{c30-4}}</td>
{{/c30-4}}
{{#c30-5}}
<td colspan="{{cs30-5}}" rowspan="{{rs30-5}}" class="sheet-spell-{{cc30-5}}">{{c30-5}}</td>
{{/c30-5}}
</tr>
{{/c30-1}}
</table>
{{/c1-1}}
{{#effects2}}
<br>
{{effects2}}
{{/effects2}}
</td>
</tr>
{{/effects}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Eprotscroll">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{title}}</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="spell-c1"><span class="sheet-spell-prop">Reading Time</span><br/>{{time}}</td>
<td class="spell-c1"><span class="sheet-spell-prop">Duration</span><br/>{{duration}}</td>
</tr>
{{#reference}}
<tr>
<td colspan="2" class="sheet-spell-c1"><span class="sheet-spell-prop">Reference:</span> {{reference}}</td>
</tr>
{{/reference}}
{{#effects}}
<tr>
<td colspan="2" class="sheet-spell-c2"><span class="sheet-spell-prop">Effects:</span> {{effects}}</td>
</tr>
{{/effects}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Esave">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>Save vs. {{savevs}}</th>
</tr>
<tr>
<th>for {{character}}</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="save-c1">Roll</td>
<td></td>
<td class="save-c1">Target</td>
</tr>
<tr>
<td class="save-c2">{{saveroll}}</td>
<td class="save-c2">&ge;</td>
<td class="save-c2">{{savetarget}}</td>
</tr>
{{#rollTotal() saveroll savetarget}}
<tr>
<td class="sheet-template-result sheet-template-success" colspan="3">Success!</td>
</tr>
{{/rollTotal() saveroll savetarget}}
{{#rollGreater() saveroll savetarget}}
<tr>
<td class="sheet-template-result sheet-template-success" colspan="3">Success!</td>
</tr>
{{/rollGreater() saveroll savetarget}}
{{#rollLess() saveroll savetarget}}
<tr>
<td class="sheet-template-result sheet-template-failure" colspan="3">Failed!</td>
</tr>
{{/rollLess() saveroll savetarget}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Echeck">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{checkvs}}</th>
</tr>
<tr>
<th>for {{character}}</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="sheet-check-c1">Roll</td>
<td></td>
<td class="sheet-check-c1">Target</td>
</tr>
<tr>
<td class="sheet-check-c2">{{checkroll}}</td>
<td>&le;</td>
<td class="sheet-check-c2">{{checktarget}}</td>
</tr>
{{#rollTotal() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-success" colspan="3">Success!</td>
</tr>
{{/rollTotal() checkroll checktarget}}
{{#rollLess() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-success" colspan="3">Success!</td>
</tr>
{{/rollLess() checkroll checktarget}}
{{#rollGreater() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-failure" colspan="3">Failed!</td>
</tr>
{{/rollGreater() checkroll checktarget}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Einversecheck">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>{{checkvs}}</th>
</tr>
<tr>
<th>for {{character}}</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="sheet-check-c1">Roll</td>
<td></td>
<td class="sheet-check-c1">Target</td>
</tr>
<tr>
<td class="sheet-check-c2">{{checkroll}}</td>
<td class="sheet-check-c2">&#62;</td>
<td class="sheet-check-c2">{{checktarget}}</td>
</tr>
{{#rollTotal() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-failure" colspan="3">Fail!</td>
</tr>
{{/rollTotal() checkroll checktarget}}
{{#rollLess() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-failure" colspan="3">Fail!</td>
</tr>
{{/rollLess() checkroll checktarget}}
{{#rollGreater() checkroll checktarget}}
<tr>
<td class="sheet-template-result sheet-template-success" colspan="3">Success!</td>
</tr>
{{/rollGreater() checkroll checktarget}}
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Egrenademiss">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th>Grenadelike miss for {{name}}</th>
</tr>
<tr>
<td>
{{#rollTotal() direction 1}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-1.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 1}}
{{#rollTotal() direction 2}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-2.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 2}}
{{#rollTotal() direction 3}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-3.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 3}}
{{#rollTotal() direction 4}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-4.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 4}}
{{#rollTotal() direction 5}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-5.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 5}}
{{#rollTotal() direction 6}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-6.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 6}}
{{#rollTotal() direction 7}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-7.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 7}}
{{#rollTotal() direction 8}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-8.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 8}}
{{#rollTotal() direction 9}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-9.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 9}}
{{#rollTotal() direction 10}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram-10.png" style="width: 100%;" alt="scatter diagram"/>
{{/rollTotal() direction 10}}
{{#^rollBetween() direction 1 10}}
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD 2E Revised/img/rolltemplate/scatter-diagram.png" style="width: 100%;" alt="scatter diagram"/>
{{/^rollBetween() direction 1 10}}
</td>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td class="sheet-grenade-c1">Direction:</td>
<td class="sheet-grenade-c2">{{direction}}</td>
</tr>
<tr>
<td class="sheet-grenade-c1">Distance ({{distancename}}):</td>
<td class="sheet-grenade-c2">{{distance}} feet</td>
</tr>
<tr>
<td class="sheet-grenade-c1 sheet-ignore-inlineroll">Direct hit:<br>({{aoe}} feet diameter)</td>
{{#^rollBetween() computed::hit 0 0}}
<td class="sheet-template-result sheet-template-success sheet-ignore-inlineroll">Hit!<br><span class="sheet-hit-text">{{hitdmg}}</span></td>
{{/^rollBetween() computed::hit 0 0}}
{{#rollBetween() computed::hit 0 0}}
<td class="sheet-template-result sheet-template-failure sheet-ignore-inlineroll">Miss!<br><span class="sheet-miss-text">{{hitdmg}}</span></td>
{{/rollBetween() computed::hit 0 0}}
</tr>
<tr>
<td class="sheet-grenade-c1 sheet-ignore-inlineroll">Splash hit:<br>({{aoesplash}} feet diameter)</td>
<!-- Direct hit is true -->
{{#^rollBetween() computed::hit 0 0}}
<td class="sheet-template-result sheet-template-info sheet-ignore-inlineroll sheet-hit-text">Info<br><span class="sheet-miss-text">{{splashdmg}}</span></td>
{{/^rollBetween() computed::hit 0 0}}
<!-- Direct hit is false -->
{{#rollBetween() computed::hit 0 0}}
{{#^rollBetween() computed::splash 0 0}}
<td class="sheet-template-result sheet-template-success sheet-ignore-inlineroll">Hit!<br><span class="sheet-hit-text">{{splashdmg}}</span></td>
{{/^rollBetween() computed::splash 0 0}}
{{#rollBetween() computed::splash 0 0}}
<td class="sheet-template-result sheet-template-failure sheet-ignore-inlineroll">Miss!<br><span class="sheet-miss-text">{{splashdmg}}</span></td>
{{/rollBetween() computed::splash 0 0}}
{{/rollBetween() computed::hit 0 0}}
</tr>
</table>
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-2Epocrit">
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
<tr>
<th style="width: 50%">{{name}}</th>
<th rowspan="2">vs</th>
<th style="width: 50%">{{target}}</th>
</tr>
<tr>
<th>({{size}}{{#type}}, {{type}}{{/type}})</th>
<th>({{targetsize}})</th>
</tr>
</table>
</div>
<div class="sheet-template-body">
<table>
<tr>
<td>{{character}} lands a <strong>{{severity}}</strong> <em>{{attack}}</em></td>
</tr>
{{#damage}}
<tr>
<td>Dealing {{multiplier}}: {{damage}} damage</td>
</tr>
{{/damage}}
{{#hits}}
<tr>
<td>
{{hits}}
</td>
</tr>
{{/hits}}
{{#allprops() name size type target targetsize character severity attack multiplier damage hits grazed struck injured broken crushed severed minorbleeding majorbleeding severebleeding bleedingnote color}}
<tr>
<td>
{{key}}
<br>
<br>
<p>
{{value}}
</p>
</td>
</tr>
{{/allprops() name size type target targetsize character severity attack multiplier damage hits grazed struck injured broken crushed severed minorbleeding majorbleeding severebleeding bleedingnote color}}
<tr>
<td>
{{#grazed}}
<p class="sheet-template-injury">
<strong>Grazed, Singed, Chilled, Bruised</strong>
<br>
<span><u>Magical healing:</u> Cure light wounds</span>
<br>
<span>- Any magical healing capable of 4+ (fix and hp gained)</span>
<br>
<span><u>Natural healing:</u> As if 1d6 damage</span>
</p>
{{/grazed}}
{{#struck}}
<p class="sheet-template-injury">
<strong>Struck, Blistered</strong>
<br>
<span><u>Magical healing:</u> Cure light wounds</span>
<br>
<span>- Any magical healing capable of 5+ (fix and hp gained)</span>
<br>
<span><u>Natural healing:</u> As if 2d6 damage</span>
</p>
{{/struck}}
{{#injured}}
<p class="sheet-template-injury">
<strong>Injured, Burned, Frostbitten</strong>
<br>
<span><u>Magical healing:</u> Cure serious wounds</span>
<br>
<span>- Any magical healing capable of 10+ (fix and hp gained)</span>
<br>
<span><u>Natural healing:</u> As if 10d6 damage</span>
</p>
{{/injured}}
{{#broken}}
<p class="sheet-template-injury">
<strong>Broken</strong>
<br>
<span><u>Magical healing:</u> Cure serious wounds (fix only)</span>
<br>
<span><u>Natural healing:</u> As if 20d6 damage</span>
<br>
<span><u>Max hp reduction:</u> Arms 25%.</span>
<br>
<span>- Ribs, legs 50%.</span>
<br>
<span>- Other 75%</span>
</p>
{{/broken}}
{{#crushed}}
<p class="sheet-template-injury">
<strong>Crushed, Shattered, Frozen, Destroyed</strong>
<br>
<span><u>Magical healing:</u> Cure critical wounds</span>
<br>
<span>- Any magical healing capable of 20+ (fix only)</span>
<br>
<span><u>Natural healing:</u> Never</span>
<br>
<span><u>Max hp reduction:</u> Shoulders, hips, limbs 50%.</span>
<br>
<span>- Other 75%</span>
<br>
<span><u>Note:</u> Bones (if any) are considered Broken</span>
</p>
{{/crushed}}
{{#frozen}}
<p class="sheet-template-injury">
<u>Note:</u> A frozen result kills the affected tissue; without access to powerful healing magic, the victim must have a frozen limb removed within Id3 days to prevent lethal infection or gangrene.
</p>
{{/frozen}}
{{#severed}}
<p class="sheet-template-injury">
<strong>Severed, Dissolved, Incinerated</strong>
<br>
<span><u>Magical healing:</u> Regeneration spell</span>
<br>
<span><u>Natural healing:</u> Never</span>
<br>
<span><u>Max hp reduction:</u> Partial limb 25%.</span>
<br>
<span>- Complete limb 50%</span>
<br>
<span>
<u>Note:</u> Cannot independently move or attack for 2d10 weeks. At the DM's discretion, if "only" a hand or foot, limited actions can be performed after 1d6 rounds of being stunned, by passing a System Shock roll creatures with more than four libs (insects or octopus-like) are slightly more resistant to this sort of trauma and may fight after one or two rounds of being stunned.
<br>
If compensated with a wooden leg or hook, the hit point loss may be reduced by one step
</span>
</p>
{{/severed}}
{{#minorbleeding}}
<p class="sheet-template-injury">
<strong>Minor Bleeding</strong>
<br>
<span><u>Damage</u> 1d2 per full turn</span>
<br>
<span><u>Stop bleeding:</u> Any magical healing</span>
<br>
<span>- Save vs Death after every bleeding damage to naturally stop</span>
<br>
<span>- Bandages from any character (including the injured), 1d6 combat rounds or 1 one-minute round</span>
</p>
{{/minorbleeding}}
{{#majorbleeding}}
<p class="sheet-template-injury">
<strong>Major Bleeding</strong>
<br>
<span><u>Damage</u> 1d2 per combat round</span>
<br>
<span><u>Stop bleeding:</u> Cure light wounds</span>
<br>
<span>- Any 5+ magical healing (fix and hp gained)</span>
</p>
{{/majorbleeding}}
{{#severebleeding}}
<p class="sheet-template-injury">
<strong>Severe Bleeding</strong>
<br>
<span><u>Damage</u> 10-60% (1d6*10%) max hp per combat round</span>
<br>
<span><u>Stop bleeding:</u> Cure critical wounds stops the bleeding</span>
<br>
<span>- Cure serious wounds or any 10+ magical healing reduces bleeding to minor</span>
<br>
<span>- Cure light wound or any 5+ magical healing reduces bleeding to major</span>
<br>
<span>- Successful Healing proficiency check -4 reduces to major</span>
</p>
{{/severebleeding}}
{{#bleedingnote}}
<p class="sheet-template-injury">
Bleeding from several wounds is cumulative
<br>
All bleeding "stops" and becomes 1 hp per round once character hits 0 or less hp
</p>
{{/bleedingnote}}
</td>
</tr>
</table>
</div>
</div>
</rolltemplate>