mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
881 lines
53 KiB
HTML
881 lines
53 KiB
HTML
<div class="sheet-section-header">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-4"><input class="sheet-underlined" type="text" name="attr_character_name"><br/>Character Name</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_race"><br/>Race</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_class"><br/>Class</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_alignment"><br/>Alignment</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="number" name="attr_xp"><br/>Experience</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="number" name="attr_level" value="1"><br/>Level</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="number" name="attr_xp_next_level"><br/>Exp. for next level</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-8"><img class="sheet-icon" src="http://i.imgur.com/QWi3ZeO.png" alt="D&D Next"></div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_gender"><br/>Gender</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="number" name="attr_age"><br/>Age</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_height"><br/>Height</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_weight"><br/>Weight</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_eyes"><br/>Eyes</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_hair"><br/>Hair</div>
|
|
<div class="sheet-col-1-8"><input class="sheet-underlined" type="text" name="attr_size"><br/>Size</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div class="sheet-section-statsandskills">
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-5-8 sheet-padr">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-5-8 sheet-padr sheet-border-right">
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2 sheet-center"><input class="sheet-underlined" type="number" name="attr_HP" ><br/>Current HP</div>
|
|
<div class="sheet-col-1-2 sheet-center"><input class="sheet-underlined" type="number" name="attr_HP_max" ><br/>Max HP</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-col-3-8 sheet-padl sheet-center"><input class="sheet-underlined" type="number" name="attr_temp_HP" value="0" ><br/>Temp HP</div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2 sheet-center"><input class="sheet-underlined" type="text" name="attr_vision" ><br/>Vision</div>
|
|
<div class="sheet-col-1-2 sheet-center"><input class="sheet-underlined" type="text" name="attr_prolanguages" ><br/>Known Languages</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2 sheet-padl">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-underlined" type="number" name="attr_AC" ><br/>AC</div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-underlined" type="number" name="attr_AC_no_armour" ><br/>AC (no armour)</div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-underlined" type="number" name="attr_speed" ><br/>Speed</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3 sheet-center" title="This is a bonus for you being proficient in a given task. This bonus automatically increases as you level up and is used automatically in various rolls"><input class="sheet-underlined" type="number" name="attr_PB" value="floor((@{Level}+5)/4)" disabled="disabled" ><br/>Prof Bonus</div>
|
|
<div class="sheet-col-1-3 sheet-center" title="Only enter additional bonuses to initiative here. Your Dex mod is already included in the macro button"><input class="sheet-underlined" type="number" name="attr_initiative" value="0"><br/>Init Bonus</div>
|
|
<div class="sheet-col-1-3 sheet-center"><button type='roll' name='roll_Initiative' value='@{selected|token_name} rolls a [[1d20 + @{selected|dexterity_mod} [Dexterity Mod] + @{selected|initiative} [Initiative Bonus] &{tracker}]] for initiative!'>Initiative</button></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Score</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom"> </div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Mod</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Save Proficiency?</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Save</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Check</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Str</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_strength_mod" value="floor((@{strength}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_strength_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Strength_Save' value='/em attempts a saving throw\nSTR save : [[1d20 + @{strength_mod} [Strength Mod] + @{strength_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Strength_Check' value='/em makes an ability check\nSTR check : [[1d20 + @{strength_mod} [Strength Mod] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_dexterity"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Dex</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_dexterity_mod" value="floor((@{dexterity}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_dexterity_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Dexterity_Save' value='/em attempts a saving throw\nDEX save : [[1d20 + @{dexterity_mod} [Dexterity Mod] + @{dexterity_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Dexterity_Check' value='/em makes an ability check\nDEX check : [[1d20 + @{dexterity_mod} [Dexterity Mod ] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_constitution"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Con</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_constitution_mod" value="floor((@{constitution}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_constitution_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Constitution_Save' value='/em attempts a saving throw\nCON save : [[1d20 + @{constitution_mod} [Constitution Modifier] + @{constitution_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Constitution_Check' value='/em makes an ability check\nCON check : [[1d20 + @{constitution_mod} [Constitution Mod] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_intelligence"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Int</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_intelligence_mod" value="floor((@{intelligence}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_intelligence_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Intelligence_Save' value='/em attempts a saving throw\nINT save : [[1d20 + @{intelligence_mod} [Intelligence Mod] + @{intelligence_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Intelligence_Check' value='/em makes an ability check\nINT check : [[1d20 + @{intelligence_mod} [Intelligence Mod] + ?{MiscMod|0}[Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_wisdom"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Wis</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_wisdom_mod" value="floor((@{wisdom}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_wisdom_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Wisdom_Save' value='/em attempts a saving throw\nWIS save : [[1d20 + @{wisdom_mod} [Wisdom Mod] + @{wisdom_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Wisdom_Check' value='/em makes an ability check\nWIS check : [[1d20 + @{wisdom_mod} [Wisdom Mod] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_charisma"/></div>
|
|
<div class="sheet-col-1-6 sheet-core-stat-label">Cha</div>
|
|
<div class="sheet-col-1-6"><input type="number" name="attr_charisma_mod" value="floor((@{charisma}-10)/2)" disabled="disabled"/></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle sheet-core-checkbox-row"><input type="checkbox" name="attr_charisma_save_prof" value="@{PB}" /></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Charisma_Save' value='/em attempts a saving throw\nCHA save : [[1d20 + @{charisma_mod} [Charisma Mod] + @{charisma_save_prof} [Proficiency Bonus] + ?{Misc Modifiers|0} [Misc Modifiers] ]]'>Save</button></div>
|
|
<div class="sheet-col-1-6 sheet-center"><button type='roll' name='roll_Charisma_Check' value='/em makes an ability check\nCHA check : [[1d20 + @{charisma_mod} [Charisma Mod] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
|
|
|
|
<h4>Hit Dice</h4>
|
|
|
|
<fieldset class="repeating_HDlist">
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-4-5">
|
|
<select name="attr_HDtype">
|
|
<option value="d6">d6 (Bard, Mage, Rogue)</option>
|
|
<option value="d8">d8 (Cleric, Druid, Monk)</option>
|
|
<option value="d10">d10 (Fighter, Paladin, Ranger)</option>
|
|
<option value="d12">d12 (Barbarian)</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-15"><button type='roll' name='roll_UseHD' value='/em takes a rest\n[[1@{HDtype} + @{constitution_mod} [Constituiton Mod] ]] HP recovered from resting (1@{HDtype} hit dice used)'>Use</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-footer-row sheet-grey-row">
|
|
<div class="sheet-col-1-4">Current:</div>
|
|
<div class="sheet-col-1-4"><input type="number" name="attr_HDtotal" value="1"/></div>
|
|
<div class="sheet-col-1-4">Max:</div>
|
|
<div class="sheet-col-1-4"><input type="number" name="attr_HDtotal_max" value="1"/></div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2 sheet-padl">
|
|
|
|
<h4>Class Resources</h4>
|
|
<p class="sheet-small-note">Use this to track things like Monk's Ki points, Fighter superiority dice, or any other resource you require.</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-2">Name</div>
|
|
<div class="sheet-col-1-4">Current</div>
|
|
<div class="sheet-col-1-4">Max</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_classresources">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2"><input type="text" name="attr_ClassResourceName"/></div>
|
|
<div class="sheet-col-1-4"><input type="number" name="attr_ClassResourceTotal" value="1"/></div>
|
|
<div class="sheet-col-1-4"><input type="number" name="attr_ClassResourceTotal_max" value="1"/></div>
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-3-8">
|
|
|
|
<div class="sheet-row sheet-skill-header">
|
|
<div class="sheet-col-1">Strength</div>
|
|
</div>
|
|
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Athletics</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_athletics" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_athletics" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_athletics" value="(@{pb_athletics}*@{PB})+@{strength_mod}+@{expertise_athletics}" class="sheet-short"><button class="sheet-skill-roll" type='roll' name='roll_Athletics_Check' value='/em makes an ability check\n\nSTR (Athletics) check :[[1d20 + @{athletics} [Proficiency + Strength Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-header">
|
|
<div class="sheet-col-1">Dexterity</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Acrobatics</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_acrobatics" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_acrobatics" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_acrobatics" value="(@{pb_acrobatics}*@{PB})+@{dexterity_mod}+@{expertise_acrobatics}"><button class="sheet-skill-roll" type='roll' name='roll_Acrobatics_Check' value='/em makes an ability check\n\nDEX (Acrobatics) check :[[1d20 + @{acrobatics} [Proficiency + Dexterity Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Sleight of Hand</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_sleightofhand" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_sleightofhand" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_sleightofhand" value="(@{pb_sleightofhand}*@{PB})+@{dexterity_mod}+@{expertise_sleightofhand}"><button class="sheet-skill-roll" type='roll' name='roll_SleightOfHand_Check' value='/em makes an ability check\n\nDEX (Sleight of Hand) check:[[1d20 + @{sleightofhand} [Proficiency + Dexterity Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Stealth</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_stealth" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_stealth" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_stealth" value="(@{pb_stealth}*@{PB})+@{dexterity_mod}+@{expertise_stealth}"><button class="sheet-skill-roll" type='roll' name='roll_Stealth_Check' value='/em makes an ability check\n\nDEX (Stealth) check :[[1d20 + @{stealth} [Proficiency + Dexterity Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-header">
|
|
<div class="sheet-col-1">Intelligence</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Arcana</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_arcana" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_arcana" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_arcana" value="(@{pb_arcana}*@{PB})+@{intelligence_mod}+@{expertise_arcana}"><button class="sheet-skill-roll" type='roll' name='roll_Arcana_Check' value='/em makes an ability check\n\nINT (Arcana) check :[[1d20 + @{arcana} [Proficiency + Intelligence Mod + Expertise] +?{MiscMod|0} [Misc Modifers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">History</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_history" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_history" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_history" value="(@{pb_history}*@{PB})+@{intelligence_mod}+@{expertise_history}"><button class="sheet-skill-roll" type='roll' name='roll_History_Check' value='/em makes an ability check\n\nINT (History) check :[[1d20 + @{history} [Proficiency + Intelligence Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Nature</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_nature" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_nature" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><input type="hidden" name="attr_nature" value="(@{pb_nature}*@{PB})+@{intelligence_mod}+@{expertise_nature}"><button class="sheet-skill-roll" type='roll' name='roll_Nature_Check' value='/em makes an ability check\n\nINT (Nature) check :[[1d20 + @{nature} [Proficiency + Intelligence Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Religion</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_religion" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_religion" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_religion" value="(@{pb_religion}*@{PB})+@{intelligence_mod}+@{expertise_religion}"><button class="sheet-skill-roll" type='roll' name='roll_Religion_Check' value='/em makes an ability check\n\nINT (Religion) check :[[1d20 + @{religion} [Proficiency + Intelligence Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Search</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_search" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_search" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_search" value="(@{pb_search}*@{PB})+@{intelligence_mod}+@{expertise_search}"><button class="sheet-skill-roll" type='roll' name='roll_Search_Check' value='/em makes an ability check\n\nINT (Search) check :[[1d20 + @{search} [Proficiency + Intelligence Mod + Expertise] + ?{MiscMod|0} [Misc Modifers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-header">
|
|
<div class="sheet-col-1">Wisdom</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Animal Handling</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_animalhandling" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_animalhandling" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_animalhandling" value="(@{pb_animalhandling}*@{PB})+@{wisdom_mod}+@{expertise_animalhandling}"><button class="sheet-skill-roll" type='roll' name='roll_AnimalHandling_Check' value='/em makes an ability check\n\nWIS (Animal Handling) check :[[1d20 + @{animalhandling} [Proficiency + Wisdom Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Insight</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_insight" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_insight" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_insight" value="(@{pb_insight}*@{PB})+@{wisdom_mod}+@{expertise_insight}"><button class="sheet-skill-roll" type='roll' name='roll_Insight_Check' value='/em makes an ability check\n\nWIS (Insight) check :[[1d20 + @{insight} [Proficiency + Wisdom Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Medicine</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_medicine" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_medicine" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_medicine" value="(@{pb_medicine}*@{PB})+@{wisdom_mod}+@{expertise_medicine}"><button class="sheet-skill-roll" type='roll' name='roll_Medicine_Check' value='/em makes an ability check\n\nWIS (Medicine) check :[[1d20 + @{medicine} [Proficiency + Wisdom Mod + Expertise] + ?{MiscMod|0} [Misc modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Perception</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_perception" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_perception" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_perception" value="(@{pb_perception}*@{PB})+@{wisdom_mod}+@{expertise_perception}"><button class="sheet-skill-roll" type='roll' name='roll_Perception_Check' value='/em makes an ability check\n\nWIS (Perception) check :[[1d20 + @{perception} [Proficiency + Wisdom Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Survival</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_survival" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_survival" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_survival" value="(@{pb_survival}*@{PB})+@{wisdom_mod}+@{expertise_survival}"><button class="sheet-skill-roll" type='roll' name='roll_Survival_Check' value='/em makes an ability check\n\nWIS (Survival) check :[[1d20 + @{survival} [Proficiency + Wisdom Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-header">
|
|
<div class="sheet-col-1">Charisma</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Deception</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_deception" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_deception" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_deception" value="(@{pb_deception}*@{PB})+@{charisma_mod}+@{expertise_deception}"><button class="sheet-skill-roll" type='roll' name='roll_Deception_Check' value='/em makes an ability check\n\nCHA (Deception) check :[[1d20 + @{deception} [Proficiency + Charisma Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Intimidation</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_intimidation" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_intimidation" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_intimidation" value="(@{pb_intimidation}*@{PB})+@{charisma_mod}+@{expertise_intimidation}"><button class="sheet-skill-roll" type='roll' name='roll_Intimidation_Check' value='/em makes an ability check\n\nCHA (Intimidation) check :[[1d20 + @{intimidation} [Proficiency + Charisma Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Performance</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_performance" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_performance" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_performance" value="(@{pb_performance}*@{PB})+@{charisma_mod}+@{expertise_performance}"><button class="sheet-skill-roll" type='roll' name='roll_Performance_Check' value='/em makes an ability check\n\nCHA (Performance) check :[[1d20 + @{performance} [Proficiency + Charisma Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-skill-row">
|
|
<div class="sheet-col-1-3 sheet-vert-middle">Persuasion</div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_pb_persuasion" value="1"/>Prof</span></div>
|
|
<div class="sheet-col-1-6 sheet-vert-middle"><span><input type="checkbox" name="attr_expertise_persuasion" value="5"/>Exp</span></div>
|
|
<div class="sheet-col-1-3 sheet-vert-middle"><input type="hidden" name="attr_persuasion" value="(@{pb_persuasion}*@{PB})+@{charisma_mod}+@{expertise_persuasion}"><button class="sheet-skill-roll" type='roll' name='roll_Persuasion_Check' value='/em makes an ability check\n\nCHA (Persuasion) check :[[1d20 + @{persuasion} [Proficiency + Charisma Mod + Expertise] + ?{MiscMod|0} [Misc Modifiers] ]]'>Check</button></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<h3>Actions</h3>
|
|
<p class="sheet-small-note">Use this section to enter details about attacks, spells and other actions you may perform and would like macro buttons for. It does not replace nor duplicate other sections of the sheet and is instead intended to be a quick and easy way for players to setup their most commonly used actions/attacks so they have basic macros for them.</p>
|
|
<p class="sheet-important-text sheet-small-note">It is assumed that all actions are made with weapons/equipment/tools you are proficient with and as such your proficiency bonus is automatically added where appropriate.</p>
|
|
|
|
<div class="sheet-section-simple-attack">
|
|
|
|
<h4>Simple actions requiring an attack roll vs target AC</h4>
|
|
<p class="sheet-small-note">For simple actions requiring an attack roll vs a targets AC such as most weapon (melee and ranged) attacks and simple attack spells.</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Attack Name</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Attack Stat</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Base Damage</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Damage Bonus</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Damage Type</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Range</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Magic Bonus</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Macros</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_simpleattack">
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-1-6"><input type="text" name="attr_simpleattackname"></div>
|
|
<div class="sheet-col-1-12" title="Pick the stat that will provide a bonus to the attack roll.">
|
|
<select name="attr_simpleattackstat">
|
|
<option value="0">None</option>
|
|
<option value="@{strength_mod}">STR</option>
|
|
<option value="@{dexterity_mod}">DEX</option>
|
|
<option value="@{constitution_mod}">CON</option>
|
|
<option value="@{intelligence_mod}">INT</option>
|
|
<option value="@{wisdom_mod}">WIS</option>
|
|
<option value="@{charisma_mod}">CHA</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input type="text" name="attr_simpleattackdmg"></div>
|
|
<div class="sheet-col-1-6" title="Pick the stats, if any, that will give a bonus to the damage roll of this attack">
|
|
<select name="attr_simpleattackdmgstat">
|
|
<option value="0">None</option>
|
|
<option value="@{strength_mod}">STR Mod</option>
|
|
<option value="@{dexterity_mod}">DEX Mod</option>
|
|
<option value="@{constitution_mod}">CON Mod</option>
|
|
<option value="@{intelligence_mod}">INT Mod</option>
|
|
<option value="@{wisdom_mod}">WIS Mod</option>
|
|
<option value="@{charisma_mod}">CHA Mod</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6"><input type="text" name="attr_simpleattackdmgtype"></div>
|
|
<div class="sheet-col-1-12"><input type="text" name="attr_simpleattackrange"></div>
|
|
<div class="sheet-col-1-12" title="The magic bonus will be added as a bonus to BOTH the attack and damage rolls"><input type="number" name="attr_simpleattackmagic" value="0"></div>
|
|
<div class="sheet-col-1-12"><button type='roll' name='roll_SimpleAttack' value='/em uses @{simpleattackname} to attack\n[[1d20 + @{simpleattackstat} [Attack Stat Mod] + @{PB} [Proficiency Bonus] + @{simpleattackmagic} [Magic Bonus] + ?{MiscMod|0} [Misc Modifiers] ]] vs AC' >Attack</button></div>
|
|
<div class="sheet-col-1-12"><button type='roll' name='roll_SimpleAttackDamage' value='@{simpleattackname} hits for [[@{simpleattackdmg} [Base damage] + @{simpleattackdmgstat} [Damage Stat Mod] + @{simpleattackmagic} [Magic Bonus] + ?{MiscMod|0} [Misc Modifiers] ]] @{simpleattackdmgtype} damage'>Damage</button></div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-section-savethrow-attack">
|
|
|
|
<h4>Simple actions requiring a target to make a saving throw</h4>
|
|
<p class="sheet-small-note">For simple actions requiring a target to make a save throw. You can use Inline Dice Rolls (see Roll 20 wiki) in the failed/successful save sections.</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-2 sheet-vert-bottom">Attack Name</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Saving Stat</div>
|
|
<div class="sheet-col-1-4 sheet-vert-bottom">Save DC</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Custom DC</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_savethrowattack">
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-1-2"><input type="text" name="attr_savethrowattackname"></div>
|
|
<div class="sheet-col-1-8">
|
|
<select name="attr_savethrowsavestat">
|
|
<option value="STR">STR</option>
|
|
<option value="DEX">DEX</option>
|
|
<option value="CON">CON</option>
|
|
<option value="INT">INT</option>
|
|
<option value="WIS">WIS</option>
|
|
<option value="CHA">CHA</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-4" title="Pick the class that the save DC will be created from or set your own DC by selecting custom here and then entering the DC in the next field">
|
|
<select name="attr_savethrowsavedc">
|
|
<option value="0">Custom DC</option>
|
|
<option value="@{bard_spell_dc}">Bard DC</option>
|
|
<option value="@{cleric_spell_dc}">Cleric DC</option>
|
|
<option value="@{druid_spell_dc}">Druid DC</option>
|
|
<option value="@{mage_spell_dc}">Mage DC</option>
|
|
<option value="@{paladin_spell_dc}">Paladin DC</option>
|
|
<option value="@{ranger_spell_dc}">Ranger DC</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-8"><input type="number" name="attr_savethrowcustomdc" value="0" title="Unless you have selected Custom in the previous field this should always be 0"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-footer-row sheet-grey-row">
|
|
|
|
<div class="sheet-col-1-13 sheet-vert-middle">Failed Save</div>
|
|
<div class="sheet-col-5-13"><textarea class="sheet-fluid-textarea" name="attr_savethrowfailedsave"></textarea></div>
|
|
<div class="sheet-col-1-13 sheet-vert-middle">Successful Save</div>
|
|
<div class="sheet-col-5-13"><textarea class="sheet-fluid-textarea" name="attr_savethrowsuccesssave"></textarea></div>
|
|
<div class="sheet-col-1-13 sheet-vert-middle sheet-center"><button type='roll' name='roll_SaveThrowAttack' value="/em uses @{savethrowattackname} to attack\n\nDC [[@{savethrowsavedc} + @{savethrowcustomdc}]] @{savethrowsavestat} saving throw\nOn a failed save : @{savethrowfailedsave}\nOn a successful save : @{savethrowsuccesssave}" >Use</button></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="sheet-section-utility-actions">
|
|
|
|
<h4>Other simple actions (ie. healing spells, utility spells, potions, consumables)</h4>
|
|
<p class="sheet-small-note">For all other actions that you commonly use and want to add a macro for. The Qty field is included primarily to aid tracking stacks/charges of consumable items. Again, you can use inline rolls in the decription field</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Qty</div>
|
|
<div class="sheet-col-1-4 sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-2 sheet-vert-bottom">Description</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Macro</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_utilityactions">
|
|
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-1-8 sheet-padt"><input type="number" name="attr_utilityactionqty" value="1"></div>
|
|
<div class="sheet-col-1-4 sheet-padr sheet-padt"><input type="text" name="attr_utilityactionname"></div>
|
|
<div class="sheet-col-1-2"><textarea class="sheet-fluid-textarea" name="attr_utilityactiondescription"></textarea></div>
|
|
<div class="sheet-col-1-8 sheet-padt sheet-center"><button type='roll' name='roll_UtilityAction' value="/em uses @{utilityactionname} \n@{utilityactiondescription}" >Use</button></div>
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<h3>Racial/Class Features and Proficiencies</h3>
|
|
|
|
<div class="sheet-section-raceclass">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2"><h4>Racial Traits</h4><textarea name="attr_racial_traits"></textarea></div>
|
|
<div class="sheet-col-1-2"><h4>Class Features/Feats</h4><textarea name="attr_class_abilities_and_feats"></textarea></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div class="sheet-section-equipprof">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-3"><h4>Armour Proficiencies</h4><textarea name="attr_pro_armour"></textarea></div>
|
|
<div class="sheet-col-1-3"><h4>Weapon Proficiencies</h4><textarea name="attr_pro_weapons"></textarea></div>
|
|
<div class="sheet-col-1-3"><h4>Tool Proficiencies</h4><textarea name="attr_pro_tools"></textarea></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<h3>Character Roleplay Details</h3>
|
|
<p class="sheet-small-note">Note: That it may be better to use the "Bio&Info" section of the Roll20 character entry and use the fields below for a brief summary</p>
|
|
|
|
<div class="sheet-section-backgroundrp">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2"><h4>Background</h4><textarea name="attr_background"></textarea></div>
|
|
<div class="sheet-col-1-2"><h4>Ideals</h4><textarea name="attr_ideals"></textarea></div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2"><h4>Bonds</h4><textarea name="attr_bonds"></textarea></div>
|
|
<div class="sheet-col-1-2"><h4>Flaws</h4><textarea name="attr_flaws"></textarea></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<h3>Spells and Spellcasting</h3>
|
|
|
|
<div class="sheet-section-spellcasting">
|
|
|
|
<!-- Start hidden spell casting stats -->
|
|
<input type="hidden" name="attr_base_spell_dc" value="8" />
|
|
|
|
<input type="hidden" name="attr_bard_spell_bonus" value="@{charisma_mod}+@{PB}" />
|
|
<input type="hidden" name="attr_cleric_spell_bonus" value="@{wisdom_mod}+@{PB}" />
|
|
<input type="hidden" name="attr_druid_spell_bonus" value="@{wisdom_mod}+@{PB}" />
|
|
<input type="hidden" name="attr_mage_spell_bonus" value="@{intelligence_mod}+@{PB}" />
|
|
<input type="hidden" name="attr_paladin_spell_bonus" value="@{charisma_mod}+@{PB}" />
|
|
<input type="hidden" name="attr_ranger_spell_bonus" value="@{wisdom_mod}" />
|
|
|
|
<input type="hidden" name="attr_bard_spell_dc" value="@{base_spell_dc}+@{bard_spell_bonus}" />
|
|
<input type="hidden" name="attr_cleric_spell_dc" value="@{base_spell_dc}+@{cleric_spell_bonus}" />
|
|
<input type="hidden" name="attr_druid_spell_dc" value="@{base_spell_dc}+@{druid_spell_bonus}" />
|
|
<input type="hidden" name="attr_mage_spell_dc" value="@{base_spell_dc}+@{mage_spell_bonus}" />
|
|
<input type="hidden" name="attr_paladin_spell_dc" value="@{base_spell_dc}+@{paladin_spell_bonus}" />
|
|
<input type="hidden" name="attr_ranger_spell_dc" value="@{base_spell_dc}+@{ranger_spell_bonus}" />
|
|
|
|
<!-- Stats that may be used later but are not currently -->
|
|
|
|
<input type="hidden" name="attr_bard_spell_prepare_mult" value="0" />
|
|
<input type="hidden" name="attr_cleric_spell_prepare_mult" value="1" />
|
|
<input type="hidden" name="attr_druid_spell_prepare_mult" value="1" />
|
|
<input type="hidden" name="attr_mage_spell_prepare_mult" value="1" />
|
|
<input type="hidden" name="attr_paladin_spell_prepare_mult" value="0.5" />
|
|
<input type="hidden" name="attr_ranger_spell_prepare_mult" value="0.5" />
|
|
|
|
<input type="hidden" name="attr_bard_spell_prepare_base" value="0" />
|
|
<input type="hidden" name="attr_cleric_spell_prepare_base" value="1" />
|
|
<input type="hidden" name="attr_druid_spell_prepare_base" value="1" />
|
|
<input type="hidden" name="attr_mage_spell_prepare_base" value="1" />
|
|
<input type="hidden" name="attr_paladin_spell_prepare_base" value="1" />
|
|
<input type="hidden" name="attr_ranger_spell_prepare_base" value="1" />
|
|
|
|
<!-- End hidden spell casting stats -->
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-2 sheet-padr sheet-border-right">
|
|
|
|
<h4>Spell casting classes</h4>
|
|
<p class="sheet-small-note">Add a row for each spell casting class your character has</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-3-8 sheet-vert-bottom">Class</div>
|
|
<div class="sheet-col-5-24 sheet-vert-bottom">Class Level</div>
|
|
<div class="sheet-col-5-24 sheet-vert-bottom">Spell Save DC</div>
|
|
<div class="sheet-col-5-24 sheet-vert-bottom">Prep per day</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_spellclasses">
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-3-8">
|
|
<select name="attr_spellmulticlass">
|
|
<option value="0">None</option>
|
|
<option value="@{bard_spell_dc}">Bard (CHA based)</option>
|
|
<option value="@{cleric_spell_dc}">Cleric (WIS based)</option>
|
|
<option value="@{druid_spell_dc}">Druid (WIS based)</option>
|
|
<option value="@{mage_spell_dc}">Mage (INT based)</option>
|
|
<option value="@{paladin_spell_dc}">Paladin (CHA based)</option>
|
|
<option value="@{ranger_spell_dc}">Ranger (WIS based)</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-5-24"><input type="number" name="attr_spellmulticlasslevel" value="1"></div>
|
|
<div class="sheet-col-5-24"><input type="number" name="attr_spellmutliclassdc" value="@{spellmulticlass}" disabled="disabled"></div>
|
|
<div class="sheet-col-5-24"><input type="number" name="attr_spellmutliprep" value="0"></div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2 sheet-padl">
|
|
|
|
<h4>Spell slots</h4>
|
|
<p class="sheet-small-note">Keep track of the total spell slots your character has here</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">Lvl</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">1</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">2</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">3</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">4</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">5</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">6</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">7</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">8</div>
|
|
<div class="sheet-col-1-10 sheet-vert-bottom">9</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet">
|
|
<div class="sheet-col-1-10 sheet-center sheet-vert-middle">Used</div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l1" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l2" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l3" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l4" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l5" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l6" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l7" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l8" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l9" value="0"></div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet">
|
|
<div class="sheet-col-1-10 sheet-center sheet-vert-middle">Per day</div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l1_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l2_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l3_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l4_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l5_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l6_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l7_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l8_max" value="0"></div>
|
|
<div class="sheet-col-1-10"><input type="number" name="attr_spell_slots_l9_max" value="0"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div class="sheet-section-spellbook">
|
|
|
|
<h4>Spell Book</h4>
|
|
<p class="sheet-small-note">Use this section to track spells you know, spells in your spell book (Mages), and/or Spells that you have prepared for the day. Cantrips and spells that you know that do not count against your daily prepared limit (such as cleric domain spells, Mage school spells, etc..) should be listed as "Always Prepared" in the prepared column.</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-2 sheet-vert-bottom">Spell name</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Spell Level</div>
|
|
<div class="sheet-col-1-8 sheet-vert-bottom">Gained from</div>
|
|
<div class="sheet-col-1-4 sheet-vert-bottom"> </div>
|
|
</div>
|
|
|
|
|
|
|
|
<fieldset class="repeating_spelllist">
|
|
<div class="sheet-row sheet-grey-row">
|
|
|
|
<div class="sheet-col-1-2 sheet-vert-middle"><input type="text" name="attr_spellname"></div>
|
|
<div class="sheet-col-1-8 sheet-vert-middle">
|
|
<select name="attr_spellbaselevel">
|
|
<option value="0">Cantrip</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-8 sheet-vert-middle" title="Use this field to indicate where you learned or have access to this spell from. Useful to know if multiclassing or if you gain access to spells your class would not normally have thanks to subclass bonuses">
|
|
<select name="attr_spellgainedfrom">
|
|
<option value="0">None</option>
|
|
<option value="@{bard_spell_dc}">Bard</option>
|
|
<option value="@{cleric_spell_dc}">Cleric</option>
|
|
<option value="@{druid_spell_dc}">Druid</option>
|
|
<option value="@{mage_spell_dc}">Mage</option>
|
|
<option value="@{paladin_spell_dc}">Paladin</option>
|
|
<option value="@{ranger_spell_dc}">Ranger</option>
|
|
<option value="0">Racial Bonus</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-4 sheet-vert-middle" title="Always prepared means the spell is either a cantrip or one that was provided to you via a method which indicated it would never count against your prepared limit for the day">
|
|
<select name="attr_spellisprepared">
|
|
<option value="1">Prepared</option>
|
|
<option value="0">NOT Prepared</option>
|
|
<option value="0.1">Always Prepared</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="sheet-row sheet-grey-row sheet-footer-row">
|
|
|
|
<div class="sheet-col-1-10 sheet-vert-middle"><br/>Description<br/></div>
|
|
<div class="sheet-col-9-10"><textarea class="sheet-fluid-textarea" name="attr_spelldescription"></textarea></div>
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<h3>Inventory</h3>
|
|
|
|
<div class="sheet-section-inventory">
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-2 sheet-padr">
|
|
|
|
<h4>Coin Carried</h4>
|
|
<p class="sheet-small-note">The total value is auto-calculated and lists the value of all your coin in Gold Pieces (GP)</p>
|
|
<hr/>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-6">CP</div>
|
|
<div class="sheet-col-1-6">SP</div>
|
|
<div class="sheet-col-1-6">EP</div>
|
|
<div class="sheet-col-1-6">GP</div>
|
|
<div class="sheet-col-1-6">PP</div>
|
|
<div class="sheet-col-1-6">Total</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-6" title="Copper Pieces"><input type="number" name="attr_cp" value="0"></div>
|
|
<div class="sheet-col-1-6" title="Silver Pieces"><input type="number" name="attr_sp" value="0"></div>
|
|
<div class="sheet-col-1-6" title="Electrum Pieces"><input type="number" name="attr_ep" value="0"></div>
|
|
<div class="sheet-col-1-6" title="Gold Pieces"><input type="number" name="attr_gp" value="0"></div>
|
|
<div class="sheet-col-1-6" title="Platinum Pieces"><input type="number" name="attr_pp" value="0"></div>
|
|
<div class="sheet-col-1-6" title="Total (in Gold Pieces)"><input type="number" name="attr_money_total_gp" value="(@{cp} / 100) + (@{sp} / 10) + (@{ep} / 2) + @{gp} + (@{pp} * 10) " disabled="disabled"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="sheet-col-1-2 sheet-padl sheet-border-left">
|
|
|
|
<h4>Weight Limits</h4>
|
|
<p class="sheet-small-note">This section auto-calculates the max weight your character can carry without penalty (unencumbered), with penalty (encumbered), and that they can push, pull or lift. Note that it does not calculate the weight of the items you are currently carrying. All weights in lbs.</p>
|
|
|
|
<div class="sheet-row">
|
|
|
|
<div class="sheet-col-1-3 sheet-center">Carried<br />Weight</div>
|
|
<div class="sheet-col-1-3 sheet-center"><input class="sheet-underlined" type="number" name="attr_carrying_capacity" value="0"><br />Current</div>
|
|
<div class="sheet-col-1-3 sheet-center" title="No penalty for carrying weight up to this limit"><input class="sheet-underlined" type="number" name="attr_carrying_capacity_max" value="@{strength}*10" disabled="disabled"><br /> Unencumbered Max</div>
|
|
</div>
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1-2 sheet-center" title="Disadvanatge on all attack rolls, Str/Dex/Con saves, and Str/Dex/Con ability checks...as well as a -10ft penalty to speed, when you are encumbered."><input class="sheet-underlined" type="number" name="attr_max_load" value="@{strength}*20" disabled="disabled"><br />Encumbered Max</div>
|
|
<div class="sheet-col-1-2 sheet-center" title="Whist pushing/dragging/lifiting up to this weight take the same penalty as being encumbered and you can move no more than 5ft on your turn"><input class="sheet-underlined" type="number" name="attr_max_push_drag_lift" value="@{strength}*50" disabled="disabled"><br /> Push/Drag/Lift Max</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<section class="sheet-armour">
|
|
|
|
<h4>Inventory - Equipped Armour/Clothing</h4>
|
|
<p class="sheet-small-note">List your equipped armour and/or clothing in this section</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Type</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Base AC</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Dex Bonus</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Magic Bonus</div>
|
|
<div class="sheet-col-1-12 sheet-vert-bottom">Total AC</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Stealth Pen?</div>
|
|
<div class="sheet-col-1-6 sheet-vert-bottom">Speed Pen?</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_armourequip">
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-1-6"><input type="text" name="attr_amourname"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_armourtype">
|
|
<option value="Light" selected="true">Light</option>
|
|
<option value="Medium">Medium</option>
|
|
<option value="Heavy">Heavy</option>
|
|
<option value="Shield">Shield</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armourACbase" value="8"></div>
|
|
<div class="sheet-col-1-12">
|
|
<select name="attr_armourdexteritymod" title="The amount of bonus AC this armour gets from your dex mod. This is normally either 0, your full Dex mod, or your Dex mod up to a maximum of +2">
|
|
<option value="0" selected>None</option>
|
|
<option value="@{dexterity_mod}">Full</option>
|
|
<option value="ceil((@{dexterity_mod}-1)/1e10)*2 - floor((@{dexterity_mod}-2)/1e10)*@{dexterity_mod}">Max 2</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armourmagicbonus" value="0"></div>
|
|
<div class="sheet-col-1-12"><input type="number" name="attr_armourtotalAC" value="@{armourACbase}+@{armourdexteritymod}+@{armourmagicbonus}" disabled="disabled"></div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_armourstealth">
|
|
<option value="No Penalty" selected="true">No Penalty</option>
|
|
<option value="Disadvantage on Stealth">Disadvantge</option>
|
|
</select>
|
|
</div>
|
|
<div class="sheet-col-1-6">
|
|
<select name="attr_armourspeed">
|
|
<option value="No Penalty" selected="true">No Penalty</option>
|
|
<option value="-5ft to speed">-5ft to speed</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</section>
|
|
|
|
<hr/>
|
|
|
|
<h4>Inventory - Carried</h4>
|
|
<p class="sheet-small-note">Use this section to keep track of all your carried items.</p>
|
|
|
|
<div class="sheet-row sheet-heading-row">
|
|
<div class="sheet-col-1-15 sheet-vert-bottom">Qty</div>
|
|
<div class="sheet-col-6-15 sheet-vert-bottom">Name</div>
|
|
<div class="sheet-col-1-15 sheet-vert-bottom">Weight (lbs)</div>
|
|
<div class="sheet-col-7-15 sheet-vert-bottom">Description</div>
|
|
</div>
|
|
|
|
<fieldset class="repeating_consumablelist">
|
|
<div class="sheet-row sheet-grey-row">
|
|
<div class="sheet-col-1-15"><input type="number" name="attr_equipmentqty" value="1"></div>
|
|
<div class="sheet-col-6-15"><input type="text" name="attr_equipmentname"></div>
|
|
<div class="sheet-col-1-15"><input type="number" name="attr_equipmentweight"></div>
|
|
<div class="sheet-col-7-15"><input type="text" name="attr_equipmentdescription"></div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
<hr/>
|
|
|
|
</div>
|
|
|
|
<h3>Any Other Notes</h3>
|
|
|
|
<div class="sheet-section-notes">
|
|
|
|
<div class="sheet-row">
|
|
<div class="sheet-col-1 sheet-center"><textarea name="attr_notes"></textarea></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|