Skip to content

Instantly share code, notes, and snippets.

@SteveKoontz
Last active August 29, 2015 14:03
Show Gist options
  • Save SteveKoontz/db23438b191f108cff57 to your computer and use it in GitHub Desktop.
Save SteveKoontz/db23438b191f108cff57 to your computer and use it in GitHub Desktop.
Deadlands Character Sheet HTML + CSS
h3 {
font-family: times;
}
.charsheet input[type=text].sheet-char_name {
display: inline-block;
width: 90%;
font-family: "Times";
font-size: 24px;
text-align:center;
color: black;
height: 30px;
border: 0px;
border-radius: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet .sheet-3colrow .sheet-col {
width: calc(33% - 1px);
margin-right: 5px;
margin-left: 5px;
line-height:2px;
}
.charsheet .sheet-2colrow .sheet-col {
width: calc(50% - 1px);
margin-right: 0px;
margin-left: 0px;
}
.charsheet table td, .charsheet table th {
/*height: 5px */
font-size: 15px;
font-weight: bolder;
font-family: "Times";
text-align: left;
/*width: 0%;*/
border: 0px #000000;
padding: 1px;
vertical-align: middle;
color: #000000;
margin:0px 0px;
border-collapse: collapse;
border-spacing: 0;
}
.charsheet table td.sheet-grit, .charsheet table th {
/*height: 5px */
font-size: 15px;
font-weight: bolder;
font-family: "Times";
text-align: center;
/*width: 0%;*/
border: 0px #000000;
padding: 1px;
vertical-align: middle;
color: #000000;
margin:0px 0px;
border-collapse: collapse;
border-spacing: 0;
}
.charsheet input[type=text] {
display: inline-block;
width: 50px;
font-family: "Times";
font-size: 15px;
text-align:center;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet input[type=text].sheet-custom_attr {
display: inline-block;
width: 200px;
font-family: "Times";
font-size: 15px;
text-align:left;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight: bolder;
vertical-align: middle;
margin:0px 0px;
border-collapse: collapse;
border-spacing: 0;
Padding: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet input[type=text].sheet-edge {
display: inline-block;
width: 240px;
font-family: "Times";
font-size: 15px;
text-align:left;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet input[type=text].sheet-grit {
display: inline-block;
width: 80%;
font-family: "Times";
font-size: 15px;
text-align:center;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet input[type=text].sheet-grit2 {
display: inline-block;
width: 95%;
font-family: "Times";
font-size: 15px;
text-align:left;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet input[type=text].sheet-equipment {
display: inline-block;
width: 98%;
font-family: "Times";
font-size: 15px;
text-align:left;
color: black;
border: 0px;
border-radius: 0px;
padding-top: 0px;
padding-bottom: 0px;
-moz-box-shadow: 0px 1px 0px #000;
-webkit-box-shadow: 0px 1px 0px #000;
box-shadow: 0px 1px 0px #000;
}
.charsheet button[type=roll] {
width: 15px;
height: 15px;
}
<!-- Sheet Width: 830px; -->
<div style="float: left; width: 830px; background-color: white;">
<!-- Header with logo, name, and occupation -->
<div style="float:left;width:30%;text-align:center;line-height:2px;">
<h3 align="center">Name</h3>
<br>
<input class="char_name" type="text" name="attr_name;">
</div>
<img src="http://i.imgur.com/vbop4IU.png" width="30%" hspace="5%" style="float:left;" />
<div style="float:right;width:30%;text-align:center;line-height:2px;">
<h3 align="center">Occupation</h3><br>
<input class="char_name" type="text" name="attr_occupation;">
</div>
<!-- Tripple Column with Mental, Corporeal, Edges & Hindrances -->
<div>
<div class="sheet-3colrow">
<div class="sheet-col" align="left" style="width: 30%;">
<h3 align="center">Mental</h3><br>
<table>
<tbody>
<tr>
<td>d<input type="text" name="attr_cognition_die">Cognition</td><td><input type="text" name="attr_cognition"></td>
<td><button type="roll" name="roll_cognition" value="/em rolls Cognition with a [[@{cognition}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Artillery</td><td><input type="text" name="attr_artillery"></td>
<td><button type="roll" name="roll_artillery" value="/em rolls Artillery with a [[@{artillery}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Arts</td><td><input type="text" name="attr_arts"></td>
<td><button type="roll" name="roll_arts" value="/em rolls Arts with a [[@{arts}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_arts_spec"></td>
</tr>
<tr>
<td>Scrutinize</td><td><input type="text" name="attr_scrutinize"></td>
<td><button type="roll" name="roll_scrutinize" value="/em rolls Scrutinize with a [[@{scrutinize}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Search (1)</td><td><input type="text" name="attr_search"></td>
<td><button type="roll" name="roll_search" value="/em rolls Search with a [[@{search}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Trackin'</td><td><input type="text" name="attr_trackin"></td>
<td><button type="roll" name="roll_trackin" value="/em rolls Trackin' with a [[@{trackin}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_cognition"></td><td><input type="text" name="attr_custom_cognition"></td>
<td><button type="roll" name="roll_custom_cognition" value="/em rolls @{name_custom_cognition} with a [[@{custom_cognition}d@{cognition_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_knowledge_die">Knowledge</td><td><input type="text" name="attr_knowledge"></td>
<td><button type="roll" name="roll_knowledge" value="/em rolls Knowledge with a [[@{knowledge}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Academia</td><td><input type="text" name="attr_academia"></td>
<td><button type="roll" name="roll_academia" value="/em rolls Academia with a [[@{academia}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_academia_spec"></td>
</tr>
<tr>
<td>Area Knowledge (2)</td><td><input type="text" name="attr_area_knowledge"></td>
<td><button type="roll" name="roll_area_knowledge" value="/em rolls Area Knowledge with a [[@{area_knowledge}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_area_knowledge_spec"></td>
</tr>
<tr>
<td>Demolition</td><td><input type="text" name="attr_demolition"></td>
<td><button type="roll" name="roll_demolition" value="/em rolls Demolition with a [[@{demolition}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Disguise</td><td><input type="text" name="attr_disguise"></td>
<td><button type="roll" name="roll_disguise" value="/em rolls Disguise with a [[@{disguise}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Language (2)</td><td><input type="text" name="attr_language"></td>
<td><button type="roll" name="roll_language" value="/em rolls Language with a [[@{language}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_language_spec"></td>
</tr>
<tr>
<td>Medicine</td><td><input type="text" name="attr_medicine"></td>
<td><button type="roll" name="roll_medicine" value="/em rolls Medicine with a [[@{medicine}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_medicine_spec"></td>
</tr>
<tr>
<td>Professional</td><td><input type="text" name="attr_professional"></td>
<td><button type="roll" name="roll_professional" value="/em rolls Professional with a [[@{professional}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_professional_spec"></td>
</tr>
<tr>
<td>Science</td><td><input type="text" name="attr_science"></td>
<td><button type="roll" name="roll_science" value="/em rolls Science with a [[@{science}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_science_spec"></td>
</tr>
<tr>
<td>Trade</td><td><input type="text" name="attr_trade"></td>
<td><button type="roll" name="roll_trade" value="/em rolls Trade with a [[@{trade}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_trade_spec"></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_knowledge"></td><td><input type="text" name="attr_custom_knowledge"></td>
<td><button type="roll" name="roll_custom_knowledge" value="/em rolls @{name_custom_knowledge} with a [[@{custom_knowledge}d@{knowledge_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_mien_die">Mien</td><td><input type="text" name="attr_mien"></td>
<td><button type="roll" name="roll_mien" value="/em rolls Mien with a [[@{mien}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Animal Handlin'</td><td><input type="text" name="attr_animal_handlin"></td>
<td><button type="roll" name="roll_animal_handlin" value="/em rolls Animal Handlin' with a [[@{animal_handlin}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Leadership</td><td><input type="text" name="attr_leadership"></td>
<td><button type="roll" name="roll_leadership" value="/em rolls Leadership with a [[@{leadership}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Overawe</td><td><input type="text" name="attr_overawe"></td>
<td><button type="roll" name="roll_overawe" value="/em rolls Overawe with a [[@{overawe}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Performin'</td><td><input type="text" name="attr_performin"></td>
<td><button type="roll" name="roll_performin" value="/em rolls Performin' with a [[@{performin}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_performin_spec"></td>
</tr>
<tr>
<td>Persuasion</td><td><input type="text" name="attr_persuasion"></td>
<td><button type="roll" name="roll_persuasion" value="/em rolls Persuasion with a [[@{persuasion}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Tale Tellin'</td><td><input type="text" name="attr_tale_tellin"></td>
<td><button type="roll" name="roll_tale_tellin" value="/em rolls Tale Tellin' with a [[@{tale_tellin}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_mien"></td><td><input type="text" name="attr_custom_mien"></td>
<td><button type="roll" name="roll_custom_mien" value="/em rolls @{name_custom_mien} with a [[@{custom_mien}d@{mien_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_smarts_die">Smarts</td><td><input type="text" name="attr_smarts"></td>
<td><button type="roll" name="roll_smarts" value="/em rolls Smarts with a [[@{smarts}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Bluff</td><td><input type="text" name="attr_bluff"></td>
<td><button type="roll" name="roll_bluff" value="/em rolls Bluff with a [[@{bluff}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Gamblin'</td><td><input type="text" name="attr_gamblin"></td>
<td><button type="roll" name="roll_gamblin" value="/em rolls Gamblin' with a [[@{gamblin}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Ridicule</td><td><input type="text" name="attr_ridicule"></td>
<td><button type="roll" name="roll_ridicule" value="/em rolls Ridicule with a [[@{ridicule}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Scroungin'</td><td><input type="text" name="attr_scroungin"></td>
<td><button type="roll" name="roll_scroungin" value="/em rolls Scroungin' with a [[@{scroungin}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Survival</td><td><input type="text" name="attr_survival"></td>
<td><button type="roll" name="roll_survival" value="/em rolls Survival with a [[@{survival}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_survival_spec"></td>
</tr>
<tr>
<td>Streetwise</td><td><input type="text" name="attr_streetwise"></td>
<td><button type="roll" name="roll_streetwise" value="/em rolls Streetwise with a [[@{streetwise}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Tinkerin'</td><td><input type="text" name="attr_tinkerin"></td>
<td><button type="roll" name="roll_tinkerin" value="/em rolls Tinkerin' with a [[@{tinkerin}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_smarts"></td><td><input type="text" name="attr_custom_smarts"></td>
<td><button type="roll" name="roll_custom_smarts" value="/em rolls @{name_custom_smarts} with a [[@{custom_smarts}d@{smarts_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_spirit_die">Spirit</td><td><input type="text" name="attr_spirit"></td>
<td><button type="roll" name="roll_spirit" value="/em rolls Spirit with a [[@{spirit}d@{spirit_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Faith</td><td><input type="text" name="attr_faith"></td>
<td><button type="roll" name="roll_faith" value="/em rolls Faith with a [[@{faith}d@{spirit_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Guts</td><td><input type="text" name="attr_guts"></td>
<td><button type="roll" name="roll_guts" value="/em rolls Guts with a [[@{guts}d@{spirit_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_spirit"></td><td><input type="text" name="attr_custom_spirit"></td>
<td><button type="roll" name="roll_custom_spirit" value="/em rolls @{name_custom_spirit} with a [[@{custom_spirit}d@{spirit_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
</div>
<div class="sheet-col" align="left" style="width: 30%;">
<h3 align="center">Corporeal</h3><br>
<table>
<tbody>
<tr>
<td>d<input type="text" name="attr_deftness_die">Deftness</td><td><input type="text" name="attr_deftness"></td>
<td><button type="roll" name="roll_deftness" value="/em rolls Deftness with a [[@{deftness}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Bow</td><td><input type="text" name="attr_bow"></td>
<td><button type="roll" name="roll_bow" value="/em rolls Bow with a [[@{bow}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Filchin'</td><td><input type="text" name="attr_filchin"></td>
<td><button type="roll" name="roll_filchin" value="/em rolls Filchin with a [[@{filchin}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Lockpickin'</td><td><input type="text" name="attr_lockpickin"></td>
<td><button type="roll" name="roll_lockpickin" value="/em rolls Lockpickin' with a [[@{lockpickin}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Shootin'</td><td><input type="text" name="attr_shootin"></td>
<td><button type="roll" name="roll_shootin" value="/em rolls Shootin' with a [[@{shootin}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_shootin_spec"></td>
</tr>
<tr>
<td>Slight o' Hand</td><td><input type="text" name="attr_slight_o_hand"></td>
<td><button type="roll" name="roll_slight_o_hand" value="/em rolls Slight o' Hand with a [[@{slight_o_hand}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Speed Load</td><td><input type="text" name="attr_speed_load"></td>
<td><button type="roll" name="roll_speed_load" value="/em rolls Speed Load with a [[@{speed_load}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Throwin'</td><td><input type="text" name="attr_throwin"></td>
<td><button type="roll" name="roll_throwin" value="/em rolls Throwin' with a [[@{throwin}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_throwin_spec"></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_deftness"></td><td><input type="text" name="attr_custom_deftness"></td>
<td><button type="roll" name="roll_custom_deftness" value="/em rolls @{name_custom_deftness} with a [[@{custom_deftness}d@{deftness_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_nimbleness_die">Nimbleness</td><td><input type="text" name="attr_nimbleness"></td>
<td><button type="roll" name="roll_nimbleness" value="/em rolls Nimbleness with a [[@{nimbleness}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Climbin' (1)</td><td><input type="text" name="attr_climbin"></td>
<td><button type="roll" name="roll_climbin" value="/em rolls Climbin' with a [[@{climbin}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Dodge</td><td><input type="text" name="attr_dodge"></td>
<td><button type="roll" name="roll_dodge" value="/em rolls Dodge with a [[@{dodge}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Drivin'</td><td><input type="text" name="attr_drivin"></td>
<td><button type="roll" name="roll_drivin" value="/em rolls Drivin' with a [[@{drivin}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Fightin'</td><td><input type="text" name="attr_fightin"></td>
<td><button type="roll" name="roll_fightin" value="/em rolls Fightin' with a [[@{fightin}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_fightin_spec"></td>
</tr>
<tr>
<td>Horse Ridin'</td><td><input type="text" name="attr_horse_ridin"></td>
<td><button type="roll" name="roll_horse_ridin" value="/em rolls Horse Ridin' with a [[@{horse_ridin}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Sneak (1)</td><td><input type="text" name="attr_sneak"></td>
<td><button type="roll" name="roll_sneak" value="/em rolls Sneak with a [[@{sneak}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Swimmin'</td><td><input type="text" name="attr_swimmin"></td>
<td><button type="roll" name="roll_swimmin" value="/em rolls Swimmin' with a [[@{swimmin}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Teamster</td><td><input type="text" name="attr_teamster"></td>
<td><button type="roll" name="roll_teamster" value="/em rolls Teamster with a [[@{teamster}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_nimbleness"></td><td><input type="text" name="attr_custom_nimbleness"></td>
<td><button type="roll" name="roll_custom_nimbleness" value="/em rolls @{name_custom_nimbleness} with a [[@{custom_nimbleness}d@{nimbleness_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_strength_die">Strength</td><td><input type="text" name="attr_strength"></td>
<td><button type="roll" name="roll_strength" value="/em rolls Strength with a [[@{strength}d@{strength_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_strength"></td><td><input type="text" name="attr_custom_strength"></td>
<td><button type="roll" name="roll_custom_strength" value="/em rolls @{name_custom_strength} with a [[@{custom_strength}d@{strength_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_quickness_die">Quickness</td><td><input type="text" name="attr_quickness"></td>
<td><button type="roll" name="roll_quickness" value="/em rolls Quickness with a [[@{quickness}d@{quickness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td>Quick Draw</td><td><input type="text" name="attr_quick_draw"></td>
<td><button type="roll" name="roll_quick_draw" value="/em rolls Quick Draw with a [[@{quick_draw}d@{quickness_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_quickness"></td><td><input type="text" name="attr_custom_quickness"></td>
<td><button type="roll" name="roll_custom_quickness" value="/em rolls @{name_custom_quickness} with a [[@{custom_quickness}d@{quickness_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
<tr>
<td>d<input type="text" name="attr_vigor_die">Vigor</td><td><input type="text" name="attr_vigor"></td>
<td><button type="roll" name="roll_vigor" value="/em rolls Vigor with a [[@{vigor}d@{vigor_die}!!k1]] TN."></button></td>
</tr>
<tr>
<td><input class="sheet-custom_attr" type="text" name="attr_name_custom_vigor"></td><td><input type="text" name="attr_custom_vigor"></td>
<td><button type="roll" name="roll_custom_vigor" value="/em rolls @{name_custom_vigor} with a [[@{custom_vigor}d@{vigor_die}!!k1]] TN."></button></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
<div style="width:200%">
<h3 align="center">Shootin' Irons & Such</h3><br>
<table>
<tbody>
<tr>
<td height="12" width="35%" class="sheet-grit">Weapon</td>
<td width="10%" class="sheet-grit">Shots</td>
<td width="10%" class="sheet-grit">RoF</td>
<td width="15%" class="sheet-grit">Range</td>
<td width="20%" class="sheet-grit">Damage</td>
<td width="10%" class="sheet-grit"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_weapon1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_shots1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_rof1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_range1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_damage1"></td>
<td><button type="roll" name="roll_weapon1" value="/em shoots their @{weapon1} for [[@{damage1}!!]] damage!"></button></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_weapon2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_shots2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_rof2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_range2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_damage2"></td>
<td><button type="roll" name="roll_weapon2" value="/em shoots their @{weapon2} for [[@{damage2}!!]] damage!"></button></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_weapon3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_shots3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_rof3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_range3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_damage3"></td>
<td><button type="roll" name="roll_weapon3" value="/em shoots their @{weapon3} for [[@{damage3}!!]] damage!"></button></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_weapon4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_shots4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_rof4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_range4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_damage4"></td>
<td><button type="roll" name="roll_weapon4" value="/em shoots their @{weapon4} for [[@{damage4}!!]] damage!"></button></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
<h3 align="center">Hand-to-Hand Weapons</h3><br>
<table width="100%">
<tbody>
<tr>
<td height="12" width="35%" class="sheet-grit">Weapon</td>
<td width="15%" class="sheet-grit">Defense</td>
<td width="15%" class="sheet-grit">Speed</td>
<td width="25%" class="sheet-grit">Damage</td>
<td width="10%" class="sheet-grit"></td>
</tr>
<tr>
<td style="text-align:center;"><input value="Fist" class="sheet-grit2" type="text" name="attr_hth_weapon1"></td>
<td style="text-align:center;"><input value="-" class="sheet-grit" type="text" name="attr_hth_defense1"></td>
<td style="text-align:center;"><input value="1" class="sheet-grit" type="text" name="attr_hth_speed1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_damage1"></td>
<td><button type="roll" name="roll_hth_weapon1" value="/em swings their @{hth_weapon1} for [[@{vigor}d@{vigor_die}!!k1 + @{hth_damage1}!!]] damage!"></button></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_hth_weapon2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_defense2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_speed2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_damage2"></td>
<td><button type="roll" name="roll_hth_weapon2" value="/em swings their @{hth_weapon2} for [[@{vigor}d@{vigor_die}!!k1 + @{hth_damage2}!!]] damage!"></button></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_hth_weapon3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_defense3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_speed3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_hth_damage3"></td>
<td><button type="roll" name="roll_hth_weapon3" value="/em swings their @{hth_weapon3} for [[@{vigor}d@{vigor_die}!!k1 + @{hth_damage3}!!]] damage!"></button></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
<h3 align="center">Equipment</h3><br>
<table width="100%">
<tbody>
<tr>
<td><input class="sheet-equipment" type="text" name="attr_equipment1"></td>
</tr>
<tr>
<td><input class="sheet-equipment" type="text" name="attr_equipment2"></td>
</tr>
<tr>
<td><input class="sheet-equipment" type="text" name="attr_equipment3"></td>
</tr>
<tr>
<td><input class="sheet-equipment" type="text" name="attr_equipment4"></td>
</tr>
</div>
</div>
<div class="sheet-col" align="left" style="width: 30%;">
<h3 align="center">Edges & Hindrances</h3><br>
<table>
<tbody>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge1"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge2"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge3"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge4"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge5"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge6"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge7"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge8"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge9"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge10"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge11"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge12"></td>
</tr>
<tr>
<td><input class="sheet-edge" type="text" name="attr_edge13"></td>
</tr>
</tbody>
</table>
<table width="100%">
<tbody>
<tr><td height="20"></td></tr>
<tr >
<td height="20" class="sheet-grit">Grit</td><td class="sheet-grit">Bounty</td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_grit"></td><td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_bounty"></td>
</tr>
<tr><td height="20"></td></tr>
<tr >
<td height="20" class="sheet-grit">Wind</td><td class="sheet-grit">Pace</td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_wind"></td><td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_pace"></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
<h3 align="center">Fate Chips</h3><br>
<table width="100%">
<tbody>
<tr>
<td>White:</td><td><input type="text" name="attr_white"></td>
</tr>
<tr>
<td>Red:</td><td><input type="text" name="attr_red"></td>
</tr>
<tr>
<td>Blue:</td><td><input type="text" name="attr_blue"></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
<h3 align="center">Wounds</h3><br>
<table width="100%">
<tbody>
<tr>
<td>Head</td><td><input type="text" name="attr_wounds_head"></td>
</tr>
<tr>
<td>Right Arm</td><td><input type="text" name="attr_wounds_right_arm"></td>
</tr>
<tr>
<td>Left Arm</td><td><input type="text" name="attr_wounds_left_arm"></td>
</tr>
<tr>
<td>Guts</td><td><input type="text" name="attr_wounds_guts"></td>
</tr>
<tr>
<td>Right Leg</td><td><input type="text" name="attr_wounds_right_leg"></td>
</tr>
<tr>
<td>Left Leg</td><td><input type="text" name="attr_wounds_left_leg"></td>
</tr>
<tr>
<td>Current Wind</td><td><input type="text" name="attr_current_wind"></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Arcane Abilities -->
<div align="left" style="width: 100%;">
<h3 align="center">Arcane Abilities</h3><br>
<table width="100%">
<tbody>
<tr>
<td height="12" width="30%" class="sheet-grit">Power</td>
<td width="5%" class="sheet-grit">Speed</td>
<td width="10%" class="sheet-grit">Duration</td>
<td width="5%" class="sheet-grit">Range</td>
<td width="15%" class="sheet-grit">Trait</td>
<td width="5%" class="sheet-grit">TN</td>
<td width="30%" class="sheet-grit">Notes</td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait1"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn1"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes1"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait2"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn2"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes2"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait3"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn3"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes3"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait4"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn4"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes4"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power5"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed5"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration5"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range5"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait5"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn5"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes5"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power6"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed6"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration6"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range6"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait6"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn6"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes6"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power7"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed7"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration7"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range7"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait7"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn7"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes7"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power8"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed8"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration8"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range8"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait8"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn8"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes8"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power9"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed9"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration9"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range9"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait9"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn9"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes9"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power10"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed10"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration10"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range10"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait10"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn10"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes10"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power11"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed11"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration11"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range11"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait11"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn11"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes11"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power12"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed12"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration12"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range12"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait12"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn12"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes12"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power13"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed13"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration13"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range13"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait13"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn13"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes13"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power14"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed14"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration14"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range14"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait14"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn14"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes14"></td>
</tr>
<tr>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_power15"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_speed15"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_duration15"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_range15"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_trait15"></td>
<td style="text-align:center;"><input class="sheet-grit" type="text" name="attr_arcane_ability_tn15"></td>
<td style="text-align:center;"><input class="sheet-grit2" type="text" name="attr_arcane_ability_notes15"></td>
</tr>
<tr><td height="20"></td></tr>
</tbody>
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment