mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 22:52:32 +00:00
11917 lines
844 KiB
HTML
11917 lines
844 KiB
HTML
<!-- Dungeon Crawl Classics: Tabbed Character Sheet -->
|
||
<!-- Version 1.4 -->
|
||
|
||
<div class="sheet-overall-wrapper">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1 sheet-margin-top sheet-center"><img src="http://i.imgur.com/HBgERqb.png" alt="Dungeon Crawl Classics Character Record Sheet"></div>
|
||
</div>
|
||
|
||
<div class="sheet-core-header sheet-padb">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Player Name" name="attr_playerName"><br>Player Name</div>
|
||
<div class="sheet-col-1-8 sheet-center"> </div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Character Name" name="attr_character_name"><br>Character Name</div>
|
||
<div class="sheet-col-1-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Race" name="attr_race"><br>Race</div>
|
||
<div class="sheet-col-1-8 sheet-center"> </div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-margin-top"><p class="sheet-last-updated">Sheet last updated<br>10 September 2017</p></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- 3 way toggle - STYLE 2 -->
|
||
<input type="radio" name="attr_maintab" class="sheet-maintab sheet-zero" value="1" title="0-level" checked="checked">
|
||
<span class="sheet-maintab sheet-zero">0-level</span>
|
||
<input type="radio" name="attr_maintab" class="sheet-maintab sheet-player" value="2" title="1+ level">
|
||
<span class="sheet-maintab sheet-player">1+ level</span>
|
||
<input type="radio" name="attr_maintab" class="sheet-maintab sheet-monster" value="4" title="NPC/Monster">
|
||
<span class="sheet-maintab sheet-monster">NPC/Monster</span>
|
||
|
||
<!-- 1+ LEVEL CHARACTER SHEET -->
|
||
<div class="sheet-maintab-content sheet-player">
|
||
|
||
<h5 class="sheet-center">1+-level Character Sheet</h5>
|
||
|
||
<p class="sheet-small-note">The main player character sheet.</p>
|
||
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Core Stats" checked="checked">
|
||
<span class="sheet-tab sheet-tab1">Core Stats</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2">
|
||
<span class="sheet-tab sheet-tab2">Background</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3">
|
||
<span class="sheet-tab sheet-tab3">Class</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4">
|
||
<span class="sheet-tab sheet-tab4">Weapons</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab5" value="5">
|
||
<span class="sheet-tab sheet-tab5">Spellbook</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab6" value="6">
|
||
<span class="sheet-tab sheet-tab6">Armor</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab7" value="7">
|
||
<span class="sheet-tab sheet-tab7">Inventory</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab99" value="99">
|
||
<span class="sheet-tab sheet-tab99">Show All</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<!-- CORE STATS -->
|
||
|
||
<div class="sheet-section-core">
|
||
|
||
<div class="sheet-row">
|
||
|
||
<!-- Character Information -->
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Character Information </h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Class" name="attr_className"><br>Class</div>
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Occupation" name="attr_Occupation"><br>Occupation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Title" name="attr_Title"><br>Title</div>
|
||
<div class="sheet-col-3-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" Placeholder="Alignment" name="attr_Alignment"><br>Alignment</div>
|
||
<div class="sheet-col-1-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_Level" value="0">Level</div>
|
||
<div class="sheet-col-1-8 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_XP" value="0">XP</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-3-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-5-19">
|
||
|
||
<div class="sheet-ACBG">
|
||
<div class="sheet-col-1-4 sheet-center"> </div>
|
||
<div class="sheet-col-1-3 sheet-center"><input class="sheet-AC" type="number" name="attr_AC" value="@{acCalc}" disabled="disabled"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-5-19">
|
||
|
||
<div class="sheet-HPBG">
|
||
<div class="sheet-col-1-4 sheet-center"> </div>
|
||
<div class="sheet-col-1-3 sheet-center "><input class="sheet-HP" type="text" name="attr_HP" value="0"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-5-19 sheet-padl">
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_HP_max" value="0"><br>Max HP</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Armor Class</div>
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Hit Points</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-3-19 sheet-center" title="Choose your class Hit Dice">
|
||
<select name="attr_HPDie">
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6" selected="selected">d6</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-7-19 sheet-center" title="Use this button to roll for your Hit Points when your character levels."><button type='roll' class="sheet-initiative" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Hit Die}} {{flavortext=@{ClassName} gains @{HPDie} hit points at each level.}} {{rolltype=HP Gained : }} {{HD=[[ (?{Amount of Hit Dice for your class|1})@{HPDie} [Die Roll] + [[@{staMod}]] [STA Mod] + [[@{HPLuckyRoll}]] [Lucky Roll] ]]}}" name='HP' title="Roll for new Hit Dice">Leveling Hit Points</button></div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-6-19 sheet-center" title="Use this button to roll for your Hit Points when you are healed."><button type='roll' class="sheet-initiative" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Heal Die}} {{flavortext=Heal X@{HPDie} worth of hit points.}} {{rolltype=HP Healed : }} {{HD=[[ (?{Amount of Dice Healed|1})@{HPDie}]]}}" name='HP' title="Roll for health">Healing Hit Points</button></div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Hit Point Die</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
<h4 class="sheet-center">Combat Basics </h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Initiative<br></div>
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center" title="Only enter additional bonuses to initiative here. Your AGI, Lucky Roll and Class mods are already included in the macro button"><input class="sheet-underlined sheet-center" type="number" name="attr_INIT" value="0" step="1"><br>Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_initOverall" value="([[[[@{agiMod}]] + @{warriorClassInit} + @{INIT} + @{initLuckyRoll}]])" disabled="disabled"><br>Total</div>
|
||
<div class="sheet-col-1-7 sheet-center"><button type='roll' class="sheet-initiative sheet-large-button" name="roll_INIT" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Initiative}} {{INIT=[[1d20 [Die Roll] + @{selected|initOverall} [Initiative Mod] &{tracker}]] }}" name='Initiative' title="Initiative">Initiative</button></div>
|
||
<div class="sheet-col-2-7 sheet-center"><button type='roll' class="sheet-initiative sheet-large-button" name="roll_INIT2Hand" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Initiative \n (Two-Handed Weapons)}} {{INIT=[[1d16 [Die Roll] + @{selected|initOverall} [Initiative Mod] &{tracker}]]}}" name='Initiative' title="Initiative">Initiative (2H)</button></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Action Dice<br></div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_ActionDie">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_actionDie2">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_actionDie3">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Attack Bonus<br></div>
|
||
<div class="sheet-col-1-7 sheet-center" title="Only enter Attack bonus listed on the Character level tables"><input class="sheet-center" type="number" name="attr_ATK" value="0" step="1"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Crit Die<br></div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<select name="attr_CritDie">
|
||
<option value="d3">d3</option>
|
||
<option value="d4" selected="selected">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
<option value="2d20">2d20</option>
|
||
</select>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Crit Table<br></div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<select name="attr_CritDie_max">
|
||
<option value="I" selected="selected">I</option>
|
||
<option value="II">II</option>
|
||
<option value="III">III</option>
|
||
<option value="IV">IV</option>
|
||
<option value="V">V</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Fumble Die<br></div>
|
||
<div class="sheet-col-1-6 sheet-center" title="Enter your highest Fumble Die from your armor here.">
|
||
<select name="attr_armorFumbleDie">
|
||
<option value="d4" selected="selected">d4</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_fumbleCheck" value="[[[[@{luckMod}]] * (-1)]]" disabled="true">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Core Stats</h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-5-16 sheet-center"> </div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-small-label">Current Score</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Max Score</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Mod</div>
|
||
<div class="sheet-col-1-16 sheet-center sheet-vert-bottom sheet-small-label">Adv.</div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-vert-bottom sheet-small-label">Trained</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Untrained</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Strength</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_str" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_strMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_strMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{strShowAdvanced}" name="attr_strShowAdvanced" class="sheet-str-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=STR Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{strMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{str}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{strReminders}}}" name='STR' title="Trained STR Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=STR Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{strMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{str}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{strReminders}}}" name='STR' title="Untrained STR Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{strShowAdvanced}" name="attr_strShowAdvanced" class="sheet-str-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-str-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_strReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Agility</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_agi" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_agiMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_agiMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{agiShowAdvanced}" name="attr_agiShowAdvanced" class="sheet-agi-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=AGI Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{agiMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{agi}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{agiReminders}}}" name='AGI' title="Trained AGI Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=AGI Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{agiMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{agi}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{agiReminders}}}" name='AGI' title="Untrained AGI Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{agiShowAdvanced}" name="attr_agiShowAdvanced" class="sheet-agi-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-agi-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_agiReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Stamina</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_sta" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_staMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_staMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{staShowAdvanced}" name="attr_staShowAdvanced" class="sheet-sta-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=STA Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{staMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{staReminders}}}" name='STA' title="Trained STA Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=STA Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{staMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{staReminders}}}" name='STA' title="Untrained STA Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{staShowAdvanced}" name="attr_staShowAdvanced" class="sheet-sta-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-sta-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_staReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Personality</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_per" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_perMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_perMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{perShowAdvanced}" name="attr_perShowAdvanced" class="sheet-per-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=PER Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{perMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{per}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{perReminders}}}" name='PER' title="Trained PER Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=PER Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{perMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{per}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{perReminders}}}" name='PER' title="Untrained PER Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{perShowAdvanced}" name="attr_perShowAdvanced" class="sheet-per-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-per-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_perReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Intelligence</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_int" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_intMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_intMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{intShowAdvanced}" name="attr_intShowAdvanced" class="sheet-int-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=INT Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{intMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{int}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{intReminders}}}" name='INT' title="Trained INT Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=INT Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{intMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{int}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{intReminders}}}" name='INT' title="Untrained INT Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{intShowAdvanced}" name="attr_intShowAdvanced" class="sheet-int-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-int-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_intReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Luck</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_luck" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_luckMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_luckMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{luckShowAdvanced}" name="attr_luckShowAdvanced" class="sheet-luck-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{luckMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{luck}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{luckReminders}}}" name='LUCK' title="Trained LUCK Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{luckMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{luck}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{luckReminders}}}" name='LUCK' title="Untrained LUCK Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{luckShowAdvanced}" name="attr_luckShowAdvanced" class="sheet-luck-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-luck-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_luckReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-10 sheet-center"> </div>
|
||
<div class="sheet-col-3-11 sheet-hd-row">Fleeting Luck </div>
|
||
<div class="sheet-col-1-8 sheet-center" title="Enter your groups Fleeting Luck value here"><input class="sheet-underline sheet-center" type="number" name="attr_fleetingLuck" value="0" min="0" step="1"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-10 sheet-center"> </div>
|
||
<div class="sheet-col-3-11 sheet-hd-row">Personality Test </div>
|
||
<div class="sheet-col-1-6">
|
||
<button type='roll' value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=PERSONALITY Test}} {{flavortext=Make Personality tests to attempt social interactions. Roll must be equal to or under current Personality score.}} {{rolltype=Check : }} {{luckcheck=[[@{ActionDie}cs1]]}} {{chance=[[@{per}]]}}" name='PERSONALITY' title="PERSONALITY Test"></button>
|
||
</div>
|
||
<div class="sheet-col-1-5 sheet-hd-row">Luck Check </div>
|
||
<div class="sheet-col-1-8">
|
||
<button type='roll' value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check}} {{flavortext=Make Luck checks to attempt feats that succeed based on Luck alone. Roll must be equal to or under current Luck score.}} {{rolltype2=Current Luck : }} {{rolltype=Check : }} {{luckcheck=[[@{ActionDie}cs1]]}} {{chance=[[@{luck} [CURRENT LUCK] +@{fleetingLuck} [FLEETING LUCK]]]}}" name='LUCK' title="LUCK Check"></button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center"> </div>
|
||
|
||
</div>
|
||
|
||
|
||
<!-- Saving Throws, Movement -->
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Saving Throws </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-5-19 sheet-center"> </div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Base</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Save Bonus</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-small-label">Birth Augur</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Mod</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Total Bonus</div>
|
||
<div class="sheet-col-1-19 sheet-center sheet-vert-bottom sheet-small-label">Adv.</div>
|
||
<div class="sheet-col-3-19 sheet-center sheet-small-label"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Reflex</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_REF" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusReflexMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurReflexMod" value="[[@{savingThrowsLuckyRoll} + @{reflexLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_reflexStatMod" value="[[@{agiMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_refCheck" value="[[ [[@{REF}]] + [[@{birthAugurReflexMod}]] + [[@{otherBonusReflexMod}]] + [[@{agiMod}]] ]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{reflexShowAdvanced}" name="attr_reflexShowAdvanced" class="sheet-reflex-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=REFLEX Save}} {{rolltype=Saving Throw : }} {{hint=Saves against reaction-based threats, such as ducking a swinging axe trap, leaping aside as a doorway collapses, and twisting away from a dragon’s flaming breath.}} {{savingthrow=[[1d20 + @{refCheck} + (?{Any additional Bonus/Minus|0})]]}} {{reminders=@{reflexReminders}}}" name='ST_Reflex' title="Reflex Save">REF</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{reflexShowAdvanced}" name="attr_reflexShowAdvanced" class="sheet-reflex-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-reflex-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_reflexReminders" placeholder="Enter reminders here: ie. +2 vs traps" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Fortitude</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_FORT" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusFortMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurFortMod" value="[[@{savingThrowsLuckyRoll} + @{fortitudeLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_fortitudeStatMod" value="[[@{staMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_fortCheck" value="[[@{FORT} + @{birthAugurFortMod} + @{otherBonusFortMod} + [[@{staMod}]]]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{fortitudeShowAdvanced}" name="attr_fortitudeShowAdvanced" class="sheet-fortitude-advanced">
|
||
</div>
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=FORTITUDE Save}} {{hint=Saves against physical threats, such as poisons, gasses, acids, and stunning damage.}} {{rolltype=Saving Throw : }} {{savingthrow=[[1d20 + @{fortCheck} + (?{Burn die - Any additional Bonus/Minus|0})]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{fortitudeReminders}}}" name='ST_Fortitude' title="Fortitude Save">FORT</button>
|
||
</div>
|
||
</div>
|
||
<input type="checkbox" value="@{fortitudeShowAdvanced}" name="attr_fortitudeShowAdvanced" class="sheet-fortitude-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-fortitude-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_fortitudeReminders" placeholder="Enter reminders here: ie. +1 vs poison" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Will</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_WILL" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusWillMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurWillMod" value="[[@{savingThrowsLuckyRoll} + @{willLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_willStatMod" value="[[@{perMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_willCheck" value="[[@{WILL} + @{birthAugurWillMod} + @{otherBonusWillMod} + [[@{perMod}]]]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{willShowAdvanced}" name="attr_willShowAdvanced" class="sheet-will-advanced">
|
||
</div>
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=WILL Save}} {{hint=Saves against mind-influencing threats, such as spells that charm or control, psychic effects that cause sleep or hypnosis, and mental domination.}} {{rolltype=Saving Throw : }}{{savingthrow=[[1d20 + @{willCheck} + (?{Burn die - Any additional Bonus/Minus|0})]]}} {{reminders=@{willReminders}}}" name='ST_Will' title="Will Save">WILL</button>
|
||
</div>
|
||
</div>
|
||
<input type="checkbox" value="@{willShowAdvanced}" name="attr_willShowAdvanced" class="sheet-will-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-will-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_willReminders" placeholder="Enter reminders here. ie.: immune to sleep and charm" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<h4 class="sheet-center">Movement </h4>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-padl sheet-small-label sheet-center" title="Base Speed is based on your Race."><input class="sheet-underlined sheet-center" type="number" name="attr_Speed" value="30" step="5"><br>Base Speed</div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_walk" value="@{Speed} + @{armorSpeed} + @{speedLuckyRoll}" disabled="disabled"><br>Walk</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_run" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) * 2)" disabled="disabled"><br>Run</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_fly" value="0" step="5"><br>Fly</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_climb" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) / 2)" disabled="disabled"><br>Climb</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_swim" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) / 2)" disabled="disabled"><br>Swim</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_burrow" value="0" step="5"><br>Burrow</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- languages, Birth Augurs -->
|
||
<div class="sheet-col-1-1">
|
||
|
||
<h4 class="sheet-center">Languages - Starting Luck - Birth Augur </h4>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-5-5 sheet-padl">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Known Languages<br></div>
|
||
<div class="sheet-col-3-5"><textarea name="attr_Languages"></textarea></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Starting Luck<br> </div>
|
||
<div class="sheet-col-1-7 sheet-center" title="Enter your Starting Luck value here"><input class="sheet-underline sheet-center" type="number" name="attr_luckStarting" min="0" step="1"></div>
|
||
<div class="sheet-col-1-15 sheet-center"> </div>
|
||
<div class="sheet-col-1-7 sheet-center"><input class="sheet-center" type="number" name="attr_luckStartingMod" readonly="readonly">Lucky Roll Bonus</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Birth Augur<br></div>
|
||
<div class="sheet-col-3-5 sheet-center"><input class="sheet-center sheet-underline" type="text" name="attr_birthAugur"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Lucky Roll<br></div>
|
||
<div class="sheet-col-3-5 sheet-center"><input class="sheet-center sheet-underline" type="text" name="attr_luckyRoll"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Harsh Winter (All attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for All attack rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_allAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>The bull (Melee attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee attackrolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_meleeAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Born on the battlefield (Damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Damage rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_dmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Path of the bear (Melee damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee damage rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_meleeDmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Righteous Heart (Turn Unholy Checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Turn Unholy"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_turnUnholyLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Survived the Plague (Magical Healing)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Magical Healing"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_layOnHandsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Lucky sign (All saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for All saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_savingThrowsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Struck by lightning (Reflex saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Reflex saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_reflexLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Lived through famine (Fort saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Fortitude saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_fortitudeLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Resisted temptation (Will saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Will saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_willLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Born Under the Loom (Skill Checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Skill Checks"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_skillChecksLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Fox's Cunning (Find/Disable Traps)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Find/Disable Traps"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_findDisableTrapsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Fortunate date (Missile fire attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Ranged to Hit"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_rangedAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Hawkeye (Missile fire damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Ranged Damage"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_rangedDmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-5-14 sheet-left sheet-vert-middle">Lucky Roll for <b>The Broken Star (Fumbles)</b>?</div>
|
||
<div class="sheet-col-1-19 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check both boxes"><input type="checkbox" value="[[@{luckStartingMod} * (-2)]]" name="attr_fumbleLuckyRoll"></div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check both boxes"><input type="checkbox" value="[[@{luckStartingMod} * (2)]]" name="attr_spellFumbleLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Warrior’s arm (Critical hit tables)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Critical Hits"><input type="checkbox" value="[[@{luckStartingMod} * (2)]]" name="attr_critLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Bountiful harvest (Hit points)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for HP"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_hpLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Speed of the cobra (Initiative)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Initiative"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_initLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Seventh son (Spell checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Spell Checks"><input type="checkbox" value="@{luckStartingMod}" name="attr_spellCastLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Unholy house (Corruption rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Corruption Rolls"><input type="checkbox" value="@{luckStartingMod}" name="attr_corruptionLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Charmed house (Armor Class)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Armor Class"><input type="checkbox" value="on" name="attr_armorClassLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Four-leafed clover (Find secret doors)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Find Secret Doors"><input type="checkbox" value="@{luckStartingMod}" name="attr_findSecretDoorsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Wild Child (Speed)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Speed"><input type="checkbox" value="[[@{luckStartingMod} * (5)]]" name="attr_speedLuckyRoll"></div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- BACKGROUND INFORMATION -->
|
||
|
||
<div class="sheet-section-background">
|
||
|
||
<h4 class="sheet-center">Appearance and Vision </h4>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_gender"><br>Gender</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_age"><br>Age</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_height"><br>Height</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_weight"><br>Weight</div>
|
||
</div>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_eyes"><br>Eyes</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_hair"><br>Hair</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_size"><br>Size</div>
|
||
<div class="sheet-col-1-4 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_vision"><br>Vision</div>
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Equipment Proficiencies </h4>
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-3 sheet-center sheet-small-label">Armor Proficiencies</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-small-label">Weapon Proficiencies</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-small-label">Tool Proficiencies</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3"><textarea name="attr_proArmor"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_proWeapons"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_proTools"></textarea></div>
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Any other notes</h4>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1"><textarea name="attr_miscBackgroundNotes"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- CLASSES -->
|
||
|
||
<div class="sheet-section-class">
|
||
|
||
<div class="sheet-col-1-1 sheet-left sheet-class-label">Core Classes</div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<input type="radio" class="isCleric" value="3" name="attr_Class"><label class="sheet-subtab">Cleric</label>
|
||
<input type="radio" class="isDwarf" value="6" name="attr_Class"><label class="sheet-subtab">Dwarf</label>
|
||
<input type="radio" class="isElf" value="7" name="attr_Class"><label class="sheet-subtab">Elf</label>
|
||
<input type="radio" class="isHalfling" value="5" name="attr_Class"><label class="sheet-subtab">Halfling</label>
|
||
<input type="radio" class="isThief" value="4" name="attr_Class"><label class="sheet-subtab">Thief</label>
|
||
<input type="radio" class="isWarrior" value="1" name="attr_Class" checked><label class="sheet-subtab">Warrior</label>
|
||
<input type="radio" class="isWizard" value="2" name="attr_Class"><label class="sheet-subtab">Wizard</label>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-left sheet-class-label">Supplement Classes</div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<input type="radio" class="isKith" value="19" name="attr_Class"><label class="sheet-subtab">Kith</label>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-left sheet-class-label">Crawl! Classes</div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<input type="radio" class="isBard" value="8" name="attr_Class"><label class="sheet-subtab">Bard</label>
|
||
<input type="radio" class="isGnome" value="9" name="attr_Class"><label class="sheet-subtab">Gnome</label>
|
||
<input type="radio" class="isPaladin" value="10" name="attr_Class"><label class="sheet-subtab">Paladin</label>
|
||
<input type="radio" class="isRanger" value="11" name="attr_Class"><label class="sheet-subtab">Ranger</label>
|
||
<input type="radio" class="isDwarfPriest" value="12" name="attr_Class"><label class="sheet-subtab">Dwarf Priest</label>
|
||
<input type="radio" class="isElfRogue" value="13" name="attr_Class"><label class="sheet-subtab">Elf Rogue</label>
|
||
<input type="radio" class="isHalflingBurglar" value="19" name="attr_Class"><label class="sheet-subtab">Halfling Burglar</label>
|
||
<input type="radio" class="isHalflingChamp" value="14" name="attr_Class"><label class="sheet-subtab">Halfling Champion</label>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-left sheet-class-label">Crawling Under a Broken Moon Classes</div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<input type="radio" class="isCyborg" value="15" name="attr_Class"><label class="sheet-subtab">Cyborg</label>
|
||
<input type="radio" class="isMutant" value="16" name="attr_Class"><label class="sheet-subtab">Mutant</label>
|
||
<input type="radio" class="isPetrolHead" value="17" name="attr_Class"><label class="sheet-subtab">Petrol Head</label>
|
||
<input type="radio" class="isTechnologist" value="18" name="attr_Class"><label class="sheet-subtab">Technologist</label>
|
||
|
||
<hr>
|
||
|
||
<!-- Bard -->
|
||
<div class="sheet-bard">
|
||
<h3>Bard Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-left sheet-vert-middle">Starting Luck Bonus : </div>
|
||
<div class="sheet-col-2-11 sheet-checkbox-row sheet-vert-middle" title="Check the box if you want the Bonus to Bardic Talent Checks"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_bardLuckTalent"><b> Bardic Talent Checks</b></div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-vert-middle">OR</div>
|
||
<div class="sheet-col-2-15 sheet-checkbox-row sheet-vert-middle" title="Check the box if you want the Bonus to Lore Rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_bardLuckLore"><b> Lore Checks</b></div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Talent Die<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_TalentDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
<option value="d30+1">d30+1</option>
|
||
<option value="d30+2">d30+2</option>
|
||
<option value="d30+3">d30+3</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Call to Arms<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_callToArmsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Talent (if chosen) + Personality Mod + Skill Checks Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_bardCallToArmsCheck" value="[[ ( [[@{bardLuckTalent}]] + [[@{perMod}]] + [[@{skillChecksLuckyRoll}]] + [[@{calltoArmsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_BardCalltoArms"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Call to Arms}} {{flavortext=Through oration or song, you can inspire your audience to greater deeds and supplant fears.}} {{rolltype=Talent Check : }} {{classability=[[ @{TalentDie} [Dice Roll] + @{bardCalltoArmsCheck} [Bonus] ]] }}">Call to Arms</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Challenge<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_challengeCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Talent (if chosen) + Personality Mod + Skill Checks Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_bardChallengeCheck" value="[[([[@{bardLuckTalent}]] + [[@{perMod}]] + [[@{skillChecksLuckyRoll}]] + [[@{challengeCheckMisc}]] )]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_BardChallenge"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Challenge}} {{flavortext=Through act, song, oration, or instrument, you are able to lead or control your target’s rage and attacks.}} {{rolltype=Talent Check : }} {{classability=[[ @{TalentDie} [Dice Roll] + @{bardChallengeCheck} [Bonus] ]] }}">Challenge</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Calm<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_calmCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Talent (if chosen) + Personality Mod + Skill Checks Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_bardCalmCheck" value="[[([[@{bardLuckTalent}]] + [[@{perMod}]] + [[@{skillChecksLuckyRoll}]] + [[@{calmCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_BardCalm"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Calm}} {{flavortext=Whether performed by act, song, oration, or instrument, you can change the emotions of your targets.}} {{rolltype=Talent Check : }} {{classability=[[ @{TalentDie} [Dice Roll] + @{bardCalmCheck} [Bonus] ]] }}">Calm</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Lore<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_loreCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Lore (if chosen) + Intelligence Mod + Skill Checks Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_bardLoreCheck" value="[[([[@{bardLuckLore}]] + [[@{intMod}]] + [[@{skillChecksLuckyRoll}]] + [[@{loreCheckMisc}]] )]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_BardLore"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Lore}} {{flavortext=Do you know?}} {{rolltype=Lore Check : }} {{classability=[[ @{TalentDie} [Dice Roll] + @{bardLoreCheck} [Bonus] ]] }}">Lore</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_bardCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_bardNotes" placeholder="Other notes of Bardic Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points: </b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Club, dagger, hand axe, quarterstaff, spear, crossbow, shortbow, and sling. Bards can add one new specific weapon proficiency per level.<br></li>
|
||
<li><b>Armor: </b> Bards can use any armor or shields, but it affects the use of their spells and skills.<br></li>
|
||
<li><b>Languages: </b> Knows Common. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (common), Chaos (uncommon)<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Cyborg -->
|
||
<div class="sheet-cyborg">
|
||
|
||
<h3>Cyborg Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Jury Rig Die<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_cyborgJuryRigDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d2">d2</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Artificial Body Parts<br></div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Damage to Humanoid Parts"><input class="sheet-underlined sheet-center" type="text" name="attr_meatDmg"><br>Meat Damage</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Damage to Robot Parts"><input class="sheet-underlined sheet-center" type="text" name="attr_nonMeatDmg"><br>Non-Meat Damage</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Cyber Upgrade<br></div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Cyber Upgrade (1st)"><input class="sheet-underlined sheet-center" type="text" name="attr_cyberUpgrade"><br>1st Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Cyber Upgrade (4th)"><input class="sheet-underlined sheet-center" type="text" name="attr_cyberUpgrade2"><br>4th Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Cyber Upgrade (7th)"><input class="sheet-underlined sheet-center" type="text" name="attr_cyberUpgrade3"><br>7th Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Cyber Upgrade (10th)"><input class="sheet-underlined sheet-center" type="text" name="attr_cyberUpgrade4"><br>10th Level</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Self Repair<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_selfRepairCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Skill Checks Lucky Roll + Intelligence Mod + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_cyborgSelfRepairCheck" value="[[ ( [[@{skillChecksLuckyRoll}]] + [[@{intMod}]] + [[@{selfRepairCheckMisc}]] ) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_SelfRepair"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Self Repair}} {{flavortext=Repairing of Cybernetic Parts}} {{rolltype=Check : DC}} {{selfrepair=[[ @{ActionDie} [Action Die] + @{cyborgJuryRigDie}cf100cs101 [Jury Rig Roll] + [[@{cyborgSelfRepairCheck}]] [Bonus] ]] }} {{selfrepairFumble=[[1d3]]}}">Self Repair</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Repair Tech<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_repairTechCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Skill Checks Lucky Roll + Intelligence Mod + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_cyborgRepairTechCheck" value="[[ ( [[@{skillChecksLuckyRoll}]] + [[@{intMod}]] + [[@{repairTechCheckMisc}]] ) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_RepairTech"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Repair Tech}} {{flavortext=Repairing bits of Tech}} {{rolltype=Repair : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{cyborgJuryRigDie} [Jury Rig Roll] + [[@{cyborgRepairTechCheck}]] [Bonus] ]] }}">Repair Tech</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-hd-row">Find Salvage<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_findSalvageCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Skill Checks Lucky Roll + Intelligence Mod + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_cyborgFindSalvageCheck" value="[[ ( [[@{skillChecksLuckyRoll}]] + [[@{intMod}]] + [[@{findSalvageCheckMisc}]] ) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSalvage"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Salvage}} {{flavortext=Find salvageable pieces from a Technological Source}} {{rolltype=Salvage : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{cyborgJuryRigDie} [Jury Rig Roll] + [[@{cyborgFindSalvageCheck}]] [Bonus] ]] }}">Find Salvage</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_cyborgNotes" placeholder="Other notes of Cyber-Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d8 per level<br> </li>
|
||
<li><b>Weapons: </b> Adept with any tech level of ranged/missile and 1-handed/built-in weapons<br></li>
|
||
<li><b>Armor: </b> Any armor. Rarely use shields<br></li>
|
||
<li><b>Alignment: </b> Law (uncommon), Neutral (common), Chaos (uncommon)<br></li>
|
||
<li><b>Languages: </b> Common<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Cleric -->
|
||
<div class="sheet-cleric">
|
||
<h3>Cleric Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Deity<br></div>
|
||
<div class="sheet-col-1-3 sheet-right" title="Enter your Deity"><input class="sheet-underline sheet-center" type="text" placeholder="Deity Name" name="attr_ClericDeity"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Disapproval<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_disapproval">
|
||
<option value="1" selected="selected">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_ClericDisapproval"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Deity Disapproval}} {{deity=@{ClericDeity}}} {{disapproval=[[ (?{Natural Roll that resulted in Disapproval|1})@{disapprovalDie} [Die Roll] - ([[@{luckMod}]]) [Luck Mod] ]] }}">Disapproval</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Turn Unholy<br></div>
|
||
<input type="hidden" name="attr_turnUnholyLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_TurnUnholyCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Mod + Personality Mod + Caster Level + Turn Unholy Lucky Roll"><input class="sheet-underlined sheet-center" type="number" name="attr_turnUnholyCheck" value="[[([[@{luckMod}]] + [[@{perMod}]] + @{turnUnholyLevel}) + @{TurnUnholyCheckMisc} + @{turnUnholyLuckyRoll} ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_TurnUnholy"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name} }} {{title=Turn Unholy}} {{flavortext=By the Power of }} {{rolltype=Turn Check : }} {{deity=@{ClericDeity}}} {{turnunholy=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{turnUnholyCheck} [Bonus] + ?{Misc Bonus|0} ]] }} {{1HDCheck13=Turn [[1d1]] }} {{1HDCheck17=Turn [[1d3+@{turnUnholyLevel}]] }} {{1HDCheck19=Turn [[1d4+@{turnUnholyLevel}]] }} {{2HDCheck19=Turn [[1d1]] }} {{1HDCheck23=Turn [[1d6+@{turnUnholyLevel}]] }} {{2HDCheck23=Turn [[1d3+@{turnUnholyLevel}]] }} {{4HDCheck23=Turn [[1d1]] }} {{HolySmiteCheck27=Beam 60' [[1d3]] dmg}} {{1HDCheck27=Turn [[1d8+@{turnUnholyLevel}]] Dmg [[1d4]]}} {{2HDCheck27=Turn [[1d4+@{turnUnholyLevel}]] }} {{4HDCheck27=Turn [[1d3+@{turnUnholyLevel}]] }} {{6HDCheck27=Turn [[1d1]] }} {{HolySmiteCheck29=Cone 30' [[1d4]] dmg}} {{1HDCheck29=Turn [[2d6+@{turnUnholyLevel}]] Dmg [[1d4]]}} {{2HDCheck29=Turn [[1d6+@{turnUnholyLevel}]] }} {{4HDCheck29=Turn [[1d4+@{turnUnholyLevel}]] }} {{6HDCheck29=Turn [[1d3+@{turnUnholyLevel}]] }} {{8HDCheck29=Turn [[1d1]] }} {{HolySmiteCheck31=Cone 60' [[1d5]] dmg}} {{1HDCheck31=Kill [[1d8+@{turnUnholyLevel}]] (no save) }} {{2HDCheck31=Turn [[1d8+@{turnUnholyLevel}]] Dmg [[1d4]]}} {{4HDCheck31=Turn [[1d6+@{turnUnholyLevel}]] }} {{6HDCheck31=Turn [[1d4+@{turnUnholyLevel}]] }} {{8HDCheck31=Turn [[1d3+@{turnUnholyLevel}]] }} {{10HDCheck31=Turn [[1d1]] }} {{HolySmiteCheck32=Cone 120' [[1d6]] dmg}} {{1HDCheck32=Kill [[2d6+@{turnUnholyLevel}]] (no save)}} {{2HDCheck32=Turn [[2d6+@{turnUnholyLevel}]] Dmg [[1d4]]}} {{4HDCheck32=Turn [[1d8+@{turnUnholyLevel}]] Dmg[[1d4]]}} {{6HDCheck32=Turn [[1d6+@{turnUnholyLevel}]] }} {{8HDCheck32=Turn [[1d4+@{turnUnholyLevel}]] }} {{10HDCheck32=Turn [[1d3+@{turnUnholyLevel}]] }} {{12HDCheck32=Turn [[1d1]] }} ">Turn Unholy</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_TurnUnholyNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Divine Aid<br></div>
|
||
<input type="hidden" name="attr_divineAidLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_DivineAidCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Personality Mod + Caster Level"><input class="sheet-underlined sheet-center" type="number" name="attr_divineAidCheck" value="[[([[@{perMod}]] + @{divineAidLevel}) + @{DivineAidCheckMisc}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-9 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DivineAid"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Divine Aid}} {{flavortext=I beseech your aid, Oh Glorious}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity} }} {{divineaid=[[ @{ActionDie} [Dice Roll] + @{divineAidCheck} [Bonus] ]] }}">Divine Aid</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_DivineAidNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-7 sheet-right sheet-padr sheet-hd-row">Lay On Hands<br></div>
|
||
<input type="hidden" name="attr_layOnHandsLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_LayOnHandsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Personality Mod + Caster Level + Lay On Hands Lucky Roll"><input class="sheet-underlined sheet-center" type="number" name="attr_layOnHandsCheck" value="[[([[@{perMod}]] + @{layOnHandsLevel}) + @{LayOnHandsCheckMisc} + @{layOnHandsLuckyRoll}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_LayOnHands"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Lay on Hands}} {{flavortext=Healing in the name of}} {{rolltype=Heal Check : }} {{deity=@{ClericDeity} }} {{layonhands=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{layOnHandsCheck} [Bonus] ]] }} {{condition=?{If healing a condition, enter condition name|None} }}">Lay On Hands</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_LayOnHandsNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Lay on Hands Results Table
|
||
<table>
|
||
<tr>
|
||
<th> Spell Check </th>
|
||
<th> Same Alignment</th>
|
||
<th> Adjacent Alignment</th>
|
||
<th> Opposed Alignment</th>
|
||
</tr>
|
||
<tr>
|
||
<td> 1-11 </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 12-13 </td>
|
||
<td> 2 dice </td>
|
||
<td> 1 die </td>
|
||
<td> 1 die </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 14-19 </td>
|
||
<td> 3 dice </td>
|
||
<td> 2 dice </td>
|
||
<td> 1 die </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 20-21 </td>
|
||
<td> 4 dice </td>
|
||
<td> 3 dice </td>
|
||
<td> 2 dice </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 22+ </td>
|
||
<td> 5 dice </td>
|
||
<td> 4 dice </td>
|
||
<td> 3 dice </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Same Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Adjacent Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Opposed Alignment</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3"><textarea name="attr_clericAlignSame"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_clericAlignAdjacent"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_clericAlignOpposed"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_clericNotes" placeholder="Other notes of Clerical Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d8 per level<br> </li>
|
||
<li><b>Weapons: </b> Those allowed by chosen god<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Same as chosen god<br></li>
|
||
<li><b>Movement: </b> 30 feet<br></li>
|
||
</ul>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Gods of the Eternal Struggle
|
||
<table>
|
||
<tr>
|
||
<th> Alignment of Deity </th>
|
||
<th> Weapons Useable by Cleric </th>
|
||
<th> Unholy Creatures to Deity </th>
|
||
</tr>
|
||
<tr>
|
||
<td> Law </td>
|
||
<td> Club, mace, sling, staff, warhammer </td>
|
||
<td> Un-dead, demons, devils, chaotic extraplanar creatures, monsters (e.g., basilisk or medusa), Chaos Primes, chaotic humanoids (e.g., orcs), chaotic dragons </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Neutral </td>
|
||
<td> Dagger, mace, sling, staff, sword (any) </td>
|
||
<td> Mundane animals, un-dead, demons, devils, monsters (e.g., basilisk or medusa), lycanthropes, perversions of nature (e.g., otyughs and slimes) </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Chaos </td>
|
||
<td> Axe (any), bow (any), dagger, dart, flail </td>
|
||
<td> Angels, paladins, lawful dragons, Lords of Law, Lawful Primes, and Law-aligned humanoids (e.g., goblins) </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Dwarf -->
|
||
<div class="sheet-dwarf">
|
||
|
||
<h3>Dwarven Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_shieldBashDie" value="d14">
|
||
<input type="hidden" name="attr_shieldBashDmgDie" value="d3">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mighty Deeds of Arms<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_DeedDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10+1d1">d10+1</option>
|
||
<option value="d10+2d1">d10+2</option>
|
||
<option value="d10+3d1">d10+3</option>
|
||
<option value="d10+4d1">d10+4</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-10 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of Arms}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Deed Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lucky Weapon<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="The weapon must be specific ie Longsword or Shortsword instead of just swords"><input class="sheet-underline sheet-center" type="text" placeholder="Choose one Dwarven Weapon" name="attr_LuckyWeapon"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Shield bash (d14)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Attack bonus here"><input class="sheet-underlined" type="number" name="attr_shieldBashAtkBonus" value="0"><br>Attack Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Strength Mod + Lucky Roll (if any) + Attack Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_shieldBashAtk" value="[[ ([[@{strMod}]] + @{shieldBashAtkBonus} + @{allAtkLuckyRoll} + @{meleeAtkLuckyRoll}) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Damage bonus here (ie. Spiked Shield)"><input class="sheet-underlined" type="number" name="attr_shieldBashDmgBonus" value="0"><br>Damage Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Strength Mod + Lucky Roll (if any) + Damage Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_shieldBashDmg" value="[[ ([[@{strMod}]] + @{shieldBashDmgBonus} + @{dmgLuckyRoll} + @{meleeDmgLuckyRoll}) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-9">
|
||
<button type='roll' class="sheet-roll" title="Dwarven Shield Bash"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Dwarven Shield Bash}} {{attack=[[ @{shieldBashDie} [To Hit Roll] + (?{Deed/Smite Die roll|0}) [Deed/Smite] + @{shieldBashAtk} ]]}} {{damage=[[ @{shieldBashDmgDie} [Base damage] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die] + @{shieldBashDmg} ]]}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">Shield Bash</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_dwarfNotes" placeholder="Other notes of Dwarven Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b>1d10 per level<br> </li>
|
||
<li><b>Weapons: </b> Battleaxe, club, dagger, handaxe, longsword, mace, short sword, spear, two-handed sword, warhammer, crossbow, javelin, shortbow, and sling<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Dwarven, & one other language. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 60 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
<li><b>Underground Skills </b><br>
|
||
<ul>
|
||
<li><b>Smell Gold/Gems </b><br>
|
||
<ul>
|
||
<li>Strong concentration within 100' <br></li>
|
||
<li>Smaller concentrations, down to a single coin, as low as 40' (for a single coin or gem) <br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Find Construction: Bonus equal to Class Level</b><br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Dwarf Priest -->
|
||
<div class="sheet-dwarfpriest">
|
||
|
||
<h3>Dwarven Priest Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_disapprovalDie" value="d4">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mighty Deeds of Arms<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_DeedDie">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="1">+1</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d7">d7</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-10 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of Arms}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Deed Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Deity<br></div>
|
||
<div class="sheet-col-1-3 sheet-right" title="Enter your Deity"><input class="sheet-underline sheet-center" type="text" placeholder="Deity Name" name="attr_ClericDeity"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disapproval<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_disapproval">
|
||
<option value="1" selected="selected">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DwarfPriestDisapproval"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Deity Disapproval}} {{deity=@{ClericDeity}}} {{disapproval=[[ (?{Natural Roll that resulted in Disapproval|1})@{disapprovalDie} [Die Roll] - ([[@{luckMod}]]) [Luck Mod] ]] }}">Disapproval</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Turn Unholy<br></div>
|
||
<input type="hidden" name="attr_dwarfPriestTurnUnholyLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_dwarfPriestTurnUnholyCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Luck Mod + Personality Mod + Caster Level + Righteous Heart"><input class="sheet-underlined sheet-center" type="number" name="attr_dwarfPriestTurnUnholyCheck" value="[[([[@{luckMod}]] + [[@{perMod}]] + @{dwarfPriestTurnUnholyLevel}) + @{dwarfPriestTurnUnholyCheckMisc} + @{turnUnholyLuckyRoll}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_dwarfPriestTurnUnholy"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name} }} {{title=Turn Unholy}} {{flavortext=By the Power of }} {{rolltype=Turn Check : }} {{deity=@{ClericDeity}}} {{turnunholy=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{dwarfPriestTurnUnholyCheck} [Bonus] ]] }} {{1HDCheck13=Turn [[1d1]] }} {{1HDCheck17=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{1HDCheck19=Turn [[1d4+@{dwarfPriestTurnUnholyLevel}]] }} {{2HDCheck19=Turn [[1d1]] }} {{1HDCheck23=Turn [[1d6+@{dwarfPriestTurnUnholyLevel}]] }} {{2HDCheck23=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{4HDCheck23=Turn [[1d1]] }} {{HolySmiteCheck27=Beam 60' [[1d3]] dmg}} {{1HDCheck27=Turn [[1d8+@{dwarfPriestTurnUnholyLevel}]] Dmg [[1d4]]}} {{2HDCheck27=Turn [[1d4+@{dwarfPriestTurnUnholyLevel}]] }} {{4HDCheck27=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{6HDCheck27=Turn [[1d1]] }} {{HolySmiteCheck29=Cone 30' [[1d4]] dmg}} {{1HDCheck29=Turn [[2d6+@{dwarfPriestTurnUnholyLevel}]] Dmg [[1d4]]}} {{2HDCheck29=Turn [[1d6+@{dwarfPriestTurnUnholyLevel}]] }} {{4HDCheck29=Turn [[1d4+@{dwarfPriestTurnUnholyLevel}]] }} {{6HDCheck29=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{8HDCheck29=Turn [[1d1]] }} {{HolySmiteCheck31=Cone 60' [[1d5]] dmg}} {{1HDCheck31=Kill [[1d8+@{dwarfPriestTurnUnholyLevel}]] (no save) }} {{2HDCheck31=Turn [[1d8+@{dwarfPriestTurnUnholyLevel}]] Dmg [[1d4]]}} {{4HDCheck31=Turn [[1d6+@{dwarfPriestTurnUnholyLevel}]] }} {{6HDCheck31=Turn [[1d4+@{dwarfPriestTurnUnholyLevel}]] }} {{8HDCheck31=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{10HDCheck31=Turn [[1d1]] }} {{HolySmiteCheck32=Cone 120' [[1d6]] dmg}} {{1HDCheck32=Kill [[2d6+@{dwarfPriestTurnUnholyLevel}]] (no save)}} {{2HDCheck32=Turn [[2d6+@{dwarfPriestTurnUnholyLevel}]] Dmg [[1d4]]}} {{4HDCheck32=Turn [[1d8+@{dwarfPriestTurnUnholyLevel}]] Dmg[[1d4]]}} {{6HDCheck32=Turn [[1d6+@{dwarfPriestTurnUnholyLevel}]] }} {{8HDCheck32=Turn [[1d4+@{dwarfPriestTurnUnholyLevel}]] }} {{10HDCheck32=Turn [[1d3+@{dwarfPriestTurnUnholyLevel}]] }} {{12HDCheck32=Turn [[1d1]] }} ">Turn Unholy</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_dwarfPriestTurnUnholyNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Divine Aid<br></div>
|
||
<input type="hidden" name="attr_dwarfPriestDivineAidLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_dwarfPriestDivineAidCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Personality Mod + Caster Level"><input class="sheet-underlined sheet-center" type="number" name="attr_dwarfPriestDivineAidCheck" value="[[([[@{perMod}]] + @{dwarfPriestDivineAidLevel}) + @{dwarfPriestDivineAidCheckMisc}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-9 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_dwarfPriestDivineAid"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Divine Aid}} {{flavortext=I beseech your aid, Oh Glorious}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity} }} {{divineaid=[[ @{ActionDie} [Dice Roll] + @{dwarfPriestDivineAidCheck} [Bonus] ]] }}">Divine Aid</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_dwarfPriestDivineAidNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lay On Hands<br></div>
|
||
<input type="hidden" name="attr_dwarfPriestLayOnHandsLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_dwarfPriestLayOnHandsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Personality Mod + Caster Level + Survived the Plague"><input class="sheet-underlined sheet-center" type="number" name="attr_dwarfPriestLayOnHandsCheck" value="[[([[@{perMod}]] + @{dwarfPriestLayOnHandsLevel}) + @{dwarfPriestLayOnHandsCheckMisc} + @{layOnHandsLuckyRoll}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DwarfPriestLayOnHands"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Lay on Hands}} {{flavortext=Healing in the name of}} {{rolltype=Heal Check : }} {{deity=@{ClericDeity} }} {{layonhands=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{dwarfPriestLayOnHandsCheck} [Bonus] ]] }} {{condition=?{If healing a condition, enter condition name|None} }}">Lay On Hands</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_dwarfPriestLayOnHandsNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Lay on Hands Results Table
|
||
<table>
|
||
<tr>
|
||
<th> Spell Check </th>
|
||
<th> Same Alignment</th>
|
||
<th> Adjacent Alignment</th>
|
||
<th> Opposed Alignment</th>
|
||
</tr>
|
||
<tr>
|
||
<td> 1-11 </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 12-13 </td>
|
||
<td> 2 dice </td>
|
||
<td> 1 die </td>
|
||
<td> 1 die </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 14-19 </td>
|
||
<td> 3 dice </td>
|
||
<td> 2 dice </td>
|
||
<td> 1 die </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 20-21 </td>
|
||
<td> 4 dice </td>
|
||
<td> 3 dice </td>
|
||
<td> 2 dice </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 22+ </td>
|
||
<td> 5 dice </td>
|
||
<td> 4 dice </td>
|
||
<td> 3 dice </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Same Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Adjacent Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Opposed Alignment</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3"><textarea name="attr_dwarfPriestAlignSame"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_dwarfPriestAlignAdjacent"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_dwarfPriestAlignOpposed"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_dwarfPriestNotes" placeholder="Other notes of Priestly Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b>1d8 per level<br> </li>
|
||
<li><b>Weapons: </b> Battleaxe, club, handaxe, mace, spear, warhammer, crossbow, and sling<br></li>
|
||
<li><b>Armor: </b> Any. They also receive the Lucky Roll for Armor Class.<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (very rare), Chaos (rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Dwarven, & Angelic (if lawful) or Demonic (if chaotic) [Player's choice between those two if Neutral]. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 60 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
<li><b>Underground Skills </b><br>
|
||
<ul>
|
||
<li><b>Smell Gold/Gems </b><br>
|
||
<ul>
|
||
<li>Strong concentration within 100' <br></li>
|
||
<li>Smaller concentrations, down to a single coin, as low as 40' (for a single coin or gem) <br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Find Construction: Bonus equal to Class Level</b><br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Gods of the Eternal Struggle
|
||
<table>
|
||
<tr>
|
||
<th> Alignment of Deity </th>
|
||
<th> Unholy Creatures to Deity </th>
|
||
</tr>
|
||
<tr>
|
||
<td> Law </td>
|
||
<td> Un-dead, demons, devils, chaotic extraplanar creatures, monsters (e.g., basilisk or medusa), Chaos Primes, chaotic humanoids (e.g., orcs), chaotic dragons </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Neutral </td>
|
||
<td> Mundane animals, un-dead, demons, devils, monsters (e.g., basilisk or medusa), lycanthropes, perversions of nature (e.g., otyughs and slimes) </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Chaos </td>
|
||
<td> Angels, paladins, lawful dragons, Lords of Law, Lawful Primes, and Law-aligned humanoids (e.g., goblins) </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-elf">
|
||
<h3>Elf Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_elfSensesBonus" value="4">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Heightened Senses<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Elven Bonus + Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_elfSensesCheck" value="[[ ( [[@{elfSensesBonus}]] + [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-5 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_ElfSenses"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Heightened Senses}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{elfSensesCheck} [Bonus] ]] }}">Find Secret Doors (Elf)</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lucky Spell (1st level)<br></div>
|
||
<div class="sheet-col-1-3 sheet-right" title="Enter your Lucky Spell"><input class="sheet-underline sheet-center" type="text" placeholder="Choose 1st level spell (if any)" name="attr_elfLuckySpell"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Familiar</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Spell Check<br></div>
|
||
<div class="sheet-col-1-16 sheet-right" title="Enter your Find Familiar Spell Check Roll"><input class="sheet-underline sheet-center" type="text" placeholder="0" name="attr_elfFamiliarCheck"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Name"><input class="sheet-underline sheet-center" type="text" placeholder="Familiar Name" name="attr_elfFamiliarName"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Type<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar Type"><input class="sheet-underline sheet-center" type="text" placeholder="Type of Familiar" name="attr_ElfFamiliar"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Physical Look<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Physical Look"><input class="sheet-underline sheet-center" type="text" placeholder="Physical Look" name="attr_elfFamiliarLook"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Personality<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Personality"><input class="sheet-underline sheet-center" type="text" placeholder="Personality" name="attr_elfFamiliarPersonality"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Benefit(s)<br></div>
|
||
<div class="sheet-col-1-1" title="Enter your Familiar's Benefits"><textarea name="attr_elfFamiliarBenefit" placeholder="Enter your familiar's benefit(s) to you here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Patron(s)</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name(s)<br></div>
|
||
<div class="sheet-col-1-2 sheet-right" title="Enter your Supernatural Patron"><input class="sheet-underline sheet-center" type="text" placeholder="Patron's Name" name="attr_ElfPatron"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Taint<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Taints here"><textarea name="attr_elfPatronTaint" placeholder="Enter your Patron Taint(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Notes<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Bond notes here"><textarea name="attr_ElfPatronBondNotes" placeholder="Enter your Patron Bond notes here including your spell check roll for each bond"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_ElfCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spells heard of</div>
|
||
</div>
|
||
<div class="sheet-row sheet-hd-row">
|
||
<div class="sheet-col-1-3" title="List spells your character knows the existance, yet has not learned how to cast.">
|
||
<textarea name="attr_spellsknown" placeholder="List spells your character knows the existance, yet has not learned how to cast. Example: knock (level 2)"></textarea>
|
||
</div>
|
||
<div class="sheet-col-2-3 sheet-padl">
|
||
<p>
|
||
When eligible to learn a new spell, wizards and elves know 1-3 that they can learn.
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_spellsknown" title="roll_spellsknown"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Spells Known}} {{flavortext=Learns of the existance of new spells.}} {{rolltype=Known new spells: }} {{classability=[[1d3]] }}">New spells known</button>
|
||
<p class="sheet-padt">
|
||
To learn a new spell, it takes 1 week of uninterrupted study per
|
||
spell level, with a check made at the end. The DC of the check is
|
||
10 + spell level. The check is made with d20 + level (<span name="attr_level"></span>)
|
||
+ intelligence modifier (<i><span name="attr_intmod"></span></i>).
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_learnnewspell" title="roll_learnnewspell"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Learn New Spell}} {{flavortext=Studies intensely and attempts to learn ?{Spell name}.}} {{rolltype=Result: }} {{learnspellcheck=[[1d20 + @{level} [level] + @{intMod} [int mod]]] }} {{difficulty=[[10 + ?{Spell level|1}]]}}">Learn new spell</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_ElfNotes" placeholder="Other notes of Elven Importance!"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Dagger, javelin, lance, longbow, longsword, shortbow, short sword, staff, spear, and two-handed sword<br></li>
|
||
<li><b>Armor: </b> Elves often wear Mithril armor, even though it hinders spellcasting.<br></li>
|
||
<li><b>Alignment: </b> Law (rare), Neutral (common), Chaos (common)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Elvish, & one other language. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 60 feet<br></li>
|
||
<li><b>Movement: </b> 30 feet<br></li>
|
||
<li><b>Equipment: </b> At 1st level, purchase one piece of armor and one weapon made from mithril at no additional cost.<br></li>
|
||
<li><b>Immunities: </b><br>
|
||
<ul>
|
||
<li>Immune to Magical Sleep<br></li>
|
||
<li>Immune to Paralysis<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Vulnerabilities: </b><br>
|
||
<ul>
|
||
<li>Elf may not wear iron armor or bear the touch of iron weapons for extended periods, this will cause 1 HP of damage per day of direct contact<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="sheet-elfrogue">
|
||
<h3>Elf Rogue Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_elfRogueSensesBonus" value="4">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Heightened Senses<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Elven Bonus + Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_elfRogueSensesCheck" value="[[ ( [[@{elfRogueSensesBonus}]] + [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-5 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_ElfRogueSenses"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Heightened Senses}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueSensesCheck} [Bonus] ]] }}">Find Secret Doors (Elf)</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Backstab : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefBackstab">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefBackstabCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefBackstabCheck" value="[[@{skillChecksLuckyRoll} + @{ThiefBackstab} + @{thiefBackstabCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-small-label">(Added to Attack Roll when backstab used - check button on weapon table)</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak silently<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueSneak">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueSneakCheck" value="[[[[@{agiMod}]] + @{elfRogueSneak} + @{skillChecksLuckyRoll} + @{elfRogueSneakCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak Silently}} {{flavortext=Attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueSneakCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide in Shadows<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueHide">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueHideCheck" value="[[[[@{agiMod}]] + @{elfRogueHide} + @{skillChecksLuckyRoll} + @{elfRogueHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide in Shadows}} {{flavortext=Try to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Pockets<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRoguePickPockets">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRoguePickPocketsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRoguePickPocketsCheck" value="[[[[@{agiMod}]] + @{elfRoguePickPockets} + @{skillChecksLuckyRoll} + @{elfRoguePickPocketsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRoguePickPockets"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Pockets}} {{flavortext=Look into someone's pocket}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRoguePickPocketsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Pockets</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb Sheer Surfaces<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueClimb">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueClimbCheck" value="[[[[@{agiMod}]] + @{elfRogueClimb} + @{skillChecksLuckyRoll} + @{elfRogueClimbCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Climb Sheer Surfaces}} {{flavortext=Climbs up the steep surface}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueClimbCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Climb</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Lock<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRoguePickLocks">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRoguePickLocksCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + bonus"><input class="sheet-center" type="number" name="attr_ElfRoguePickLocksCheck" value="[[[[@{agiMod}]] + @{elfRoguePickLocks} + @{skillChecksLuckyRoll} + @{elfRoguePickLocksCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRoguePickLocks"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Lock}} {{flavortext=Tries to figure out the locking mechanism}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRoguePickLocksCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Lock</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Trap<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueFindTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueFindTrapsCheck" value="[[[[@{intMod}]] + @{elfRogueFindTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{elfRogueFindTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Trap}} {{flavortext=Looks around for likely traps}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueFindTrapsCheck} [Bonus] ]] }}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Trap<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueDisableTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueDisableTrapsCheck" value="[[[[@{agiMod}]] + @{elfRogueDisableTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{elfRogueDisableTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disable Trap}} {{flavortext=Attempts to disable or jam the trap}} {{rolltype=Skill Check : DC}} {{disabletrap=[[ @{ActionDie} [Action Die] + @{elfRogueDisableTrapsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }} {{failtext=You set off the trap!!}}">Disable Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Forge Document<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueForgeDocuments">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueForgeDocumentsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueForgeDocumentsCheck" value="[[[[@{agiMod}]] + @{elfRogueForgeDocuments} + @{skillChecksLuckyRoll} + @{elfRogueForgeDocumentsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueForgeDocuments"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Forge Document}} {{flavortext=Copies a document}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueForgeDocumentsCheck} [Bonus] ]] }}">Forge Document</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disguise Self<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueDisguise">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueDisguiseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_ElfRogueDisguiseCheck" value="[[[[@{perMod}]] + @{elfRogueDisguise} + @{skillChecksLuckyRoll} + @{elfRogueDisguiseCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueDisguise"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disguise Self}} {{flavortext=Puts on a disguise}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueDisguiseCheck} [Bonus] ]] }}">Disguise Self</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Read Languages<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRogueRead">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRogueReadCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRogueReadCheck" value="[[[[@{intMod}]] + @{elfRogueRead} + @{skillChecksLuckyRoll} + @{elfRogueReadCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRogueRead"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Read Languages}} {{flavortext=Attempts to puzzle out this language}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{elfRogueReadCheck} [Bonus] ]] }}">Read Languages</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Handle Poison<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_elfRoguePoison">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_elfRoguePoisonCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_elfRoguePoisonCheck" value="[[@{elfRoguePoison} + @{skillChecksLuckyRoll} + @{elfRoguePoisonCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_elfRoguePoison"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Handle Poison}} {{flavortext=Tries to apply a poison to an object}} {{rolltype=Safety Check : DC}} {{handlepoison=[[ @{ActionDie} [Action Die] + @{elfRoguePoisonCheck} [Bonus] ]]}} {{chance=9}} {{successtext=You have successfully applied the poison.}} {{failtext=You have poisoned yourself!!}}">Handle Poison</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lucky Skill (1st level)<br></div>
|
||
<div class="sheet-col-1-3 sheet-right" title="Enter your Lucky Skill"><input class="sheet-underline sheet-center" type="text" placeholder="Choose one of your Rogue skills (if any)" name="attr_elfRogueLuckySkill"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Familiar</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Spell Check<br></div>
|
||
<div class="sheet-col-1-16 sheet-right" title="Enter your Find Familiar Spell Check Roll"><input class="sheet-underline sheet-center" type="text" placeholder="0" name="attr_elfRogueFamiliarCheck"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Name"><input class="sheet-underline sheet-center" type="text" placeholder="Familiar Name" name="attr_elfRogueFamiliarName"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Type<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar Type"><input class="sheet-underline sheet-center" type="text" placeholder="Type of Familiar" name="attr_elfRogueFamiliar"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Physical Look<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Physical Look"><input class="sheet-underline sheet-center" type="text" placeholder="Physical Look" name="attr_elfRogueFamiliarLook"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Personality<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Personality"><input class="sheet-underline sheet-center" type="text" placeholder="Personality" name="attr_elfRogueFamiliarPersonality"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Benefit(s)<br></div>
|
||
<div class="sheet-col-1-1" title="Enter your Familiar's Benefits"><textarea name="attr_elfRogueFamiliarBenefit" placeholder="Enter your familiar's benefit(s) to you here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Patron(s)</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name(s)<br></div>
|
||
<div class="sheet-col-1-2 sheet-right" title="Enter your Supernatural Patron"><input class="sheet-underline sheet-center" type="text" placeholder="Patron's Name" name="attr_elfRoguePatron"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Taint<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Taints here"><textarea name="attr_elfRoguePatronTaint" placeholder="Enter your Patron Taint(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Notes<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Bond notes here"><textarea name="attr_elfRoguePatronBondNotes" placeholder="Enter your Patron Bond notes here including your spell check roll for each bond"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_elfRogueCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spells heard of</div>
|
||
</div>
|
||
<div class="sheet-row sheet-hd-row">
|
||
<div class="sheet-col-1-3" title="List spells your character knows the existance, yet has not learned how to cast.">
|
||
<textarea name="attr_spellsknown" placeholder="List spells your character knows the existance, yet has not learned how to cast. Example: knock (level 2)"></textarea>
|
||
</div>
|
||
<div class="sheet-col-2-3 sheet-padl">
|
||
<p>
|
||
When eligible to learn a new spell, wizards and elves know 1-3 that they can learn.
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_spellsknown" title="roll_spellsknown"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Spells Known}} {{flavortext=Learns of the existance of new spells.}} {{rolltype=Known new spells: }} {{classability=[[1d3]] }}">New spells known</button>
|
||
<p class="sheet-padt">
|
||
To learn a new spell, it takes 1 week of uninterrupted study per
|
||
spell level, with a check made at the end. The DC of the check is
|
||
10 + spell level. The check is made with d20 + level (<span name="attr_level"></span>)
|
||
+ intelligence modifier (<i><span name="attr_intmod"></span></i>).
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_learnnewspell" title="roll_learnnewspell"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Learn New Spell}} {{flavortext=Studies intensely and attempts to learn ?{Spell name}.}} {{rolltype=Result: }} {{learnspellcheck=[[1d20 + @{level} [level] + @{intMod} [int mod]]] }} {{difficulty=[[10 + ?{Spell level|1}]]}}">Learn new spell</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_elfRogueNotes" placeholder="Other notes of Elven Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Dagger, javelin, lance, longbow, longsword, shortbow, short sword, staff, spear, and two-handed sword<br></li>
|
||
<li><b>Armor: </b> Elves often wear Mithril armor, even though it hinders spellcasting.<br></li>
|
||
<li><b>Languages: </b> Knows Common. Lawful/Neutral Rogues know Elvish, & their alignment tongue. Chaotic rogues know Undercommon and either Elvish or their alignment tongue. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 60 feet<br></li>
|
||
<li><b>Movement: </b> 30 feet<br></li>
|
||
<li><b>Alignment: </b><br>
|
||
<ul>
|
||
<li><b>Lawful (rare):</b><br>
|
||
<ul>
|
||
<li>Great at: Read languages, Disable trap, Climb sheer surfaces<br></li>
|
||
<li>Good at: Sneak silently, Hide in shadow, Pick pocket, Find Trap<br></li>
|
||
<li>Average at: Pick lock, Disguise self, Handle poison<br></li>
|
||
<li>Okay at: Backstab, Forge Document<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Chaotic (uncommon):</b><br>
|
||
<ul>
|
||
<li>Great at: Backstab, Sneak silently, Hide in shadows<br></li>
|
||
<li>Good at: Climb sheer surfaces, Pick lock, Disguise self, Handle poison<br></li>
|
||
<li>Average at: Pick pocket, Find trap, Disable trap<br></li>
|
||
<li>Okay at: Forge Document, Read languages<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Neutral (common):</b><br>
|
||
<ul>
|
||
<li>Great at: Pick pocket, Pick lock, Disable trap<br></li>
|
||
<li>Good at: Sneak silently, Hide in shadows, Climb sheer surfaces, Find trap, Disguise self<br></li>
|
||
<li>Average at: Backstab, Forge document, Read languages<br></li>
|
||
<li>Okay at: Handle poison<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Immunities: </b><br>
|
||
<ul>
|
||
<li>Immune to Magical Sleep<br></li>
|
||
<li>Immune to Paralysis<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Vulnerabilities: </b><br>
|
||
<ul>
|
||
<li>Elf may not wear iron armor or bear the touch of iron weapons for extended periods, this will cause 1 HP of damage per day of direct contact<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
<!-- Gnome -->
|
||
<div class="sheet-gnome">
|
||
<h3>Gnome Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Trick Die<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_TrickDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Magic Resistance<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Magic Resistance bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_magicResistance" value="[[(10*@{Level})]]" disabled="disabled"><br>% Bonus</div>
|
||
<div class="sheet-col-1-8 sheet-center" title="Roll goes to the GM">
|
||
<button type="roll" class="sheet-roll" name="roll_magicResistance"
|
||
value="/w gm &{template:DccTabbed} {{background=[[1d3]]}} {{class=1}} {{name=@{character_name}}} {{title=Magic Resistance}} {{flavortext=Tries to resist the magic being cast.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{magicResistance}}} {{successtext=Player has resisted the magic.}} {{failtext=Player could not resist the magic}}">Resist Magic</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Animal Trick<br></div>
|
||
<div class="sheet-col-1-4 sheet-left">
|
||
<button type="roll" class="sheet-roll" name="roll_animalTrick"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Animal Trick}} {{flavortext=Try to befriend a small animal or insect}} {{rolltype=Trick Die : }} {{deeddie=[[@{TrickDie}cs>3 [Die Roll]]] }} {{successtext=An animal or insect of less than 1 HD becomes “friendly”, protecting or performing a small task for you.}}">Befriend Small Animal/Insect</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Gem Affinity<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Gem Affinity bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_gemAffinity" value="[[(10*@{Level})]]" disabled="disabled"><br>% Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-center" title="Roll goes to the GM">
|
||
<button type="roll" class="sheet-roll" name="roll_gemAffinity"
|
||
value="/w gm &{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Magic Resistance}} {{flavortext=Tries to locate gemstones.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{gemAffinity}}} {{successtext=Player locates a cache of gems or precious stones.}} {{failtext=Player finds nothing.}}">Find Gemstones</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_gnomeCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_gnomeNotes" placeholder="Other notes of Gnomish Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d5 per level<br> </li>
|
||
<li><b>Weapons: </b> Dagger, dart, sling or staff.<br></li>
|
||
<li><b>Armor: </b> Gnomes do not often wear armor due to their small size and because it hinders spellcasting.<br></li>
|
||
<li><b>Alignment: </b> Law (rare), Neutral (common), Chaos (uncommon)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Gnomish, Elvish, and Dwarven. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 60 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
<li><b>Level Limitation: </b> Level 5<br></li>
|
||
<li><b>Luck: </b> Add Luck modifier to saving throws against magic attacks and spells
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Halfling -->
|
||
<div class="sheet-halfling">
|
||
<h3>Halfling Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Stealth Bonus<br></div>
|
||
<div class="sheet-col-1-14 sheet-right">
|
||
<select name="attr_HalflingStealth" title="Select your bonus for Sneak and Hide based on your level">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="3">+3</option>
|
||
<option value="5">+5</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Halfling Sneak<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingStealthCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_halflingStealthCheck" value="[[[[@{agiMod}]] + @{HalflingStealth} + @{skillChecksLuckyRoll} + @{halflingStealthCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_halflingSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak}} {{flavortext=The halfling attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingStealthCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Halfling Hide<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class=" sheet-center" type="number" name="attr_halflingHideCheck" value="[[[[@{agiMod}]] + @{HalflingStealth} + @{skillChecksLuckyRoll} + @{halflingHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_HalflingHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide}} {{flavortext=The halfling tries to make themselves small enough so they seem to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_halflingNotes" placeholder="Other notes of Halfling Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Club, dagger, handaxe, staff, short sword, crossbow, javelin, shortbow, and sling<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (extremely rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Halfling, & one other language. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 30 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Halfling Burglar -->
|
||
<div class="sheet-halflingburglar">
|
||
<h3>Halfling Burglar Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_betaThiefSkillDie" value="d100">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-5 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Stealth Bonus<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_HalflingStealth" title="Select your bonus for Sneak and Hide based on your level">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="3">+3</option>
|
||
<option value="5">+5</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Halfling Sneak<br></div>
|
||
<div class="sheet-col-1-13 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingStealthCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-13 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class="sheet-center" type="number" name="attr_halflingStealthCheck" value="[[[[@{agiMod}]] + @{HalflingStealth} + @{skillChecksLuckyRoll} + @{halflingStealthCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_halflingSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak}} {{flavortext=The halfling attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingStealthCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Halfling Hide<br></div>
|
||
<div class="sheet-col-1-13 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-13 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class=" sheet-center" type="number" name="attr_halflingHideCheck" value="[[[[@{agiMod}]] + @{HalflingStealth} + @{skillChecksLuckyRoll} + @{halflingHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_HalflingHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide}} {{flavortext=The halfling tries to make themselves small enough so they seem to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Backstab : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefBackstab">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefBackstabCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefBackstabCheck" value="[[@{skillChecksLuckyRoll} + @{ThiefBackstab} + @{thiefBackstabCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-small-label">(Added to Attack Roll when backstab used - check button on weapon table)</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Cast Spell from Scroll : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefCastScroll">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefCastScrollMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod, Lucky Roll"><input class="sheet-underlined sheet-center" input type="number" name="attr_thiefCastScrollCheck" value="[[[[@{intMod}]] + @{skillChecksLuckyRoll} + @{thiefCastScrollMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_ThiefCastScroll"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Cast Spell from Scroll}} {{flavortext=Tries to read the arcane writings and cast the spell}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ThiefCastScroll} [Cast Die] + @{thiefCastScrollCheck} [Bonus] ]] }}">Use Scroll</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<input type="radio" class="CoreHalflingBurglar" value="3" name="attr_classThief" checked><label class="sheet-subtabThief">Core Thief Skills (d20 based)</label>
|
||
<input type="radio" class="BetaHalflingBurglar" value="4" name="attr_classThief"><label class="sheet-subtabThief">Beta Thief Skills (%d based)</label>
|
||
|
||
<!-- Core Thief Skills -->
|
||
<div class="sheet-CoreHalflingBurglar">
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak silently : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefSneak">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefSneakCheck" value="[[[[@{agiMod}]] + @{ThiefSneak} + @{skillChecksLuckyRoll} + @{thiefSneakCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak Silently}} {{flavortext=Attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefSneakCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide in Shadows : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefHide">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefHideCheck" value="[[[[@{agiMod}]] + @{ThiefHide} + @{skillChecksLuckyRoll} + @{thiefHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide in Shadows}} {{flavortext=Try to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Pockets : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPickPockets">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPickPocketsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPickPocketsCheck" value="[[[[@{agiMod}]] + @{ThiefPickPockets} + @{skillChecksLuckyRoll} + @{thiefPickPocketsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPickPockets"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Pockets}} {{flavortext=Look into someone's pocket}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefPickPocketsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Pockets</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb Sheer Surfaces : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefClimb">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefClimbCheck" value="[[[[@{agiMod}]] + @{ThiefClimb} + @{skillChecksLuckyRoll} + @{thiefClimbCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Climb Sheer Surfaces}} {{flavortext=Climbs up the steep surface}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefClimbCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Climb</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Lock : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPickLocks">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPickLocksCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPickLocksCheck" value="[[[[@{agiMod}]] + @{ThiefPickLocks} + @{skillChecksLuckyRoll} + @{thiefPickLocksCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPickLocks"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Lock}} {{flavortext=Tries to figure out the locking mechanism}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefPickLocksCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Lock</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefFindTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefFindTrapsCheck" value="[[[[@{intMod}]] + @{ThiefFindTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{thiefFindTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Trap}} {{flavortext=Looks around for likely traps}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefFindTrapsCheck} [Bonus] ]] }}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefDisableTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefDisableTrapsCheck" value="[[[[@{agiMod}]] + @{ThiefDisableTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{thiefDisableTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disable Trap}} {{flavortext=Attempts to disable or jam the trap}} {{rolltype=Skill Check : DC}} {{disabletrap=[[ @{ActionDie} [Action Die] + @{thiefDisableTrapsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }} {{failtext=You set off the trap!!}}">Disable Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Forge Document : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefForgeDocuments">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefForgeDocumentsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefForgeDocumentsCheck" value="[[[[@{agiMod}]] + @{ThiefForgeDocuments} + @{skillChecksLuckyRoll} + @{thiefForgeDocumentsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefForgeDocuments"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Forge Document}} {{flavortext=Copies a document}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefForgeDocumentsCheck} [Bonus] ]] }}">Forge Document</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disguise Self : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefDisguise">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefDisguiseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefDisguiseCheck" value="[[[[@{perMod}]] + @{ThiefDisguise} + @{skillChecksLuckyRoll} + @{thiefDisguiseCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefDisguise"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disguise Self}} {{flavortext=Puts on a disguise}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefDisguiseCheck} [Bonus] ]] }}">Disguise Self</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Read Languages : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefRead">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefReadCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefReadCheck" value="[[[[@{intMod}]] + @{ThiefRead} + @{skillChecksLuckyRoll} + @{thiefReadCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefRead"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Read Languages}} {{flavortext=Attempts to puzzle out this language}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefReadCheck} [Bonus] ]] }}">Read Languages</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Handle Poison : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPoison">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPoisonCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPoisonCheck" value="[[@{ThiefPoison} + @{skillChecksLuckyRoll} + @{thiefPoisonCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPoison"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Handle Poison}} {{flavortext=Tries to apply a poison to an object}} {{rolltype=Safety Check : DC}} {{handlepoison=[[ @{ActionDie} [Action Die] + @{thiefPoisonCheck} [Bonus] ]]}} {{chance=9}} {{successtext=You have successfully applied the poison.}} {{failtext=You have poisoned yourself!!}}">Handle Poison</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_halflingNotes" placeholder="Other notes of Halfling Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Club, dagger, handaxe, staff, short sword, crossbow, javelin, shortbow, and sling<br></li>
|
||
<li><b>Armor: </b> Burglars are careful in their choice of armor, as it affects the use of their skills.<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (extremely rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Halfling, & one other language. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 30 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Beta Thief Skills -->
|
||
<div class="sheet-BetaHalflingBurglar">
|
||
|
||
<input type="hidden" name="attr_betaThiefArmorCheck" value="[[([[@{armorCheck}]] * 5)]]">
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak silently : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefSneak">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
<input type="hidden" name="attr_betaThiefSneakBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefSneakMiscBonus" value="[[((@{betaThiefSneakCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefSneakCheck" value="[[@{betaThiefSneakBonus} + @{betaThiefSneak} + @{betaThiefSneakMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak Silently}} {{flavortext=Attempts to move without making a sound.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefSneakCheck} + @{betaThiefArmorCheck} [Armor Check Penalty] ]]}} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide in Shadows : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefHide">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefHideBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefHideMiscBonus" value="[[((@{betaThiefHideCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefHideCheck" value="[[@{betaThiefHideBonus} + @{betaThiefHide} + @{betaThiefHideMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide in Shadows}} {{flavortext=Attempts to Hide in Shadows.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefHideCheck} }} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Pockets : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPickPockets">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPickPocketsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPickPocketsMiscBonus" value="[[((@{betaThiefPickPocketsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPickPocketsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPickPocketsCheck" value="[[@{betaThiefPickPocketsBonus} + @{betaThiefPickPockets} + @{betaThiefPickPocketsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPickPockets"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Pockets}} {{flavortext=Attempts to Pick Pockets.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefPickPocketsCheck} + ([[@{betaThiefArmorCheck})]]) [Armor Check Penalty] ]]}} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Pick Pockets</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb Sheer Surfaces : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefClimb">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="85">85%</option>
|
||
<option value="86">86%</option>
|
||
<option value="87">87%</option>
|
||
<option value="88">88%</option>
|
||
<option value="89">89%</option>
|
||
<option value="90">90%</option>
|
||
<option value="91">91%</option>
|
||
<option value="92">92%</option>
|
||
<option value="93">93%</option>
|
||
<option value="94">94%</option>
|
||
<option value="95">95%</option>
|
||
<option value="96">96%</option>
|
||
<option value="97">97%</option>
|
||
<option value="98">98%</option>
|
||
<option value="99">99%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefClimbBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 1)]]">
|
||
<input type="hidden" name="attr_betaThiefClimbMiscBonus" value="[[((@{betaThiefClimbCheckMisc}) * 1)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefClimbCheck" value="[[@{betaThiefClimbBonus} + @{betaThiefClimb} + @{betaThiefClimbMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Climb Sheer Surfaces}} {{flavortext=Attempts to Climb a Sheer Surface.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefClimbCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=You climb successfully.}} {{failtext=You fall.}}">Climb</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Lock : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPickLocks">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
<option value="75">75%</option>
|
||
<option value="80">80%</option>
|
||
<option value="85">85%</option>
|
||
<option value="90">90%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPickLocksBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPickLocksMiscBonus" value="[[((@{betaThiefPickLocksCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPickLocksCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPickLocksCheck" value="[[@{betaThiefPickLocksBonus} + @{betaThiefPickLocks} + @{betaThiefPickLocksMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPickLocks"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Locks}} {{flavortext=Attempts to Pick a Lock.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefPickLocksCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=The lock opens.}} {{failtext=You have been confounded by the complexity of this lock.}}">Pick Lock</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefFindTraps">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefFindTrapsBonus" value="[[(([[@{intMod}]] + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefFindTrapsMiscBonus" value="[[((@{betaThiefFindTrapsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefFindTrapsCheck" value="[[@{betaThiefFindTrapsBonus} + @{betaThiefFindTraps} + @{betaThiefFindTrapsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Traps}} {{flavortext=Looks around for traps.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefFindTrapsCheck} }} {{successtext=You think you could possibly have found a trap.}} {{failtext=No Traps Here!.}}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefDisableTraps">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefDisableTrapsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefDisableTrapsMiscBonus" value="[[((@{betaThiefDisableTrapsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefDisableTrapsCheck" value="[[@{betaThiefDisableTrapsBonus} + @{betaThiefDisableTraps} + @{betaThiefDisableTrapsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disable Traps}} {{flavortext=Attempts to Disable the Trap.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefDisableTrapsCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=You think you have disabled the trap.}} {{failtext=Trap is not disabled and you might have set it off.}}">Disable Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Forge Document : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefForgeDocuments">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefForgeDocumentsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefForgeDocumentsMiscBonus" value="[[((@{betaThiefForgeDocumentsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefForgeDocumentsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefForgeDocumentsCheck" value="[[@{betaThiefForgeDocumentsBonus} + @{betaThiefForgeDocuments} + @{betaThiefForgeDocumentsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefForgeDocuments"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Forge Documents}} {{flavortext=Attempts to Forge a Document.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefForgeDocumentsCheck} }} {{successtext=You think you have copied the documents perfectly.}} {{failtext=You hope that no one will notice all the errors.}}">Forge Document</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disguise Self : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefDisguise">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefDisguiseBonus" value="[[(([[@{perMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefDisguiseMiscBonus" value="[[((@{betaThiefDisguiseCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefDisguiseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefDisguiseCheck" value="[[@{betaThiefDisguiseBonus} + @{betaThiefDisguise} + @{betaThiefDisguiseMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefDisguise"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disguise Self}} {{flavortext=Attempts to Disguise themselves.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefDisguiseCheck} }} {{successtext=No one should notice it's you.}} {{failtext=Did your mustache just fall off?.}}">Disguise Self</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Read Languages : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefRead">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="5">5%</option>
|
||
<option value="10">10%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefReadBonus" value="[[(([[@{perMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefReadMiscBonus" value="[[((@{betaThiefReadCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefReadCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefReadCheck" value="[[@{betaThiefReadBonus} + @{betaThiefRead} + @{betaThiefReadMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefRead"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Read Languages}} {{flavortext=Sounds out the language.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefReadCheck} }} {{successtext=You can understand this.}} {{failtext=You have no idea what this language says.}}">Read Language</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Handle Poison : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPoison">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPoisonBonus" value="[[((@{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPoisonMiscBonus" value="[[((@{betaThiefPoisonCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPoisonCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds bonus, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPoisonCheck" value="[[@{betaThiefPoisonBonus} + @{betaThiefPoison} + @{betaThiefPoisonMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPoison"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Handle Poison}} {{flavortext=Tries to apply a poison to an object.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefPoisonCheck} }} {{successtext=You have successfully coated the blade.}} {{failtext=You have failed to coat the blade properly and maybe even poisoned yourself.}}">Handle Poison</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_halflingNotes" placeholder="Other notes of Halfling Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Club, dagger, handaxe, staff, short sword, crossbow, javelin, shortbow, and sling<br></li>
|
||
<li><b>Armor: </b> Burglars are careful in their choice of armor, as it affects the use of their skills.<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (extremely rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, Halfling, & one other language. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 30 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- Halfling Champion -->
|
||
<div class="sheet-halflingchamp">
|
||
<h3>Halfling Champion Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mighty Deeds of Arms<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_DeedDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d10+1d1">d10+1</option>
|
||
<option value="d10+2d1">d10+2</option>
|
||
<option value="d10+3d1">d10+3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-10 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of Arms}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Deed Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Stealth Bonus<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Stealth/Hide bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_halflingChampStealth" value="3" disabled="disabled"><br>Bonus</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Halfling Sneak<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingChampStealthCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class=" sheet-center" type="number" name="attr_halflingChampStealthCheck" value="[[[[@{agiMod}]] + @{halflingChampStealth} + @{skillChecksLuckyRoll} + @{halflingChampStealthCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_halflingChampSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak}} {{flavortext=The halfling attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingChampStealthCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Halfling Hide<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_halflingChampHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Stealth Bonus + AGI mod + Lucky Roll + Bonus"><input class=" sheet-center" type="number" name="attr_halflingChampHideCheck" value="[[[[@{agiMod}]] + @{halflingChampStealth} + @{skillChecksLuckyRoll} + @{halflingChampHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_halflingChampHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide}} {{flavortext=The halfling tries to make themselves small enough so they seem to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{halflingChampHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_halflingChampionNotes" placeholder="Other champion notes of Halfling Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d8 per level<br> </li>
|
||
<li><b>Weapons: </b> Club, dagger, handaxe, staff, short sword, crossbow, javelin, shortbow, and sling. Longsword, warhammer or heavy axe as a 2-handed weapon.<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (extremely rare)<br></li>
|
||
<li><b>Languages: </b> Knows Common, and Halfling. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Infravision: </b> 30 feet<br></li>
|
||
<li><b>Movement: </b> 20 feet<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Kith -->
|
||
<div class="sheet-kith">
|
||
|
||
<h3>Kith Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lucky Weapons<br></div>
|
||
<div class="sheet-col-1-4 sheet-right"><input class="sheet-underline sheet-center" type="text" value="Javelins, Spears, Axes" name="attr_LuckyWeapon"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Force of Will<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_PersonalityBurnDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d2">d2</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_personalityBurnDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Force of Will}} {{flavortext=Add this bonus to any single Hit or Damage roll, Strength Check, or FORT save.}} {{rolltype=Burn Die : }} {{deeddie=[[ (?{Amount of Personality to burn|1}@{PersonalityBurnDie}cs20) [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Personality Burn</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Outdoor Traps<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_kithFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Intelligence Mod + Kith Level + Born Under the Loom or Fox's Cunning Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_kithFindTrapsCheck" value="[[[[@{intMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{kithFindTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_kithFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Outdoor Traps}} {{flavortext=Looks around for hidden traps in the wilds}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{kithFindTrapsCheck} [Bonus] ]] }}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Detect Foes (Outdoors)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_kithDetectCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Intelligence Mod + Kith Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_kithDetectCheck" value="[[[[@{intMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{kithDetectCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_kithDetect"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Detect Foes (Wilderness)}} {{flavortext=Searches the forest for their hidden enemy}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{kithDetectCheck} [Bonus] ]] }}">Detect</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Track (Outdoors)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_kithTrackCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Intelligence Mod + Kith Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_kithTrackingCheck" value="[[[[@{intMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{kithTrackCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_KithTrack"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Tracking}} {{flavortext=Uses wilderness skills to track their prey}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{kithTrackingCheck} [Bonus] ]] }}">Track</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_kithNotes" placeholder="Other notes of Kith Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d10 per level<br> </li>
|
||
<li><b>Weapons: </b> battleaxe, club, dagger, handaxe, javelin, longsword, mace, shortbow, shortsword, sling, spear, two-handed sword, and warhammer<br></li>
|
||
<li><b>Armor: </b> For armor heavier than hide, they suffer an additional Check Penalty of +3.<br></li>
|
||
<li><b>Alignment: </b> Law (common), Neutral (uncommon), Chaos (uncommon)<br></li>
|
||
<li><b>Languages: </b> Planetary Common (Kith). Knows one additional languages for every point of Int modifier. May not learn any "off-planet" languages until coming in contact with speakers.<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Mutant -->
|
||
<div class="sheet-mutant">
|
||
|
||
<h3>Mutant Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Survival<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_survivalDeedDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d10+1">d10+1</option>
|
||
<option value="d10+2">d10+2</option>
|
||
<option value="d10+3">d10+3</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-8 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_survivalDeedDie"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Survival Die}} {{flavortext=Add this bonus to non-combat survival checks and certain saving throws.}} {{rolltype=Survival Die : }} {{survivaldie=[[ @{survivalDeedDie} [Die Roll] ]] }} ">Survival Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-small-label">Add your Survival Die to all non-combat tasks related to surviving in the wilds and wastes such as finding safe food, finding clean water, avoiding environmental hazards, identifying dangerous creatures, navigation through the wastes, etc.. In addition, the mutant can add their Survival Die to all Saves involving toxins, radiation, and environmental effects. <br></div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_mutantNotes" placeholder="Other notes of Mutant Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points: </b>2d4 per level<br> </li>
|
||
<li><b>Weapons: </b> Any<br></li>
|
||
<li><b>Armor: </b> Any, but must be customized for the Mutant<br></li>
|
||
<li><b>Alignment: </b> Law (uncommon), Neutral (common), Chaos (common)<br></li>
|
||
</ul>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<!-- BEGIN Mutation page -->
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-large-label">Character Mutations</div>
|
||
<!--<p class="sheet-small-note">All mutant characters have one or more mutations. Roll on table MU-2 (on Mutant Handout) to determine what type of mutation you have. Then roll to determine the sub-table under the type of mutation. Finally, roll on the sub-table to determine the mutation. Once you have determined what mutation you have, roll the percentage chance for each item listed. Yes, it is possible to receive no benefits or penalties for the mutation.</p>-->
|
||
|
||
<fieldset class="repeating_mutations">
|
||
<!-- BEGIN mutation row -->
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Base Mutation</div>
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center sheet-small-label">Mutation Type</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Sub-Mutation</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Sub-Mutation's Features</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-vert-middle" title="Select your Base Mutation">
|
||
<select name="attr_baseMutation">
|
||
<option value="Hybridization">Hybridization</option>
|
||
<option value="Physiology">Physiology</option>
|
||
<option value="None" selected="selected">--</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_typeMutation"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_subMutation"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_subMutationFeature"></div>
|
||
</div>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_subMutationAbility1" class="sheet-spelltypetab sheet-SubMutationAbility1" value="1"><span class="sheet-spelltypetab sheet-subMutationAbility1">Ability 1</span>
|
||
<input type="checkbox" name="attr_subMutationAbility2" class="sheet-spelltypetab sheet-SubMutationAbility2" value="1"><span class="sheet-spelltypetab sheet-subMutationAbility2">Ability 2</span> |
|
||
<input type="checkbox" name="attr_subMutationAbility3" class="sheet-spelltypetab sheet-SubMutationAbility3" value="1"><span class="sheet-spelltypetab sheet-subMutationAbility3">Ability 3</span> |
|
||
<input type="checkbox" name="attr_subMutationAbility4" class="sheet-spelltypetab sheet-SubMutationAbility4" value="1"><span class="sheet-spelltypetab sheet-subMutationAbility4">Ability 4</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-subMutationAbility1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disablity Name</div>
|
||
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disability Description</div>
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-13 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_subMutationName"></div>
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_subMutationDescription" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-4-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mutationInfo"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=@{subMutationName}}} {{mutations=1}} {{mutationshowinfoblock=1}} {{basemutation=@{baseMutation}}} {{typemutation=@{typeMutation}}} {{submutation=@{subMutation}}} {{mutationshowdesc=@{subMutationDescription}}} ">Mutation Info</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-subMutationAbility2">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disablity Name</div>
|
||
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disability Description</div>
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-13 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_subMutation2Name"></textarea></div>
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_subMutation2Description" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-4-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mutation2Info"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=@{subMutation2Name}}} {{mutations=1}} {{mutationshowinfoblock=1}} {{basemutation=@{baseMutation}}} {{typemutation=@{typeMutation}}} {{submutation=@{subMutation}}} {{mutationshowdesc=@{subMutation2Description}}} ">Mutation Info</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-subMutationAbility3">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disablity Name</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disability Description</div>
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-13 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_subMutation3Name"></textarea></div>
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_subMutation3Description" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-4-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mutation3Info"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=@{subMutation3Name}}} {{mutations=1}} {{mutationshowinfoblock=1}} {{basemutation=@{baseMutation}}} {{typemutation=@{typeMutation}}} {{submutation=@{subMutation}}} {{mutationshowdesc=@{subMutation3Description}}} ">Mutation Info</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-subMutationAbility4">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disablity Name</div>
|
||
<div class="sheet-col-1-2 sheet-vert-bottom sheet-center sheet-small-label">Ability/Disability Description</div>
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-13 sheet-small-label sheet-center"><input type="text" class="sheet-center" name="attr_subMutation4Name"></textarea></div>
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><textarea name="attr_subMutation4Description" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-4-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mutation4Info"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=@{subMutation4Name}}} {{mutations=1}} {{mutationshowinfoblock=1}} {{basemutation=@{baseMutation}}} {{typemutation=@{typeMutation}}} {{submutation=@{subMutation}}} {{mutationshowdesc=@{subMutation4Description}}} ">Mutation Info</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END mutation row -->
|
||
</fieldset>
|
||
</div>
|
||
|
||
<!-- Paladin -->
|
||
<div class="sheet-paladin">
|
||
<h3>Paladin Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Deity<br></div>
|
||
<div class="sheet-col-1-3 sheet-right" title="Enter your Deity"><input class="sheet-underline sheet-center" type="text" placeholder="Deity Name" name="attr_ClericDeity"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Smite<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_smiteDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d10+1d1">d10+1</option>
|
||
<option value="d10+2d1">d10+2</option>
|
||
<option value="d10+3d1">d10+3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-10 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_smiteDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Smite}} {{flavortext=Add this bonus to Attack and Damage rolls against those Unholy to }} {{rolltype=Smite : }} {{deity=@{ClericDeity} }} {{smite=[[ @{smiteDie} [Die Roll] ]] }}">Smite</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center sheet-small-label"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disapproval<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_disapproval">
|
||
<option value="1" selected="selected">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
<button type="roll" class="sheet-roll" name="roll_paladinDisapproval"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Deity Disapproval}} {{deity=@{ClericDeity}}} {{disapproval=[[ (?{Natural Roll that resulted in Disapproval|1})@{disapprovalDie} [Die Roll] - ([[@{luckMod}]]) [Luck Mod] ]] }}">Disapproval</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Fallen Points<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_FallenPoints">
|
||
<option value="0" selected="selected">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Instill Bravery<br></div>
|
||
<input type="hidden" name="attr_instillBraveryLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_InstillBraveryCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Starting Luck Mod + Personality Mod + Caster Level"><input class="sheet-underlined sheet-center" type="number" name="attr_instillBraveryCheck" value="[[([[@{luckStartingMod}]] + [[@{perMod}]] + @{instillBraveryLevel}) + @{InstillBraveryCheckMisc}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<input type="hidden" type="text" name="attr_instillBraveryDuration" value="[[1 + @{Level}]]">
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_instillBravery"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Instill Bravery}} {{flavortext=Embolden your teammates for}} {{rolltype=Holy Deed Check : }} {{deity=@{ClericDeity} }} {{bravery=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{instillBraveryCheck} [Bonus] ]] }} {{duration=@{InstillBraveryDuration}}} {{fearbonusCheck13=+1}} {{targetsCheck13=1}} {{fearbonusCheck19=+2}} {{targetsCheck19=[[1d3]]}} {{fearbonusCheck21=+3}} {{targetsCheck21=[[1d4]]}} {{fearbonusCheck24=+4}} {{targetsCheck24=[[1d6]]}} {{fearbonusCheck25=+5}} {{targetsCheck25=[[1d7]]}}">Instill Bravery</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_InstillBraveryNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Cause Fear<br></div>
|
||
<input type="hidden" name="attr_causeFearLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_CauseFearCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Starting Luck Mod + Personality Mod + Caster Level"><input class="sheet-underlined sheet-center" type="number" name="attr_causeFearCheck" value="[[([[@{luckStartingMod}]] + [[@{perMod}]] + @{causeFearLevel}) + @{CauseFearCheckMisc}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<input type="hidden" type="text" name="attr_causeFearDuration" value="[[1 + @{Level}]]">
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_CauseFear"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Cause Fear}} {{flavortext=Strike fear in the hearts of the Unholy for}} {{rolltype=Holy Deed Check : }} {{deity=@{ClericDeity} }} {{fear=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{causeFearCheck} [Bonus] ]] }} {{duration=@{causeFearDuration}}} {{number=@{Level}}} {{targetsCheck13=1}} {{targetsCheck19=[[1d3]]}} {{targetsCheck21=[[1d5]]}} {{targetsCheck24=[[1d7]]}} {{targetsCheck25=[[1d8]]}}">Cause Fear</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_CauseFearNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lay On Hands<br></div>
|
||
<input type="hidden" name="attr_paladinLayOnHandsLevel" value="(@{Level})">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_paladinLayOnHandsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Starting Luck Mod + Personality Mod + Caster Level"><input class="sheet-underlined sheet-center" type="number" name="attr_paladinLayOnHandsCheck" value="[[([[@{luckStartingMod}]] + [[@{perMod}]] + @{paladinLayOnHandsLevel}) + @{paladinLayOnHandsCheckMisc} + @{layOnHandsLuckyRoll}]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_paladinLayOnHands"
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{class=1}} {{name=@{character_name}}} {{title=Lay on Hands}} {{flavortext=Healing in the name of}} {{rolltype=Heal Check : }} {{deity=@{ClericDeity} }} {{layonhandspaly=[[ @{ActionDie}cf<@{disapproval} [Dice Roll] + @{paladinLayOnHandsCheck} [Bonus] ]] }} {{condition=?{If healing a condition, enter condition name|None} }}">Lay On Hands</button>
|
||
</div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Misc Notes"><input class="sheet-underline sheet-left" type="text" placeholder="Notes" name="attr_paladinLayOnHandsNotes"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Holy Deed Results Table
|
||
<table>
|
||
<tr>
|
||
<th> Roll </th>
|
||
<th> Lay on Hands <br>Same / Adjacent / Opposed</th>
|
||
<th> Instill Bravery</th>
|
||
<th> Cause Fear</th>
|
||
</tr>
|
||
<tr>
|
||
<td> 1-11 </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
<td> Failure </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 12-13 </td>
|
||
<td> 1 dice / None / None </td>
|
||
<td> +1 bonus/ one target </td>
|
||
<td> One target </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 14-19 </td>
|
||
<td> 2 dice / 1 dice / None </td>
|
||
<td> +2 bonus/1d3 targets </td>
|
||
<td> 1d3 targets </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 20-21 </td>
|
||
<td> 3 dice / 2 dice / 1 dice </td>
|
||
<td> +3 bonus/1d4 targets </td>
|
||
<td> 1d5 targets </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 22-24 </td>
|
||
<td> 4 dice / 3 dice / 2 dice </td>
|
||
<td> +4 bonus/1d6 targets </td>
|
||
<td> 1d7 targets </td>
|
||
</tr>
|
||
<tr>
|
||
<td> 25+ </td>
|
||
<td> 4 dice / 3 dice / 2 dice </td>
|
||
<td> +5 bonus/1d7 targets </td>
|
||
<td> 1d8 targets </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Same Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Adjacent Alignment</div>
|
||
<div class="sheet-col-1-3 sheet-center sheet-inspiration-label">PCs of Opposed Alignment</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3"><textarea name="attr_paladinAlignSame"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_paladinAlignAdjacent"></textarea></div>
|
||
<div class="sheet-col-1-3"><textarea name="attr_paladinAlignOpposed"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_paladinNotes" placeholder="Other martial notes of Holy Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d10 per level<br> </li>
|
||
<li><b>Weapons: </b> Those allowed by chosen god. In addition, they can use the following melee and ranged weapons: battleaxe, club, crossbow, dagger, handaxe, javelin, longbow, longsword, mace, short sword, shortbow, sling, spear, two-handed sword, and warhammer.<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Same as chosen god<br></li>
|
||
<li><b>Languages: </b> Knows Common. Also knows one additional language for every point of Int modifier<br></li>
|
||
<li><b>Movement: </b> 30 feet<br></li>
|
||
</ul>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-hd-row">Gods of the Eternal Struggle
|
||
<table>
|
||
<tr>
|
||
<th> Alignment of Deity </th>
|
||
<th> Weapons Useable by Cleric </th>
|
||
<th> Unholy Creatures to Deity </th>
|
||
</tr>
|
||
<tr>
|
||
<td> Law </td>
|
||
<td> Club, mace, sling, staff, warhammer </td>
|
||
<td> Un-dead, demons, devils, chaotic extraplanar creatures, monsters (e.g., basilisk or medusa), Chaos Primes, chaotic humanoids (e.g., orcs), chaotic dragons </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Neutral </td>
|
||
<td> Dagger, mace, sling, staff, sword (any) </td>
|
||
<td> Mundane animals, un-dead, demons, devils, monsters (e.g., basilisk or medusa), lycanthropes, perversions of nature (e.g., otyughs and slimes) </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Chaos </td>
|
||
<td> Axe (any), bow (any), dagger, dart, flail </td>
|
||
<td> Angels, paladins, lawful dragons, Lords of Law, Lawful Primes, and Law-aligned humanoids (e.g., goblins) </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Petrol Head -->
|
||
<div class="sheet-petrolhead">
|
||
|
||
<h3>Petrol Head Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Ace Die<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_aceDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_aceDie"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Ace Die}} {{flavortext=Add this bonus to vehicle-related checks.}} {{rolltype=Ace Die : }} {{luckdie=[[@{aceDie} [Die Roll] ]] }}">Ace Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mojo Die<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_mojoDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d2">d2</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_mojoDie"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Mojo Die}} {{flavortext=Add this Mojo bonus to any roll.}} {{rolltype=Mojo Die : }} {{luckdie=[[ ?{How many points of luck spent|1}@{mojoDie} [Die Roll] ]] }}">Mojo Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_petrolHeadNotes" placeholder="Other notes of Automotive Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d7 per level<br> </li>
|
||
<li><b>Weapons: </b> Any ranged/missile and 1-handed weapons<br></li>
|
||
<li><b>Armor: </b> Any shields and armor with a penalty die of d8 or less.<br></li>
|
||
<li><b>Alignment: </b> Law (rare), Neutral (rare), Chaos (common)<br></li>
|
||
<li><b>Languages: </b> Common.<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
<li><b>Equipment: </b> Starts with a Beater level Buggy or Small Car with a full tank of fuel.<br></li>
|
||
<li><b>Fuel Hound </b><br>
|
||
<ul>
|
||
<li><b>Smell Petroleum or alcohol based fuels </b><br>
|
||
<ul>
|
||
<li>Strong concentration within 100' <br></li>
|
||
<li>Smaller amounts, down to a single pint, have scent ranges as low as 20' (requires concentration) <br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Ranger -->
|
||
<div class="sheet-ranger">
|
||
|
||
<h3>Ranger Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Ranger Path<br></div>
|
||
<div class="sheet-col-1-6 sheet-right">
|
||
<select name="attr_RangerPath">
|
||
<option value="None" selected="selected">--</option>
|
||
<option value="Archery">Archery Expert</option>
|
||
<option value="Dual Wield">Two-Weapon Expert</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Favored Enemy<br></div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Favored Enemy (1st)"><input class="sheet-underlined sheet-center" type="text" name="attr_RangerFavoredEnemy"><br>1st Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Favored Enemy (3rd)"><input class="sheet-underlined sheet-center" type="text" name="attr_rangerFavoredEnemy2"><br>3rd Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Favored Enemy (6th)"><input class="sheet-underlined sheet-center" type="text" name="attr_rangerFavoredEnemy3"><br>6th Level</div>
|
||
<div class="sheet-col-1-5 sheet-small-label sheet-center" Title="Favored Enemy (9th)"><input class="sheet-underlined sheet-center" type="text" name="attr_rangerFavoredEnemy4"><br>9th Level</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mighty Deeds of Arms<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_DeedDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d10+1d1">d10+1</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_deedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of @{RangerPath}}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Ranger Deed Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb (Wilderness)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerClimbCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerClimbCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Climbing}} {{flavortext=Climbs in a Wilderness setting}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerClimbCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Climb</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Natural Traps<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom or Fox's Cunning Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerFindTrapsCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{rangerFindTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Natural Traps}} {{flavortext=Looks around for hidden traps in the forest}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerFindTrapsCheck} [Bonus] ]] }}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Build Natural Traps<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerBuildTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerBuildTrapsCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerBuildTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerBuildTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Build Natural Trap}} {{flavortext=Sets an outdoor trap}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerBuildTrapsCheck} [Bonus] ]] }}">Build Traps</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Natural Traps<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom or Fox's Cunning Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerDisableTrapsCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{rangerDisableTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Neutralize Natural Trap}} {{flavortext=Attempts to disable or jam the trap}} {{rolltype=Skill Check : DC}} {{disabletrap=[[ @{ActionDie} [Dice Roll] + @{rangerDisableTrapsCheck} [Bonus] ]] }} {{failtext=You set off the trap!!}}">Neutralize Traps</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak (Wilderness)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerSneakCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerSneakCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Sneaking}} {{flavortext=Attempts to move through the forest without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerSneakCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide (Wilderness)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerHideCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_RangerHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Hiding}} {{flavortext=Attempts to blend in with the forest}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Strider (Wilderness)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerStriderCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Agility Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerStriderCheck" value="[[[[@{agiMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerStriderCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerStrider"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Strider}} {{flavortext=Walks or even runs without leaving tracks or being hampered by difficult terrain}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerStriderCheck} [Bonus] ]] }}">Strider</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Survival (Wilderness)<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_rangerSurvivalCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Bonus is Personality Mod + Ranger Level + Born Under the Loom Lucky Roll (if applicable) + Bonus"><input class="sheet-underlined sheet-center" input type="number" name="attr_rangerSurvivalCheck" value="[[[[@{perMod}]] + @{Level} + @{skillChecksLuckyRoll} + @{rangerSurvivalCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_rangerSurvival"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Wilderness Survival}} {{flavortext=Uses wilderness skills to survive}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Dice Roll] + @{rangerSurvivalCheck} [Bonus] ]] }}">Survival</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_rangerNotes" placeholder="Other notes of Natural Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d10 per level<br> </li>
|
||
<li><b>Weapons: </b> club, crossbow, dagger, dart, handaxe, javelin, longbow, longsword, mace, shortbow, shortsword, sling, spear, staff<br></li>
|
||
<li><b>Armor: </b> Any shield and armor with a total Check Penalty less than -6.<br></li>
|
||
<li><b>Alignment: </b> Law (uncommon), Neutral (common), Chaos (uncommon)<br></li>
|
||
<li><b>Languages: </b> Common. Knows two additional languages for every point of Int modifier. These languages must be one of his favored enemies or an animal one.<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
<li><b>Ranger Paths </b><br>
|
||
<ul>
|
||
<li><b>Archery Expert </b><br>
|
||
<ul>
|
||
<li>When firing into melee, the ranger may ignore the 50% chance to hit an ally engaged in the melee.<br></li>
|
||
<li>Uses Mighty Deed die when attacking with Crossbow, Longbow or Shortbow <br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Two-Weapon Expert</b><br>
|
||
<ul>
|
||
<li>A ranger can fight effectively with 2 equal-sized one-handed weapons as if his Agility was 16. <br></li>
|
||
<li>Uses Mighty Deed die when attacking with two-weapons <br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Technologist -->
|
||
<div class="sheet-technologist">
|
||
<h3>Technologist Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_juryRigDie" value="d20">
|
||
<input type="hidden" name="attr_juryRigFailureDie" value="d16">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_decretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_decretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{decretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_findSecretDoor"
|
||
value="&{template:DccTabbed} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Weapon Tinkering<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_weaponTinkerBonus">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_weaponTinkerCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_weaponTinkerCheck" value="[[ @{weaponTinkerBonus} + @{skillChecksLuckyRoll} + @{weaponTinkerCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_weaponTinker"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Weapon Tinkering}} {{flavortext=Attempts to repair (or build) a weapon}} {{rolltype=Skill Check : DC}} {{juryrig=[[ @{ActionDie} [Action Die] + @{weaponTinkerCheck} [Bonus] ]] }} {{rolltype2=If DC not made, Failure :}} {{juryrigfailure=[[ @{juryRigFailureDie} + [[@{luckMod}]] [Luck mod] ]] }}">Weapon Tinkering</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Bot Repair<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_botRepairBonus">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_botRepairCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_botRepairCheck" value="[[ @{botRepair_Bonus} + @{skillChecksLuckyRoll} + @{botRepairCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_botRepair"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Bot Repair}} {{flavortext=Attempts to fix (or reprogram) a robot}} {{rolltype=Skill Check : DC}} {{juryrig=[[ @{ActionDie} [Action Die] + @{botRepairCheck} [Bonus] ]] }} {{rolltype2=If DC not made, Failure :}} {{juryrigfailure=[[ @{juryRigFailureDie} + [[@{luckMod}]] [Luck mod] ]] }}">Bot Repair</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Computer Use<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_computerUseBonus">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_computerUseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_computerUseCheck" value="[[ @{computerUseBonus} + @{skillChecksLuckyRoll} + @{computerUseCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_computerUse"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Computer Use}} {{flavortext=Tries to interact with a computer}} {{rolltype=Skill Check : DC}} {{juryrig=[[ @{ActionDie} [Action Die] + @{computerUseCheck} [Bonus] ]] }} {{rolltype2=If DC not made, Failure :}} {{juryrigfailure=[[ @{juryRigFailureDie} + [[@{luckMod}]] [Luck mod] ]] }}">Computer Use</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Vehicle Repair<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_vehicleRepairBonus">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_vehicleRepairCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_vehicleRepairCheck" value="[[ @{vehicleRepairBonus} + @{skillChecksLuckyRoll} + @{vehicleRepairCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_vehicleRepair"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Vehicle Repair}} {{flavortext=Goes under the hood of the vehicle}} {{rolltype=Skill Check : DC}} {{juryrig=[[ @{ActionDie} [Action Die] + @{vehicleRepairCheck} [Bonus] ]] }} {{rolltype2=If DC not made, Failure :}} {{juryrigfailure=[[ @{juryRigFailureDie} + [[@{luckMod}]] [Luck mod] ]] }}">Vehicle Repair</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">General Tech<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_generalTechBonus">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_generalTechCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_generalTechCheck" value="[[ @{generalTechBonus} + @{skillChecksLuckyRoll} + @{generalTechCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_generalTech"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=General Tech}} {{flavortext=Tries working with the thingamabob or doohickey}} {{rolltype=Skill Check : DC}} {{juryrig=[[ @{ActionDie} [Action Die] + @{generalTechCheck} [Bonus] ]] }} {{rolltype2=If DC not made, Failure :}} {{juryrigfailure=[[ @{juryRigFailureDie} + [[@{luckMod}]] [Luck mod] ]] }}">General Tech</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Use Alien Tech<br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_alienTechDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_alienTechCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod, Lucky Roll"><input class="sheet-underlined sheet-center" input type="number" name="attr_alienTechCheck" value="[[[[@{Level}]] + @{skillChecksLuckyRoll} + @{alienTechCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_alienTechDie"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Use Alien Tech}} {{flavortext=Tries to figure out how this Alien Technology works}} {{rolltype=Skill Check : DC}} {{classability=[[ @{slienTechDie} [Tech Die] + @{slienTechCheck} [Bonus] + [[@{luckMod}]] [Luck mod] ]] }}">Use Alien Tech</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_technologistNotes" placeholder="Other notes of Technical Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b>1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Daggers, Clubs, Staves, Hand Axes, Crossbows, Pistols and Rifles of any Era, Grenades and Explosives of any Era<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Languages: </b> Common<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
<li><b>Alignment: </b><br>
|
||
<ul>
|
||
<li><b>Neutral (common):</b> Has unbiased nature of scientific understanding<br>
|
||
<ul>
|
||
<li>Great at: Vehicle Repair<br></li>
|
||
<li>Good at: Use Alien Tech, Weapon Tinkering<br></li>
|
||
<li>Average at: Computer Use, General Tech<br></li>
|
||
<li>Okay at: Bot Repair<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Lawful (uncommon):</b> Obsessed with theoretical science<br>
|
||
<ul>
|
||
<li>Great at: General Tech, Use Alien Tech<br></li>
|
||
<li>Good at: Computer Use<br></li>
|
||
<li>Average at: Bot Repair, Vehicle Repair<br></li>
|
||
<li>Okay at: Weapon Tinkering<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Chaotic (uncommon):</b> Prone to be called mad scientists<br>
|
||
<ul>
|
||
<li>Great at: Weapon Tinkering<br></li>
|
||
<li>Good at: Bot Repair<br></li>
|
||
<li>Average at: Computer Use, Vehicle Repair, Use Alien Tech<br></li>
|
||
<li>Okay at: General Tech<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Thief -->
|
||
<div class="sheet-thief">
|
||
<h3>Thief Abilities</h3>
|
||
|
||
<input type="hidden" name="attr_betaThiefSkillDie" value="d100">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-5 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Luck Die : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefLuckDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-11 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_ThiefLuckDie"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Luck Die}} {{flavortext=Add this lucky bonus to any roll.}} {{rolltype=Luck Die : }} {{luckdie=[[ ?{How many points of luck spent|1}@{ThiefLuckDie} [Die Roll] ]] }}">Luck Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Backstab : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefBackstab">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefBackstabCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefBackstabCheck" value="[[@{skillChecksLuckyRoll} + @{ThiefBackstab} + @{thiefBackstabCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-small-label">(Added to Attack Roll when backstab used - check button on weapon table)</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Cast Spell from Scroll : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefCastScroll">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefCastScrollMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod, Lucky Roll"><input class="sheet-underlined sheet-center" input type="number" name="attr_thiefCastScrollCheck" value="[[[[@{intMod}]] + @{skillChecksLuckyRoll} + @{thiefCastScrollMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_ThiefCastScroll"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Cast Spell from Scroll}} {{flavortext=Tries to read the arcane writings and cast the spell}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ThiefCastScroll} [Cast Die] + @{thiefCastScrollCheck} [Bonus] ]] }}">Use Scroll</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<input type="radio" class="CoreThief" value="1" name="attr_classThief" checked><label class="sheet-subtabThief">Core Thief Skills (d20 based)</label>
|
||
<input type="radio" class="BetaThief" value="2" name="attr_classThief"><label class="sheet-subtabThief">Beta Thief Skills (%d based)</label>
|
||
|
||
<!-- Core Thief Skills -->
|
||
<div class="sheet-CoreThief">
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak silently : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefSneak">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefSneakCheck" value="[[[[@{agiMod}]] + @{ThiefSneak} + @{skillChecksLuckyRoll} + @{thiefSneakCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak Silently}} {{flavortext=Attempts to move without making a sound}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefSneakCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide in Shadows : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefHide">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefHideCheck" value="[[[[@{agiMod}]] + @{ThiefHide} + @{skillChecksLuckyRoll} + @{thiefHideCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide in Shadows}} {{flavortext=Try to vanish}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefHideCheck} [Bonus] ]] }}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Pockets : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPickPockets">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPickPocketsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPickPocketsCheck" value="[[[[@{agiMod}]] + @{ThiefPickPockets} + @{skillChecksLuckyRoll} + @{thiefPickPocketsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPickPockets"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Pockets}} {{flavortext=Look into someone's pocket}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefPickPocketsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Pockets</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb Sheer Surfaces : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefClimb">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefClimbCheck" value="[[[[@{agiMod}]] + @{ThiefClimb} + @{skillChecksLuckyRoll} + @{thiefClimbCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Climb Sheer Surfaces}} {{flavortext=Climbs up the steep surface}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefClimbCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Climb</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Lock : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPickLocks">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPickLocksCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPickLocksCheck" value="[[[[@{agiMod}]] + @{ThiefPickLocks} + @{skillChecksLuckyRoll} + @{thiefPickLocksCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPickLocks"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Lock}} {{flavortext=Tries to figure out the locking mechanism}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefPickLocksCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }}">Pick Lock</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefFindTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefFindTrapsCheck" value="[[[[@{intMod}]] + @{ThiefFindTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{thiefFindTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Trap}} {{flavortext=Looks around for likely traps}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefFindTrapsCheck} [Bonus] ]] }}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefDisableTraps">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefDisableTrapsCheck" value="[[[[@{agiMod}]] + @{ThiefDisableTraps} + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll} + @{thiefDisableTrapsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disable Trap}} {{flavortext=Attempts to disable or jam the trap}} {{rolltype=Skill Check : DC}} {{disabletrap=[[ @{ActionDie} [Action Die] + @{thiefDisableTrapsCheck} [Bonus] + ([[@{armorCheck}]]) [Armor Check Penalty] ]] }} {{failtext=You set off the trap!!}}">Disable Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Forge Document : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefForgeDocuments">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefForgeDocumentsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefForgeDocumentsCheck" value="[[[[@{agiMod}]] + @{ThiefForgeDocuments} + @{skillChecksLuckyRoll} + @{thiefForgeDocumentsCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefForgeDocuments"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Forge Document}} {{flavortext=Copies a document}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefForgeDocumentsCheck} [Bonus] ]] }}">Forge Document</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disguise Self : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefDisguise">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefDisguiseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefDisguiseCheck" value="[[[[@{perMod}]] + @{ThiefDisguise} + @{skillChecksLuckyRoll} + @{thiefDisguiseCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefDisguise"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disguise Self}} {{flavortext=Puts on a disguise}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefDisguiseCheck} [Bonus] ]] }}">Disguise Self</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Read Languages : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefRead">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefReadCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod + Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefReadCheck" value="[[[[@{intMod}]] + @{ThiefRead} + @{skillChecksLuckyRoll} + @{thiefReadCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefRead"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Read Languages}} {{flavortext=Attempts to puzzle out this language}} {{rolltype=Skill Check : DC}} {{classability=[[ @{ActionDie} [Action Die] + @{thiefReadCheck} [Bonus] ]] }}">Read Languages</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Handle Poison : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_ThiefPoison">
|
||
<option value="0" selected="selected">+0</option>
|
||
<option value="1">+1</option>
|
||
<option value="2">+2</option>
|
||
<option value="3">+3</option>
|
||
<option value="4">+4</option>
|
||
<option value="5">+5</option>
|
||
<option value="6">+6</option>
|
||
<option value="7">+7</option>
|
||
<option value="8">+8</option>
|
||
<option value="9">+9</option>
|
||
<option value="10">+10</option>
|
||
<option value="11">+11</option>
|
||
<option value="12">+12</option>
|
||
<option value="13">+13</option>
|
||
<option value="14">+14</option>
|
||
<option value="15">+15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_thiefPoisonCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds Lucky Roll + Bonus"><input class="sheet-underlined sheet-center" type="number" name="attr_thiefPoisonCheck" value="[[@{ThiefPoison} + @{skillChecksLuckyRoll} + @{thiefPoisonCheckMisc}]]" disabled="disabled">Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_thiefPoison"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Handle Poison}} {{flavortext=Tries to apply a poison to an object}} {{rolltype=Safety Check : DC}} {{handlepoison=[[ @{ActionDie} [Action Die] + @{thiefPoisonCheck} [Bonus] ]]}} {{chance=9}} {{successtext=You have successfully applied the poison.}} {{failtext=You have poisoned yourself!!}}">Handle Poison</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_thiefNotes" placeholder="Other notes of Roguish Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b>1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Blackjack, blowgun, crossbow, dagger, dart, garrote, longsword, short sword, sling, and staff<br></li>
|
||
<li><b>Armor: </b> Thieves are careful in their choice of armor, as it affects the use of their skills.<br></li>
|
||
<li><b>Languages: </b> Common, Thieves Cant<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
<li><b>Alignment: </b><br>
|
||
<ul>
|
||
<li><b>Neutral (common):</b> Path of the Swindler<br>
|
||
<ul>
|
||
<li>Great at: Sneak, Pick pocket, Climb, Forge document<br></li>
|
||
<li>Good at: Hide, Pick lock, Find trap, Disable trap, Cast spell from scroll<br></li>
|
||
<li>Average at: Backstab, Read languages<br></li>
|
||
<li>Okay at: Disguise self, Handle poison<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Lawful (common):</b> Path of the Boss<br>
|
||
<ul>
|
||
<li>Great at: Hide, Climb, Find trap, Disable trap<br></li>
|
||
<li>Good at: Backstab, Sneak, Pick pocket, Pick lock<br></li>
|
||
<li>Average at: Disguise self, Handle poison, Cast spell from scroll<br></li>
|
||
<li>Okay at: Forge document, Read languages<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Chaotic (common):</b> Path of the Assassin<br>
|
||
<ul>
|
||
<li>Great at: Backstab, Sneak, Disguise self, Handle poison<br></li>
|
||
<li>Good at: Hide, Climb, Pick lock, Find trap<br></li>
|
||
<li>Average at: Pick pocket, Disable trap, Cast spell from scroll<br></li>
|
||
<li>Okay at: Forge document, Read languages<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Beta Thief Skills -->
|
||
<div class="sheet-BetaThief">
|
||
|
||
<input type="hidden" name="attr_betaThiefArmorCheck" value="[[([[@{armorCheck}]] * 5)]]">
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Sneak silently : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefSneak">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
<input type="hidden" name="attr_betaThiefSneakBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefSneakMiscBonus" value="[[((@{betaThiefSneakCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefSneakCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefSneakCheck" value="[[@{betaThiefSneakBonus} + @{betaThiefSneak} + @{betaThiefSneakMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefSneak"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Sneak Silently}} {{flavortext=Attempts to move without making a sound.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefSneakCheck} + @{betaThiefArmorCheck} [Armor Check Penalty] ]]}} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Sneak</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Hide in Shadows : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefHide">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefHideBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefHideMiscBonus" value="[[((@{betaThiefHideCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefHideCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefHideCheck" value="[[@{betaThiefHideBonus} + @{betaThiefHide} + @{betaThiefHideMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefHide"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Hide in Shadows}} {{flavortext=Attempts to Hide in Shadows.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefHideCheck} }} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Hide</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Pockets : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPickPockets">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPickPocketsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPickPocketsMiscBonus" value="[[((@{betaThiefPickPocketsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPickPocketsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPickPocketsCheck" value="[[@{betaThiefPickPocketsBonus} + @{betaThiefPickPockets} + @{betaThiefPickPocketsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPickPockets"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Pockets}} {{flavortext=Attempts to Pick Pockets.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefPickPocketsCheck} + ([[@{betaThiefArmorCheck})]]) [Armor Check Penalty] ]]}} {{successtext=You think you have succeeded.}} {{failtext=You have most likely failed.}}">Pick Pockets</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Climb Sheer Surfaces : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefClimb">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="85">85%</option>
|
||
<option value="86">86%</option>
|
||
<option value="87">87%</option>
|
||
<option value="88">88%</option>
|
||
<option value="89">89%</option>
|
||
<option value="90">90%</option>
|
||
<option value="91">91%</option>
|
||
<option value="92">92%</option>
|
||
<option value="93">93%</option>
|
||
<option value="94">94%</option>
|
||
<option value="95">95%</option>
|
||
<option value="96">96%</option>
|
||
<option value="97">97%</option>
|
||
<option value="98">98%</option>
|
||
<option value="99">99%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefClimbBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 1)]]">
|
||
<input type="hidden" name="attr_betaThiefClimbMiscBonus" value="[[((@{betaThiefClimbCheckMisc}) * 1)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefClimbCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefClimbCheck" value="[[@{betaThiefClimbBonus} + @{betaThiefClimb} + @{betaThiefClimbMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefClimb"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Climb Sheer Surfaces}} {{flavortext=Attempts to Climb a Sheer Surface.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefClimbCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=You climb successfully.}} {{failtext=You fall.}}">Climb</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Pick Lock : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPickLocks">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
<option value="75">75%</option>
|
||
<option value="80">80%</option>
|
||
<option value="85">85%</option>
|
||
<option value="90">90%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPickLocksBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPickLocksMiscBonus" value="[[((@{betaThiefPickLocksCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPickLocksCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPickLocksCheck" value="[[@{betaThiefPickLocksBonus} + @{betaThiefPickLocks} + @{betaThiefPickLocksMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPickLocks"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Pick Locks}} {{flavortext=Attempts to Pick a Lock.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefPickLocksCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=The lock opens.}} {{failtext=You have been confounded by the complexity of this lock.}}">Pick Lock</button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Find Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefFindTraps">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefFindTrapsBonus" value="[[(([[@{intMod}]] + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefFindTrapsMiscBonus" value="[[((@{betaThiefFindTrapsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefFindTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds INT mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefFindTrapsCheck" value="[[@{betaThiefFindTrapsBonus} + @{betaThiefFindTraps} + @{betaThiefFindTrapsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefFindTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Traps}} {{flavortext=Looks around for traps.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefFindTrapsCheck} }} {{successtext=You think you could possibly have found a trap.}} {{failtext=No Traps Here!.}}">Find Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disable Trap : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefDisableTraps">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefDisableTrapsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll} + @{findDisableTrapsLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefDisableTrapsMiscBonus" value="[[((@{betaThiefDisableTrapsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefDisableTrapsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefDisableTrapsCheck" value="[[@{betaThiefDisableTrapsBonus} + @{betaThiefDisableTraps} + @{betaThiefDisableTrapsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefDisableTraps"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disable Traps}} {{flavortext=Attempts to Disable the Trap.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=[[@{betaThiefDisableTrapsCheck} + ([[@{betaThiefArmorCheck}]]) [Armor Check Penalty] ]]}} {{successtext=You think you have disabled the trap.}} {{failtext=Trap is not disabled and you might have set it off.}}">Disable Trap</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Forge Document : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefForgeDocuments">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefForgeDocumentsBonus" value="[[(([[@{agiMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefForgeDocumentsMiscBonus" value="[[((@{betaThiefForgeDocumentsCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefForgeDocumentsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds AGI mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefForgeDocumentsCheck" value="[[@{betaThiefForgeDocumentsBonus} + @{betaThiefForgeDocuments} + @{betaThiefForgeDocumentsMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefForgeDocuments"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Forge Documents}} {{flavortext=Attempts to Forge a Document.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefForgeDocumentsCheck} }} {{successtext=You think you have copied the documents perfectly.}} {{failtext=You hope that no one will notice all the errors.}}">Forge Document</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Disguise Self : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefDisguise">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefDisguiseBonus" value="[[(([[@{perMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefDisguiseMiscBonus" value="[[((@{betaThiefDisguiseCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefDisguiseCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefDisguiseCheck" value="[[@{betaThiefDisguiseBonus} + @{betaThiefDisguise} + @{betaThiefDisguiseMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefDisguise"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Disguise Self}} {{flavortext=Attempts to Disguise themselves.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefDisguiseCheck} }} {{successtext=No one should notice it's you.}} {{failtext=Did your mustache just fall off?.}}">Disguise Self</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Read Languages : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefRead">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="5">5%</option>
|
||
<option value="10">10%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefReadBonus" value="[[(([[@{perMod}]] + @{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefReadMiscBonus" value="[[((@{betaThiefReadCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefReadCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds PER mod, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefReadCheck" value="[[@{betaThiefReadBonus} + @{betaThiefRead} + @{betaThiefReadMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefRead"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Read Languages}} {{flavortext=Sounds out the language.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefReadCheck} }} {{successtext=You can understand this.}} {{failtext=You have no idea what this language says.}}">Read Language</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Handle Poison : <br></div>
|
||
<div class="sheet-col-1-13 sheet-right">
|
||
<select name="attr_betaThiefPoison">
|
||
<option value="0" selected="selected">0%</option>
|
||
<option value="15">15%</option>
|
||
<option value="20">20%</option>
|
||
<option value="25">25%</option>
|
||
<option value="30">30%</option>
|
||
<option value="35">35%</option>
|
||
<option value="40">40%</option>
|
||
<option value="45">45%</option>
|
||
<option value="50">50%</option>
|
||
<option value="55">55%</option>
|
||
<option value="60">60%</option>
|
||
<option value="65">65%</option>
|
||
<option value="70">70%</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_betaThiefPoisonBonus" value="[[((@{skillChecksLuckyRoll}) * 5)]]">
|
||
<input type="hidden" name="attr_betaThiefPoisonMiscBonus" value="[[((@{betaThiefPoisonCheckMisc}) * 5)]]">
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_betaThiefPoisonCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" title="Adds bonus, Lucky Roll as % mods"><input class="sheet-underlined sheet-center" input type="number" name="attr_betaThiefPoisonCheck" value="[[@{betaThiefPoisonBonus} + @{betaThiefPoison} + @{betaThiefPoisonMiscBonus}]]" disabled="disabled">Success %</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_betaThiefPoison"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Handle Poison}} {{flavortext=Tries to apply a poison to an object.}} {{neededroll=Success Chance : }} {{rolltype=Roll : }} {{percentability=[[1d100]]}} {{chance=@{betaThiefPoisonCheck} }} {{successtext=You have successfully coated the blade.}} {{failtext=You have failed to coat the blade properly and maybe even poisoned yourself.}}">Handle Poison</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_thiefNotes" placeholder="Other notes of Roguish Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b>1d6 per level<br> </li>
|
||
<li><b>Weapons: </b> Blackjack, blowgun, crossbow, dagger, dart, garrote, longsword, short sword, sling, and staff<br></li>
|
||
<li><b>Armor: </b> Thieves are careful in their choice of armor, as it affects the use of their skills.<br></li>
|
||
<li><b>Languages: </b> Thieves Cant<br></li>
|
||
<li><b>Alignment: </b><br>
|
||
<ul>
|
||
<li><b>Neutral (common):</b> Path of the Swindler<br>
|
||
<ul>
|
||
<li>Great at: Sneak, Pick pocket, Climb, Forge document<br></li>
|
||
<li>Good at: Hide, Pick lock, Find trap, Disable trap, Cast spell from scroll<br></li>
|
||
<li>Average at: Backstab, Read languages, Disguise self, Handle poison<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Lawful (common):</b> Path of the Boss<br>
|
||
<ul>
|
||
<li>Great at: Hide, Climb, Find trap, Disable trap<br></li>
|
||
<li>Good at: Backstab, Sneak, Pick pocket, Pick lock<br></li>
|
||
<li>Average at: Disguise self, Handle poison, Cast spell from scroll, Forge document, Read languages<br></li>
|
||
</ul>
|
||
</li>
|
||
<li><b>Chaotic (common):</b> Path of the Assassin<br>
|
||
<ul>
|
||
<li>Great at: Backstab, Pick lock, Disguise self, Handle poison<br></li>
|
||
<li>Good at: Hide, Climb, Sneak, Find trap<br></li>
|
||
<li>Average at: Pick pocket, Disable trap, Cast spell from scroll, Forge document, Read languages<br></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- Warrior -->
|
||
<div class="sheet-warrior">
|
||
<h3>Warrior Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Mighty Deeds of Arms<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_DeedDie">
|
||
<option value="d0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10+1d1">d10+1</option>
|
||
<option value="d10+2d1">d10+2</option>
|
||
<option value="d10+3d1">d10+3</option>
|
||
<option value="d10+4d1">d10+4</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-10 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of Arms}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Deed Die</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Lucky Weapon<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="The weapon must be specific ie Longsword or Shortsword instead of just swords"><input class="sheet-underline sheet-center" type="text" placeholder="Choose one Warrior Weapon" name="attr_LuckyWeapon"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-padr sheet-hd-row">Class level to Initiative<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_warriorClassInit">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10">10</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_warriorNotes" placeholder="Other notes of Martial Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d12 per level<br> </li>
|
||
<li><b>Weapons: </b> Battleaxe, club, crossbow, dagger, dart, handaxe, javelin, longbow, longsword, mace, polearm, shortbow, short sword, sling, spear, staff, two-handed sword, and warhammer<br></li>
|
||
<li><b>Armor: </b> Any<br></li>
|
||
<li><b>Alignment: </b> Any<br></li>
|
||
<li><b>Languages: </b> Common<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="sheet-wizard">
|
||
<h3>Wizard Abilities</h3>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Secret Doors<br></div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Add Misc bonus here"><input class="sheet-underlined" type="number" name="attr_secretDoorsCheckMisc" value="0"><br>Misc Bonus</div>
|
||
<div class="sheet-col-1-14 sheet-small-label sheet-center" Title="Bonus is Intelligence Mod + Secret Doors Lucky Roll + Misc Bonus (if any)"><input class="sheet-underlined sheet-center" type="number" name="attr_secretDoorCheck" value="[[ ( [[@{intMod}]] + [[@{findSecretDoorsLuckyRoll}]] + [[@{secretDoorsCheckMisc}]]) ]]" disabled="disabled"><br>Total Bonus</div>
|
||
<div class="sheet-col-1-6 sheet-padl">
|
||
<button type="roll" class="sheet-roll" name="roll_FindSecretDoor"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Find Secret Doors}} {{flavortext=Looks around for secret or hidden doors.}} {{rolltype=Search Check : }} {{classability=[[ @{ActionDie} [Action Die] + @{secretDoorCheck} [Bonus] ]] }}">Find Secret Doors</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Momentum<br></div>
|
||
<div class="sheet-col-1-10 sheet-right">
|
||
<select name="attr_Momentum" value="10">
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="7">7</option>
|
||
<option value="8">8</option>
|
||
<option value="9">9</option>
|
||
<option value="10" selected="selected">10</option>
|
||
<option value="11">11</option>
|
||
<option value="12">12</option>
|
||
<option value="13">13</option>
|
||
<option value="14">14</option>
|
||
<option value="15">15</option>
|
||
<option value="16">16</option>
|
||
<option value="17">17</option>
|
||
<option value="18">18</option>
|
||
<option value="19">19</option>
|
||
<option value="20">20</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Familiar</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Spell Check<br></div>
|
||
<div class="sheet-col-1-16 sheet-right" title="Enter your Find Familiar Spell Check Roll"><input class="sheet-underline sheet-center" type="text" placeholder="0" name="attr_wizardFamiliarCheck"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Name"><input class="sheet-underline sheet-center" type="text" placeholder="Familiar Name" name="attr_wizardFamiliarName"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Type<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar Type"><input class="sheet-underline sheet-center" type="text" placeholder="Type of Familiar" name="attr_WizardFamiliar"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Physical Look<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Physical Look"><input class="sheet-underline sheet-center" type="text" placeholder="Physical Look" name="attr_wizardFamiliarLook"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Personality<br></div>
|
||
<div class="sheet-col-1-4 sheet-right" title="Enter your Familiar's Personality"><input class="sheet-underline sheet-center" type="text" placeholder="Personality" name="attr_wizardFamiliarPersonality"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Benefit(s)<br></div>
|
||
<div class="sheet-col-1-1" title="Enter your Familiar's Benefits"><textarea name="attr_wizardFamiliarBenefit" placeholder="Enter your familiar's benefit(s) to you here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Patron(s)</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-hd-row">Name(s)<br></div>
|
||
<div class="sheet-col-1-2 sheet-right" title="Enter your Supernatural Patron"><input class="sheet-underline sheet-center" type="text" placeholder="Patron's Name" name="attr_WizardPatron"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Taint<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Taints here"><textarea name="attr_wizardPatronTaint" placeholder="Enter your Patron Taint(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-hd-row">Notes<br></div>
|
||
<div class="sheet-col-1-1" title="Enter Patron Bond notes here"><textarea name="attr_wizardPatronBondNotes" placeholder="Enter your Patron Bond notes here including your spell check roll for each bond"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spell Corruption</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter Spell Corruptions Here"><textarea name="attr_WizardCorruption" placeholder="Enter your Spell Corruption(s) here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Spells heard of</div>
|
||
</div>
|
||
<div class="sheet-row sheet-hd-row">
|
||
<div class="sheet-col-1-3" title="List spells your character knows the existance, yet has not learned how to cast.">
|
||
<textarea name="attr_spellsknown" placeholder="List spells your character knows the existance, yet has not learned how to cast. Example: knock (level 2)"></textarea>
|
||
</div>
|
||
<div class="sheet-col-2-3 sheet-padl">
|
||
<p>
|
||
When eligible to learn a new spell, wizards and elves know 1-3 that they can learn.
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_spellsknown" title="roll_spellsknown"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Spells Known}} {{flavortext=Learns of the existance of new spells.}} {{rolltype=Known new spells: }} {{classability=[[1d3]] }}">New spells known</button>
|
||
<p class="sheet-padt">
|
||
To learn a new spell, it takes 1 week of uninterrupted study per
|
||
spell level, with a check made at the end. The DC of the check is
|
||
10 + spell level. The check is made with d20 + level (<span name="attr_level"></span>)
|
||
+ intelligence modifier (<i><span name="attr_intmod"></span></i>).
|
||
</p>
|
||
<button type="roll" class="sheet-roll" name="roll_learnnewspell" title="roll_learnnewspell"
|
||
value="&{template:DccTabbed} {{background=[[5]]}} {{class=1}} {{name=@{character_name}}} {{title=Learn New Spell}} {{flavortext=Studies intensely and attempts to learn ?{Spell name}.}} {{rolltype=Result: }} {{learnspellcheck=[[1d20 + @{level} [level] + @{intMod} [int mod]]] }} {{difficulty=[[10 + ?{Spell level|1}]]}}">Learn new spell</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-5 sheet-center sheet-inspiration-label">Other Notes</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1" title="Enter other notes here"><textarea name="attr_WizardNotes" placeholder="Other notes of Wizarding Importance!"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<ul>
|
||
<li><b>Hit Points:</b> 1d4 per level<br> </li>
|
||
<li><b>Weapons: </b> Dagger, longbow, longsword, shortbow, short sword, and staff<br></li>
|
||
<li><b>Armor: </b> Wizards rarely wear armor, as it hinders spellcasting.<br></li>
|
||
<li><b>Alignment: </b> Chaotic wizards study black magic. Neutral or lawful wizards seek control over elements. Wizards of all persuasions practice enchantment.<br></li>
|
||
<li><b>Languages: </b> Common. Knows two additional languages for every point of Int modifier<br></li>
|
||
<li><b>Movement: </b> 30'<br></li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
<hr>
|
||
</div>
|
||
|
||
<!-- WEAPONS -->
|
||
|
||
<div class="sheet-section-weapons">
|
||
|
||
<div class="sheet-col-1-6 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of Arms}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Deed Die</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_DeedDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Mighty Deed of @{RangerPath}}} {{flavortext=Add this bonus to Attack and Damage roll.}} {{rolltype=Deed Die : }} {{deeddie=[[ @{DeedDie}cs>3 [Die Roll] ]] }} {{successtext=You accomplish a Mighty Deed (if attack roll also hits)!}}">Ranger Deed Die</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_smiteDie"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Smite}} {{flavortext=Add this bonus to Attack and Damage rolls against those Unholy to }} {{rolltype=Smite : }} {{deity=@{ClericDeity} }} {{smite=[[ @{smiteDie} [Die Roll] ]] }}">Smite</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<!-- BEGIN AUTO GENERATED WEAPON SECTION -->
|
||
|
||
<h4 class="sheet-center">Melee Weapons </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-3-10 sheet-center sheet-small-label sheet-vert-bottom">Weapon</div>
|
||
<div class="sheet-col-1-10 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-1-10 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">To Hit Mod</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Damage Dice</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Dmg Mod</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Advanced</div>
|
||
</div>
|
||
|
||
<!-- BEGIN MELEE weapon repeating row -->
|
||
<fieldset class="repeating_meleeweapon">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-10"><input type="text" name="attr_meleeWeaponName"></div>
|
||
<div class="sheet-col-1-10" title="If you are not trained in your weapon use, you take -1 die for your attack roll. You will also take a minus to your dice chain if using two-weapon fighting.">
|
||
<select name="attr_meleeAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-10" title="Your critical threat range goes up, if your dice on the dice chain goes up. For those dual wielding, your primary hand gets a critical threat at 16. If you are a halfling, both weapons get a critical threat at 16.">
|
||
<select name="attr_meleeCritThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
<option value="16">16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-20"><input class=" sheet-center" type="number" name="attr_meleeToHit" value="[[[[@{strMod}]] + @{meleeMagic} + @{meleeOtherToHitBonus} + @{allAtkLuckyRoll} + @{meleeAtkLuckyRoll} + @{ATK} + @{meleeAtkLuckyWeapon} + @{zeroWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-20" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" value="1d4" type="text" name="attr_meleeDmg"></div>
|
||
<div class="sheet-col-1-20"><input class="sheet-center" type="number" name="attr_meleeDmgBonus" value="[[[[@{strMod}]] + @{meleeMagic} + @{meleeOtherDamageBonus} + @{meleedmgLuckyRoll} + @{dmgLuckyRoll} + @{zeroWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-20 sheet-checkbox-row" title="Check for advanced options">
|
||
<input type="checkbox" value="@{meleeShowAdvanced}" name="attr_meleeShowAdvanced" class="sheet-melee-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponAttack" title="Melee Weapon Attack" value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{meleeWeaponName}}} {{wielded=@{meleeAttackWielded} }} {{attack=[[ @{meleeAttackDice}cs>@{meleeCritThreat} [To Hit Roll] + @{meleeToHit} [To Hit Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] }} {{damage=[[ ({(@{meleeDmg} [Base damage] + @{meleeDmgBonus} [Damage Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die]),1d1}kh1) ]]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">Attack</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-12">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponAttackWithDeed" title="Melee Weapon Attack with Mighty Deed" value="&{template:DccTabbed} [[ @{meleeAttackDice}cs>@{meleeCritThreat} [To Hit Roll] + [[@{DeedDie}cs>3]] [Deed Die] + @{meleeToHit} [To Hit Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{meleeWeaponName}}} {{wielded=@{meleeAttackWielded} }} {{attackWithDeed=$[[1]] }} {{deedroll=$[[0]] }} {{damage=[[ ({(@{meleeDmg} [Base damage] + @{meleeDmgBonus} [Damage Bonus]),1d1}kh1) ]] + $[[0]] [Deed]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">w/ Deed</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponBackstab" title="Melee Weapon Backstab" value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Backstab with @{meleeWeaponName}}} {{flavortext=You attack the enemy from behind or when they are unaware. If the attack hits, it is a critical hit.}} {{backstab=[[ @{meleeAttackDice} [To Hit Roll] + @{meleeToHit} [To Hit Bonus] + @{ThiefBackstabCheck} [Backstab Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] }} {{damage=[[ @{meleeBackstabDmg} [Base backstab damage] + @{meleeDmgBonus} [Damage Bonus] ]]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">Backstab</button>
|
||
</div>
|
||
<input type="checkbox" value="@{meleeShowAdvanced}" name="attr_meleeShowAdvanced" class="sheet-melee-advanced2 sheet-hidden">
|
||
|
||
<div class="sheet-melee-advanced sheet-row">
|
||
<div class="sheet-row sheet-vert-middle">
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Magic bonus:</div>
|
||
<div class="sheet-col-1-20" title="The magic bonus will be added as a bonus to BOTH the attack and damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeMagic" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">To Hit bonus:</div>
|
||
<div class="sheet-col-1-20" title="Bonus added to ONLY hit rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeOtherToHitBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Backstab damage:</div>
|
||
<div class="sheet-col-1-20" title="Enter the damage done on a backstab here. Usually this is the same as the normal damage dice"><input class="sheet-center" value="" type="text" name="attr_meleeBackstabDmg"></div>
|
||
<div class="sheet-col-1-4 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Lucky Weapon:</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-checkbox-row sheet-vert-middle" title="Check the box if this is your Lucky Weapon (Class ability)"><input type="checkbox" value="@{luckStartingMod}" name="attr_meleeAtkLuckyWeapon"></div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-7-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Damage bonus:</div>
|
||
<div class="sheet-col-1-20" title="Bonus added to ONLY to damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeOtherDamageBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Wielded:</div>
|
||
<div class="sheet-col-3-20" title="How is the weapon being wielded">
|
||
<select name="attr_meleeAttackWielded">
|
||
<option value="Primary Hand" selected="selected">Primary Hand</option>
|
||
<option value="Two Handed">2 Handed</option>
|
||
<option value="Off Hand">Off Hand</option>
|
||
<option value="Off Hand (Halfling)">Off Hand (Half)</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Pack Hunter:</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for 0-level Starting weapon"><input type="checkbox" value="@{luckStartingMod}" name="attr_zeroWeaponLuckyRoll"></div>
|
||
</div>
|
||
<hr>
|
||
</div>
|
||
|
||
</div>
|
||
</fieldset>
|
||
|
||
|
||
<h4 class="sheet-center">Ranged Weapons</h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Ammo</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Weapon</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Short Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Med Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Long Range</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">To Hit Mod</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Dmg Dice</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Dmg Mod</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Range to Attack</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Advanced</div>
|
||
</div>
|
||
|
||
<!-- BEGIN RANGED weapon repeating row -->
|
||
<fieldset class="repeating_rangedweapon">
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_thrownShortRangeBonus" value="0" readonly="readonly">
|
||
<input type="hidden" name="attr_mediumRangePenalty" value="0" readonly="readonly">
|
||
<input type="hidden" name="attr_rangedAttackEffectiveDice" value="0" readonly="readonly">
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedAmmo" value="0"></div>
|
||
<div class="sheet-col-1-6"><input type="text" name="attr_rangedWeaponName"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceShort" value="0"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceMed" value="0"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceLong" value="0"></div>
|
||
<div class="sheet-col-1-12" title="If you are not trained in your weapon use, you take -1 die for your attack roll. You will also take a minus to your dice chain if using two-weapon fighting or shooting from long range.">
|
||
<select name="attr_rangedAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-12" title="Your critical threat range goes up, if your dice on the dice chain goes up.">
|
||
<select name="attr_rangedCritThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="number" name="attr_rangedToHit" value="[[ [[@{agiMod}]] + @{allAtkLuckyRoll} + @{rangedAtkLuckyRoll} + @{rangedMagic} + @{rangedOtherToHitBonus} + @{rangedAtkLuckyWeapon} + @{ATK} + @{zeroRangedWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-24" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" type="text" name="attr_rangedDmg" value="1d4"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="number" name="attr_rangedDmgBonus" value="[[@{rangedMagic} + @{rangedOtherDamageBonus} + @{rangedDmgLuckyRoll} + @{dmgLuckyRoll} + @{zeroRangedWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-12" title="Short range: no penalty Medium range: -2 on attack roll Long ranged: -1d on attack roll">
|
||
<select name="attr_attackRange">
|
||
<option value="Short">Short</option>
|
||
<option value="Medium">Med</option>
|
||
<option value="Long">Long</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-24 sheet-checkbox-row" title="Check for advanced options">
|
||
<input type="checkbox" value="@{rangedShowAdvanced}" name="attr_rangedShowAdvanced" class="sheet-ranged-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-1-21">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponAttack" title="Ranged Weapon"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name} }} {{title=@{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong} }} {{range=@{attackRange} }} {{rangedtype=Ranged Type}} {{type=@{rangedWeaponType} }} {{rangedattack=[[ @{rangedAttackEffectiveDice}cs>@{rangedCritThreat} [To Hit Roll] + @{rangedToHit} [To Hit Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die] + (?{Any Attack Bonus|0}) [Attack Bonus] - @{mediumRangePenalty} [Medium Range Penalty] ]] }} {{damage=[[ @{rangedDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die] + @{thrownShortRangeBonus} [Short Range Thrown Weapon STR Mod] ]] }} {{crit=[[ @{CritDie}[Dice Roll] + [[@{luckMod}]][Current Luck] + @{critLuckyRoll}[Crit Lucky Roll] ]] }} {{crittable=@{CritDie|max} }} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]] }}">Atk</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-12">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponAttackWithDeed" title="Ranged Weapon Attack with Mighty Deed" value="&{template:DccTabbed} [[ @{rangedAttackEffectiveDice}cs>@{rangedCritThreat} [To Hit Roll] + [[@{DeedDie}cs>3]] [Deed Die] + @{rangedToHit} [To Hit Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong}}} {{range=@{attackRange} }} {{rangedtype=Ranged Type}} {{type=@{rangedWeaponType} }} {{rangedAttackWithDeed=$[[1]] }} {{deedroll=$[[0]] }} {{damage=[[ ({(@{rangedDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus]),1d1}kh1) ]] + $[[0]] [Deed]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">w/ Deed</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-11">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponBackstab" title="Ranged Weapon Backstab"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name} }} {{title=Backstab with @{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong} }} {{flavortext=You attack the enemy from behind or when they are unaware. If the attack hits, it is a critical hit.}} {{range=@{attackRange} }} {{type=@{rangedWeaponType} }} {{rangedbackstab=[[ @{rangedAttackEffectiveDice} [To Hit Roll] + @{rangedToHit} [To Hit Bonus] + @{ThiefBackstabCheck} [Backstab Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] - @{mediumRangePenalty} [Medium Range Penalty] ]] }} {{damage=[[ @{rangedBackstabDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus] + @{thrownShortRangeBonus} [Short Range Thrown Weapon STR Mod] ]] }} {{crit=[[ @{CritDie}[Dice Roll] + [[@{luckMod}]][Current Luck] + @{critLuckyRoll}[Crit Lucky Roll] ]] }} {{crittable=@{CritDie|max} }} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]] }}">Backstab</button>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{rangedShowAdvanced}" name="attr_rangedShowAdvanced" class="sheet-ranged-advanced2 sheet-hidden">
|
||
|
||
<div class="sheet-ranged-advanced sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Magic Bonus:</div>
|
||
<div class="sheet-col-1-24" title="The magic bonus will be added as a bonus to BOTH the attack and damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedMagic" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">To Hit bonus:</div>
|
||
<div class="sheet-col-1-24" title="Bonus added to ONLY hit rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedOtherToHitBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Backstab damage:</div>
|
||
<div class="sheet-col-1-12" title="Enter the damage done on a backstab here. Usually this is the same as the normal damage dice"><input class="sheet-center" value="" type="text" name="attr_rangedBackstabDmg"></div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Lucky Weapon:</div>
|
||
<div class="sheet-col-1-24 sheet-checkbox-row sheet-vert-middle" title="Check the box if this is your Lucky Weapon (Class ability)"><input type="checkbox" value="@{luckStartingMod}" name="attr_rangedAtkLuckyWeapon"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Damage bonus:</div>
|
||
<div class="sheet-col-1-24" title="Bonus added to ONLY to damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedOtherDamageBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Missle Type:</div>
|
||
<div class="sheet-col-1-8" title="Select Thrown or Missile weapon">
|
||
<select name="attr_rangedWeaponType">
|
||
<option value="Thrown">Thrown</option>
|
||
<option value="Missile" selected="selected">Missile</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Pack Hunter:</div>
|
||
<div class="sheet-col-1-24 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for 0-level Starting weapon"><input type="checkbox" value="@{luckStartingMod}" name="attr_zeroRangedWeaponLuckyRoll"></div>
|
||
</div>
|
||
<hr>
|
||
</div>
|
||
|
||
</div>
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- SPELLBOOK -->
|
||
|
||
<div class="sheet-section-spellbook">
|
||
|
||
<!-- Start hidden spell casting stats -->
|
||
<input type="hidden" name="attr_clericSpellBonus" value="[[(@{perMod})]]">
|
||
<input type="hidden" name="attr_elfSpellBonus" value="[[(@{intMod})]]">
|
||
<input type="hidden" name="attr_wizardSpellBonus" value="[[(@{intMod})]]">
|
||
<input type="hidden" name="attr_bardSpellBonus" value="[[(@{intMod})]]">
|
||
<input type="hidden" name="attr_paladinSpellBonus" value="[[(@{perMod})]]">
|
||
<input type="hidden" name="attr_gnomeSpellBonus" value="[[(@{intMod})]]">
|
||
<input type="hidden" name="attr_dwarfPriestSpellBonus" value="[[(@{perMod})]]">
|
||
<input type="hidden" name="attr_elfRogueSpellBonus" value="[[(@{intMod})]]">
|
||
<input type="hidden" name="attr_spellFumbleCheck" value="[[@{luckMod}]]" disabled="true">
|
||
<!-- End hidden spell casting stats -->
|
||
|
||
<div class="sheet-row sheet-margin-bottom">
|
||
|
||
<div class="sheet-col-1"><h4 class="sheet-center">Arcane Spell Knowledge</h4></div>
|
||
|
||
<div class="sheet-col-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Number of Known Spells</div>
|
||
<div class="sheet-col-1-14 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Max Spell Level Known</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Elf Fighter/Mage</div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_elfKnownSpells" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_elfMaxSpellLevel" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Wizard</div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_wizardKnownSpells" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_wizardMaxSpellLevel" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Bard</div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_bardKnownSpells" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_bardMaxSpellLevel" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Gnome</div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_gnomeKnownSpells" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_gnomeMaxSpellLevel" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Elf Rogue</div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_elfRogueKnownSpells" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-7"><input type="number" name="attr_elfRogueMaxSpellLevel" value="0"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row sheet-margin-bottom">
|
||
|
||
<div class="sheet-col-1"><h4 class="sheet-center">Divine Spell Slots</h4></div>
|
||
|
||
<div class="sheet-col-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-6 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-10 sheet-vert-bottom sheet-center sheet-small-label">1st Level</div>
|
||
<div class="sheet-col-1-14 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-10 sheet-vert-bottom sheet-center sheet-small-label">2nd Level</div>
|
||
<div class="sheet-col-1-14 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-10 sheet-vert-bottom sheet-center sheet-small-label">3rd Level</div>
|
||
<div class="sheet-col-1-14 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-10 sheet-vert-bottom sheet-center sheet-small-label">4th Level</div>
|
||
<div class="sheet-col-1-14 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-1-10 sheet-vert-bottom sheet-center sheet-small-label">5th Level</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Cleric</div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_clericSpellLevelOne" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_clericSpellLevelTwo" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_clericSpellLevelThree" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_clericSpellLevelFour" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_clericSpellLevelFive" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Dwarf Priest</div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_dwarfPriestSpellLevelOne" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_dwarfPriestSpellLevelTwo" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_dwarfPriestSpellLevelThree" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_dwarfPriestSpellLevelFour" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_dwarfPriestSpellLevelFive" value="0"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-margin-top sheet-center sheet-hd-row">Paladin</div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_paladinSpellLevelOne" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_paladinSpellLevelTwo" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_paladinSpellLevelThree" value="0"></div>
|
||
<div class="sheet-col-1-14 sheet-center"> </div>
|
||
<div class="sheet-col-1-10"><input type="number" name="attr_paladinSpellLevelFour" value="0"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
<h4 class="sheet-center">Caster Type</h4>
|
||
|
||
<div class="sheet-col-1-2 sheet-centerselect" title="Pick the class that is using the spell for correct bonus">
|
||
<select name="attr_spellUserBonus">
|
||
<option value="0">Choose Spellcasting Class...</option>
|
||
<option value="(@{elfSpellBonus} + @{Level})">Elf Fighter/Mage</option>
|
||
<option value="(@{wizardSpellBonus} + @{Level})">Wizard</option>
|
||
<option value="(@{bardSpellBonus} + @{Level})">Bard</option>
|
||
<option value="(@{gnomeSpellBonus} + @{TrickDie})">Gnome</option>
|
||
<option value="(@{elfRogueSpellBonus} + @{Level})">Elf Rogue</option>
|
||
<option value="(@{clericSpellBonus} + @{Level})">Cleric</option>
|
||
<option value="(@{paladinSpellBonus} + @{Level})">Paladin</option>
|
||
<option value="(@{dwarfPriestSpellBonus} + @{Level})">Dwarf Priest</option>
|
||
</select>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
<h4 class="sheet-center">Manifestation</h4>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-16 sheet-offset-1-10 sheet-center"> </div>
|
||
<div class="sheet-col-1-6 sheet-large-label sheet-center" title="Pick the Manifestation Die listed in the Spell Information">
|
||
<select name="attr_manifestDie">
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-2 sheet-vert-middle sheet-center">
|
||
<button type="roll" class="sheet-roll" name="roll_Manifest"
|
||
value="&{template:DccTabbed} {{background=[[-1]]}} {{spell=1}} {{name=@{character_name}}} {{title=Spell Manifestation}} {{flavortext=Enter your manifestation text into the approrpiate box on your spellcard.}} {{rolltype=Manifests as : }} {{spellmanifest=[[ @{manifestDie} [Die Roll] ]] }}">Roll for Manifestation</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Spell Type</h4>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<input type="radio" class="ArcaneCaster" value="1" name="attr_spellcaster" checked><label class="sheet-subtabSpell">Wizard Spells</label>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<input type="radio" class="DivineCaster" value="2" name="attr_spellcaster"><label class="sheet-subtabSpell">Cleric Spells</label>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<!-- Arcane Caster Spellbook -->
|
||
<div class="sheet-ArcaneCaster">
|
||
|
||
<h4 class="sheet-center">Grimoire</h4>
|
||
<p class="sheet-small-note">The first time you attempt to cast a spell, you need to roll your Mercurial Magic check along with your Manifestation check. There are text boxes to enter these effects for each spell.</p>
|
||
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab1" value="1" title="Level 1" checked="checked">
|
||
<span class="sheet-spellpagetab sheet-spelltab1">Level 1</span>
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab2" value="2" title="Level 2">
|
||
<span class="sheet-spellpagetab sheet-spelltab2">Level 2</span>
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab3" value="3" title="Level 3">
|
||
<span class="sheet-spellpagetab sheet-spelltab3">Level 3</span>
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab4" value="4" title="Level 4">
|
||
<span class="sheet-spellpagetab sheet-spelltab4">Level 4</span>
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab5" value="5" title="Level 5">
|
||
<span class="sheet-spellpagetab sheet-spelltab5">Level 5</span>
|
||
<input type="radio" name="attr_spellpagetab" class="sheet-spellpagetab sheet-spelltab99" value="99" title="Show All">
|
||
<span class="sheet-spellpagetab sheet-spelltab99">Show All</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<!-- BEGIN AUTO GENERATED SPELL PAGES -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page1">
|
||
<div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 1</div>
|
||
</div>
|
||
|
||
<!-- BEGIN WIZARD spellbook 1 row -->
|
||
<fieldset class="repeating_spellbooklevel1">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_spellBaseLevel" value="1">
|
||
<input type="hidden" name="attr_spellFriendlyLevel" value="Level 1">
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellName"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRange"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDuration"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTime"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSave"></div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConc">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Elves, Check this box if you choose this spell as your lucky 1st level spell."><input type="checkbox" name="attr_elfLuckySpellCheck" value="[[@{luckStartingMod}]]"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Elves, Check this box if you choose this spell as your lucky 1st level spell.</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect). Uncheck to go back to single die rolls."><input class="sheet-is-spellCheckMulti" type="checkbox" name="attr_isSpellCheckMulti" value="1"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Check this box if you need to use multiple dice to roll your spell check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.</div>
|
||
|
||
</div>
|
||
|
||
<input class="sheet-is-spellcheckMULTI sheet-hidden" type="checkbox" name="attr_isSpellCheckMulti" value="1">
|
||
|
||
<div class="sheet-spellcheckSINGLE">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Single Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDie">
|
||
<option value="d3cs20">d3</option>
|
||
<option value="d4cs20">d4</option>
|
||
<option value="d5cs20">d5</option>
|
||
<option value="d6cs20">d6</option>
|
||
<option value="d7cs20">d7</option>
|
||
<option value="d8cs20">d8</option>
|
||
<option value="d10cs20">d10</option>
|
||
<option value="d12cs20">d12</option>
|
||
<option value="d14cs20">d14</option>
|
||
<option value="d16cs20">d16</option>
|
||
<option value="d20cs20" selected="selected">d20</option>
|
||
<option value="d24cs24">d24</option>
|
||
<option value="d30cs30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckSingleDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spellcheckwizard=[[@{spellCheckDie} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{elfLuckySpellCheck} [Elven Lucky Spell] + (?{Amount of Spellburn|0}) [Spellburn] + ([[@{armorCheck}]]) [Armor Check Penalty] + @{arcaneMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Single Die Spell Check</button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spellcheckMULTI">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Multi Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneModMulti" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the multiple die used for your Spell Check. The circumstances for using this would be for example You have the Joe Average mercurial effect">
|
||
<select name="attr_spellCheckMultiDie">
|
||
<option value="d2cs10">2d2</option>
|
||
<option value="d3cs10">2d3</option>
|
||
<option value="d4cs10">2d4</option>
|
||
<option value="d5cs10">2d5</option>
|
||
<option value="d6cs10">2d6</option>
|
||
<option value="d7cs10">2d7</option>
|
||
<option value="d8cs10">2d8</option>
|
||
<option value="d10cs10" selected="selected">2d10</option>
|
||
<option value="d12cs12">2d12</option>
|
||
<option value="d15cs15">2d15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckMultiDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellcheckwizardmulti=1}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spelldie1=[[@{spellCheckMultiDie}]]}} {{spelldie2=[[@{spellCheckMultiDie}]]}} {{spellbonus=[[@{spellUserBonus}[Level/Stat Bonus] + @{spellCastLuckyRoll} [Casting Lucky Roll] + @{elfLuckySpellCheck} [Elven Lucky Spell] + (?{Amount of Spellburn|0}) [Spellburn] + @{armorCheck} [Armor Check Penalty] + @{arcaneModMulti} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Multi-Die Spell Check</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_spellTypeMercurialMagic" class="sheet-spelltypetab sheet-spelltypeMercurialMagic" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeMercurialMagic">Mercurial Magic</span> |
|
||
<input type="checkbox" name="attr_spellTypeManifestation" class="sheet-spelltypetab sheet-spelltypeManifestation" value="1"><span class="sheet-spelltypetab sheet-spelltypeManifestation">Manifestation</span> |
|
||
<input type="checkbox" name="attr_spellTypeDescription" class="sheet-spelltypetab sheet-spelltypeDescription" value="1"><span class="sheet-spelltypetab sheet-spelltypeDescription">Description</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-MercurialMagic">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Mercurial Magic Effect</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea name="attr_spellMercurialMagic" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_mercurialMagicLuckBonus" value="[[([[@{luckMod}]] * (10))]]">
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mercurialMagic" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Mercurial Magic for @{spellName}}} {{flavortext=Enter your mercurial effect text into the approrpiate box on your spellcard.}} {{rolltype=Mercurial Effect : }} {{spellmercurial=[[ {({(1d100 + @{mercurialMagicLuckBonus}),1d1}kh1),0d1+100}kl1 ]] }}">Mercurial Magic Roll</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<div class="sheet-spell-type-Manifestation">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellManifestation"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-Description">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescription"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-vert-bottom sheet-center sheet-small-label">Misfire Die</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center">
|
||
<select name="attr_misfireDie">
|
||
<option value="1d2">1d2</option>
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Misfire" title="Roll this if your spell fumble result states that you misfired. Compare result to Misfire section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Misfire: @{spellName}}} {{flavortext=Compare result to Misfire section of @{spellName}.}} {{rolltype=Misfire Result:}} {{spellmisfire=[[@{misfireDie}]]}}">Spell Fumble: Misfire</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center sheet-small-label">Corruption Die</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23" title="Pick the Corruption Die listed in the Spell Information">
|
||
<select name="attr_corruptionDie">
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
<option value="1d12">1d12</option>
|
||
<option value="1d16">1d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_corruptionTableDie" value="(1d10)">
|
||
<div class="sheet-col-5-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Corruption" title="Roll this if your spell fumble result states that you get corrupted. Compare result to Corruption section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Corruption: @{spellName}}} {{flavortext=Compare result to Corruption section of @{spellName}.}} {{rolltype=Corruption Result:}} {{spellcorruption=[[@{corruptionDie} + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]]}}">Spell Fumble: Corruption</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-6-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_CorruptionTable" title="Roll this if you are required to roll on a Corruption Table"
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption: @{spellName}}} {{flavortext=Compare result to ?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption table.}} {{rolltype=Corruption Result:}} {{spellcorruption= [[@{corruptionTableDie} - @{spellBaseLevel} [Spell Level] + [[@{luckMod}]] [Luck Bonus] + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]] }}">Corruption Tables Roll </button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<!--</div>-->
|
||
|
||
<!-- END spellbook 1 row -->
|
||
</fieldset>
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page2"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 2</div>
|
||
</div>
|
||
|
||
<!-- BEGIN WIZARD spellbook 2 row -->
|
||
<fieldset class="repeating_spellbooklevel2">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_spellBaseLevel" value="2">
|
||
<input type="hidden" name="attr_spellFriendlyLevel" value="Level 2">
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellName"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRange"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDuration"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTime"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSave"></div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConc">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect). Uncheck to go back to single die rolls."><input class="sheet-is-spellcheckMULTI" type="checkbox" name="attr_is_spellcheckMULTI" value="1"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Check this box if you need to use multiple dice to roll your spell check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.</div>
|
||
|
||
</div>
|
||
|
||
<input class="sheet-is-spellcheckMULTI sheet-hidden" type="checkbox" name="attr_is_spellcheckMULTI" value="1">
|
||
|
||
<div class="sheet-spellcheckSINGLE">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Single Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDie">
|
||
<option value="d3cs20">d3</option>
|
||
<option value="d4cs20">d4</option>
|
||
<option value="d5cs20">d5</option>
|
||
<option value="d6cs20">d6</option>
|
||
<option value="d7cs20">d7</option>
|
||
<option value="d8cs20">d8</option>
|
||
<option value="d10cs20">d10</option>
|
||
<option value="d12cs20">d12</option>
|
||
<option value="d14cs20">d14</option>
|
||
<option value="d16cs20">d16</option>
|
||
<option value="d20cs20" selected="selected">d20</option>
|
||
<option value="d24cs24">d24</option>
|
||
<option value="d30cs30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckSingleDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spellcheckwizard=[[@{spellCheckDie} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + ([[@{armorCheck}]]) [Armor Check Penalty] + @{arcaneMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Single Die Spell Check</button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spellcheckMULTI">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Multi Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneModMulti" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the multiple die used for your Spell Check. The circumstances for using this would be for example You have the Joe Average mercurial effect">
|
||
<select name="attr_spellCheckMultiDie">
|
||
<option value="d2cs10">2d2</option>
|
||
<option value="d3cs10">2d3</option>
|
||
<option value="d4cs10">2d4</option>
|
||
<option value="d5cs10">2d5</option>
|
||
<option value="d6cs10">2d6</option>
|
||
<option value="d7cs10">2d7</option>
|
||
<option value="d8cs10">2d8</option>
|
||
<option value="d10cs10" selected="selected">2d10</option>
|
||
<option value="d12cs12">2d12</option>
|
||
<option value="d15cs15">2d15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckMultiDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellcheckwizardmulti=1}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spelldie1=[[@{spellCheckMultiDie}]]}} {{spelldie2=[[@{spellCheckMultiDie}]]}} {{spellbonus=[[@{spellUserBonus}[Level/Stat Bonus] + @{spellCastLuckyRoll} [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + @{armorCheck} [Armor Check Penalty] + @{arcaneModMulti} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Multi-Die Spell Check</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_spellTypeMercurialMagic" class="sheet-spelltypetab sheet-spelltypeMercurialMagic" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeMercurialMagic">Mercurial Magic</span> |
|
||
<input type="checkbox" name="attr_spellTypeManifestation" class="sheet-spelltypetab sheet-spelltypeManifestation" value="1"><span class="sheet-spelltypetab sheet-spelltypeManifestation">Manifestation</span> |
|
||
<input type="checkbox" name="attr_spellTypeDescription" class="sheet-spelltypetab sheet-spelltypeDescription" value="1"><span class="sheet-spelltypetab sheet-spelltypeDescription">Description</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-MercurialMagic">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Mercurial Magic Effect</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea name="attr_spellMercurialMagic" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_mercurialMagicLuckBonus" value="[[([[@{luckMod}]] * (10))]]">
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mercurialMagic" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Mercurial Magic for @{spellName}}} {{flavortext=Enter your mercurial effect text into the approrpiate box on your spellcard.}} {{rolltype=Mercurial Effect : }} {{spellmercurial=[[ {({(1d100 + @{mercurialMagicLuckBonus}),1d1}kh1),0d1+100}kl1 ]] }}">Mercurial Magic Roll</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<div class="sheet-spell-type-Manifestation">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellManifestation"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-Description">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescription"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-vert-bottom sheet-center sheet-small-label">Misfire Die</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center">
|
||
<select name="attr_misfireDie">
|
||
<option value="1d2">1d2</option>
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Misfire" title="Roll this if your spell fumble result states that you misfired. Compare result to Misfire section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Misfire: @{spellName}}} {{flavortext=Compare result to Misfire section of @{spellName}.}} {{rolltype=Misfire Result:}} {{spellmisfire=[[@{misfireDie}]]}}">Spell Fumble: Misfire</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center sheet-small-label">Corruption Die</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23" title="Pick the Corruption Die listed in the Spell Information">
|
||
<select name="attr_corruptionDie">
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
<option value="1d12">1d12</option>
|
||
<option value="1d16">1d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_corruptionTableDie" value="(1d10)">
|
||
<div class="sheet-col-5-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Corruption" title="Roll this if your spell fumble result states that you get corrupted. Compare result to Corruption section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Corruption: @{spellName}}} {{flavortext=Compare result to Corruption section of @{spellName}.}} {{rolltype=Corruption Result:}} {{spellcorruption=[[@{corruptionDie} + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]]}}">Spell Fumble: Corruption</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-6-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_CorruptionTable" title="Roll this if you are required to roll on a Corruption Table"
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption: @{spellName}}} {{flavortext=Compare result to ?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption table.}} {{rolltype=Corruption Result:}} {{spellcorruption= [[@{corruptionTableDie} - @{spellBaseLevel} [Spell Level] + [[@{luckMod}]] [Luck Bonus] + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]] }}">Corruption Tables Roll </button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- END spellbook 2 row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page3"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 3</div>
|
||
</div>
|
||
|
||
<!-- BEGIN WIZARD spellbook 3 row -->
|
||
<fieldset class="repeating_spellbooklevel3">
|
||
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_spellBaseLevel" value="3">
|
||
<input type="hidden" name="attr_spellFriendlyLevel" value="Level 3">
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellName"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRange"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDuration"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTime"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSave"></div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConc">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect). Uncheck to go back to single die rolls."><input class="sheet-is-spellcheckMULTI" type="checkbox" name="attr_is_spellcheckMULTI" value="1"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Check this box if you need to use multiple dice to roll your spell check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.</div>
|
||
|
||
</div>
|
||
|
||
<input class="sheet-is-spellcheckMULTI sheet-hidden" type="checkbox" name="attr_is_spellcheckMULTI" value="1">
|
||
|
||
|
||
|
||
<div class="sheet-spellcheckSINGLE">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Single Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDie">
|
||
<option value="d3cs20">d3</option>
|
||
<option value="d4cs20">d4</option>
|
||
<option value="d5cs20">d5</option>
|
||
<option value="d6cs20">d6</option>
|
||
<option value="d7cs20">d7</option>
|
||
<option value="d8cs20">d8</option>
|
||
<option value="d10cs20">d10</option>
|
||
<option value="d12cs20">d12</option>
|
||
<option value="d14cs20">d14</option>
|
||
<option value="d16cs20">d16</option>
|
||
<option value="d20cs20" selected="selected">d20</option>
|
||
<option value="d24cs24">d24</option>
|
||
<option value="d30cs30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckSingleDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spellcheckwizard=[[@{spellCheckDie} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + ([[@{armorCheck}]]) [Armor Check Penalty] + @{arcaneMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Single Die Spell Check</button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spellcheckMULTI">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Multi Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneModMulti" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the multiple die used for your Spell Check. The circumstances for using this would be for example You have the Joe Average mercurial effect">
|
||
<select name="attr_spellCheckMultiDie">
|
||
<option value="d2cs10">2d2</option>
|
||
<option value="d3cs10">2d3</option>
|
||
<option value="d4cs10">2d4</option>
|
||
<option value="d5cs10">2d5</option>
|
||
<option value="d6cs10">2d6</option>
|
||
<option value="d7cs10">2d7</option>
|
||
<option value="d8cs10">2d8</option>
|
||
<option value="d10cs10" selected="selected">2d10</option>
|
||
<option value="d12cs12">2d12</option>
|
||
<option value="d15cs15">2d15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckMultiDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellcheckwizardmulti=1}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spelldie1=[[@{spellCheckMultiDie}]]}} {{spelldie2=[[@{spellCheckMultiDie}]]}} {{spellbonus=[[@{spellUserBonus}[Level/Stat Bonus] + @{spellCastLuckyRoll} [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + @{armorCheck} [Armor Check Penalty] + @{arcaneModMulti} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Multi-Die Spell Check</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_spellTypeMercurialMagic" class="sheet-spelltypetab sheet-spelltypeMercurialMagic" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeMercurialMagic">Mercurial Magic</span> |
|
||
<input type="checkbox" name="attr_spellTypeManifestation" class="sheet-spelltypetab sheet-spelltypeManifestation" value="1"><span class="sheet-spelltypetab sheet-spelltypeManifestation">Manifestation</span> |
|
||
<input type="checkbox" name="attr_spellTypeDescription" class="sheet-spelltypetab sheet-spelltypeDescription" value="1"><span class="sheet-spelltypetab sheet-spelltypeDescription">Description</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-MercurialMagic">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Mercurial Magic Effect</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea name="attr_spellMercurialMagic" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_mercurialMagicLuckBonus" value="[[([[@{luckMod}]] * (10))]]">
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mercurialMagic" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Mercurial Magic for @{spellName}}} {{flavortext=Enter your mercurial effect text into the approrpiate box on your spellcard.}} {{rolltype=Mercurial Effect : }} {{spellmercurial=[[ {({(1d100 + @{mercurialMagicLuckBonus}),1d1}kh1),0d1+100}kl1 ]] }}">Mercurial Magic Roll</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<div class="sheet-spell-type-Manifestation">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellManifestation"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-Description">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescription"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-vert-bottom sheet-center sheet-small-label">Misfire Die</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center">
|
||
<select name="attr_misfireDie">
|
||
<option value="1d2">1d2</option>
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Misfire" title="Roll this if your spell fumble result states that you misfired. Compare result to Misfire section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Misfire: @{spellName}}} {{flavortext=Compare result to Misfire section of @{spellName}.}} {{rolltype=Misfire Result:}} {{spellmisfire=[[@{misfireDie}]]}}">Spell Fumble: Misfire</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center sheet-small-label">Corruption Die</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23" title="Pick the Corruption Die listed in the Spell Information">
|
||
<select name="attr_corruptionDie">
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
<option value="1d12">1d12</option>
|
||
<option value="1d16">1d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_corruptionTableDie" value="(1d10)">
|
||
<div class="sheet-col-5-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Corruption" title="Roll this if your spell fumble result states that you get corrupted. Compare result to Corruption section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Corruption: @{spellName}}} {{flavortext=Compare result to Corruption section of @{spellName}.}} {{rolltype=Corruption Result:}} {{spellcorruption=[[@{corruptionDie} + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]]}}">Spell Fumble: Corruption</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-6-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_CorruptionTable" title="Roll this if you are required to roll on a Corruption Table"
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption: @{spellName}}} {{flavortext=Compare result to ?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption table.}} {{rolltype=Corruption Result:}} {{spellcorruption= [[@{corruptionTableDie} - @{spellBaseLevel} [Spell Level] + [[@{luckMod}]] [Luck Bonus] + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]] }}">Corruption Tables Roll </button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page4"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 4</div>
|
||
</div>
|
||
|
||
<!-- BEGIN WIZARD spellbook 4 row -->
|
||
<fieldset class="repeating_spellbooklevel4">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_spellBaseLevel" value="4">
|
||
<input type="hidden" name="attr_spellFriendlyLevel" value="Level 4">
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellName"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRange"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDuration"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTime"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSave"></div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConc">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect). Uncheck to go back to single die rolls."><input class="sheet-is-spellcheckMULTI" type="checkbox" name="attr_is_spellcheckMULTI" value="1"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Check this box if you need to use multiple dice to roll your spell check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.</div>
|
||
|
||
</div>
|
||
|
||
<input class="sheet-is-spellcheckMULTI sheet-hidden" type="checkbox" name="attr_is_spellcheckMULTI" value="1">
|
||
|
||
|
||
|
||
<div class="sheet-spellcheckSINGLE">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Single Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDie">
|
||
<option value="d3cs20">d3</option>
|
||
<option value="d4cs20">d4</option>
|
||
<option value="d5cs20">d5</option>
|
||
<option value="d6cs20">d6</option>
|
||
<option value="d7cs20">d7</option>
|
||
<option value="d8cs20">d8</option>
|
||
<option value="d10cs20">d10</option>
|
||
<option value="d12cs20">d12</option>
|
||
<option value="d14cs20">d14</option>
|
||
<option value="d16cs20">d16</option>
|
||
<option value="d20cs20" selected="selected">d20</option>
|
||
<option value="d24cs24">d24</option>
|
||
<option value="d30cs30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckSingleDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spellcheckwizard=[[@{spellCheckDie} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + ([[@{armorCheck}]]) [Armor Check Penalty] + @{arcaneMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Single Die Spell Check</button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spellcheckMULTI">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Multi Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneModMulti" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the multiple die used for your Spell Check. The circumstances for using this would be for example You have the Joe Average mercurial effect">
|
||
<select name="attr_spellCheckMultiDie">
|
||
<option value="d2cs10">2d2</option>
|
||
<option value="d3cs10">2d3</option>
|
||
<option value="d4cs10">2d4</option>
|
||
<option value="d5cs10">2d5</option>
|
||
<option value="d6cs10">2d6</option>
|
||
<option value="d7cs10">2d7</option>
|
||
<option value="d8cs10">2d8</option>
|
||
<option value="d10cs10" selected="selected">2d10</option>
|
||
<option value="d12cs12">2d12</option>
|
||
<option value="d15cs15">2d15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckMultiDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellcheckwizardmulti=1}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spelldie1=[[@{spellCheckMultiDie}]]}} {{spelldie2=[[@{spellCheckMultiDie}]]}} {{spellbonus=[[@{spellUserBonus}[Level/Stat Bonus] + @{spellCastLuckyRoll} [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + @{armorCheck} [Armor Check Penalty] + @{arcaneModMulti} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Multi-Die Spell Check</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_spellTypeMercurialMagic" class="sheet-spelltypetab sheet-spelltypeMercurialMagic" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeMercurialMagic">Mercurial Magic</span> |
|
||
<input type="checkbox" name="attr_spellTypeManifestation" class="sheet-spelltypetab sheet-spelltypeManifestation" value="1"><span class="sheet-spelltypetab sheet-spelltypeManifestation">Manifestation</span> |
|
||
<input type="checkbox" name="attr_spellTypeDescription" class="sheet-spelltypetab sheet-spelltypeDescription" value="1"><span class="sheet-spelltypetab sheet-spelltypeDescription">Description</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-MercurialMagic">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Mercurial Magic Effect</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea name="attr_spellMercurialMagic" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_mercurialMagicLuckBonus" value="[[([[@{luckMod}]] * (10))]]">
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mercurialMagic" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Mercurial Magic for @{spellName}}} {{flavortext=Enter your mercurial effect text into the approrpiate box on your spellcard.}} {{rolltype=Mercurial Effect : }} {{spellmercurial=[[ {({(1d100 + @{mercurialMagicLuckBonus}),1d1}kh1),0d1+100}kl1 ]] }}">Mercurial Magic Roll</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<div class="sheet-spell-type-Manifestation">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellManifestation"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-Description">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescription"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-vert-bottom sheet-center sheet-small-label">Misfire Die</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center">
|
||
<select name="attr_misfireDie">
|
||
<option value="1d2">1d2</option>
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Misfire" title="Roll this if your spell fumble result states that you misfired. Compare result to Misfire section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Misfire: @{spellName}}} {{flavortext=Compare result to Misfire section of @{spellName}.}} {{rolltype=Misfire Result:}} {{spellmisfire=[[@{misfireDie}]]}}">Spell Fumble: Misfire</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center sheet-small-label">Corruption Die</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23" title="Pick the Corruption Die listed in the Spell Information">
|
||
<select name="attr_corruptionDie">
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
<option value="1d12">1d12</option>
|
||
<option value="1d16">1d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_corruptionTableDie" value="(1d10)">
|
||
<div class="sheet-col-5-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Corruption" title="Roll this if your spell fumble result states that you get corrupted. Compare result to Corruption section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Corruption: @{spellName}}} {{flavortext=Compare result to Corruption section of @{spellName}.}} {{rolltype=Corruption Result:}} {{spellcorruption=[[@{corruptionDie} + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]]}}">Spell Fumble: Corruption</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-6-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_CorruptionTable" title="Roll this if you are required to roll on a Corruption Table"
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption: @{spellName}}} {{flavortext=Compare result to ?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption table.}} {{rolltype=Corruption Result:}} {{spellcorruption= [[@{corruptionTableDie} - @{spellBaseLevel} [Spell Level] + [[@{luckMod}]] [Luck Bonus] + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]] }}">Corruption Tables Roll </button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page5"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 5</div>
|
||
</div>
|
||
|
||
<!-- BEGIN WIZARD spellbook row 5-->
|
||
|
||
<fieldset class="repeating_spellbooklevel5">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-7 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-16 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_spellBaseLevel" value="5">
|
||
<input type="hidden" name="attr_spellFriendlyLevel" value="Level 5">
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellName"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRange"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDuration"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTime"></div>
|
||
<div class="sheet-col-1-7 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSave"></div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConc">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-16 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-23 sheet-checkbox-row sheet-vert-middle" title="Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect). Uncheck to go back to single die rolls."><input class="sheet-is-spellcheckMULTI" type="checkbox" name="attr_is_spellcheckMULTI" value="1"></div>
|
||
<div class="sheet-col-22-23 sheet-left sheet-vert-middle sheet-small-labelblue">Check this box if you need to use multiple dice to roll your spell check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.</div>
|
||
|
||
</div>
|
||
|
||
<input class="sheet-is-spellcheckMULTI sheet-hidden" type="checkbox" name="attr_is_spellcheckMULTI" value="1">
|
||
|
||
|
||
|
||
<div class="sheet-spellcheckSINGLE">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Single Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDie">
|
||
<option value="d3cs20">d3</option>
|
||
<option value="d4cs20">d4</option>
|
||
<option value="d5cs20">d5</option>
|
||
<option value="d6cs20">d6</option>
|
||
<option value="d7cs20">d7</option>
|
||
<option value="d8cs20">d8</option>
|
||
<option value="d10cs20">d10</option>
|
||
<option value="d12cs20">d12</option>
|
||
<option value="d14cs20">d14</option>
|
||
<option value="d16cs20">d16</option>
|
||
<option value="d20cs20" selected="selected">d20</option>
|
||
<option value="d24cs24">d24</option>
|
||
<option value="d30cs30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckSingleDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spellcheckwizard=[[@{spellCheckDie} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + ([[@{armorCheck}]]) [Armor Check Penalty] + @{arcaneMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Single Die Spell Check</button>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spellcheckMULTI">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check (Multi Die)</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Elvish Lucky Spells, Level, Spellburn, or Intelligence"><input class="sheet-center" type="number" name="attr_arcaneModMulti" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the multiple die used for your Spell Check. The circumstances for using this would be for example You have the Joe Average mercurial effect">
|
||
<select name="attr_spellCheckMultiDie">
|
||
<option value="d2cs10">2d2</option>
|
||
<option value="d3cs10">2d3</option>
|
||
<option value="d4cs10">2d4</option>
|
||
<option value="d5cs10">2d5</option>
|
||
<option value="d6cs10">2d6</option>
|
||
<option value="d7cs10">2d7</option>
|
||
<option value="d8cs10">2d8</option>
|
||
<option value="d10cs10" selected="selected">2d10</option>
|
||
<option value="d12cs12">2d12</option>
|
||
<option value="d15cs15">2d15</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellCheckMultiDie" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellName}}} {{spellcheckwizardmulti=1}} {{spellshowmanifest=@{spellManifestation}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevel}}} {{spellrange=@{spellRange}}} {{spellduration=@{spellDuration}}} {{spellcasttime=@{spellCastTime}}} {{spellsave=@{spellSave}}} {{spellconcentrate=@{spellConc}}} {{spellshowdesc=@{spellDescription}}} {{spellshowmercurial=@{spellMercurialMagic}}} {{rolltype=Spell Check : }} {{spelldie1=[[@{spellCheckMultiDie}]]}} {{spelldie2=[[@{spellCheckMultiDie}]]}} {{spellbonus=[[@{spellUserBonus}[Level/Stat Bonus] + @{spellCastLuckyRoll} [Casting Lucky Roll] + (?{Amount of Spellburn|0}) [Spellburn] + @{armorCheck} [Armor Check Penalty] + @{arcaneModMulti} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}} {{fumble=[[1d6 + (@{spellFumbleCheck} [Luck] + @{spellFumbleLuckyRoll} [Fumble Lucky Roll]) ]] }}">Multi-Die Spell Check</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_spellTypeMercurialMagic" class="sheet-spelltypetab sheet-spelltypeMercurialMagic" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeMercurialMagic">Mercurial Magic</span> |
|
||
<input type="checkbox" name="attr_spellTypeManifestation" class="sheet-spelltypetab sheet-spelltypeManifestation" value="1"><span class="sheet-spelltypetab sheet-spelltypeManifestation">Manifestation</span> |
|
||
<input type="checkbox" name="attr_spellTypeDescription" class="sheet-spelltypetab sheet-spelltypeDescription" value="1"><span class="sheet-spelltypetab sheet-spelltypeDescription">Description</span>
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-MercurialMagic">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Mercurial Magic Effect</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea name="attr_spellMercurialMagic" class="sheet-medium"></textarea></div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_mercurialMagicLuckBonus" value="[[([[@{luckMod}]] * (10))]]">
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_mercurialMagic" title="The first time you attempt to cast this spell - Roll for your Mercurial Magic Effect."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Mercurial Magic for @{spellName}}} {{flavortext=Enter your mercurial effect text into the approrpiate box on your spellcard.}} {{rolltype=Mercurial Effect : }} {{spellmercurial=[[ {({(1d100 + @{mercurialMagicLuckBonus}),1d1}kh1),0d1+100}kl1 ]] }}">Mercurial Magic Roll</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<div class="sheet-spell-type-Manifestation">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellManifestation"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-Description">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescription"></textarea></div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-vert-bottom sheet-center sheet-small-label">Misfire Die</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center">
|
||
<select name="attr_misfireDie">
|
||
<option value="1d2">1d2</option>
|
||
<option value="1d3">1d3</option>
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Misfire" title="Roll this if your spell fumble result states that you misfired. Compare result to Misfire section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Misfire: @{spellName}}} {{flavortext=Compare result to Misfire section of @{spellName}.}} {{rolltype=Misfire Result:}} {{spellmisfire=[[@{misfireDie}]]}}">Spell Fumble: Misfire</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23 sheet-center sheet-small-label">Corruption Die</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-11-23 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-8-23 sheet-center"> </div>
|
||
<div class="sheet-col-3-23" title="Pick the Corruption Die listed in the Spell Information">
|
||
<select name="attr_corruptionDie">
|
||
<option value="1d4">1d4</option>
|
||
<option value="1d5">1d5</option>
|
||
<option value="1d6">1d6</option>
|
||
<option value="1d8">1d8</option>
|
||
<option value="1d10">1d10</option>
|
||
<option value="1d12">1d12</option>
|
||
<option value="1d16">1d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<input type="hidden" name="attr_corruptionTableDie" value="(1d10)">
|
||
<div class="sheet-col-5-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Corruption" title="Roll this if your spell fumble result states that you get corrupted. Compare result to Corruption section of the specific spell."
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=Corruption: @{spellName}}} {{flavortext=Compare result to Corruption section of @{spellName}.}} {{rolltype=Corruption Result:}} {{spellcorruption=[[@{corruptionDie} + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]]}}">Spell Fumble: Corruption</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-6-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_CorruptionTable" title="Roll this if you are required to roll on a Corruption Table"
|
||
value="&{template:DccTabbed} {{background=[[1d3]]}} {{spell=1}} {{name=@{character_name}}} {{title=?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption: @{spellName}}} {{flavortext=Compare result to ?{Corruption Table?|Minor,Minor|Major,Major|Greater,Greater} Corruption table.}} {{rolltype=Corruption Result:}} {{spellcorruption= [[@{corruptionTableDie} - @{spellBaseLevel} [Spell Level] + [[@{luckMod}]] [Luck Bonus] + [[@{corruptionLuckyRoll}]] [Corruption Lucky Roll] ]] }}">Corruption Tables Roll </button>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
|
||
<!-- END AUTO GENERATED SPELL PAGES -->
|
||
</div>
|
||
|
||
<!-- Divine Caster Spellbook -->
|
||
<div class="sheet-DivineCaster">
|
||
|
||
<h4 class="sheet-center">Holy Book </h4>
|
||
<p class="sheet-small-note">For players attempting to cast divine spells for the first time, you need to roll a Manifestation check and enter the information into the spell.</p>
|
||
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab1" value="1" title="Level 1" checked="checked">
|
||
<span class="sheet-spellpagetab sheet-spelltab1">Level 1</span>
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab2" value="2" title="Level 2">
|
||
<span class="sheet-spellpagetab sheet-spelltab2">Level 2</span>
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab3" value="3" title="Level 3">
|
||
<span class="sheet-spellpagetab sheet-spelltab3">Level 3</span>
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab4" value="4" title="Level 4">
|
||
<span class="sheet-spellpagetab sheet-spelltab4">Level 4</span>
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab5" value="5" title="Level 5">
|
||
<span class="sheet-spellpagetab sheet-spelltab5">Level 5</span>
|
||
<input type="radio" name="attr_Divinespellpagetab" class="sheet-spellpagetab sheet-spelltab99" value="99" title="Show All">
|
||
<span class="sheet-spellpagetab sheet-spelltab99">Show All</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<!-- BEGIN AUTO GENERATED SPELL PAGES -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page1">
|
||
<div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 1</div>
|
||
</div>
|
||
|
||
<!-- BEGIN CLERIC spellbook 1 row -->
|
||
<fieldset class="repeating_divinespellbooklevel1">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Spell Level</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-middle sheet-center">Level 1<input type="hidden" name="attr_spellBaseLevelCleric" value="1"><input type="hidden" name="attr_spellFriendlyLevelCleric" value="Level 1"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellNameCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRangeCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDurationCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTimeCleric"></div>
|
||
<div class="sheet-col-1-12 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSaveCleric"></div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConcCleric">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLostCleric">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check Die</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Level, or Personality"><input class="sheet-center" type="number" name="attr_divineMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDieCleric">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_spellcheckCleric" title="Cleric Spell Check."
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellNameCleric}}} {{spellshowmanifest=@{manifestionCleric}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevelCleric}}} {{spellrange=@{spellRangeCleric}}} {{spellduration=@{spellDurationCleric}}} {{spellcasttime=@{spellCastTimeCleric}}} {{spellsave=@{spellSaveCleric}}} {{spellconcentrate=@{spellConcCleric}}} {{spellshowdesc=@{spellDescriptionCleric}}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity}}} {{spellcheckcleric=[[@{spellCheckDieCleric}cf<@{disapproval} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{divineMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}}">Spell Check</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_DivinespelltypeManifest" class="sheet-spelltypetab sheet-spelltypeManifestCleric" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeManifestCleric">Manifestation</span> |
|
||
<input type="checkbox" name="attr_DivinespelltypeGeneral" class="sheet-spelltypetab sheet-spelltypeGeneralCleric" value="1"><span class="sheet-spelltypetab sheet-spelltypeGeneralCleric">General</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-ManifestCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_manifestionCleric"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-GeneralCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescriptionCleric"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END spellbook 1 row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page2"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 2</div>
|
||
</div>
|
||
|
||
<!-- BEGIN CLERIC spellbook 2 row -->
|
||
<fieldset class="repeating_divinespellbooklevel2">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Spell Level</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-middle sheet-center">Level 2<input type="hidden" name="attr_spellBaseLevelCleric" value="2"><input type="hidden" name="attr_spellFriendlyLevelCleric" value="Level 2"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellNameCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRangeCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDurationCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTimeCleric"></div>
|
||
<div class="sheet-col-1-12 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSaveCleric"></div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConcCleric">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost_Cleric">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check Die</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Level, or Personality"><input class="sheet-center" type="number" name="attr_divineMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDieCleric">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Spellcheck_Cleric" title="Cleric Spell Check."
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellNameCleric}}} {{spellshowmanifest=@{manifestionCleric}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevelCleric}}} {{spellrange=@{spellRangeCleric}}} {{spellduration=@{spellDurationCleric}}} {{spellcasttime=@{spellCastTimeCleric}}} {{spellsave=@{spellSaveCleric}}} {{spellconcentrate=@{spellConcCleric}}} {{spellshowdesc=@{spellDescriptionCleric}}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity}}} {{spellcheckcleric=[[@{spellCheckDieCleric}cf<@{disapproval} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{divineMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}}">Spell Check</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_DivinespelltypeManifest" class="sheet-spelltypetab sheet-spelltypeManifestCleric" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeManifestCleric">Manifestation</span> |
|
||
<input type="checkbox" name="attr_DivinespelltypeGeneral" class="sheet-spelltypetab sheet-spelltypeGeneralCleric" value="1"><span class="sheet-spelltypetab sheet-spelltypeGeneralCleric">General</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-ManifestCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_manifestionCleric"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-GeneralCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescriptionCleric"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END spellbook 2 row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page3"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 3</div>
|
||
</div>
|
||
|
||
<!-- BEGIN CLERIC spellbook 3 row -->
|
||
<fieldset class="repeating_divinespellbooklevel3">
|
||
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Spell Level</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-middle sheet-center">Level 3<input type="hidden" name="attr_spellBaseLevelCleric" value="3"><input type="hidden" name="attr_spellFriendlyLevelCleric" value="Level 3"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellNameCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRangeCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDurationCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTimeCleric"></div>
|
||
<div class="sheet-col-1-12 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSaveCleric"></div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConcCleric">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost_Cleric">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check Die</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Level, or Personality"><input class="sheet-center" type="number" name="attr_divineMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDieCleric">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Spellcheck_Cleric" title="Cleric Spell Check."
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellNameCleric}}} {{spellshowmanifest=@{manifestionCleric}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevelCleric}}} {{spellrange=@{spellRangeCleric}}} {{spellduration=@{spellDurationCleric}}} {{spellcasttime=@{spellCastTimeCleric}}} {{spellsave=@{spellSaveCleric}}} {{spellconcentrate=@{spellConcCleric}}} {{spellshowdesc=@{spellDescriptionCleric}}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity}}} {{spellcheckcleric=[[@{spellCheckDieCleric}cf<@{disapproval} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{divineMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}}">Spell Check</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_DivinespelltypeManifest" class="sheet-spelltypetab sheet-spelltypeManifestCleric" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeManifestCleric">Manifestation</span> |
|
||
<input type="checkbox" name="attr_DivinespelltypeGeneral" class="sheet-spelltypetab sheet-spelltypeGeneralCleric" value="1"><span class="sheet-spelltypetab sheet-spelltypeGeneralCleric">General</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-ManifestCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_manifestionCleric"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-GeneralCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescriptionCleric"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
<!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page4"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 4</div>
|
||
</div>
|
||
|
||
<!-- BEGIN CLERIC spellbook 4 row -->
|
||
<fieldset class="repeating_divinespellbooklevel4">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Spell Level</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-middle sheet-center">Level 4<input type="hidden" name="attr_spellBaseLevelCleric" value="4"><input type="hidden" name="attr_spellFriendlyLevelCleric" value="Level 4"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellNameCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRangeCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDurationCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTimeCleric"></div>
|
||
<div class="sheet-col-1-12 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSaveCleric"></div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConcCleric">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost_Cleric">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check Die</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Level, or Personality"><input class="sheet-center" type="number" name="attr_divineMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDieCleric">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Spellcheck_Cleric" title="Cleric Spell Check."
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellNameCleric}}} {{spellshowmanifest=@{manifestionCleric}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevelCleric}}} {{spellrange=@{spellRangeCleric}}} {{spellduration=@{spellDurationCleric}}} {{spellcasttime=@{spellCastTimeCleric}}} {{spellsave=@{spellSaveCleric}}} {{spellconcentrate=@{spellConcCleric}}} {{spellshowdesc=@{spellDescriptionCleric}}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity}}} {{spellcheckcleric=[[@{spellCheckDieCleric}cf<@{disapproval} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{divineMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}}">Spell Check</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_DivinespelltypeManifest" class="sheet-spelltypetab sheet-spelltypeManifestCleric" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeManifestCleric">Manifestation</span> |
|
||
<input type="checkbox" name="attr_DivinespelltypeGeneral" class="sheet-spelltypetab sheet-spelltypeGeneralCleric" value="1"><span class="sheet-spelltypetab sheet-spelltypeGeneralCleric">General</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-ManifestCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_manifestionCleric"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-GeneralCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescriptionCleric"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page --> <!-- BEGIN new spell page -->
|
||
<div class="sheet-spell-page5"> <div class="sheet-row sheet-spell-header">
|
||
<div class="sheet-col-1 sheet-vert-bottom sheet-center sheet-small-label">Level 5</div>
|
||
</div>
|
||
|
||
<!-- BEGIN CLERIC spellbook 5 row -->
|
||
|
||
<fieldset class="repeating_divinespellbooklevel5">
|
||
<div class="sheet-margin-bottom sheet-padr sheet-padl">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Spell Level</div>
|
||
<div class="sheet-col-1-3 sheet-vert-bottom sheet-center sheet-small-label">Spell name</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Range</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Duration</div>
|
||
<div class="sheet-col-1-8 sheet-vert-bottom sheet-center sheet-small-label">Cast time</div>
|
||
<div class="sheet-col-1-12 sheet-vert-bottom sheet-center sheet-small-label">Save</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Conc.</div>
|
||
<div class="sheet-col-1-15 sheet-vert-bottom sheet-center sheet-small-label">Lost?</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-15 sheet-vert-middle sheet-center">Level 5<input type="hidden" name="attr_spellBaseLevelCleric" value="5"><input type="hidden" name="attr_spellFriendlyLevelCleric" value="Level 5"></div>
|
||
<div class="sheet-col-1-3 sheet-vert-middle"><input type="text" class=" sheet-center" name="attr_spellNameCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellRangeCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellDurationCleric"></div>
|
||
<div class="sheet-col-1-8 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellCastTimeCleric"></div>
|
||
<div class="sheet-col-1-12 sheet-vert-middle"><input type="text" class="sheet-center" name="attr_spellSaveCleric"></div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Choose if the spell requires concentration or not">
|
||
<select name="attr_spellConcCleric">
|
||
<option value="Yes">Yes</option>
|
||
<option value="No" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15 sheet-vert-middle" title="Select if the Spell has been lost or not">
|
||
<select name="attr_spellIsLost_Cleric">
|
||
<option value="1">Yes</option>
|
||
<option value="0" selected="selected">No</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-23 sheet-center"> </div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Bonus / Minus</div>
|
||
<div class="sheet-col-4-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Check Die</div>
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23" title="Do not include the bonus' from Lucky Rolls, Level, or Personality"><input class="sheet-center" type="number" name="attr_divineMod" value="0"></div>
|
||
|
||
<div class="sheet-col-2-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-23 sheet-large-label sheet-left" title="Select the die used for your Spell Check.">
|
||
<select name="attr_spellCheckDieCleric">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-vert-bottom sheet-center"> </div>
|
||
|
||
<div class="sheet-col-11-23 sheet-vert-middle sheet-left">
|
||
<button type="roll" class="sheet-roll sheet-vert-middle" name="roll_Spellcheck_Cleric" title="Cleric Spell Check."
|
||
value="&{template:DccTabbed} {{background=[[4]]}} {{spell=1}} {{name=@{character_name}}} {{title=@{spellNameCleric}}} {{spellshowmanifest=@{manifestionCleric}}} {{spellshowinfoblock=1}} {{spelllevel=@{spellBaseLevelCleric}}} {{spellrange=@{spellRangeCleric}}} {{spellduration=@{spellDurationCleric}}} {{spellcasttime=@{spellCastTimeCleric}}} {{spellsave=@{spellSaveCleric}}} {{spellconcentrate=@{spellConcCleric}}} {{spellshowdesc=@{spellDescriptionCleric}}} {{rolltype=Spell Check : }} {{deity=@{ClericDeity}}} {{spellcheckcleric=[[@{spellCheckDieCleric}cf<@{disapproval} + [[@{spellUserBonus}]] [Level/Stat Bonus] + [[@{spellCastLuckyRoll}]] [Casting Lucky Roll] + @{divineMod} [Bonus/Minus] ]] }} {{crit= Add an additional +@{Level} to your spell check roll!}}">Spell Check</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="sheet-spacer"></span>
|
||
<span class="sheet-small-label">Show :</span>
|
||
<input type="checkbox" name="attr_DivinespelltypeManifest" class="sheet-spelltypetab sheet-spelltypeManifestCleric" value="1" checked="checked"><span class="sheet-spelltypetab sheet-spelltypeManifestCleric">Manifestation</span> |
|
||
<input type="checkbox" name="attr_DivinespelltypeGeneral" class="sheet-spelltypetab sheet-spelltypeGeneralCleric" value="1"><span class="sheet-spelltypetab sheet-spelltypeGeneralCleric">General</span>
|
||
|
||
<span class="sheet-spacer"></span>
|
||
|
||
<div class="sheet-spell-type-ManifestCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Manifestation</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-11-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_manifestionCleric"></textarea></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-spell-type-GeneralCleric">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-vert-bottom sheet-center sheet-small-label">Spell Description/Flavour</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-22-23 sheet-small-label sheet-center"><textarea class="sheet-medium" name="attr_spellDescriptionCleric"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- END spell row -->
|
||
</fieldset>
|
||
|
||
|
||
</div>
|
||
<!-- END spell page -->
|
||
|
||
<!-- END AUTO GENERATED SPELL PAGES -->
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<!-- ARMOR -->
|
||
|
||
<div class="sheet-section-armor">
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Armor Class </h4>
|
||
<p class="sheet-small-note">Add any equipment, effects or items here that give a benefit to your Armor Class (AC). This includes Armor, shields and any magical items or spells. Use the checkboxes to indicate whether each row is is worn/equipped. If you have a class feature that also boosts your AC then add that here too.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_acCalc" readonly="readonly"><br>AC (worn armor)</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armorCheck" readonly="readonly"><br>Total Check Penalty</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armorSpeed" readonly="readonly"><br>Total Speed Reduction</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Worn?</div>
|
||
<div class="sheet-col-5-23 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Base AC</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Magic Bonus</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Total AC</div>
|
||
<div class="sheet-col-4-23 sheet-center sheet-small-label sheet-vert-bottom">Fumble Die</div>
|
||
<div class="sheet-col-2-23 sheet-right sheet-small-label sheet-vert-bottom">Check Penalty</div>
|
||
<div class="sheet-col-3-23 sheet-right sheet-small-label sheet-vert-bottom">Speed Reduction</div>
|
||
</div>
|
||
|
||
<!-- BEGIN ARMOR repeating row -->
|
||
<fieldset class="repeating_armor">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-23 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_armorActive"></div>
|
||
<div class="sheet-col-5-23"><input type="text" name="attr_armorName"></div>
|
||
<div class="sheet-col-2-23"><input type="number" name="attr_armorAcBase" value="0" step="1"></div>
|
||
<div class="sheet-col-2-23"><input type="number" name="attr_armorMagicBonus" value="0" step="1"></div>
|
||
<div class="sheet-col-2-23"><input class="sheet-center" type="number" name="attr_armorTotalAc" value="@{armorAcBase} + @{armorMagicBonus}" disabled="disabled"></div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorFumbleDie">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorCheck">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option>
|
||
<option value="-7">-7</option>
|
||
<option value="-8">-8</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorSpeed">
|
||
<option value="0" selected="selected">No</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-10">-10</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
</div>
|
||
|
||
<!-- INVENTORY -->
|
||
|
||
<div class="sheet-section-inventory">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Coin Carried </h4>
|
||
<p class="sheet-small-note">Total = value of all coins converted to GP</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-1 sheet-padr">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">CP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">SP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">GP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">EP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">PP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">Total</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6" title="Copper Pieces"><input type="number" name="attr_CP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Silver Pieces"><input type="number" name="attr_SP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Gold Pieces"><input type="number" name="attr_GP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Electrum Pieces"><input type="number" name="attr_EP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Platinum Pieces"><input type="number" name="attr_PP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Total (in Gold Pieces)"><input class="sheet-center" type="number" name="attr_moneyTotalGp" value="(@{CP} / 100) + (@{SP} / 10) + @{GP} + (@{EP} * 10) + (@{PP} * 100) " disabled="disabled"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Inventory </h4>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Equipment</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Treasure</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-2"><textarea class="sheet-extralarge" name="attr_Equipment"></textarea></div>
|
||
<div class="sheet-col-1-2"><textarea class="sheet-extralarge" name="attr_Treasure"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- 0-LEVEL CHARACTER SHEET -->
|
||
<div class="sheet-maintab-content sheet-zero">
|
||
|
||
<h5 class="sheet-center">0-level Character Sheet</h5>
|
||
|
||
<p class="sheet-small-note">This character sheet is for 0-level characters only. It is a much pared down version of the main player character sheet which gets filled out once a character survives the funnel and makes it to level 1. </p>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<!-- O-LEVEL CHARACTER INFORMATION -->
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Character Information </h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-9 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_Occupation"><br>Occupation</div>
|
||
<div class="sheet-col-2-9 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_Alignment"><br>Alignment</div>
|
||
<div class="sheet-col-1-9 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_levelZero" value="0" disabled="true">Level</div>
|
||
<div class="sheet-col-1-9 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" name="attr_XP" value="0">XP</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-3-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-5-19">
|
||
|
||
<div class="sheet-ACBG">
|
||
<div class="sheet-col-1-4 sheet-center"> </div>
|
||
<div class="sheet-col-1-3 sheet-center"><input class="sheet-AC" type="number" name="attr_acZero" value="@{acCalc}" disabled="disabled"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-5-19">
|
||
|
||
<div class="sheet-HPBG">
|
||
<div class="sheet-col-1-4 sheet-center"> </div>
|
||
<div class="sheet-col-1-3 sheet-center "><input class="sheet-HP" type="text" name="attr_HP" value="1"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-5-19 sheet-padl">
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_HP_max" value="1"><br>Max HP</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-4-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Armor Class</div>
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Hit Points</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-3-19 sheet-center" title="0-level Hit Point Die">
|
||
<select name="attr_hpDieZero">
|
||
<option value="d4" selected="selected">d4</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-6-19 sheet-center"><button type='roll' class="sheet-initiative" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Hit Die}} {{flavortext=0-Level character gains 1@{hpDieZero} to start.}} {{rolltype=Starting HP : }} {{HD=[[ @{hpDieZero} [Die Roll] + [[@{staMod}]] [STA Mod] + [[@{hpLuckyRoll}]] [Lucky Roll] ]]}}" name="roll_hpZeroStart" title="Roll for starting Hitpoints. Make sure you already have your ability scores rolled and entered.">Starting Hit Points</button></div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-6-19 sheet-center" title="Use this button to roll for your Hit Points when you are healed."><button type='roll' class="sheet-initiative" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Heal Die}} {{flavortext=Heal 1@{hpDieZero} worth of hit points.}} {{rolltype=HP Healed : }} {{HD=[[ (?{Amount of Dice Healed|1})@{hpDieZero}]]}}" name="roll_hpZeroHeal" title="Roll for health">Healing Hit Points</button></div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-small-label">Hit Point Die</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
<h4 class="sheet-center">Combat Basics </h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Initiative<br></div>
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center" title="Only enter additional bonuses to initiative here. Your AGI, Lucky Roll and Class mods are already included in the macro button"><input class="sheet-underlined sheet-center" type="number" name="attr_INIT" value="0" step="1"><br>Bonus</div>
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_initOverall" value="([[[[@{agiMod}]] + @{warriorClassInit} + @{INIT} + @{initLuckyRoll}]])" disabled="disabled"><br>Total</div>
|
||
<div class="sheet-col-1-7 sheet-center"><button type='roll' class="sheet-initiative sheet-large-button" name="roll_INIT" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Initiative}} {{INIT=[[1d20 [Die Roll] + @{selected|initOverall} [Initiative Mod] &{tracker}]] }}" name='Initiative' title="Initiative">Initiative</button></div>
|
||
<div class="sheet-col-2-7 sheet-center"><button type='roll' class="sheet-initiative sheet-large-button" name="roll_INIT2Hand" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Initiative \n (Two-Handed Weapons)}} {{INIT=[[1d16 [Die Roll] + @{selected|initOverall} [Initiative Mod] &{tracker}]]}}" name='Initiative' title="Initiative">Initiative (2H)</button></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Action Dice<br></div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_ActionDie">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_actionDie2">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<select name="attr_actionDie3">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Attack Bonus<br></div>
|
||
<div class="sheet-col-1-7 sheet-center" title="Only enter Attack bonus listed on the Character level tables"><input class="sheet-center" type="number" name="attr_ATK" value="0" step="1"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Crit Die<br></div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<select name="attr_CritDie">
|
||
<option value="d3">d3</option>
|
||
<option value="d4" selected="selected">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
<option value="2d20">2d20</option>
|
||
</select>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Crit Table<br></div>
|
||
<div class="sheet-col-1-6 sheet-center">
|
||
<select name="attr_CritDie_max">
|
||
<option value="I" selected="selected">I</option>
|
||
<option value="II">II</option>
|
||
<option value="III">III</option>
|
||
<option value="IV">IV</option>
|
||
<option value="V">V</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-7 sheet-right sheet-padr sheet-hd-row">Fumble Die<br></div>
|
||
<div class="sheet-col-1-6 sheet-center" title="Enter your highest Fumble Die from your armor here.">
|
||
<select name="attr_armorFumbleDie">
|
||
<option value="d4" selected="selected">d4</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<input type="hidden" name="attr_fumbleCheck" value="[[[[@{luckMod}]] * (-1)]]" disabled="true">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Core Stats</h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-5-16 sheet-center"> </div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-small-label">Current Score</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Max Score</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Mod</div>
|
||
<div class="sheet-col-1-16 sheet-center sheet-vert-bottom sheet-small-label">Adv.</div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-vert-bottom sheet-small-label">Trained</div>
|
||
<div class="sheet-col-1-8 sheet-center sheet-vert-bottom sheet-small-label">Untrained</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Strength</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_str" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_strMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_strMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{strShowAdvanced}" name="attr_strShowAdvanced" class="sheet-str-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=STR Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{strMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{str}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{strReminders}}}" name='STR' title="Trained STR Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=STR Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{strMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{str}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{strReminders}}}" name='STR' title="Untrained STR Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{strShowAdvanced}" name="attr_strShowAdvanced" class="sheet-str-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-str-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_strReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Agility</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_agi" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_agiMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_agiMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{agiShowAdvanced}" name="attr_agiShowAdvanced" class="sheet-agi-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=AGI Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{agiMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{agi}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{agiReminders}}}" name='AGI' title="Trained AGI Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=AGI Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{agiMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{agi}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{agiReminders}}}" name='AGI' title="Untrained AGI Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{agiShowAdvanced}" name="attr_agiShowAdvanced" class="sheet-agi-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-agi-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_agiReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Stamina</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_sta" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_staMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_staMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{staShowAdvanced}" name="attr_staShowAdvanced" class="sheet-sta-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=STA Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{staMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{staReminders}}}" name='STA' title="Trained STA Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=STA Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{staMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{staReminders}}}" name='STA' title="Untrained STA Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{staShowAdvanced}" name="attr_staShowAdvanced" class="sheet-sta-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-sta-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_staReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Personality</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_per" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_perMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_perMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{perShowAdvanced}" name="attr_perShowAdvanced" class="sheet-per-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=PER Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{perMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{per}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{perReminders}}}" name='PER' title="Trained PER Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=PER Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{perMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{per}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{perReminders}}}" name='PER' title="Untrained PER Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{perShowAdvanced}" name="attr_perShowAdvanced" class="sheet-per-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-per-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_perReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Intelligence</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_int" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_intMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_intMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{intShowAdvanced}" name="attr_intShowAdvanced" class="sheet-int-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=INT Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{intMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{int}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{intReminders}}}" name='INT' title="Trained INT Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=INT Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{intMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{int}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{intReminders}}}" name='INT' title="Untrained INT Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{intShowAdvanced}" name="attr_intShowAdvanced" class="sheet-int-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-int-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_intReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-16 sheet-core-stat-label">Luck</div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_luck" min="1" step="1" value="10"></div>
|
||
<div class="sheet-col-1-8"><input type="number" name="attr_luckMax" min="1" step="1"></div>
|
||
<div class="sheet-col-1-8"><input class="sheet-center" type="number" name="attr_luckMod" readonly="readonly"></div>
|
||
<div class="sheet-col-1-16 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{luckShowAdvanced}" name="attr_luckShowAdvanced" class="sheet-luck-advanced">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check - 1d20}} {{hint=TRAINED: 0-level occupation determines the basic skills you can use or if the skill is something that any adult could have a reasonable chance of attempting.}} {{rolltype=Trained : }} {{ability=[[1d20 + [[@{luckMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{luck}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{luckReminders}}}" name='LUCK' title="Trained LUCK Skill">T</button>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-center">
|
||
<button type='roll' class="sheet-core-check" value="&{template:DccTabbed} {{background=[[6]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check - 1d10}} {{hint=UNTRAINED: If your character’s background does not support a skill use, your character is not familiar with the activity.}} {{rolltype=Untrained : }} {{ability=[[1d10 + [[@{luckMod}]] [Stat Mod] ]]}} {{abilityscore=[[@{luck}]]}} {{warningthreshold=}} {{warning=}} {{reminders=@{luckReminders}}}" name='LUCK' title="Untrained LUCK Skill">U</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{luckShowAdvanced}" name="attr_luckShowAdvanced" class="sheet-luck-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-luck-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_luckReminders" placeholder="Enter skill reminders here. ie: +2 while underground" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-10 sheet-center"> </div>
|
||
<div class="sheet-col-3-11 sheet-hd-row">Fleeting Luck </div>
|
||
<div class="sheet-col-1-8 sheet-center" title="Enter your groups Fleeting Luck value here"><input class="sheet-underline sheet-center" type="number" name="attr_fleetingLuck" value="0" min="0" step="1"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-10 sheet-center"> </div>
|
||
<div class="sheet-col-3-11 sheet-hd-row">Personality Test </div>
|
||
<div class="sheet-col-1-6">
|
||
<button type='roll' value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=PERSONALITY Test}} {{flavortext=Make Personality tests to attempt social interactions. Roll must be equal to or under current Personality score.}} {{rolltype=Check : }} {{luckcheck=[[@{ActionDie}cs1]]}} {{chance=[[@{per}]]}}" name='PERSONALITY' title="PERSONALITY Test"></button>
|
||
</div>
|
||
<div class="sheet-col-1-5 sheet-hd-row">Luck Check </div>
|
||
<div class="sheet-col-1-8">
|
||
<button type='roll' value="&{template:DccTabbed} {{background=[[5]]}} {{stat=1}} {{name=@{character_name}}} {{title=LUCK Check}} {{flavortext=Make Luck checks to attempt feats that succeed based on Luck alone. Roll must be equal to or under current Luck score.}} {{rolltype2=Current Luck : }} {{rolltype=Check : }} {{luckcheck=[[@{ActionDie}cs1]]}} {{chance=[[@{luck} [CURRENT LUCK] +@{fleetingLuck} [FLEETING LUCK]]]}}" name='LUCK' title="LUCK Check"></button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center"> </div>
|
||
|
||
</div>
|
||
|
||
|
||
<!-- 0-LEVEL SAVING THROWS/MOVEMENT -->
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Saving Throws </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-5-19 sheet-center"> </div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Base</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Save Bonus</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-small-label">Birth Augur</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Mod</div>
|
||
<div class="sheet-col-2-19 sheet-center sheet-vert-bottom sheet-small-label">Total Bonus</div>
|
||
<div class="sheet-col-1-19 sheet-center sheet-vert-bottom sheet-small-label">Adv.</div>
|
||
<div class="sheet-col-3-19 sheet-center sheet-small-label"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Reflex</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_REF" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusReflexMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurReflexMod" value="[[@{savingThrowsLuckyRoll} + @{reflexLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_reflexStatMod" value="[[@{agiMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_refCheck" value="[[ [[@{REF}]] + [[@{birthAugurReflexMod}]] + [[@{otherBonusReflexMod}]] + [[@{agiMod}]] ]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{reflexShowAdvanced}" name="attr_reflexShowAdvanced" class="sheet-reflex-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=REFLEX Save}} {{rolltype=Saving Throw : }} {{hint=Saves against reaction-based threats, such as ducking a swinging axe trap, leaping aside as a doorway collapses, and twisting away from a dragon’s flaming breath.}} {{savingthrow=[[1d20 + @{refCheck} + (?{Any additional Bonus/Minus|0})]]}} {{reminders=@{reflexReminders}}}" name='ST_Reflex' title="Reflex Save">REF</button>
|
||
</div>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{reflexShowAdvanced}" name="attr_reflexShowAdvanced" class="sheet-reflex-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-reflex-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_reflexReminders" placeholder="Enter reminders here: ie. +2 vs traps" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Fortitude</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_FORT" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusFortMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurFortMod" value="[[@{savingThrowsLuckyRoll} + @{fortitudeLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_fortitudeStatMod" value="[[@{staMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_fortCheck" value="[[@{FORT} + @{birthAugurFortMod} + @{otherBonusFortMod} + [[@{staMod}]]]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{fortitudeShowAdvanced}" name="attr_fortitudeShowAdvanced" class="sheet-fortitude-advanced">
|
||
</div>
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=FORTITUDE Save}} {{hint=Saves against physical threats, such as poisons, gasses, acids, and stunning damage.}} {{rolltype=Saving Throw : }} {{savingthrow=[[1d20 + @{fortCheck} + (?{Burn die - Any additional Bonus/Minus|0})]]}} {{abilityscore=[[@{sta}]]}} {{warningthreshold=[[6]]}} {{warning=Stamina is 5 or lower! Take double damage from poison or disease.}} {{reminders=@{fortitudeReminders}}}" name='ST_Fortitude' title="Fortitude Save">FORT</button>
|
||
</div>
|
||
</div>
|
||
<input type="checkbox" value="@{fortitudeShowAdvanced}" name="attr_fortitudeShowAdvanced" class="sheet-fortitude-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-fortitude-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_fortitudeReminders" placeholder="Enter reminders here: ie. +1 vs poison" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-19 sheet-core-stat-label">Will</div>
|
||
<div class="sheet-col-2-19" title="Enter the base value listed in Class Advancement Table"><input type="number" name="attr_WILL" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-2-19" title="Enter any additional bonus' ie. from spells or equipment"><input type="number" name="attr_otherBonusWillMod" value="0"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_birthAugurWillMod" value="[[@{savingThrowsLuckyRoll} + @{willLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input type="number" name="attr_willStatMod" value="[[@{perMod}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-2-19"><input class="sheet-center" type="number" name="attr_willCheck" value="[[@{WILL} + @{birthAugurWillMod} + @{otherBonusWillMod} + [[@{perMod}]]]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-19 sheet-checkbox-row" title="Check for more options">
|
||
<input type="checkbox" value="@{willShowAdvanced}" name="attr_willShowAdvanced" class="sheet-will-advanced">
|
||
</div>
|
||
<div class="sheet-col-2-19 sheet-left">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=WILL Save}} {{hint=Saves against mind-influencing threats, such as spells that charm or control, psychic effects that cause sleep or hypnosis, and mental domination.}} {{rolltype=Saving Throw : }}{{savingthrow=[[1d20 + @{willCheck} + (?{Burn die - Any additional Bonus/Minus|0})]]}} {{reminders=@{willReminders}}}" name='ST_Will' title="Will Save">WILL</button>
|
||
</div>
|
||
</div>
|
||
<input type="checkbox" value="@{willShowAdvanced}" name="attr_willShowAdvanced" class="sheet-will-advanced2 sheet-hidden">
|
||
<div class="sheet-advanced sheet-will-advanced sheet-row">
|
||
<div class="sheet-col-1-5 sheet-right sheet-margin-top sheet-padr">Reminders:</div>
|
||
<div class="sheet-col-4-5 sheet-margin-top">
|
||
<textarea name="attr_willReminders" placeholder="Enter reminders here. ie.: immune to sleep and charm" class="sheet-small"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-center sheet-small-label"> </div>
|
||
|
||
<h4 class="sheet-center">Movement </h4>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-center sheet-small-label"> </div>
|
||
<div class="sheet-col-1-5 sheet-center sheet-small-label"> </div>
|
||
<div class="sheet-col-1-5 sheet-padl sheet-small-label sheet-center" title="Base Speed is based on your Race."><input class="sheet-underlined sheet-center" type="number" name="attr_Speed" value="30" step="5"><br>Base Speed</div>
|
||
<div class="sheet-col-1-5 sheet-center sheet-small-label"> </div>
|
||
<div class="sheet-col-1-5 sheet-center sheet-small-label"> </div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_walk" value="@{Speed} + @{armorSpeed} + @{speedLuckyRoll}" disabled="disabled"><br>Walk</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_run" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) * 2)" disabled="disabled"><br>Run</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_fly" value="0" step="5"><br>Fly</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_climb" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) / 2)" disabled="disabled"><br>Climb</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_swim" value="floor( (@{Speed} + @{armorSpeed} + @{speedLuckyRoll}) / 2)" disabled="disabled"><br>Swim</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_burrow" value="0" step="5"><br>Burrow</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- 0-LEVEL Languages - Starting Luck - Birth Augur -->
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<h4 class="sheet-center">Languages - Starting Luck - Birth Augur </h4>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-5-5 sheet-padl">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right">Known Languages: <br></div>
|
||
<div class="sheet-col-3-5"><textarea name="attr_Languages"></textarea></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Starting Luck<br> </div>
|
||
<div class="sheet-col-1-7 sheet-center" title="Enter your Starting Luck value here"><input class="sheet-underline sheet-center" type="number" name="attr_luckStarting" min="0" step="1" value="10"></div>
|
||
<div class="sheet-col-1-15 sheet-center"> </div>
|
||
<div class="sheet-col-1-7 sheet-center"><input class="sheet-center" type="number" name="attr_luckStartingMod" readonly="readonly">Lucky Roll Bonus</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Birth Augur<br></div>
|
||
<div class="sheet-col-3-5 sheet-center"><input class="sheet-center sheet-underline" type="text" name="attr_birthAugur"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-hd-row sheet-right sheet-padr">Lucky Roll<br></div>
|
||
<div class="sheet-col-3-5 sheet-center"><input class="sheet-center sheet-underline" type="text" name="attr_luckyRoll"></div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Harsh Winter (All attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for All attack rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_allAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>The bull (Melee attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee attackrolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_meleeAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Born on the battlefield (Damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Damage rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_dmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Path of the bear (Melee damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Melee damage rolls"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_meleeDmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Righteous Heart (Turn Unholy Checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Turn Unholy"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_turnUnholyLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Survived the Plague (Magical Healing)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Magical Healing"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_layOnHandsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Lucky sign (All saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for All saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_savingThrowsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Struck by lightning (Reflex saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Reflex saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_reflexLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Lived through famine (Fort saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Fortitude saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_fortitudeLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Resisted temptation (Will saving throws)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Will saving throws"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_willLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Born Under the Loom (Skill Checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Skill Checks"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_skillChecksLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Fox's Cunning (Find/Disable Traps)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Find/Disable Traps"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_findDisableTrapsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Fortunate date (Missile fire attack rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Ranged to Hit"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_rangedAtkLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Hawkeye (Missile fire damage rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Ranged Damage"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_rangedDmgLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-5-14 sheet-left sheet-vert-middle">Lucky Roll for <b>The Broken Star (Fumbles)</b>?</div>
|
||
<div class="sheet-col-1-19 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check both boxes"><input type="checkbox" value="[[@{luckStartingMod} * (-2)]]" name="attr_fumbleLuckyRoll"></div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check both boxes"><input type="checkbox" value="[[@{luckStartingMod} * (2)]]" name="attr_spellFumbleLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Warrior’s arm (Critical hit tables)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Critical Hits"><input type="checkbox" value="[[@{luckStartingMod} * (2)]]" name="attr_critLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Bountiful harvest (Hit points)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for HP"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_hpLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Speed of the cobra (Initiative)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Initiative"><input type="checkbox" value="[[@{luckStartingMod}]]" name="attr_initLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Seventh son (Spell checks)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Spell Checks"><input type="checkbox" value="@{luckStartingMod}" name="attr_spellCastLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Unholy house (Corruption rolls)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Corruption Rolls"><input type="checkbox" value="@{luckStartingMod}" name="attr_corruptionLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Charmed house (Armor Class)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Armor Class"><input type="checkbox" value="on" name="attr_armorClassLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Four-leafed clover (Find secret doors)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Find Secret Doors"><input type="checkbox" value="@{luckStartingMod}" name="attr_findSecretDoorsLuckyRoll"></div>
|
||
|
||
<div class="sheet-col-9-22 sheet-left sheet-vert-middle">Lucky Roll for <b>Wild Child (Speed)</b>?</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-padr sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for Speed"><input type="checkbox" value="[[@{luckStartingMod} * (5)]]" name="attr_speedLuckyRoll"></div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<h4 class="sheet-center">Melee Weapons </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-3-10 sheet-center sheet-small-label sheet-vert-bottom">Weapon</div>
|
||
<div class="sheet-col-1-10 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-1-10 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">To Hit Mod</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Damage Dice</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Dmg Mod</div>
|
||
<div class="sheet-col-1-20 sheet-center sheet-small-label sheet-vert-bottom">Advanced</div>
|
||
</div>
|
||
|
||
<!-- BEGIN MELEE weapon repeating row -->
|
||
<fieldset class="repeating_meleeweapon">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-10"><input type="text" name="attr_meleeWeaponName"></div>
|
||
<div class="sheet-col-1-10" title="If you are not trained in your weapon use, you take -1 die for your attack roll. You will also take a minus to your dice chain if using two-weapon fighting.">
|
||
<select name="attr_meleeAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-10" title="Your critical threat range goes up, if your dice on the dice chain goes up. For those dual wielding, your primary hand gets a critical threat at 16. If you are a halfling, both weapons get a critical threat at 16.">
|
||
<select name="attr_meleeCritThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
<option value="16">16</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-20"><input class=" sheet-center" type="number" name="attr_meleeToHit" value="[[[[@{strMod}]] + @{meleeMagic} + @{meleeOtherToHitBonus} + @{allAtkLuckyRoll} + @{meleeAtkLuckyRoll} + @{ATK} + @{meleeAtkLuckyWeapon} + @{zeroWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-20" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" value="1d4" type="text" name="attr_meleeDmg"></div>
|
||
<div class="sheet-col-1-20"><input class="sheet-center" type="number" name="attr_meleeDmgBonus" value="[[[[@{strMod}]] + @{meleeMagic} + @{meleeOtherDamageBonus} + @{meleedmgLuckyRoll} + @{dmgLuckyRoll} + @{zeroWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
|
||
<div class="sheet-col-1-20 sheet-checkbox-row" title="Check for advanced options">
|
||
<input type="checkbox" value="@{meleeShowAdvanced}" name="attr_meleeShowAdvanced" class="sheet-melee-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponAttack" title="Melee Weapon Attack" value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{meleeWeaponName}}} {{wielded=@{meleeAttackWielded} }} {{attack=[[ @{meleeAttackDice}cs>@{meleeCritThreat} [To Hit Roll] + @{meleeToHit} [To Hit Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] }} {{damage=[[ ({(@{meleeDmg} [Base damage] + @{meleeDmgBonus} [Damage Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die]),1d1}kh1) ]]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">Attack</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-12">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponAttackWithDeed" title="Melee Weapon Attack with Mighty Deed" value="&{template:DccTabbed} [[ @{meleeAttackDice}cs>@{meleeCritThreat} [To Hit Roll] + [[@{DeedDie}cs>3]] [Deed Die] + @{meleeToHit} [To Hit Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{meleeWeaponName}}} {{wielded=@{meleeAttackWielded} }} {{attackWithDeed=$[[1]] }} {{deedroll=$[[0]] }} {{damage=[[ ({(@{meleeDmg} [Base damage] + @{meleeDmgBonus} [Damage Bonus]),1d1}kh1) ]] + $[[0]] [Deed]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">w/ Deed</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-14">
|
||
<button type='roll' class="sheet-roll" name="roll_meleeWeaponBackstab" title="Melee Weapon Backstab" value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=Backstab with @{meleeWeaponName}}} {{flavortext=You attack the enemy from behind or when they are unaware. If the attack hits, it is a critical hit.}} {{backstab=[[ @{meleeAttackDice} [To Hit Roll] + @{meleeToHit} [To Hit Bonus] + @{ThiefBackstabCheck} [Backstab Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] }} {{damage=[[ @{meleeBackstabDmg} [Base backstab damage] + @{meleeDmgBonus} [Damage Bonus] ]]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">Backstab</button>
|
||
</div>
|
||
<input type="checkbox" value="@{meleeShowAdvanced}" name="attr_meleeShowAdvanced" class="sheet-melee-advanced2 sheet-hidden">
|
||
|
||
<div class="sheet-melee-advanced sheet-row">
|
||
<div class="sheet-row sheet-vert-middle">
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Magic bonus:</div>
|
||
<div class="sheet-col-1-20" title="The magic bonus will be added as a bonus to BOTH the attack and damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeMagic" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">To Hit bonus:</div>
|
||
<div class="sheet-col-1-20" title="Bonus added to ONLY hit rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeOtherToHitBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Backstab damage:</div>
|
||
<div class="sheet-col-1-20" title="Enter the damage done on a backstab here. Usually this is the same as the normal damage dice"><input class="sheet-center" value="" type="text" name="attr_meleeBackstabDmg"></div>
|
||
<div class="sheet-col-1-4 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Lucky Weapon:</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-checkbox-row sheet-vert-middle" title="Check the box if this is your Lucky Weapon (Class ability)"><input type="checkbox" value="@{luckStartingMod}" name="attr_meleeAtkLuckyWeapon"></div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-7-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Damage bonus:</div>
|
||
<div class="sheet-col-1-20" title="Bonus added to ONLY to damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_meleeOtherDamageBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Wielded:</div>
|
||
<div class="sheet-col-3-20" title="How is the weapon being wielded">
|
||
<select name="attr_meleeAttackWielded">
|
||
<option value="Primary Hand" selected="selected">Primary Hand</option>
|
||
<option value="Two Handed">2 Handed</option>
|
||
<option value="Off Hand">Off Hand</option>
|
||
<option value="Off Hand (Halfling)">Off Hand (Half)</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-3-20 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Pack Hunter:</div>
|
||
<div class="sheet-col-1-20 sheet-left sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for 0-level Starting weapon"><input type="checkbox" value="@{luckStartingMod}" name="attr_zeroWeaponLuckyRoll"></div>
|
||
</div>
|
||
<hr>
|
||
</div>
|
||
|
||
</div>
|
||
</fieldset>
|
||
|
||
|
||
<h4 class="sheet-center">Ranged Weapons</h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Ammo</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Weapon</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Short Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Med Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Long Range</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">To Hit Mod</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Dmg Dice</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Dmg Mod</div>
|
||
<div class="sheet-col-1-12 sheet-center sheet-small-label sheet-vert-bottom">Range to Attack</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Advanced</div>
|
||
</div>
|
||
|
||
<!-- BEGIN RANGED weapon repeating row -->
|
||
<fieldset class="repeating_rangedweapon">
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_thrownShortRangeBonus" value="0" readonly="readonly">
|
||
<input type="hidden" name="attr_mediumRangePenalty" value="0" readonly="readonly">
|
||
<input type="hidden" name="attr_rangedAttackEffectiveDice" value="0" readonly="readonly">
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedAmmo" value="0"></div>
|
||
<div class="sheet-col-1-6"><input type="text" name="attr_rangedWeaponName"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceShort" value="0"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceMed" value="0"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="text" name="attr_rangedDistanceLong" value="0"></div>
|
||
<div class="sheet-col-1-12" title="If you are not trained in your weapon use, you take -1 die for your attack roll. You will also take a minus to your dice chain if using two-weapon fighting or shooting from long range.">
|
||
<select name="attr_rangedAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-12" title="Your critical threat range goes up, if your dice on the dice chain goes up.">
|
||
<select name="attr_rangedCritThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="number" name="attr_rangedToHit" value="[[ [[@{agiMod}]] + @{allAtkLuckyRoll} + @{rangedAtkLuckyRoll} + @{rangedMagic} + @{rangedOtherToHitBonus} + @{rangedAtkLuckyWeapon} + @{ATK} + @{zeroRangedWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-24" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" type="text" name="attr_rangedDmg" value="1d4"></div>
|
||
<div class="sheet-col-1-24"><input class="sheet-center" type="number" name="attr_rangedDmgBonus" value="[[@{rangedMagic} + @{rangedOtherDamageBonus} + @{rangedDmgLuckyRoll} + @{dmgLuckyRoll} + @{zeroRangedWeaponLuckyRoll}]]" disabled="disabled"></div>
|
||
<div class="sheet-col-1-12" title="Short range: no penalty Medium range: -2 on attack roll Long ranged: -1d on attack roll">
|
||
<select name="attr_attackRange">
|
||
<option value="Short">Short</option>
|
||
<option value="Medium">Med</option>
|
||
<option value="Long">Long</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-24 sheet-checkbox-row" title="Check for advanced options">
|
||
<input type="checkbox" value="@{rangedShowAdvanced}" name="attr_rangedShowAdvanced" class="sheet-ranged-advanced">
|
||
</div>
|
||
|
||
<div class="sheet-col-1-21">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponAttack" title="Ranged Weapon"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name} }} {{title=@{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong} }} {{range=@{attackRange} }} {{rangedtype=Ranged Type}} {{type=@{rangedWeaponType} }} {{rangedattack=[[ @{rangedAttackEffectiveDice}cs>@{rangedCritThreat} [To Hit Roll] + @{rangedToHit} [To Hit Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die] + (?{Any Attack Bonus|0}) [Attack Bonus] - @{mediumRangePenalty} [Medium Range Penalty] ]] }} {{damage=[[ @{rangedDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus] + (?{Deed/Smite Die roll|0}) [Deed/Smite Die] + @{thrownShortRangeBonus} [Short Range Thrown Weapon STR Mod] ]] }} {{crit=[[ @{CritDie}[Dice Roll] + [[@{luckMod}]][Current Luck] + @{critLuckyRoll}[Crit Lucky Roll] ]] }} {{crittable=@{CritDie|max} }} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]] }}">Atk</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-12">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponAttackWithDeed" title="Ranged Weapon Attack with Mighty Deed" value="&{template:DccTabbed} [[ @{rangedAttackEffectiveDice}cs>@{rangedCritThreat} [To Hit Roll] + [[@{DeedDie}cs>3]] [Deed Die] + @{rangedToHit} [To Hit Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] ]] {{background=[[0]]}} {{combat=1}} {{name=@{character_name}}} {{title=@{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong}}} {{range=@{attackRange} }} {{rangedtype=Ranged Type}} {{type=@{rangedWeaponType} }} {{rangedAttackWithDeed=$[[1]] }} {{deedroll=$[[0]] }} {{damage=[[ ({(@{rangedDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus]),1d1}kh1) ]] + $[[0]] [Deed]}} {{crit=[[ @{CritDie} + [[@{luckMod}]] + @{critLuckyRoll} ]]}} {{crittable=@{CritDie|max}}} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]]}}">w/ Deed</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-11">
|
||
<button type='roll' class="sheet-roll" name="roll_rangedWeaponBackstab" title="Ranged Weapon Backstab"
|
||
value="&{template:DccTabbed} {{background=[[0]]}} {{combat=1}} {{name=@{character_name} }} {{title=Backstab with @{rangedWeaponName} \n @{rangedDistanceShort} / @{rangedDistanceMed} / @{rangedDistanceLong} }} {{flavortext=You attack the enemy from behind or when they are unaware. If the attack hits, it is a critical hit.}} {{range=@{attackRange} }} {{type=@{rangedWeaponType} }} {{rangedbackstab=[[ @{rangedAttackEffectiveDice} [To Hit Roll] + @{rangedToHit} [To Hit Bonus] + @{ThiefBackstabCheck} [Backstab Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] - @{mediumRangePenalty} [Medium Range Penalty] ]] }} {{damage=[[ @{rangedBackstabDmg} [Base damage] + @{rangedDmgBonus} [Damage Bonus] + @{thrownShortRangeBonus} [Short Range Thrown Weapon STR Mod] ]] }} {{crit=[[ @{CritDie}[Dice Roll] + [[@{luckMod}]][Current Luck] + @{critLuckyRoll}[Crit Lucky Roll] ]] }} {{crittable=@{CritDie|max} }} {{fumble=[[ @{armorFumbleDie} + [[@{fumbleCheck}]] + [[@{fumbleLuckyRoll}]] ]] }}">Backstab</button>
|
||
</div>
|
||
|
||
<input type="checkbox" value="@{rangedShowAdvanced}" name="attr_rangedShowAdvanced" class="sheet-ranged-advanced2 sheet-hidden">
|
||
|
||
<div class="sheet-ranged-advanced sheet-row">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Magic Bonus:</div>
|
||
<div class="sheet-col-1-24" title="The magic bonus will be added as a bonus to BOTH the attack and damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedMagic" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">To Hit bonus:</div>
|
||
<div class="sheet-col-1-24" title="Bonus added to ONLY hit rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedOtherToHitBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Backstab damage:</div>
|
||
<div class="sheet-col-1-12" title="Enter the damage done on a backstab here. Usually this is the same as the normal damage dice"><input class="sheet-center" value="" type="text" name="attr_rangedBackstabDmg"></div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Lucky Weapon:</div>
|
||
<div class="sheet-col-1-24 sheet-checkbox-row sheet-vert-middle" title="Check the box if this is your Lucky Weapon (Class ability)"><input type="checkbox" value="@{luckStartingMod}" name="attr_rangedAtkLuckyWeapon"></div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Damage bonus:</div>
|
||
<div class="sheet-col-1-24" title="Bonus added to ONLY to damage rolls">
|
||
<input class=" sheet-center" type="number" name="attr_rangedOtherDamageBonus" value="0">
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Missle Type:</div>
|
||
<div class="sheet-col-1-8" title="Select Thrown or Missile weapon">
|
||
<select name="attr_rangedWeaponType">
|
||
<option value="Thrown">Thrown</option>
|
||
<option value="Missile" selected="selected">Missile</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-8 sheet-right sheet-padr sheet-margin-top sheet-vert-middle">Pack Hunter:</div>
|
||
<div class="sheet-col-1-24 sheet-checkbox-row sheet-vert-middle" title="Check the box if you have the Lucky Roll for 0-level Starting weapon"><input type="checkbox" value="@{luckStartingMod}" name="attr_zeroRangedWeaponLuckyRoll"></div>
|
||
</div>
|
||
<hr>
|
||
</div>
|
||
|
||
</div>
|
||
</fieldset>
|
||
|
||
|
||
<!-- 0-LEVEL ARMOR -->
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Armor Class </h4>
|
||
<p class="sheet-small-note">Add any equipment, effects or items here that give a benefit to your Armor Class (AC). This includes Armor, shields and any magical items or spells. Use the checkbox to indicate whether each row is is worn/equipped.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_acCalc" readonly="readonly"><br>AC (worn armor)</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armorCheck" readonly="readonly"><br>Total Check Penalty</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
|
||
<div class="sheet-col-1-7 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_armorSpeed" readonly="readonly"><br>Total Speed Reduction</div>
|
||
|
||
<div class="sheet-col-1-7 sheet-right sheet-small-label"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Worn?</div>
|
||
<div class="sheet-col-5-23 sheet-center sheet-small-label sheet-vert-bottom">Name</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Base AC</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Magic Bonus</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Total AC</div>
|
||
<div class="sheet-col-4-23 sheet-center sheet-small-label sheet-vert-bottom">Fumble Die</div>
|
||
<div class="sheet-col-2-23 sheet-right sheet-small-label sheet-vert-bottom">Check Penalty</div>
|
||
<div class="sheet-col-4-23 sheet-center sheet-small-label sheet-vert-bottom">Speed Reduction</div>
|
||
</div>
|
||
|
||
<!-- BEGIN ARMOR repeating row -->
|
||
<fieldset class="repeating_armor">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-23 sheet-vert-middle sheet-checkbox-row"><input type="checkbox" name="attr_armorActive"></div>
|
||
<div class="sheet-col-5-23"><input type="text" name="attr_armorName"></div>
|
||
<div class="sheet-col-2-23"><input type="number" name="attr_armorAcBase" value="0" step="1"></div>
|
||
<div class="sheet-col-2-23"><input type="number" name="attr_armorMagicBonus" value="0" step="1"></div>
|
||
<div class="sheet-col-2-23"><input class="sheet-center" type="number" name="attr_armorTotalAC" value="@{armorAcBase} + @{armorMagicBonus}" disabled="disabled"></div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorFumbleDie">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorCheck">
|
||
<option value="0" selected="selected">--</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option>
|
||
<option value="-7">-7</option>
|
||
<option value="-8">-8</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
<div class="sheet-col-2-23">
|
||
<select name="attr_armorSpeed">
|
||
<option value="0" selected="selected">No</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-10">-10</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
</div>
|
||
</fieldset>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<!-- 0-LEVEL INVENTORY -->
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Coin Carried </h4>
|
||
<p class="sheet-small-note">Total = value of all coins converted to GP</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-1 sheet-padr">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">CP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">SP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">GP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">EP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">PP</div>
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label">Total</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6" title="Copper Pieces"><input type="number" name="attr_CP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Silver Pieces"><input type="number" name="attr_SP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Gold Pieces"><input type="number" name="attr_GP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Electrum Pieces"><input type="number" name="attr_EP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Platinum Pieces"><input type="number" name="attr_PP" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-6" title="Total (in Gold Pieces)"><input class="sheet-center" type="number" name="attr_money_total_gp" value="(@{CP} / 100) + (@{SP} / 10) + @{GP} + (@{EP} * 10) + (@{PP} * 100) " disabled="disabled"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Inventory </h4>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Equipment</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Treasure</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-2"><textarea class="sheet-large" name="attr_Equipment"></textarea></div>
|
||
<div class="sheet-col-1-2"><textarea class="sheet-large" name="attr_Treasure"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
</div>
|
||
|
||
<!-- NPC/MONSTER CHARACTER SHEET -->
|
||
<div class="sheet-maintab-content sheet-monster">
|
||
|
||
<h5 class="sheet-center">Monster/NPC Sheet (GM ONLY) </h5>
|
||
|
||
<p class="sheet-small-note">This character sheet is for NPCs and Monsters. It is for the GMs to use. </p>
|
||
|
||
<!-- MONSTER INFORMATION -->
|
||
|
||
<h4 class="sheet-center">Monster Information </h4>
|
||
|
||
<div class="sheet-row">
|
||
|
||
|
||
|
||
<div class="sheet-col-1-1 sheet-padr">
|
||
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Type of Monster" name="attr_monsterType"><br>Type</div>
|
||
<div class="sheet-col-6-23 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" title="List the book/module location where the monster is referenced." placeholder="DCC Rulebook p.397" name="attr_monsterBook"><br>Reference</div>
|
||
<div class="sheet-col-4-23 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Size" name="attr_sizeMonster"><br>Size</div>
|
||
<div class="sheet-col-4-23 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" placeholder="Alignment" name="attr_alignmentMonster"><br>Alignment</div>
|
||
<div class="sheet-col-4-23 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="text" title="Monster HD for quick browsing. Re-use this same information below to roll the Hit Points for the monster." name="attr_levelMonster" value="0">HD</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-23 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-5-5 sheet-padl">
|
||
|
||
<div class="sheet-col-1-1">
|
||
<div class="sheet-col-1-2">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-3 sheet-heading-row">Known Languages<br></div>
|
||
<div class="sheet-col-1-1 sheet-padr" title="Enter Monster's known languages"><textarea name="attr_languagesMonster" textarea class="sheet-fluid" placeholder="Enter the Monster's known languages here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
<div class="sheet-col-1-2">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-heading-row">Notes<br></div>
|
||
<div class="sheet-col-1-1 sheet-padl" title="Enter any Monster Notes"><textarea name="attr_notesMonster" textarea class="sheet-fluid" placeholder="Enter Monster Notes here"></textarea></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-2-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-MonsterColumn">
|
||
|
||
<div class="sheet-ACBGMonster">
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-2 sheet-center"><input class="sheet-ACMonster" type="number" name="attr_acMonster" value="10" step="1"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-19 sheet-center"> </div>
|
||
|
||
<div class="sheet-MonsterColumn">
|
||
|
||
<div class="sheet-HPBGMonster">
|
||
<div class="sheet-col-2-11 sheet-center"> </div>
|
||
<div class="sheet-col-1-2 sheet-center "><input class="sheet-HPMonster" type="text" name="attr_hpMonster" value="0"><br>.</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-5-19 sheet-padl">
|
||
<div class="sheet-col-1-2 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_hpMaxMonster" value="0"><br>Max HP</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-19 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-large-label">Armor Class</div>
|
||
<div class="sheet-col-1-12 sheet-center"> </div>
|
||
<div class="sheet-col-5-19 sheet-left sheet-large-label">Hit Points</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1 sheet-center"> </div>
|
||
<div class="sheet-col-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-1 sheet-padl">
|
||
|
||
<div class="sheet-col-3-19 sheet-center sheet-heading-row">Hit Die : <br></div>
|
||
<div class="sheet-col-3-19 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" min="1" value="1" step="1" title="Enter the amount of Hit Dice for the monster" name="attr_hdMonsterDiceAmount"><br>Amount</div>
|
||
|
||
<div class="sheet-col-3-19 sheet-center" title="Choose the monster Hit Die">
|
||
<select name="attr_hdMonsterDie">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6" selected="selected">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-3-19 sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" value="0" step="1" title="Enter the bonus/minus amount" name="attr_hdMonsterDieBonus"><br>Bonus/Minus</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center" title="Roll for your monster's Hit Points.">
|
||
<button type='roll' class="sheet-initiative"
|
||
value="/w gm &{template:DccTabbed} {{name=@{character_name}}} {{title=Starting Hit Points}} {{flavortext=@{character_name} was born with @{hdMonsterDiceAmount}@{hdMonsterDie}+@{hdMonsterDieBonus} of health.}} {{rolltype=Starting HP:}} {{HD=[[ (@{hdMonsterDiceAmount}@{hdMonsterDie}) + @{hdMonsterDieBonus} ]]}}" name='HP' title="Roll for new Hit Dice">Roll For HP</button></div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- MONSTER SAVING THROWS, MOVEMENT -->
|
||
<div class="sheet-row">
|
||
|
||
<!-- MONSTER SAVING THROWS -->
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Monster Saving Throws </h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-7 sheet-core-stat-label">Fortitude</div>
|
||
<div class="sheet-col-2-7 sheet-padl"><input type="number" name="attr_fortMonster" value="0" step="1"></div>
|
||
<div class="sheet-col-2-7 sheet-center sheet-padl">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=FORTITUDE Save}} {{hint=Saves against physical threats, such as poisons, gasses, acids, and stunning damage.}} {{rolltype=Saving Throw:}} {{savingthrow=[[1d20 + @{fortMonster} + (?{Any additional Bonus/Minus|0})]]}}" name='ST_Fortitude' title="Fortitude Save">FORTITUDE</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-7 sheet-core-stat-label">Reflex</div>
|
||
<div class="sheet-col-2-7 sheet-padl"><input type="number" name="attr_refMonster" value="0" step="1"></div>
|
||
<div class="sheet-col-2-7 sheet-center sheet-padl">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=REFLEX Save}} {{hint=Saves against reaction-based threats, such as ducking a swinging axe trap, leaping aside as a doorway collapses, and twisting away from a player's scorching ray.}} {{rolltype=Saving Throw:}} {{savingthrow=[[1d20 + @{refMonster} + (?{Any additional Bonus/Minus|0})]]}}" name='ST_Reflex' title="Reflex Save">REFLEX</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-3-7 sheet-core-stat-label">Will</div>
|
||
<div class="sheet-col-2-7 sheet-padl"><input type="number" name="attr_willMonster" value="0" step="1"></div>
|
||
<div class="sheet-col-2-7 sheet-center sheet-padl">
|
||
<button type='roll' class="sheet-core-save" value="&{template:DccTabbed} {{save=1}} {{name=@{character_name}}} {{title=WILL Save}} {{hint=Saves against mind-influencing threats, such as spells that charm or control, psychic effects that cause sleep or hypnosis, and mental domination.}} {{rolltype=Saving Throw:}} {{savingthrow=[[1d20 + @{willMonster} + (?{Any additional Bonus/Minus|0})]]}}" name='ST_Will' title="Will Save">WILL</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- MONSTER MOVEMENT -->
|
||
|
||
<div class="sheet-col-1-2 sheet-padr">
|
||
|
||
<h4 class="sheet-center">Monster Movement </h4>
|
||
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-padl sheet-small-label sheet-center" title="Base Speed listed in stats."><input class="sheet-underlined sheet-center" type="number" name="attr_speedMonster" value="0" step="5"><br>Base Speed</div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
<div class="sheet-col-1-5 sheet-center"> </div>
|
||
</div>
|
||
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_walkMonster" value="[[@{speedMonster}]]" disabled="disabled"><br>Walk</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_runMonster" value="[[floor( (@{speedMonster}) * 2)]]" disabled="disabled"><br>Run</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_flyMonster" value="0" step="5"><br>Fly</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_climbMonster" value="[[floor( (@{speedMonster}) / 2)]]" title="Use default calculation, unless specific speed noted in Monster stats"><br>Climb</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_swimMonster" value="[[floor( (@{speedMonster}) / 2)]]" title="Use default calculation, unless specific speed noted in Monster stats"><br>Swim</div>
|
||
<div class="sheet-col-1-6 sheet-padl sheet-small-label sheet-center"><input class="sheet-underlined sheet-center" type="number" name="attr_burrowMonster" value="0" step="5"><br>Burrow</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col-2-7 sheet-center"> </div>
|
||
|
||
</div>
|
||
|
||
<!-- MONSTER COMBAT -->
|
||
<h4 class="sheet-center">Monster Combat</h4>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-2-17 sheet-right sheet-heading-row">Initiative : <br></div>
|
||
<div class="sheet-col-1-17 sheet-small-label sheet-center sheet-padl" title="Enter Monster's initiative here."><input class="sheet-underlined sheet-center" type="number" name="attr_initMonster" value="0" step="1"><br>Modifier</div>
|
||
<div class="sheet-col-1-7 sheet-center">
|
||
<button type='roll' class="sheet-initiative sheet-large-button" name="roll_initMonster" value="&{template:DccTabbed} {{name=@{character_name}}} {{title=Monster/NPC Initiative}} {{INIT=[[1d20 + @{selected|initMonster} [Initiative Mod] + (?{Add'l Bonus/Minus|0}) &{tracker}]]}}" name='Initiative' title="Initiative">Initiative</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-24 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-17 sheet-right sheet-heading-row">Morale Check : <br></div>
|
||
<div class="sheet-col-1-9 sheet-center">
|
||
<button type='roll' class="sheet-roll" name="Monster Morale Check" value="/w gm &{template:DccTabbed} {{stat=1}} {{name=@{character_name}}} {{title=Morale Check}} {{moralecheck=[[1d20 + @{willMonster} + (?{Any Morale Bonus/Minus|0}) ]]}} {{chance=[[10]]}}" name='Morale' title="Morale Check">Morale</button>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-24 sheet-center"> </div>
|
||
|
||
<div class="sheet-col-2-17 sheet-right sheet-heading-row">Action Dice : <br></div>
|
||
<div class="sheet-col-1-17 sheet-small-label sheet-center sheet-padl" title="Enter the amount of Action Die."><input class="sheet-underlined sheet-center" type="number" name="attr_actionDiceMonster" value="1" min="1" step="1"><br>Amount</div>
|
||
<div class="sheet-col-2-17 sheet-center">
|
||
<select name="attr_actionDieMonster">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d30">d30</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-2-17 sheet-center"> </div>
|
||
</div>
|
||
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-3-17 sheet-right sheet-heading-row">Critical Type Table :<br> </div>
|
||
<div class="sheet-col-3-17 sheet-center sheet-padl">
|
||
<select name="attr_critDieMaxMonster" title="Humanoids with weapons includes orcs, kobolds, goblins, bugbears, lizardmen, etc.">
|
||
<option value="III" selected="selected">III - Humanoids</option>
|
||
<option value="IV">IV - Humanoids</option>
|
||
<option value="V">V - Humanoids</option>
|
||
<option value="DR">Dragons</option>
|
||
<option value="DN">Demons</option>
|
||
<option value="G">Giants</option>
|
||
<option value="U">Undead</option>
|
||
<option value="M">All Other Monsters</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-3-17 sheet-right sheet-heading-row">Critical Hit Die :<br></div>
|
||
<div class="sheet-col-2-17 sheet-center sheet-padl">
|
||
<select name="attr_critDieMonster">
|
||
<option value="d3">d3</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d6" selected="selected">d6</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d20">d20</option>
|
||
<option value="2d10">2d10</option>
|
||
<option value="d24">d24</option>
|
||
<option value="2d12">2d12</option>
|
||
<option value="2d14">2d14</option>
|
||
<option value="d30">d30</option>
|
||
<option value="3d10">3d10</option>
|
||
<option value="2d16">2d16</option>
|
||
<option value="2d20">2d20</option>
|
||
<option value="3d20">3d20</option>
|
||
<option value="4d20">4d20</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="sheet-col-3-17 sheet-right sheet-heading-row">Fumble Die :<br></div>
|
||
<div class="sheet-col-2-17 sheet-center sheet-padl" title="Enter your highest Fumble Die from your armor here.">
|
||
<select name="attr_armorFumbleDieMonster">
|
||
<option value="d4" selected="selected">d4</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d16">d16</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-5-17 sheet-center"> </div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<!-- MONSTER WEAPONS -->
|
||
|
||
<!-- BEGIN AUTO GENERATED WEAPON SECTION -->
|
||
<h4 class="sheet-center">Monster Melee Attacks </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-5-23 sheet-center sheet-small-label sheet-vert-bottom">Attack</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-15 sheet-center sheet-small-label sheet-vert-bottom">To Hit</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Damage Dice</div>
|
||
<div class="sheet-col-1-15 sheet-center sheet-small-label sheet-vert-bottom">Dmg Bonus</div>
|
||
<div class="sheet-col-7-23 sheet-center sheet-small-label sheet-vert-bottom">Special</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Special damage dice</div>
|
||
</div>
|
||
|
||
<!-- BEGIN repeating monster melee weapon -->
|
||
<fieldset class="repeating_monstermeleeweapon">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-23"><input type="text" name="attr_monsterMeleeAttackName"></div>
|
||
<div class="sheet-col-2-23" title="Monster's Attack Dice">
|
||
<select name="attr_monsterMeleeAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-12" title="Your critical threat range goes up, if your dice on the dice chain goes up.">
|
||
<select name="attr_monsterMeleeThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="26">26-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20">20-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
<option value="16">16-20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-15"><input type="number" name="attr_monsterMeleeToHit" value="0" step="1"></div>
|
||
<div class="sheet-col-2-23" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" type="text" value="0" name="attr_monsterMeleeDmg"></div>
|
||
<div class="sheet-col-1-15" title="Add damage bonus here"><input type="number" name="attr_monsterMeleeDmgBonus" value="0" step="step"></div>
|
||
<div class="sheet-col-7-23" title="Monster special added to attack"><input type="text" name="attr_monsterSpecial" placeholder="special with attack"></div>
|
||
<div class="sheet-col-2-23" title="Damage for special added to attack"><input class="sheet-center" type="text" value="0" name="attr_monsterSpecialDmg"></div>
|
||
<div class="sheet-col-9-22 sheet-center"> </div>
|
||
<div class="sheet-col-1-5">
|
||
<button type='roll' class="sheet-roll" name="roll_monsterMeleeAttack"
|
||
value="&{template:DccTabbed} {{combat=1}} {{name=@{character_name}}} {{title=@{monsterMeleeAttackName}}} {{monsterattack=[[ @{monsterMeleeAttackDice}cs>@{monsterMeleeThreat} [To Hit Roll] + @{monsterMeleeToHit} [To Hit Bonus] + (?{To Hit Bonus/Minus|0}) [Bonus/Minus] ]] }} {{damage=[[ @{monsterMeleeDmg} [Base damage] + @{monsterMeleeDmgBonus} [Damage Bonus] + (?{Damage Bonus/Minus|0}) [Bonus/Minus] ]]}} {{crit=[[ @{critDieMonster} - (?{Player Character Being Attacked Luck Modifier|0}) [Bonus/Minus] ]]}} {{crittable=@{critDieMaxMonster}}} {{fumble=[[ @{armorFumbleDieMonster} ]]}} {{special=@{monsterSpecial}}} {{specialdmg=[[@{monsterSpecialDmg}]]}}">Monster Melee Attack</button>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
<!-- END melee weapon row-->
|
||
|
||
<h4 class="sheet-center">Monster Ranged Attacks </h4>
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-6 sheet-center sheet-small-label sheet-vert-bottom">Weapon</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Short Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Med Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Long Range</div>
|
||
<div class="sheet-col-1-16 sheet-center sheet-small-label sheet-vert-bottom">Attack Die</div>
|
||
<div class="sheet-col-1-13 sheet-center sheet-small-label sheet-vert-bottom">Crit Range</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">To Hit</div>
|
||
<div class="sheet-col-1-16 sheet-center sheet-small-label sheet-vert-bottom">Damage Dice</div>
|
||
<div class="sheet-col-1-24 sheet-center sheet-small-label sheet-vert-bottom">Dmg Bonus</div>
|
||
<div class="sheet-col-1-13 sheet-center sheet-small-label sheet-vert-bottom">Range to Attack</div>
|
||
<div class="sheet-col-6-23 sheet-center sheet-small-label sheet-vert-bottom">Special</div>
|
||
<div class="sheet-col-2-23 sheet-center sheet-small-label sheet-vert-bottom">Special damage dice</div>
|
||
</div>
|
||
|
||
<!-- BEGIN RANGED weapon repeating row -->
|
||
<fieldset class="repeating_monsterrangedweapon">
|
||
<div class="sheet-row">
|
||
<input type="hidden" name="attr_mediumRangePenaltyMonster" value="0" readonly="readonly">
|
||
<div class="sheet-col-1-6"><input type="text" name="attr_monsterRangedWeaponName"></div>
|
||
<div class="sheet-col-1-24"><input type="text" name="attr_monsterRangedDistanceShort" value="0"></div>
|
||
<div class="sheet-col-1-24"><input type="text" name="attr_monsterRangedDistanceMed" value="0"></div>
|
||
<div class="sheet-col-1-24"><input type="text" name="attr_monsterRangedDistanceLong" value="0"></div>
|
||
<div class="sheet-col-1-16" title="If you are not trained in your weapon use, you take -1 die for your attack roll. You will also take a minus to your dice chain if using two-weapon fighting or shooting from long range.">
|
||
<select name="attr_monsterRangedAttackDice">
|
||
<option value="d30">d30</option>
|
||
<option value="d24">d24</option>
|
||
<option value="d20" selected="selected">d20</option>
|
||
<option value="d16">d16</option>
|
||
<option value="d14">d14</option>
|
||
<option value="d12">d12</option>
|
||
<option value="d10">d10</option>
|
||
<option value="d8">d8</option>
|
||
<option value="d7">d7</option>
|
||
<option value="d6">d6</option>
|
||
<option value="d5">d5</option>
|
||
<option value="d4">d4</option>
|
||
<option value="d3">d3</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-13" title="Your critical threat range goes up, if your dice on the dice chain goes up.">
|
||
<select name="attr_monsterRangedThreat">
|
||
<option value="30">30</option>
|
||
<option value="29">29-30</option>
|
||
<option value="28">28-30</option>
|
||
<option value="27">27-30</option>
|
||
<option value="26">26-30</option>
|
||
<option value="24">24</option>
|
||
<option value="23">23-24</option>
|
||
<option value="22">22-24</option>
|
||
<option value="21">21-24</option>
|
||
<option value="20">20-24</option>
|
||
<option value="20" selected="selected">20</option>
|
||
<option value="19">19-20</option>
|
||
<option value="18">18-20</option>
|
||
<option value="17">17-20</option>
|
||
<option value="16">16-20</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-1-23"><input type="number" name="attr_monsterRangedToHit" value="0" step="1"></div>
|
||
<div class="sheet-col-1-16" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input class="sheet-center" type="text" name="attr_monsterRangedDmg" value="0"></div>
|
||
<div class="sheet-col-1-23" title="Enter damage bonus here."><input type="number" name="attr_monsterRangedDmgBonus" value="0" step="1"></div>
|
||
<div class="sheet-col-1-13" title="Choose the range you are attacking from:">
|
||
<select name="attr_monsterAttackRange">
|
||
<option value="Short">Short</option>
|
||
<option value="Medium">Med</option>
|
||
<option value="Long">Long</option>
|
||
</select>
|
||
</div>
|
||
<div class="sheet-col-6-23" title="Monster special added to attack"><input type="text" name="attr_monsterRangedSpecial" placeholder="special with attack"></div>
|
||
<div class="sheet-col-2-23" title="Damage for special added to attack"><input class="sheet-center" type="text" value="0" name="attr_monsterRangedSpecialDmg"></div>
|
||
<div class="sheet-col-9-22 sheet-center"> </div>
|
||
<div class="sheet-col-1-5">
|
||
<button type='roll' class="sheet-roll" name="roll_monsterRangedAttack" title="Ranged Weapon"
|
||
value="&{template:DccTabbed} {{combat=1}} {{name=@{character_name} }} {{title=@{monsterRangedWeaponName} \n @{monsterRangedDistanceShort} / @{monsterRangedDistanceMed} / @{monsterRangedDistanceLong} }} {{range=@{monsterAttackRange} }} {{rangedattack=[[ @{monsterRangedAttackDice}cs>@{monsterRangedThreat} [To Hit Roll] + @{monsterRangedToHit} [To Hit Bonus] + (?{Any Attack Bonus|0}) [Attack Bonus] - @{mediumRangePenaltyMonster} [Medium Range Penalty] ]] }} {{damage=[[ @{monsterRangedDmg} [Base damage] + @{monsterRangedDmgBonus} [Damage Bonus] ]] }} {{crit=[[ @{critDieMonster} - (?{Player Character Being Attacked Luck Modifier|0}) [Bonus/Minus] ]]}} {{crittable=@{critDieMaxMonster}}} {{fumble=[[ @{armorFumbleDieMonster} ]]}} {{special=@{monsterRangedSpecial}}} {{specialdmg=[[@{monsterRangedSpecialDmg}]]}}">Monster Ranged Attack</button>
|
||
</div>
|
||
<div class="sheet-col-1-6 sheet-center"> </div>
|
||
</div>
|
||
</fieldset>
|
||
<hr>
|
||
|
||
<!-- END AUTO GENERATED WEAPON SECTION -->
|
||
|
||
<!-- MONSTER SPECIAL ABILITIES -->
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Monster Special Abilities </h4>
|
||
<p class="sheet-small-note">Note a monsters special abilities here.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
|
||
<!-- BEGIN repeating fieldset Special Abilities -->
|
||
<fieldset class="repeating_specialabilities">
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-24"><input class="sheet-BoldText" input type="text" placeholder="Special Ability Name" name="attr_monsterSpecialAbilityName"></div>
|
||
<div class="sheet-col-1-24 sheet-center"> </div>
|
||
<div class="sheet-col-17-24"><textarea class="sheet-medium" name="attr_monsterSpecialAbility" placeholder="Special Ability Description"></textarea></div>
|
||
<div class="sheet-col-1-1 sheet-center"> </div>
|
||
</div>
|
||
</fieldset>
|
||
<!-- END Fieldsets -->
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
<!-- MONSTER TREASURE/INVENTORY -->
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1">
|
||
<h4 class="sheet-center">Monster Coin Treasure </h4>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
|
||
<div class="sheet-col-1-1 sheet-padr">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-9 sheet-center sheet-small-label">CP</div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-small-label">SP</div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-small-label">GP</div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-small-label">EP</div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9 sheet-center sheet-small-label">PP</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-9" title="Copper Pieces"><input type="number" name="attr_cpMonster" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9" title="Silver Pieces"><input type="number" name="attr_spMonster" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9" title="Gold Pieces"><input type="number" name="attr_gpMonster" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9" title="Electrum Pieces"><input type="number" name="attr_epMonster" value="0" min="0" step="1"></div>
|
||
<div class="sheet-col-1-9 sheet-center"> </div>
|
||
<div class="sheet-col-1-9" title="Platinum Pieces"><input type="number" name="attr_ppMonster" value="0" min="0" step="1"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<h4 class="sheet-center">Monster Inventory </h4>
|
||
|
||
<div class="sheet-col-1-1">
|
||
|
||
<div class="sheet-row sheet-sub-header">
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Equipment</div>
|
||
<div class="sheet-col-1-2 sheet-center sheet-inspiration-label">Treasure</div>
|
||
</div>
|
||
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-2"><textarea class="sheet-large" name="attr_equipmentMonster"></textarea></div>
|
||
<div class="sheet-col-1-2"><textarea class="sheet-large" name="attr_treasureMonster"></textarea></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<rolltemplate class="sheet-rolltemplate-DccTabbed">
|
||
<div class="sheet-RollTemp-wrapper">
|
||
|
||
<!--Backgrounds-->
|
||
{{#rollTotal() background 0}}
|
||
<div class="sheet-RollTemp-BgHugh">
|
||
{{/rollTotal() background 0}}
|
||
{{#rollTotal() background 1}}
|
||
<div class="sheet-RollTemp-BgShana">
|
||
{{/rollTotal() background 1}}
|
||
{{#rollTotal() background 2}}
|
||
<div class="sheet-RollTemp-BgAlamanter">
|
||
{{/rollTotal() background 2}}
|
||
{{#rollTotal() background 3}}
|
||
<div class="sheet-RollTemp-BgSezrakan">
|
||
{{/rollTotal() background 3}}
|
||
{{#rollTotal() background 4}}
|
||
<div class="sheet-RollTemp-BgFarrah">
|
||
{{/rollTotal() background 4}}
|
||
{{#rollTotal() background 5}}
|
||
<div class="sheet-RollTemp-BgChuck">
|
||
{{/rollTotal() background 5}}
|
||
|
||
|
||
<div class="sheet-RollTemp-header{{#combat}} sheet-combat{{/combat}}{{#spell}} sheet-spell{{/spell}}{{#stat}} sheet-stat{{/stat}}{{#save}} sheet-save{{/save}}{{#class}} sheet-class{{/class}}">
|
||
<div class="sheet-RollTemp-title">{{title}}</div>
|
||
<div class="sheet-RollTemp-name">{{name}} {{stuff}} {{stuff2}}</div>
|
||
<div class="sheet-RollTemp-line"></div>
|
||
{{#hint}}
|
||
<div class="sheet-RollTemp-hint-image" title="{{hint}}"></div>
|
||
{{/hint}}
|
||
</div>
|
||
|
||
<div class="sheet-main-content">
|
||
|
||
|
||
|
||
<!--Weapon based attacks-->
|
||
{{#attack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Wielded</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{wielded}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{attack}}</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() attack}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() attack}}
|
||
|
||
{{#rollWasCrit() attack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/rollWasCrit() attack}}
|
||
|
||
{{#rollWasFumble() attack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() attack}}
|
||
|
||
{{/attack}}
|
||
|
||
{{#attackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Wielded</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{wielded}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Deed Die:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{deedroll}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{attackWithDeed}} (incl. deed)</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() attackWithDeed}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() attackWithDeed}}
|
||
|
||
{{#rollWasCrit() attackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/rollWasCrit() attackWithDeed}}
|
||
|
||
{{#rollWasFumble() attackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() attackWithDeed}}
|
||
{{/attackWithDeed}}
|
||
|
||
{{#rangedattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Attack Range</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{range}}</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">{{rangedtype}}</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{type}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-textresult">{{rangedattack}}</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() rangedattack}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() rangedattack}}
|
||
|
||
{{#rollWasCrit() rangedattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/rollWasCrit() rangedattack}}
|
||
|
||
{{#rollWasFumble() rangedattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() rangedattack}}
|
||
|
||
{{/rangedattack}}
|
||
|
||
{{#rangedAttackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Attack Range</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{range}}</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">{{rangedtype}}</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{type}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Deed Die:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{deedroll}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{rangedAttackWithDeed}} (incl. deed)</div>
|
||
|
||
{{#^rollWasFumble() rangedAttackWithDeed}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
|
||
{{#^rollWasFumble() attackWithDeed}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() attackWithDeed}}
|
||
|
||
{{/^rollWasFumble() rangedAttackWithDeed}}
|
||
|
||
{{#rollWasCrit() rangedAttackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/rollWasCrit() rangedAttackWithDeed}}
|
||
|
||
{{#rollWasFumble() rangedAttackWithDeed}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() rangedAttackWithDeed}}
|
||
|
||
{{/rangedAttackWithDeed}}
|
||
|
||
{{#backstab}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{backstab}}</div>
|
||
</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() backstab}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() backstab}}
|
||
|
||
{{#rollWasFumble() backstab}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() backstab}}
|
||
|
||
{{/backstab}}
|
||
|
||
{{#rangedbackstab}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Attack Range</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{range}}</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-info">Ranged Type</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{type}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{rangedbackstab}}</div>
|
||
</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() rangedbackstab}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() rangedbackstab}}
|
||
|
||
{{#rollWasFumble() rangedbackstab}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() rangedbackstab}}
|
||
|
||
{{/rangedbackstab}}
|
||
|
||
{{#monsterattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-RollTemp-rollname">Hits AC:</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{monsterattack}}</div>
|
||
</div>
|
||
|
||
{{#^rollWasFumble() monsterattack}}
|
||
{{#damage}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Damage :</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{damage}}</div>
|
||
</div>
|
||
{{/damage}}
|
||
{{/^rollWasFumble() monsterattack}}
|
||
|
||
{{#rollWasCrit() monsterattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Crit :</div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-critsuccess">{{crit}} on Crit Table {{crittable}}</div>
|
||
</div>
|
||
{{/rollWasCrit() monsterattack}}
|
||
|
||
{{#rollWasFumble() monsterattack}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Fumble :</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-RollTemp-critfail">{{fumble}} on Fumble Table</div>
|
||
</div>
|
||
{{/rollWasFumble() monsterattack}}
|
||
|
||
{{/monsterattack}}
|
||
|
||
{{#special}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-RollTemp-rollname">Special Attack:</div>
|
||
<div class="sheet-col-12-13 sheet-padr sheet-RollTemp-textboxBlue">{{special}}</div>
|
||
</div>
|
||
|
||
{{#specialdmg}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-15-23 sheet-padl sheet-padr sheet-RollTemp-rollname">Special Damage :</div>
|
||
<div class="sheet-col-8-23 sheet-padr sheet-RollTemp-rollresult">{{specialdmg}}</div>
|
||
</div>
|
||
{{/specialdmg}}
|
||
{{/special}}
|
||
|
||
<!-- Mighty Deed -->
|
||
{{#deeddie}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-6-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-13 sheet-padr sheet-RollTemp-rollresult">{{deeddie}}</div>
|
||
</div>
|
||
{{#rollWasCrit() deeddie}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">{{successtext}}
|
||
</div>
|
||
{{/rollWasCrit() deeddie}}
|
||
{{/deeddie}}
|
||
|
||
<!-- Smite -->
|
||
{{#smite}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-flarecombat">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-9-13 sheet-padr sheet-RollTemp-rollresult">{{smite}}</div>
|
||
</div>
|
||
{{/smite}}
|
||
|
||
<!-- Initiative -->
|
||
{{#INIT}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-6-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Initiative : </div>
|
||
<div class="sheet-col-7-13 sheet-padr sheet-RollTemp-rollresult">{{INIT}}</div>
|
||
</div>
|
||
{{/INIT}}
|
||
|
||
<!-- Hit Die -->
|
||
{{#HD}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{HD}}</div>
|
||
</div>
|
||
{{/HD}}
|
||
|
||
<!-- Turn Unholy -->
|
||
{{#turnunholy}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-15 sheet-padr sheet-RollTemp-rollresult">{{turnunholy}}</div>
|
||
</div>
|
||
{{#rollWasFumble() turnunholy}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() turnunholy}}
|
||
{{#^rollWasFumble() turnunholy}}
|
||
{{#rollLess() turnunholy 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Turn Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() turnunholy 12}}
|
||
|
||
{{#rollBetween() turnunholy 12 13}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 30'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck13}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">2HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">3-4HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">5-6HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">7-8HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 12 13}}
|
||
|
||
{{#rollBetween() turnunholy 14 17}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 30'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck17}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">2HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">3-4HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">5-6HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">7-8HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 14 17}}
|
||
|
||
{{#rollBetween() turnunholy 18 19}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 30'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck19}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck19}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">3-4HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">5-6HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">7-8HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 18 19}}
|
||
|
||
{{#rollBetween() turnunholy 20 23}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 60'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck23}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck23}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">3-4HD Creature: {{4HDCheck23}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">5-6HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">7-8HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 20 23}}
|
||
|
||
{{#rollBetween() turnunholy 24 27}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 60'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Holy Smite: {{HolySmiteCheck27}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck27}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck27}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">3-4HD Creature: {{4HDCheck27}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">5-6HD Creature: {{6HDCheck27}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">7-8HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 24 27}}
|
||
|
||
{{#rollBetween() turnunholy 28 29}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 60'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Holy Smite: {{HolySmiteCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">3-4HD Creature: {{4HDCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">5-6HD Creature: {{6HDCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">7-8HD Creature: {{8HDCheck29}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">9-10HD Creature: No Effect</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 28 29}}
|
||
|
||
{{#rollBetween() turnunholy 30 31}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 120'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Holy Smite: {{HolySmiteCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">3-4HD Creature: {{4HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">5-6HD Creature: {{6HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">7-8HD Creature: {{8HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">9-10HD Creature: {{10HDCheck31}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">11-12HD Creature: No Effect</div>
|
||
</div>
|
||
{{/rollBetween() turnunholy 30 31}}
|
||
|
||
{{#rollGreater() turnunholy 32}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Turn Range: 240'</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-rollname">Holy Smite: {{HolySmiteCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">1HD Creature: {{1HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">2HD Creature: {{2HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">3-4HD Creature: {{4HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">5-6HD Creature: {{6HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">7-8HD Creature: {{8HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">9-10HD Creature: {{10HDCheck32}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">11-12HD Creature: {{12HDCheck32}}</div>
|
||
</div>
|
||
{{/rollGreater() turnunholy 32}}
|
||
{{/^rollWasFumble() turnunholy}}
|
||
{{/turnunholy}}
|
||
|
||
<!-- Divine Aid -->
|
||
{{#divineaid}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{divineaid}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 10.</div>
|
||
</div>
|
||
{{/divineaid}}
|
||
|
||
<!-- Lay On Hands -->
|
||
{{#layonhands}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-15 sheet-padr sheet-RollTemp-rollresult">{{layonhands}}</div>
|
||
<div class="sheet-col-9-15 sheet-padl sheet-padr sheet-RollTemp-rollname">Heal Condition : </div>
|
||
<div class="sheet-col-6-15 sheet-padr sheet-RollTemp-textSM">{{condition}}</div>
|
||
</div>
|
||
{{#rollWasFumble() layonhands}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() layonhands}}
|
||
{{#^rollWasFumble() layonhands}}
|
||
{{#rollLess() layonhands 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Spell Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() layonhands 12}}
|
||
|
||
{{#rollBetween() layonhands 12 13}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 2 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 1 die</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 1 die</div>
|
||
</div>
|
||
{{/rollBetween() layonhands 12 13}}
|
||
|
||
{{#rollBetween() layonhands 14 19}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 3 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 2 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 1 die</div>
|
||
</div>
|
||
{{/rollBetween() layonhands 14 19}}
|
||
|
||
{{#rollBetween() layonhands 20 21}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 4 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 3 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 2 dice</div>
|
||
</div>
|
||
{{/rollBetween() layonhands 20 21}}
|
||
|
||
{{#rollGreater() layonhands 21}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 5 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 4 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 3 dice</div>
|
||
</div>
|
||
{{/rollGreater() layonhands 21}}
|
||
{{/^rollWasFumble() layonhands}}
|
||
{{/layonhands}}
|
||
|
||
<!-- Lay On Hands Paladin -->
|
||
{{#layonhandspaly}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-15 sheet-padr sheet-RollTemp-rollresult">{{layonhandspaly}}</div>
|
||
<div class="sheet-col-9-15 sheet-padl sheet-padr sheet-RollTemp-rollname">Heal Condition : </div>
|
||
<div class="sheet-col-6-15 sheet-padr sheet-RollTemp-textSM">{{condition}}</div>
|
||
</div>
|
||
{{#rollWasFumble() layonhandspaly}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() layonhandspaly}}
|
||
{{#^rollWasFumble() layonhandspaly}}
|
||
{{#rollLess() layonhandspaly 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Spell Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() layonhandspaly 12}}
|
||
|
||
{{#rollBetween() layonhandspaly 12 13}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 1 die</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: None</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: None</div>
|
||
</div>
|
||
{{/rollBetween() layonhandspaly 12 13}}
|
||
|
||
{{#rollBetween() layonhandspaly 14 19}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 2 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 1 die</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: None</div>
|
||
</div>
|
||
{{/rollBetween() layonhandspaly 14 19}}
|
||
|
||
{{#rollBetween() layonhandspaly 20 21}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 3 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 2 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 1 die</div>
|
||
</div>
|
||
{{/rollBetween() layonhandspaly 20 21}}
|
||
|
||
{{#rollBetween() layonhandspaly 22 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 4 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 3 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 2 dice</div>
|
||
</div>
|
||
{{/rollBetween() layonhandspaly 22 24}}
|
||
|
||
{{#rollGreater() layonhandspaly 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Same Alignment: 4 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Adjacent Alignment: 3 dice</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Heal Opposite Alignment: 2 dice</div>
|
||
</div>
|
||
{{/rollGreater() layonhandspaly 24}}
|
||
{{/^rollWasFumble() layonhandspaly}}
|
||
{{/layonhandspaly}}
|
||
|
||
<!-- Instill Bravery -->
|
||
{{#bravery}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-4-15 sheet-padr sheet-RollTemp-rollresult">{{bravery}}</div>
|
||
</div>
|
||
{{#rollWasFumble() bravery}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() bravery}}
|
||
{{#^rollWasFumble() bravery}}
|
||
{{#rollLess() bravery 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Spell Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() bravery 12}}
|
||
|
||
{{#rollBetween() bravery 12 13}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Fear Saving Throw Bonus: {{fearbonusCheck13}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck13}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} minute(s)</div>
|
||
</div>
|
||
{{/rollBetween() bravery 12 13}}
|
||
|
||
{{#rollBetween() bravery 14 19}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Fear Saving Throw Bonus: {{fearbonusCheck19}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck19}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} minute(s)</div>
|
||
</div>
|
||
{{/rollBetween() bravery 14 19}}
|
||
|
||
{{#rollBetween() bravery 20 21}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Fear Saving Throw Bonus: {{fearbonusCheck21}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck21}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} minute(s)</div>
|
||
</div>
|
||
{{/rollBetween() bravery 20 21}}
|
||
|
||
{{#rollBetween() bravery 22 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Fear Saving Throw Bonus: {{fearbonusCheck24}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck24}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} minute(s)</div>
|
||
</div>
|
||
{{/rollBetween() bravery 22 24}}
|
||
|
||
{{#rollGreater() bravery 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Fear Saving Throw Bonus: {{fearbonusCheck25}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck25}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} minute(s)</div>
|
||
</div>
|
||
{{/rollGreater() bravery 24}}
|
||
{{/^rollWasFumble() bravery}}
|
||
{{/bravery}}
|
||
|
||
<!-- Cause Fear -->
|
||
{{#fear}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-flareclass">{{deity}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-4-15 sheet-padr sheet-RollTemp-rollresult">{{fear}}</div>
|
||
</div>
|
||
{{#rollWasFumble() fear}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() fear}}
|
||
{{#^rollWasFumble() fear}}
|
||
{{#rollLess() fear 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Spell Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() fear 12}}
|
||
|
||
{{#rollBetween() fear 12 13}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Affects: HD {{number}} unholy creatures</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number affected: {{targetsCheck13}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} round(s)</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Will Save Against: {{fear}}</div>
|
||
</div>
|
||
{{/rollBetween() fear 12 13}}
|
||
|
||
{{#rollBetween() fear 14 19}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Affects: HD {{number}} unholy creatures</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number of Targets affected: {{targetsCheck19}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} round(s)</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Will Save Against: {{fear}}</div>
|
||
</div>
|
||
{{/rollBetween() fear 14 19}}
|
||
|
||
{{#rollBetween() fear 20 21}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Affects: HD {{number}} unholy creatures</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number affected: {{targetsCheck21}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} round(s)</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Will Save Against: {{fear}}</div>
|
||
</div>
|
||
{{/rollBetween() fear 20 21}}
|
||
|
||
{{#rollBetween() fear 22 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Affects: HD {{number}} unholy creatures</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number affected: {{targetsCheck24}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} round(s)</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Will Save Against: {{fear}}</div>
|
||
</div>
|
||
{{/rollBetween() fear 22 24}}
|
||
|
||
{{#rollGreater() fear 24}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Affects: HD {{number}} unholy creatures</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Number affected: {{targetsCheck25}}</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Duration: {{duration}} round(s)</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-success">Will Save Against: {{fear}}</div>
|
||
</div>
|
||
{{/rollGreater() fear 24}}
|
||
{{/^rollWasFumble() fear}}
|
||
{{/fear}}
|
||
|
||
<!-- Disapproval -->
|
||
{{#disapproval}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">ATONE FOR YOUR ACTIONS!</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-4-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Roll : </div>
|
||
<div class="sheet-col-9-13 sheet-padr sheet-RollTemp-rollresult">{{disapproval}}</div>
|
||
</div>
|
||
{{/disapproval}}
|
||
|
||
<!-- Monster/Retainer Morale Check -->
|
||
{{#moralecheck}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">Morale : </div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{moralecheck}}</div>
|
||
</div>
|
||
{{#rollGreater() moralecheck chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-success">SUCCESS !</div>
|
||
</div>
|
||
{{/rollGreater() moralecheck chance}}
|
||
{{#rollBetween() moralecheck 1 chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-fail">FAILURE !</div>
|
||
</div>
|
||
{{/rollBetween() moralecheck 1 chance}}
|
||
{{/moralecheck}}
|
||
|
||
<!-- Ability Checks -->
|
||
{{#ability}}
|
||
<div class="sheet-row">
|
||
{{#flavortext}}
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
{{/flavortext}}
|
||
{{#rollLess() abilityscore warningthreshold}}
|
||
{{#warning}}
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-warning">{{warning}}</div>
|
||
{{/warning}}
|
||
{{/rollLess() abilityscore warningthreshold}}
|
||
<div class="sheet-col-6-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-13 sheet-padr sheet-RollTemp-rollresult">{{ability}}</div>
|
||
{{#reminders}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">
|
||
{{reminders}}
|
||
</div>
|
||
</div>
|
||
{{/reminders}}
|
||
</div>
|
||
{{/ability}}
|
||
|
||
<!-- Saving Throws -->
|
||
{{#savingthrow}}
|
||
<div class="sheet-row">
|
||
{{#flavortext}}
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
{{/flavortext}}
|
||
{{#rollLess() abilityscore warningthreshold}}
|
||
{{#warning}}
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-warning">{{warning}}</div>
|
||
{{/warning}}
|
||
{{/rollLess() abilityscore warningthreshold}}
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{savingthrow}}</div>
|
||
{{#reminders}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">
|
||
{{reminders}}
|
||
</div>
|
||
</div>
|
||
{{/reminders}}
|
||
</div>
|
||
{{/savingthrow}}
|
||
|
||
<!-- Class Abilities -->
|
||
{{#classability}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-9-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-15 sheet-padr sheet-RollTemp-rollresult">{{classability}}</div>
|
||
</div>
|
||
{{/classability}}
|
||
|
||
<!-- LUCK Check -->
|
||
{{#luckcheck}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype2}}</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{chance}}</div>
|
||
<div class="sheet-col-5-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-8-13 sheet-padr sheet-RollTemp-rollresult">{{luckcheck}}</div>
|
||
</div>
|
||
{{#rollGreater() luckcheck chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-fail">FAILURE !</div>
|
||
</div>
|
||
{{/rollGreater() luckcheck chance}}
|
||
{{#rollBetween() luckcheck 1 chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-success">SUCCESS !</div>
|
||
</div>
|
||
{{/rollBetween() luckcheck 1 chance}}
|
||
{{/luckcheck}}
|
||
|
||
<!-- Learn a new spell Check -->
|
||
{{#learnspellcheck}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">DC:</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{difficulty}}</div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{learnspellcheck}}</div>
|
||
</div>
|
||
{{#rollGreater() learnspellcheck difficulty}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-success">SUCCESS !</div>
|
||
</div>
|
||
{{/rollGreater() learnspellcheck difficulty}}
|
||
{{#rollLess() learnspellcheck difficulty}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-fail">FAILURE !</div>
|
||
</div>
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-RollTemp-infoNB">
|
||
You may attempt to learn the spell again once you advance to the next level.
|
||
</div>
|
||
</div>
|
||
{{/rollLess() learnspellcheck difficulty}}
|
||
{{/learnspellcheck}}
|
||
|
||
<!-- Self Repair -->
|
||
{{#selfrepair}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-15 sheet-padr sheet-RollTemp-rollresult">{{selfrepair}}</div>
|
||
</div>
|
||
{{#rollWasFumble() selfrepair}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">CATASTROPHIC SYSTEM FAILURE!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Non-Meat Damage taken: {{selfrepairFumble}}</div>
|
||
</div>
|
||
{{/rollWasFumble() selfrepair}}
|
||
{{/selfrepair}}
|
||
|
||
<!-- Disable Traps -->
|
||
{{#disabletrap}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-9-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-15 sheet-padr sheet-RollTemp-rollresult">{{disabletrap}}</div>
|
||
</div>
|
||
{{/disabletrap}}
|
||
{{#rollWasFumble() disabletrap}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-center sheet-RollTemp-critfail">{{failtext}}</div>
|
||
</div>
|
||
{{/rollWasFumble() disabletrap}}
|
||
|
||
<!-- Handle Poison -->
|
||
{{#handlepoison}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-4-15 sheet-padr sheet-RollTemp-rollresult">{{handlepoison}}</div>
|
||
</div>
|
||
{{/handlepoison}}
|
||
{{#rollGreater() handlepoison 9}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-19-20 sheet-center sheet-RollTemp-success">{{successtext}}</div>
|
||
</div>
|
||
{{/rollGreater() handlepoison 9}}
|
||
{{#rollBetween() handlepoison -100 9}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-center sheet-RollTemp-fail">{{failtext}}</div>
|
||
</div>
|
||
{{/rollBetween() handlepoison -100 9}}
|
||
|
||
<!-- Luck Die -->
|
||
{{#luckdie}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-6-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-7-13 sheet-padr sheet-RollTemp-rollresult">{{luckdie}}</div>
|
||
</div>
|
||
{{/luckdie}}
|
||
|
||
<!-- Survival Die -->
|
||
{{#survivaldie}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{survivaldie}}</div>
|
||
</div>
|
||
{{/survivaldie}}
|
||
|
||
<!-- Jury Rigging -->
|
||
{{#juryrig}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{juryrig}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-10-13 sheet-padl sheet-padr sheet-RollTemp-fail">{{rolltype2}}</div>
|
||
<div class="sheet-col-2-13 sheet-padr sheet-RollTemp-fail">{{juryrigfailure}}</div>
|
||
</div>
|
||
{{/juryrig}}
|
||
|
||
<!-- Percentile Abilities -->
|
||
{{#percentability}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{neededroll}}</div>
|
||
<div class="sheet-col-4-15 sheet-RollTemp-rollresult">{{chance}}%</div>
|
||
<div class="sheet-col-4-15 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-11-15 sheet-RollTemp-rollresult">{{percentability}}%</div>
|
||
</div>
|
||
{{#rollGreater() percentability chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-fail">{{failtext}}</div>
|
||
</div>
|
||
{{/rollGreater() percentability chance}}
|
||
{{#rollBetween() percentability 1 chance}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-11-12 sheet-padl sheet-padr sheet-RollTemp-success">{{successtext}}</div>
|
||
</div>
|
||
{{/rollBetween() percentability 1 chance}}
|
||
{{/percentability}}
|
||
|
||
<!--Spellcasting-->
|
||
{{#spellmanifest}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{spellmanifest}}</div>
|
||
</div>
|
||
{{/spellmanifest}}
|
||
|
||
{{#spellmercurial}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-4-13 sheet-padr sheet-RollTemp-rollresult">{{spellmercurial}}</div>
|
||
</div>
|
||
{{/spellmercurial}}
|
||
|
||
{{#spellcheckwizard}}
|
||
<div class="sheet-row">
|
||
{{#spellshowmanifest}}
|
||
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-emote">{{spellshowmanifest}}</div>
|
||
|
||
{{/spellshowmanifest}}
|
||
{{#spellshowinfoblock}}
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Level</span><br><span class="sheet-RollTemp-value">{{spelllevel}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Range</span><br><span class="sheet-RollTemp-value">{{spellrange}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Duration</span><br><span class="sheet-RollTemp-value">{{spellduration}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Cast Time</span><br><span class="sheet-RollTemp-value">{{spellcasttime}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Save</span><br><span class="sheet-RollTemp-value">{{spellsave}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Concentration</span><br><span class="sheet-RollTemp-value">{{spellconcentrate}}</span></div>
|
||
|
||
</div>
|
||
{{/spellshowinfoblock}}
|
||
{{#spellshowmercurial}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Mercurial Effect</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{spellshowmercurial}}</div>
|
||
</div>
|
||
{{/spellshowmercurial}}
|
||
{{#spellshowdesc}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Spell Description</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{spellshowdesc}}</div>
|
||
</div>
|
||
{{/spellshowdesc}}
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{spellcheckwizard}}</div>
|
||
</div>
|
||
|
||
{{#rollWasCrit() spellcheckwizard}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-center sheet-RollTemp-critsuccess">{{crit}}</div>
|
||
</div>
|
||
{{/rollWasCrit() spellcheckwizard}}
|
||
|
||
{{#rollWasFumble() spellcheckwizard}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Lost, failure and worse!</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-RollTemp-critfail">{{fumble}} for Misfire, Taint or Corruption</div>
|
||
</div>
|
||
{{/rollWasFumble() spellcheckwizard}}
|
||
|
||
{{#^rollWasFumble() spellcheckwizard}}
|
||
{{#rollLess() spellcheckwizard 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Lost. Failure.</div>
|
||
</div>
|
||
{{/rollLess() spellcheckwizard 12}}
|
||
{{/^rollWasFumble() spellcheckwizard}}
|
||
{{/spellcheckwizard}}
|
||
|
||
{{#spellcheckwizardmulti}}
|
||
<div class="sheet-row">
|
||
{{#spellshowmanifest}}
|
||
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-emote">{{spellshowmanifest}}</div>
|
||
|
||
{{/spellshowmanifest}}
|
||
{{#spellshowinfoblock}}
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Level</span><br><span class="sheet-RollTemp-value">{{spelllevel}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Range</span><br><span class="sheet-RollTemp-value">{{spellrange}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Duration</span><br><span class="sheet-RollTemp-value">{{spellduration}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Cast Time</span><br><span class="sheet-RollTemp-value">{{spellcasttime}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Save</span><br><span class="sheet-RollTemp-value">{{spellsave}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Concentration</span><br><span class="sheet-RollTemp-value">{{spellconcentrate}}</span></div>
|
||
|
||
</div>
|
||
{{/spellshowinfoblock}}
|
||
{{#spellshowmercurial}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Mercurial Effect</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{spellshowmercurial}}</div>
|
||
</div>
|
||
{{/spellshowmercurial}}
|
||
{{#spellshowdesc}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Spell Description</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{spellshowdesc}}</div>
|
||
</div>
|
||
{{/spellshowdesc}}
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{spelldie1}}+{{spelldie2}}+{{spellbonus}}</div>
|
||
</div>
|
||
|
||
{{#rollWasCrit() spelldie1}}
|
||
{{#rollWasCrit() spelldie2}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-center sheet-RollTemp-critsuccess">{{crit}}</div>
|
||
</div>
|
||
{{/rollWasCrit() spelldie2}}
|
||
{{/rollWasCrit() spelldie1}}
|
||
|
||
{{#rollWasFumble() spelldie1}}
|
||
{{#rollWasFumble() spelldie2}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-fail">Lost, failure and worse!</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-RollTemp-critfail">{{fumble}} for Misfire, Taint or Corruption</div>
|
||
</div>
|
||
{{/rollWasFumble() spelldie2}}
|
||
{{/rollWasFumble() spelldie1}}
|
||
{{/spellcheckwizardmulti}}
|
||
|
||
{{#spellmisfire}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-8-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-5-13 sheet-padr sheet-RollTemp-rollresult">{{spellmisfire}}</div>
|
||
</div>
|
||
{{/spellmisfire}}
|
||
|
||
{{#spellcorruption}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-info">{{flavortext}}</div>
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-9-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-4-13 sheet-padr sheet-RollTemp-rollresult">{{spellcorruption}}</div>
|
||
</div>
|
||
{{/spellcorruption}}
|
||
|
||
{{#spellcheckcleric}}
|
||
<div class="sheet-row">
|
||
{{#spellshowmanifest}}
|
||
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-RollTemp-emote">{{spellshowmanifest}}</div>
|
||
|
||
{{/spellshowmanifest}}
|
||
{{#spellshowinfoblock}}
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Level</span><br><span class="sheet-RollTemp-value">{{spelllevel}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Range</span><br><span class="sheet-RollTemp-value">{{spellrange}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Duration</span><br><span class="sheet-RollTemp-value">{{spellduration}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Cast Time</span><br><span class="sheet-RollTemp-value">{{spellcasttime}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Save</span><br><span class="sheet-RollTemp-value">{{spellsave}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Concentration</span><br><span class="sheet-RollTemp-value">{{spellconcentrate}}</span></div>
|
||
|
||
</div>
|
||
{{/spellshowinfoblock}}
|
||
|
||
{{#spellshowdesc}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Spell Description</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{spellshowdesc}}</div>
|
||
</div>
|
||
{{/spellshowdesc}}
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-7-13 sheet-padl sheet-padr sheet-RollTemp-rollname">{{rolltype}}</div>
|
||
<div class="sheet-col-6-13 sheet-padr sheet-RollTemp-rollresult">{{spellcheckcleric}}</div>
|
||
</div>
|
||
|
||
{{#rollWasCrit() spellcheckcleric}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-12-13 sheet-padl sheet-padr sheet-center sheet-RollTemp-critsuccess">{{crit}}</div>
|
||
</div>
|
||
{{/rollWasCrit() spellcheckcleric}}
|
||
|
||
{{#rollWasFumble() spellcheckcleric}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-center sheet-RollTemp-fail">{{deity}} disapproves of your actions!</div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-center sheet-RollTemp-fail">Roll for Disapproval.</div>
|
||
</div>
|
||
{{/rollWasFumble() spellcheckcleric}}
|
||
|
||
{{#^rollWasFumble() spellcheckcleric}}
|
||
{{#rollLess() spellcheckcleric 12}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1-1"> </div>
|
||
<div class="sheet-col-23-24 sheet-padl sheet-padr sheet-center sheet-RollTemp-fail">Spell Check Failed!</div>
|
||
<div class="sheet-col-23-24 sheet-center sheet-RollTemp-fail">Increase Disapproval Rating by 1.</div>
|
||
</div>
|
||
{{/rollLess() spellcheckcleric 12}}
|
||
{{/^rollWasFumble() spellcheckcleric}}
|
||
|
||
{{/spellcheckcleric}}
|
||
|
||
<!--Mutations-->
|
||
{{#mutations}}
|
||
<div class="sheet-row">
|
||
|
||
{{#mutationshowinfoblock}}
|
||
<div class="sheet-row sheet-padb">
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Base Mutation</span><br><span class="sheet-RollTemp-value">{{basemutation}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Mutation Type</span><br><span class="sheet-RollTemp-value">{{typemutation}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Sub-Mutation</span><br><span class="sheet-RollTemp-value">{{submutation}}</span></div>
|
||
<!--<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Cast Time</span><br/><span class="sheet-RollTemp-value">{{spellcasttime}}</span></div>
|
||
|
||
<div class="sheet-col-1 sheet-border-top-dotted"></div>
|
||
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-right-dotted"><span class="sheet-RollTemp-key">Save</span><br/><span class="sheet-RollTemp-value">{{spellsave}}</span></div>
|
||
<div class="sheet-col-1-2 sheet-padl sheet-padr sheet-center sheet-border-left-dotted"><span class="sheet-RollTemp-key">Concentration</span><br/><span class="sheet-RollTemp-value">{{spellconcentrate}}</span></div>-->
|
||
|
||
</div>
|
||
{{/mutationshowinfoblock}}
|
||
|
||
{{#mutationshowdesc}}
|
||
<div class="sheet-row">
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-key">Description</div>
|
||
<div class="sheet-col-1 sheet-padl sheet-padr sheet-RollTemp-textbox">{{mutationshowdesc}}</div>
|
||
</div>
|
||
{{/mutationshowdesc}}
|
||
</div>
|
||
|
||
|
||
{{/mutations}}
|
||
|
||
|
||
|
||
</div>
|
||
|
||
{{#background}}
|
||
</div>
|
||
{{/background}}
|
||
</div>
|
||
</rolltemplate>
|
||
|
||
|
||
<script type="text/worker">
|
||
/* ---- BEGIN: TheAaronSheet.js ---- */
|
||
// Github: https://github.com/shdwjk/TheAaronSheet/blob/master/TheAaronSheet.js
|
||
// By: The Aaron, Arcane Scriptomancer
|
||
// Version: 0.2.5
|
||
// Contact: https://app.roll20.net/users/104025/the-aaron
|
||
// Minified with http://jscompress.com/
|
||
var TAS=TAS||function(){"use strict";function u(t,o,e){_.each(e,function(e){var n=function(e){switch(typeof e){case"string":return"string";case"boolean":return"boolean";case"number":return _.isNaN(e)?"NaN":e.toString().match(/\./)?"decimal":"integer";case"function":return"function: "+(e.name?e.name+"()":"(anonymous)");case"object":return _.isArray(e)?"array":_.isArguments(e)?"arguments":_.isNull(e)?"null":"object";default:return typeof e}}(e);switch(n){case"string":t(e);break;case"undefined":case"null":case"NaN":t("["+n+"]");break;case"number":case"not a number":case"integer":case"decimal":case"boolean":t("["+n+"]: "+e);break;default:t("["+n+"]:========================================="),o(e),t("=========================================================")}})}function e(e){var n=e.key,t=e.title||"TAS",o=e.color&&e.color.bgLabel||"blue",r=e.color&&e.color.label||"white",c=e.color&&e.color.bgText||"blue",a=e.color&&e.color.text||"white",i=function(e){console.log("%c "+t+": %c "+e+" ","background-color: "+o+";color: "+r+"; font-weight:bold;","background-color: "+c+";color: "+a+";")};return function(){"TAS"!==n&&!p.logging[n]||u(i,function(e){console.log(e)},_.toArray(arguments))}}function b(){var e=new Error("dummy");return _.map(_.rest(e.stack.replace(/^[^(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@").split("\n")),function(e){return e.replace(/\s+.*$/,"")})}function n(e,n,t){var o,r,c,a,i,u,l,f;return"function"==typeof e&&(t=n,n=e,e=void 0),p.debugMode?((o=b()).shift(),a=n,i=t,u=o,l=e,-1===(f=_.findIndex(h,function(e){return _.difference(e.stack,u).length===_.difference(u,e.stack).length&&0===_.difference(e.stack,u).length&&e.label===l}))&&(f=h.length,h.push({stack:u,label:l})),new Function("cb","ctx","TASlog","return function TAS_CALLSTACK_"+f+"(){var start,end;TASlog('Entering: '+(cb.name||'(anonymous function)'));start=_.now();cb.apply(ctx||{},arguments);end=_.now();TASlog('Exiting: '+(cb.name||'(anonymous function)')+' :: '+(end-start)+'ms elapsed');};")(a,i,S)):(r=n,c=t,function(){r.apply(c||{},arguments)})}function i(e,n){m[e]=n}function d(n,e,t,o){var r,c,a;r=_.contains(["S","F","I","D"],e)?"_"+e:e,c=o||e,a=t,_.each(["S","I","F"],function(e){_.has(n,e)||Object.defineProperty(n,e,{value:{},enumerable:!1,readonly:!0})}),_.has(n,"D")||Object.defineProperty(n,"D",{value:_.reduce(_.range(10),function(e,n){return Object.defineProperty(e,n,{value:{},enumerable:!0,readonly:!0}),e},{}),enumerable:!1,readonly:!0}),Object.defineProperty(n,r,{enumerable:!0,set:function(e){e!==a&&i(c,a=e)},get:function(){return a}}),Object.defineProperty(n.S,r,{enumerable:!0,set:function(e){var n=e.toString();n!==a&&i(c,a=n)},get:function(){return a.toString()}}),Object.defineProperty(n.I,r,{enumerable:!0,set:function(e){var n=parseInt(e,10)||0;n!==a&&i(c,a=n)},get:function(){return parseInt(a,10)||0}}),Object.defineProperty(n.F,r,{enumerable:!0,set:function(e){var n=parseFloat(e)||0;n!==a&&i(c,a=n)},get:function(){return parseFloat(a)||0}}),_.each(_.range(10),function(t){Object.defineProperty(n.D[t],r,{enumerable:!0,set:function(e){var n=(parseFloat(e)||0).toFixed(t);n!==a&&i(c,a=n)},get:function(){return(parseFloat(a)||0).toFixed(t)}})})}function r(e){return l=e,f=[],b=[],s=[],g=[],{attrs:n,attr:n,column:t,columns:t,field:t,fields:t,reduce:o,inject:o,foldl:o,map:r,collect:r,each:c,forEach:c,tap:a,do:a,after:i,last:i,done:i,execute:u,go:u,run:u};function n(){return f=j(arguments,f),this}function t(){return b=j(arguments,b),this}function o(e,n,t,o){return s.push({type:"reduce",func:e&&_.isFunction(e)&&e||_.noop,memo:(_.isUndefined(n),n),final:t&&_.isFunction(t)&&t||_.noop,context:o||{}}),this}function r(e,n,t){return s.push({type:"map",func:e&&_.isFunction(e)&&e||_.noop,final:n&&_.isFunction(n)&&n||_.noop,context:t||{}}),this}function c(e,n,t){return s.push({type:"each",func:e&&_.isFunction(e)&&e||_.noop,final:n&&_.isFunction(n)&&n||_.noop,context:t||{}}),this}function a(e,n){return s.push({type:"tap",final:e&&_.isFunction(e)&&e||_.noop,context:n||{}}),this}function i(e,n){return g.push({callback:e&&_.isFunction(e)&&e||_.noop,context:n||{}}),this}function u(e,n){var o={},r={},t=[],c=[];i(e,n),getSectionIDs("repeating_"+l,function(e){t=e,c=_.reduce(t,function(e,n){return e.concat(_.map(b,function(e){return"repeating_"+l+"_"+n+"_"+e}))},[]),getAttrs(_.uniq(f.concat(c)),function(c){_.each(f,function(e){c.hasOwnProperty(e)&&d(r,e,c[e])}),o=_.reduce(t,function(e,t){var n,o,r={};return n=r,o=t,Object.defineProperty(n,"id",{value:o,writable:!1,enumerable:!1}),_.each(b,function(e){var n="repeating_"+l+"_"+t+"_"+e;d(r,e,c[n],n)}),e[t]=r,e},{}),_.each(s,function(n){var t;switch(n.type){case"tap":_.bind(n.final,n.context,o,r)();break;case"each":_.each(o,function(e){_.bind(n.func,n.context,e,r,e.id,o)()}),_.bind(n.final,n.context,o,r)();break;case"map":t=_.map(o,function(e){return _.bind(n.func,n.context,e,r,e.id,o)()}),_.bind(n.final,n.context,t,o,r)();break;case"reduce":t=n.memo,_.each(o,function(e){t=_.bind(n.func,n.context,t,e,r,e.id,o)()}),_.bind(n.final,n.context,t,o,r)()}}),setAttrs(m),m={},_.each(g,function(e){_.bind(e.callback,e.context)()})})})}var l,f,b,s,g}var t={key:"error",title:"Error",color:{bgLabel:"#C11713",label:"white",bgText:"#C11713",text:"white"}},o={key:"warn",title:"Warning",color:{bgLabel:"#F29140",label:"white",bgText:"#FFD8B7",text:"black"}},c={key:"info",title:"Info",color:{bgLabel:"#413FA9",label:"white",bgText:"#B3B2EB",text:"black"}},a={key:"notice",title:"Notice",color:{bgLabel:"#33C133",label:"white",bgText:"#ADF1AD",text:"black"}},l={key:"log",title:"Log",color:{bgLabel:"#f2f240",label:"black",bgText:"#ffff90",text:"black"}},f={key:"TAS",title:"function",color:{bgLabel:"#413FA9",label:"white",bgText:"#B3B2EB",text:"black"}},s={key:"TAS",title:"ASYNC CALL",color:{bgLabel:"#413FA9",label:"white",bgText:"#413FA9",text:"white"}},g={key:"TAS",title:"TAS",color:{bgLabel:"grey",label:"black;background:linear-gradient(#304352,#d7d2cc,#d7d2cc,#d7d2cc,#304352)",bgText:"grey",text:"black;background:linear-gradient(#304352,#d7d2cc,#d7d2cc,#d7d2cc,#304352)"}},p={debugMode:!1,logging:{log:!0,notice:!0,info:!0,warn:!0,error:!0,debug:!1}},h=[],m={},y=e({key:"debug",title:"DEBUG",color:{bgLabel:"#7732A2",label:"#F2EF40",bgText:"#FFFEB7",text:"#7732A2"}}),x=e(t),k=e(o),A=e(c),w=e(a),F=e(l),S=e(g),v=e(f),T=e(s),L=function(e){var n,t;_.find(e,function(e){return(n=e.match(/TAS_CALLSTACK_(\d+)/))?(t=h[n[1]],T("===================="+(t.label?"> "+t.label+" <":"")+"===================="),L(t.stack),!0):(v(e),!1)})},j=function(t,e){return _.chain(t).reduce(function(e,n){return"string"==typeof n?e.push(n):(_.isArray(t)||_.isArguments(t))&&(e=j(n,e)),e},_.isArray(e)&&e||[]).uniq().value()};return console.log("%c•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸ The Aaron Sheet v0.2.5 ¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•","background: linear-gradient(to right,green,white,white,green); color:black;text-shadow: 0 0 8px white;"),console.log("%c•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸ Last update: "+new Date(1504710542e3)+" ¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•","background: linear-gradient(to right,green,white,white,green); color:black;text-shadow: 0 0 8px white;"),{repeatingSimpleSum:function(e,t,o){r(e).attr(o).field(t).reduce(function(e,n){return e+n.F[t]},0,function(e,n,t){t.S[o]=e}).execute()},repeating:r,config:function(e){var n=_.defaults(e,p);n.logging=_.defaults(e&&e.logging||{},p.logging),p=n},callback:n,callstack:function(){var e;p.debugMode&&((e=b()).shift(),S("==============================> CALLSTACK <=============================="),L(e),S("========================================================================="))},debugMode:function(){p.logging.debug=!0,p.debugMode=!0},isDebugMode:function(){return p.debugMode},_fn:n,debug:y,error:x,warn:k,info:A,notice:w,log:F}}();
|
||
/* ---- END: TheAaronSheet.js ---- */
|
||
|
||
var VERSION = '1.5.4'
|
||
var diceChain = [3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 30]
|
||
|
||
/**
|
||
* Given a simple die expression, breaks it down to properties.
|
||
*
|
||
* example: 3d20 -> { quantity: 3, size: 20 }
|
||
*/
|
||
var parseDieExpression = function(expr) {
|
||
var regex = /^(\d*)d(\d+)$/i;
|
||
var match = regex.exec(expr)
|
||
if (match === null) {
|
||
throw `Invalid expression given: ${expr}, must be of form 'ndx', ie. 2d6`;
|
||
}
|
||
return {
|
||
quantity: match[1] !== "" ? match[1] : 1,
|
||
size: match[2]
|
||
};
|
||
}
|
||
|
||
/**
|
||
* Generates a function to modify the dice chain. See `diceChainLower` as
|
||
* an example of using it.
|
||
*/
|
||
var diceChainModifier = function(limit_number, direction_counter) {
|
||
return function(size) {
|
||
var isString = typeof size == 'string';
|
||
if (isString) {
|
||
size = parseInt(/^d(\d+)$/i.exec(size)[1], 10);
|
||
}
|
||
if (size == limit_number) {
|
||
return size;
|
||
}
|
||
index = diceChain.indexOf(size);
|
||
if (index < 0) {
|
||
throw `Invalid die size given: ${size}, must be one of ${diceChain}`;
|
||
}
|
||
var result = diceChain[index + direction_counter]
|
||
return isString ? `d${result}` : result ;
|
||
};
|
||
};
|
||
|
||
/**
|
||
* Takes a given die size (ie: 6 for d6) and returns the size of the die
|
||
* that is one step lower on the dice chain.
|
||
*
|
||
* size can optionally be prefixed with "d", in which case the return
|
||
* value is also "dX"
|
||
*
|
||
* example: diceChainLower(20) -> 16
|
||
* example: diceChainLower("d20") -> "d16"
|
||
*/
|
||
var diceChainLower = diceChainModifier(3, -1);
|
||
|
||
/**
|
||
* Takes a given die size (ie: 6 for d6) and returns the size of the die
|
||
* that is one step higher on the dice chain.
|
||
*
|
||
* size can optionally be prefixed with "d"
|
||
*
|
||
* example: diceChainHigher(20) -> 24
|
||
* example: diceChainHigher("d20") -> "d24"
|
||
*/
|
||
var diceChainHigher = diceChainModifier(30, +1);
|
||
|
||
/**
|
||
* Responsible for checking whether sheet values need to be recalculated
|
||
*/
|
||
var recalculateSheet = function() {
|
||
const defaultVersion = '1.5.0';
|
||
getAttrs(["_charsheetVersion"], function(values) {
|
||
var version = values._charsheetVersion || defaultVersion;
|
||
if (version != VERSION) {
|
||
runMigrations(version);
|
||
}
|
||
setAttrs({ _charsheetVersion: VERSION });
|
||
});
|
||
};
|
||
|
||
on("sheet:opened", function() {
|
||
validateAttrMods();
|
||
recalculateSheet();
|
||
});
|
||
|
||
on("change:str change:int change:agi change:per change:sta change:luck change:luckstarting", function(e) {
|
||
var attr = e.sourceAttribute;
|
||
calculateMod([attr]);
|
||
});
|
||
|
||
/**
|
||
* Sets ability max score if it hasn't been set yet
|
||
*/
|
||
on("change:str change:int change:agi change:per change:sta change:luck", function(e) {
|
||
var attr = e.sourceAttribute;
|
||
var max = `${attr}Max`;
|
||
getAttrs([max], function(values) {
|
||
if (!values[max]) {
|
||
var newMax = {};
|
||
newMax[max] = e.newValue;
|
||
setAttrs(newMax);
|
||
}
|
||
});
|
||
});
|
||
|
||
calculateMod = function(attributes) {
|
||
attributes.map(function(attr) {
|
||
getAttrs([attr], function(v) {
|
||
var attrModName = attr + 'Mod';
|
||
var updatedVal = {};
|
||
|
||
if (v[attr] >= 24) {
|
||
updatedVal[attrModName] = 6;
|
||
} else if (v[attr] >= 22 && v[attr] <= 23) {
|
||
updatedVal[attrModName] = 5;
|
||
} else if (v[attr] >= 20 && v[attr] <= 21) {
|
||
updatedVal[attrModName] = 4;
|
||
} else if (v[attr] >= 18 && v[attr] <= 19) {
|
||
updatedVal[attrModName] = 3;
|
||
} else if (v[attr] >= 16 && v[attr] <= 17) {
|
||
updatedVal[attrModName] = 2;
|
||
} else if (v[attr] >= 13 && v[attr] <= 15) {
|
||
updatedVal[attrModName] = 1;
|
||
} else if (v[attr] >= 6 && v[attr] <= 8) {
|
||
updatedVal[attrModName] = -1;
|
||
} else if (v[attr] >= 4 && v[attr] <= 5) {
|
||
updatedVal[attrModName] = -2;
|
||
} else if (v[attr] <= 3) {
|
||
updatedVal[attrModName] = -3;
|
||
} else {
|
||
updatedVal[attrModName] = 0
|
||
}
|
||
|
||
setAttrs(updatedVal);
|
||
});
|
||
});
|
||
}
|
||
|
||
validateAttrMods = function() {
|
||
calculateMod(['str', 'int', 'agi', 'per', 'sta', 'luck', 'luckStarting']);
|
||
}
|
||
|
||
|
||
on("sheet:opened change:repeating_armor:armorcheck change:repeating_armor:armoracbase change:repeating_armor:armormagicbonus change:repeating_armor:armorspeed change:repeating_armor:armoractive remove:repeating_armor change:agimod change:armorclassluckyroll change:luckstartingmod", function(e) {
|
||
|
||
getAttrs(["acCalc", "armorCheck", "armorSpeed", "agiMod", "armorClassLuckyRoll" , "luckStartingMod"], function(values) {
|
||
const baseAc = 10;
|
||
const agiAc = values.agiMod ? parseInt(values.agiMod) : 0;
|
||
const checkLuckyAc = values.armorClassLuckyRoll === 'on';
|
||
const luckyAc = (values.luckStartingMod && checkLuckyAc) ? parseInt(values.luckStartingMod) : 0;
|
||
const startAc = baseAc + agiAc + luckyAc;
|
||
setAttrs({
|
||
acCalc: startAc,
|
||
armorCheck: 0,
|
||
armorSpeed: 0
|
||
});
|
||
});
|
||
|
||
TAS.repeating("armor")
|
||
.attrs("acCalc", "armorCheck", "armorSpeed", "agiMod", "armorClassLuckyRoll")
|
||
.fields("armorAcBase","armorMagicBonus","armorCheck","armorSpeed","armorActive")
|
||
.map(function(row, attrSet, id, rowSet) {
|
||
const check = parseInt(row.armorCheck) || 0;
|
||
const speed = parseInt(row.armorSpeed) || 0;
|
||
const acBase = parseInt(row.armorAcBase) || 0;
|
||
const acBonus = parseInt(row.armorMagicBonus) || 0;
|
||
if (row.armorActive === 'on') {
|
||
attrSet.acCalc += acBase + acBonus;
|
||
attrSet.armorCheck += check;
|
||
attrSet.armorSpeed += speed;
|
||
}
|
||
})
|
||
.execute();
|
||
});
|
||
|
||
/**
|
||
* Calculate any bonus/penalty for a thrown weapon at short range
|
||
*/
|
||
var calculateThrownModifiers = function calculateThrownModifiers(rangedWeaponType, attackRange, strMod) {
|
||
if (strMod !== 0 && !strMod) {
|
||
return { bonus: 0 };
|
||
}
|
||
var rangedThrownBonus = 0;
|
||
if (rangedWeaponType === 'Thrown' && attackRange === 'Short') {
|
||
rangedThrownBonus = strMod;
|
||
} else {
|
||
rangedThrownBonus = 0;
|
||
}
|
||
return { bonus: rangedThrownBonus };
|
||
};
|
||
|
||
var recalculateThrownModifiers = function recalculateThrownModifiers(e) {
|
||
getAttrs(["repeating_rangedweapon_rangedWeaponName", "repeating_rangedweapon_rangedWeaponType", "repeating_rangedweapon_attackRange", "strMod"], function(values) {
|
||
if (values.strMod !== 0 && !values.strMod) {
|
||
//Sheet not set up yet
|
||
return;
|
||
}
|
||
var rangedThrownMod = parseInt(values.strMod);
|
||
var rangedThrownBonus = 0;
|
||
if (values.repeating_rangedweapon_rangedWeaponType === 'Thrown' && values.repeating_rangedweapon_attackRange === 'Short') {
|
||
rangedThrownBonus = rangedThrownMod;
|
||
} else {
|
||
rangedThrownBonus = 0;
|
||
}
|
||
setAttrs({
|
||
repeating_rangedweapon_thrownShortRangeBonus: rangedThrownBonus
|
||
});
|
||
});
|
||
};
|
||
|
||
var recalculateAllRangedModifiers = function recalculateAllRangedModifiers() {
|
||
getAttrs(["strMod"], function(values) {
|
||
const strMod = values.strMod;
|
||
TAS
|
||
.repeating("rangedweapon")
|
||
.fields(["attackRange", "rangedAttackDice", "mediumRangePenalty", "rangedAttackEffectiveDice", "rangedWeaponType", "strMod", "thrownShortRangeBonus"])
|
||
.each(function(row, attrSet, id, rowSet) {
|
||
var missleResults = calculateRangedModifiers(row.attackRange, row.rangedAttackDice);
|
||
row.mediumRangePenalty = missleResults.attackPenalty;
|
||
row.rangedAttackEffectiveDice = missleResults.attackDie;
|
||
|
||
var thrownResults = calculateThrownModifiers(row.rangedWeaponType, row.attackRange, parseInt(strMod));
|
||
row.thrownShortRangeBonus = thrownResults.bonus;
|
||
})
|
||
.execute();
|
||
});
|
||
};
|
||
|
||
on("change:repeating_rangedweapon", recalculateThrownModifiers);
|
||
on("change:strmod", recalculateAllRangedModifiers);
|
||
|
||
/**
|
||
* Calculate any medium/long range penalties given a range and attack die
|
||
*/
|
||
var calculateRangedModifiers = function(range, attackDie) {
|
||
var attackPenalty = 0;
|
||
switch(range) {
|
||
case "Long":
|
||
attackDie = diceChainLower(attackDie);
|
||
break;
|
||
case "Medium":
|
||
attackPenalty = 2;
|
||
break;
|
||
case "Short":
|
||
break;
|
||
default:
|
||
throw `Invalid value for rangedweapon_attackRange: ${range}`;
|
||
}
|
||
return {
|
||
attackDie: attackDie,
|
||
attackPenalty: attackPenalty
|
||
};
|
||
};
|
||
|
||
var recalculateRangedModifiers = function(e) {
|
||
getAttrs(["repeating_rangedweapon_attackRange", "repeating_rangedweapon_rangedAttackDice"], function(values) {
|
||
var results = calculateRangedModifiers(values.repeating_rangedweapon_attackRange, values.repeating_rangedweapon_rangedAttackDice);
|
||
|
||
setAttrs({
|
||
repeating_rangedweapon_mediumRangePenalty: results.attackPenalty,
|
||
repeating_rangedweapon_rangedAttackEffectiveDice: results.attackDie
|
||
});
|
||
});
|
||
};
|
||
|
||
on("change:repeating_rangedweapon", recalculateRangedModifiers);
|
||
|
||
/**
|
||
* Runs all migrations that are equal to or later than the given version
|
||
*
|
||
* `version` must be a semantic version (ie. "1.5.1") that exists on the `MIGRATIONS` object
|
||
*/
|
||
var runMigrations = function(version) {
|
||
console.log(`[DCC_Tabbed_Sheet-Migrations] Checking if new migrations need to be run. Char sheet current version: ${version}, new version: ${VERSION}`);
|
||
var foundNewMigration = false;
|
||
_.each(MIGRATIONS, function(migrationRow) {
|
||
var key = _.first(_.keys(migrationRow));
|
||
if (version === key) {
|
||
//Found new migration, need to run all migrations from this point on
|
||
foundNewMigration = true;
|
||
console.log("[DCC_Tabbed_Sheet-Migrations] New migrations found, running them now...");
|
||
}
|
||
if (foundNewMigration) {
|
||
_.each(migrationRow[key], function(migration) {
|
||
console.log(`[DCC_Tabbed_Sheet-Migrations] Running ${migration.name}...`);
|
||
migration();
|
||
console.log(`[DCC_Tabbed_Sheet-Migrations] ${migration.name} done.`);
|
||
});
|
||
}
|
||
});
|
||
if (foundNewMigration) {
|
||
console.log("[DCC_Tabbed_Sheet-Migrations] Finished. Char sheet is up to date.");
|
||
} else {
|
||
console.log("[DCC_Tabbed_Sheet-Migrations] Finished. No new migrations.");
|
||
}
|
||
};
|
||
|
||
/**
|
||
* Copies the old zero level weapon data to normal weapon data rows
|
||
*/
|
||
var migrateZeroLevelWeapons = function migrateZeroLevelWeapons() {
|
||
getAttrs(["Level"], function(values) {
|
||
if (values.Level !== "0") {
|
||
// We assume that anyone leveled to 1 has copied their 0-level weapons already
|
||
return;
|
||
}
|
||
var l0Tol1Map = {
|
||
"zeroWeaponLuckyRoll": "zeroWeaponLuckyRoll",
|
||
"meleeWeaponNameZero": "meleeWeaponName",
|
||
"meleeAttackDiceZero": "meleeAttackDice",
|
||
"meleeAttackWieldedZero": "meleeAttackWielded",
|
||
"meleeCritThreatZero": "meleeCritThreat",
|
||
"meleeMagicZero": "meleeMagic",
|
||
"meleeDmgZero": "meleeDmg",
|
||
"zeroRangedWeaponLuckyRollZero": "zeroRangedWeaponLuckyRoll",
|
||
"rangedAmmoZero": "rangedAmmo",
|
||
"rangedWeaponNameZero": "rangedWeaponName",
|
||
"rangedDistanceShortZero": "rangedDistanceShort",
|
||
"rangedDistanceMedZero": "rangedDistanceMed",
|
||
"rangedDistanceLongZero": "rangedDistanceLong",
|
||
"rangedWeaponTypeZero": "rangedWeaponType",
|
||
"rangedAttackDiceZero": "rangedAttackDice",
|
||
"rangedDmgZero": "rangedDmg",
|
||
"rangedCritThreatZero": "rangedCritThreat",
|
||
"rangedMagicZero": "rangedMagic",
|
||
"attackRangeZero": "attackRange"
|
||
};
|
||
var migrate = function(repeatingKey) {
|
||
TAS
|
||
.repeating(`${repeatingKey}zero`)
|
||
.fields(_.keys(l0Tol1Map))
|
||
.each(function(row, attrSet, id, rowSet) {
|
||
var newRecord = {};
|
||
var newId = generateRowID();
|
||
var prefix = `repeating_${repeatingKey}_${newId}_`;
|
||
_.each(l0Tol1Map, function(keyL1, keyL0) {
|
||
var value = row[keyL0];
|
||
if (value) {
|
||
// Hack necessary due to case sensitive difference in values (luckstartingMod vs luckStartingMod)
|
||
if (keyL0 === "zeroRangedWeaponLuckyRollZero" && value === "@{luckstartingMod}") {
|
||
value = "@{luckStartingMod}";
|
||
}
|
||
newRecord[`${prefix}${keyL1}`] = value;
|
||
}
|
||
});
|
||
setAttrs(newRecord, function() {
|
||
removeRepeatingRow(`repeating_${repeatingKey}zero_${id}`);
|
||
});
|
||
})
|
||
.execute();
|
||
};
|
||
migrate("meleeweapon");
|
||
migrate("rangedweapon");
|
||
});
|
||
};
|
||
|
||
var MIGRATIONS = [
|
||
{ "1.5.0": [] },
|
||
{ "1.5.1": [recalculateAllRangedModifiers, migrateZeroLevelWeapons] },
|
||
{ "1.5.2": [] }
|
||
];
|
||
|
||
|
||
</script>
|
||
|