Files
roll20-character-sheets/Quilk/quilk.html
T
finderski 5d8c632198 2 New Character Sheets
Initial release of Prowlers and Paragons Character sheet, and the
initial release for the Quilk System Character Sheet.
2016-12-17 22:35:32 -05:00

157 lines
12 KiB
HTML

<div class='sheet-maindiv'>
<div class='sheet-3colrow'>
<div class='sheet-col' style='margin-right: 15px;'><!-- Name -->
<label class='sheet-header'>Name</label><input type='text' name='attr_character_name' style='width:100%;' />
</div>
<div class='sheet-col' style='text-align: center; margin-right: 15px;'><!-- Logo -->
<img src='http://www.geeksville.us/roll20/quilk.png' style='width:25%; height: 25%;'/>
<h2>The Quilk System</h2>
</div>
<div class='sheet-col' style='margin-right: 15px;'><!-- Class -->
<label class='sheet-header'>Class</label><input type='text' name='attr_class' style='width:100%;' />
</div>
</div>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width: 30%;'>
<div class='sheet-row' style='width: 100%; margin:0px; padding: 0px;'>
<div class='sheet-col' style='width: 50%;'><label class='sheet-header'>Main Attributes</label></div>
<!--<div class='sheet-col' style='width: 10%;'>&nbsp;</div>-->
<div class='sheet-col' style='width: 20%;'><label class='sheet-header'>Base</label></div>
<div class='sheet-col' style='width: 25%;'><label class='sheet-header'>Bonus</label></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Strength</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_Strength' value='&{template:default} {{name=Strength}}{{Result=[[1d20+@{Strength}+@{StrengthBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Strength' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_StrengthBonus' /></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Charisma</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_Charisma' value='&{template:default} {{name=Charisma}}{{Result=[[1d20+@{Charisma}+@{CharismaBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Charisma' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_CharismaBonus' /></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Agility</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_Agility' value='&{template:default} {{name=Agility}}{{Result=[[1d20+@{Agility}+@{AgilityBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Agility' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_AgilityBonus' /></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Intelligence</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_intelligence' value='&{template:default} {{name=Intelligence}}{{Result=[[1d20+@{Intelligence}+@{IntelligenceBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Intelligence' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_IntelligenceBonus' /></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Dexterity</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_Dexterity' value='&{template:default} {{name=Dexterity}}{{Result=[[1d20+@{Dexterity}+@{DexterityBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Dexterity' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_DexterityBonus' /></div>
</div>
<div class='sheet-row' style='width:100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:40%;'>Fighting</div>
<div class='sheet-col' style='width:10%;'><button type='roll' name='roll_Fighting' value='&{template:default} {{name=Fighting}}{{Result=[[1d20+@{Fighting}+@{FightingBonus}+@{useTalent}]]}}'></button></div>
<div class='sheet-col' style='width:20%;'><input type='number' name='attr_Fighting' /></div>
<div class='sheet-col' style='width:25%;'><input type='number' name='attr_FightingBonus' /></div>
</div>
</div>
<div class='sheet-col' style='margin: 10px; width: 20%;'>
<label class='sheet-shortheader'>HP</label> <input type='number' name='attr_hp' />
<label class='sheet-shortheader'>Level</label> <input type='number' name='attr_level' />
<label class='sheet-shortheader'>Armour</label> <input type='number' name='attr_armour' />
<label class='sheet-header'>Movement (ft)</label><input type='text' name='attr_movement' style='width:100%;' />
<label class='sheet-header'>Melee Range</label><input type='text' name='attr_melee_range' style='width:100%;' />
<label class='sheet-header'>Projectile Range</label><input type='text' name='attr_projectile_range' style='width:100%;' />
<label class='sheet-header'>Race</label><input type='text' name='attr_race' style='width:100%;' />
</div>
<div class='sheet-col' style='margin:10px; width: 45%;'>
<div class='sheet-row' style='width: 100%; margin:0px; padding: 0px;'>
<div class='sheet-col' style='width: 25%;'><label class='sheet-header'>Bonus</label></div>
<div class='sheet-col' style='width: 70%;'><label class='sheet-header' style='cursor: pointer;'>Talents <input type='checkbox' class='sheet-useTalent' name='attr_useTalent' value='?{Talent Bonus?|0}' style='display: none;' /><span class='sheet-useTalent'>Q</span></label></div>
</div>
<input type='checkbox' class='sheet-hidetalents' name='attr_hidetalents' value='1' /><span class='sheet-hidetalents'>&nbsp;</span>
<input type='checkbox' class='sheet-hidetalents' name='attr_hidetalents' value='1' style='display:none' />
<div class='sheet-talents'>
<fieldset class='repeating_talents'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:25%; text-align: center;'><input type='number' name='attr_talentbonus' /></div>
<div class='sheet-col' style='width:70%;'><input type='text' name='attr_talent' style='width: 100%;' /></div>
</div>
</fieldset>
</div>
</div>
</div>
<div class='sheet-2colrow' style='width:100%;'>
<div class='sheet-col' style='width: 50%;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'> <!-- Notes Header -->
<label class='sheet-header' style='font-size: 2em;'>Notes</label>
</div>
<input type='checkbox' class='sheet-hidenotes' name='attr_hidenotes' value='1' /><span class='sheet-hidenotes'>&nbsp;</span>
<input type='checkbox' class='sheet-hidenotes' name='attr_hidenotes' value='1' style='display:none' />
<div class='sheet-notes' style='width: 100%; margin: 0px; padding: 0px;'>
<textarea name='attr_notes' placeholder='Notes' style='max-width: 98%; height: 40px;'></textarea>
</div>
</div>
<div class='sheet-row' style='width: 100%; margin: 0px; padding:0px;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'> <!-- Weapons Header -->
<label class='sheet-header' style='font-size: 2em;'>Weapons</label>
</div>
<input type='checkbox' class='sheet-hideweapons' name='attr_hideweapons' value='1' /><span class='sheet-hideweapons'>&nbsp;</span>
<input type='checkbox' class='sheet-hideweapons' name='attr_hideweapons' value='1' style='display:none' />
<div class='sheet-weapons' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width: 30%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Name</label></div>
<div class='sheet-col' style='width: 60%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Macro</label></div>
<fieldset class='repeating_talents'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:30%; text-align: center; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_weapon_name' style='width: 100%;' /></div>
<div class='sheet-col' style='width:60%; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_weapon_macro' style='width: 100%;' /></div>
<div class='sheet-col' style='width:5%; margin: 0px; margin-right: 5px; padding: 0px;'><button type='roll' name='attr_roll_weaponMacro' value='&{template:default} {{name=@{weapon_name}}}{{Result=[[@{weapon_macro}+@{useTalent}]]}}'></button>
</div>
</fieldset>
</div>
</div>
</div>
<div class='sheet-col' style='width: 46%;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'> <!-- Notes Header -->
<label class='sheet-header' style='font-size: 2em;'>Inventory</label>
</div>
<input type='checkbox' class='sheet-hideinventory' name='attr_hideinventory' value='1' /><span class='sheet-hideinventory'>&nbsp;</span>
<input type='checkbox' class='sheet-hideinventory' name='attr_hideinventory' value='1' style='display:none' />
<div class='sheet-inventory' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width: 35%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Item</label></div>
<div class='sheet-col' style='width: 60%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Info</label></div>
<fieldset class='repeating_inventory'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:35%; text-align: center; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_item_name' style='width: 100%;' /></div>
<div class='sheet-col' style='width:60%; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_item_info' style='width: 100%;' /></div>
</div>
</fieldset>
</div>
</div>
<div class='sheet-row' style='width: 100%; margin: 0px; padding:0px;'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'> <!-- Weapons Header -->
<label class='sheet-header' style='font-size: 2em;'>Spells</label>
</div>
<input type='checkbox' class='sheet-hidespells' name='attr_hidespells' value='1' /><span class='sheet-hidespells'>&nbsp;</span>
<input type='checkbox' class='sheet-hidespells' name='attr_hidespells' value='1' style='display:none' />
<div class='sheet-spells' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width: 30%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Name</label></div>
<div class='sheet-col' style='width: 60%; margin: 0px; margin-right: 5px; padding: 0px;'><label class='sheet-header'>Macro</label></div>
<fieldset class='repeating_talents'>
<div class='sheet-row' style='width: 100%; margin: 0px; padding: 0px;'>
<div class='sheet-col' style='width:30%; text-align: center; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_spell_name' style='width: 100%;' /></div>
<div class='sheet-col' style='width:60%; margin: 0px; margin-right: 5px; padding: 0px;'><input type='text' class='sheet-repinput' name='attr_spell_macro' style='width: 100%;' /></div>
<div class='sheet-col' style='width:5%; margin: 0px; margin-right: 5px; padding: 0px;'><button type='roll' name='attr_roll_spellMacro' value='&{template:default} {{name=@{spell_name}}}{{Result=[[@{spell_macro}+@{useTalent}]]}}'></button>
</div>
</fieldset>
</div>
</div>
</div>
</div>
<div class='sheet-row' style='margin-top: 10px;'>
<p style='font-size: .75em;'>Created by Acronical</p>
</div>
</div>