Merge pull request #1754 from pinmissile/master

Sheet for Stalker: The SciFi Roleplaying Game
This commit is contained in:
Phil
2016-07-11 16:13:49 -06:00
committed by GitHub
4 changed files with 1048 additions and 0 deletions
@@ -0,0 +1,309 @@
/* -------------------------------------
Sheet Tabs
(Shamelessly stolen from the EOTE sheet)
(Seriously, saved my bacon <3<3<3)
------------------------------------- */
input.sheet-tab-main:checked ~ div.sheet-tab-main,
input.sheet-tab-equipment:checked ~ div.sheet-tab-equipment,
input.sheet-tab-location-1:checked ~ div.sheet-tab-location-1,
input.sheet-tab-location-2:checked ~ div.sheet-tab-location-2,
input.sheet-tab-location-3:checked ~ div.sheet-tab-location-3,
input.sheet-tab-location-4:checked ~ div.sheet-tab-location-4,
input.sheet-tab-location-5:checked ~ div.sheet-tab-location-5,
input.sheet-tab-location-6:checked ~ div.sheet-tab-location-6,
input.sheet-tab-location-7:checked ~ div.sheet-tab-location-7,
input.sheet-tab-location-8:checked ~ div.sheet-tab-location-8,
input.sheet-tab-location-9:checked ~ div.sheet-tab-location-9,
input.sheet-tab-location-10:checked ~ div.sheet-tab-location-10,
input.sheet-tab-location-11:checked ~ div.sheet-tab-location-11,
input.sheet-tab-location-12:checked ~ div.sheet-tab-location-12,
input.sheet-tab-location-13:checked ~ div.sheet-tab-location-13,
input.sheet-tab-location-14:checked ~ div.sheet-tab-location-14,
input.sheet-tab-location-15:checked ~ div.sheet-tab-location-15{
display:block;
}
div.sheet-tab-content {
display: none;
}
input.sheet-tab {
width: 350px;
height: 30px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:none;
outline:none;
position: relative;
cursor: pointer;
z-index: 1;
}
input.sheet-tab::before {
content: attr(title);
border:1px solid #bfbfbf;
border-bottom:1px solid #000000;
border-radius:4px 4px 0 0;
padding-bottom:1px;
sheet-text-align: center;
display: block;
color:#000000;
width: 350px;
line-height: 30px;
font-size: 16px;
text-align:center
}
input.sheet-tab:active,
input.sheet-tab:focus {
outline:none;
}
input.sheet-tab:hover::before {
background:#bfbfbf;
}
input.sheet-tab:checked::before,
input.sheet-tab:checked:hover::before {
border:1px solid #000000;
border-bottom:1px solid #fff;
background:#fff;
}
input.sheet-tab-location{
width: 30px;
height: 30px;
background:#ffffff;
}
/* -----
Global Changes
----- */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
opacity: 1;
}
input[type='text']{
background-color:#ffffff;
margin-left:5px;
margin-top:3px;
margin-bottom:3px;
}
input[type='number']{
background-color:#ffffff;
margin-top:3px;
margin-bottom:3px;
font-weight:bolder;
}
select {
width:120px;
background-color:#ffffff;
margin:0;
padding:0;
}
table {
border-collapse:collapse;
}
table, th, td {
border: 1px solid black;
}
tr{
background-color:#bfbfbf;
}
/* -----
Type Number Input
----- */
.sheet-value-singledigit {
width:32px !important;
}
.sheet-value-equipmentamount{
margin-left:5px;
width: calc(100% - 10px) !important;
}
.sheet-input-standard{
width: calc(100% - 10px);
}
.sheet-input-equipmentLocation{
width:190px;
}
.sheet-cell-equipmentAmount{
width:100px;
}
/* -----
Text Area Input
----- */
.sheet-text-description {
background-color:#ffffff;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 305px;
height:90px;
resize:vertical;
}
.sheet-text-history {
background-color:#ffffff;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 305px;
height:150px;
resize:vertical;
}
.sheet-text-renownInjuriesNotes {
background-color:#ffffff;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 305px;
height:70px;
resize:vertical;
}
.sheet-text-drawbacks {
background-color:#ffffff;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 305px;
height:150px;
}
.sheet-text-skills {
background-color:#ffffff;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
width: 140px;
height:100px;
resize: none;
}
/* ----------------------
Headers, labels and texts
------------------------*/
.sheet-text-header {
text-align: left;
color: #000000;
font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
font-size:12px;
text-indent: 6px;
height: 30px;
}
.sheet-text-label {
text-align: left;
color: #000000;
font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
font-size:12;
padding-left:5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* ---------
Meta Windows
--------- */
.sheet-character-wrapper{
width:700px;
float:left;
}
.sheet-meta1 {
float:left;
padding-right:20px;
}
.sheet-meta2 {
float:left;
}
/* ------
Both Tabs
------ */
.sheet-logo {
width:700px;
}
/* ------------
Character Sheet
------------ */
.sheet-singlecell {
width: 330px;
}
.sheet-singlecell-bottompadding {
width: 330px;
padding-bottom:20px;
}
/* ------
Equipment Sheet
------ */
.sheet-equipment{
width: 700px;
float:left;
padding-top:20px;
}
.sheet.center{
align:center;
}
/* ---------
Table Styles
--------- */
.sheet-table-onecolumn{
width:330px;
}
.sheet-table-twocolumn{
width:700px;
}
.sheet-table-equipmentcell{
width:300px;
}
.sheet-table-noleft{
border-left:none;
}
.sheet-table-noright{
border-right:none;
}
.sheet-table-notop{
border-top:none;
}
.sheet-table-nobot{
border-bottom:none;
}
@@ -0,0 +1,731 @@
<input checked="checked" class="sheet-tab sheet-tab-main" name="attr_pcgm" style="float:left;" title="Character Tab" type="radio" value="1">
<input class="sheet-tab sheet-tab-equipment" name="attr_pcgm" style="float:left;" title="Inventory Tab" type="radio" value="2">
<div class="sheet-logo" align="center">
<img alt="STALKER: THE SCIFI ROLE PLAYING GAME" src="http://i.imgur.com/owS7IHz.jpg">
</div>
<!-----------------------------------------
MAIN SHEET TAB
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-main">
<div class="sheet-meta1">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-table-noright sheet-text-label">
Name:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_character_name" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Description
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-description" name="attr_description"></textarea>
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
History
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-history" name="attr_history"></textarea>
</td>
</tr>
<tr>
<td class="sheet-table-noright sheet-text-label">
Team:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_team" type="text">
</td>
</tr>
<tr>
<td class="sheet-table-noright sheet-text-label">
Role:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_role" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Renown
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_renown"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Injuries
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_injuries"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Notes
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_notes"></textarea>
</td>
</tr>
</table>
</div>
</div>
<div class="sheet-meta2">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Fitness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_fitnessBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_fitness" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Alertness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_alertnessBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_alertness" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_fitness_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_alertness_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Intellect
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_intellectBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_intellect" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Willpower
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_willpowerBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_willpower" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_intellect_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_willpower_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Charisma
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_charismaBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_charisma" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Education
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_educationBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_education" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_charisma_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_education_names"></textarea>
</td>
</tr>
<tr class="">
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Technical
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_technicalBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_technical" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Zone
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_zoneBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_zone" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_technical_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_zone_names"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Drawbacks
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-drawbacks" name="attr_drawbacks"></textarea>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-----------------------------------------
EQUIPMENT SHEET TAB
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-equipment sheet-center">
<input class="sheet-tab-location sheet-tab-location-1" name="attr_location-selection" type="radio" value="1" checked="checked">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation1" type="text" placeholder="Backpack">
<input class="sheet-tab-location sheet-tab-location-2" name="attr_location-selection" type="radio" value="2">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation2" type="text" placeholder="Safehouse">
<input class="sheet-tab-location sheet-tab-location-3" name="attr_location-selection" type="radio" value="3">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation3" type="text" placeholder="Belt">
<input class="sheet-tab-location sheet-tab-location-4" name="attr_location-selection" type="radio" value="4">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation4" type="text">
<input class="sheet-tab-location sheet-tab-location-5" name="attr_location-selection" type="radio" value="5">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation5" type="text">
<input class="sheet-tab-location sheet-tab-location-6" name="attr_location-selection" type="radio" value="6">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation6" type="text">
<input class="sheet-tab-location sheet-tab-location-7" name="attr_location-selection" type="radio" value="7">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation7" type="text">
<input class="sheet-tab-location sheet-tab-location-8" name="attr_location-selection" type="radio" value="8">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation8" type="text">
<input class="sheet-tab-location sheet-tab-location-9" name="attr_location-selection" type="radio" value="9">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation9" type="text">
<input class="sheet-tab-location sheet-tab-location-10" name="attr_location-selection" type="radio" value="10">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation10" type="text">
<input class="sheet-tab-location sheet-tab-location-11" name="attr_location-selection" type="radio" value="11">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation11" type="text">
<input class="sheet-tab-location sheet-tab-location-12" name="attr_location-selection" type="radio" value="12">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation12" type="text">
<input class="sheet-tab-location sheet-tab-location-13" name="attr_location-selection" type="radio" value="13">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation13" type="text">
<input class="sheet-tab-location sheet-tab-location-14" name="attr_location-selection" type="radio" value="14">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation14" type="text">
<input class="sheet-tab-location sheet-tab-location-15" name="attr_location-selection" type="radio" value="15">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation15" type="text">
<div class="sheet-equipment sheet-tab-content sheet-tab-location-1">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName1" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount1" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment1">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName1-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount1-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-2">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName2" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount2" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment2">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName2-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount2-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-3">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName3" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount3" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment3">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName3-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount3-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-4">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName4" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount4" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment4">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName4-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount4-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-5">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName5" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount5" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment5">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName5-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount5-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-6">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName6" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount6" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment6">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName6-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount6-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-7">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName7" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount7" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment7">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName7-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount7-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-8">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName8" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount8" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment8">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName8-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount8-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-9">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName9" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount9" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment9">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName9-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount9-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-10">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName10" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount10" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment10">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName10-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount10-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-11">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName11" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount11" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment11">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName11-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount11-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-12">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName12" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount12" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment12">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName12-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount12-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-13">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName13" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount13" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment13">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName13-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount13-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-14">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName14" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount14" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment14">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName14-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount14-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-15">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName15" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount15" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment15">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName15-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount15-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

@@ -0,0 +1,8 @@
{
"html": "Stalker.html",
"css": "Stalker.css",
"authors": "Ludvig L.",
"roll20userid": "2709",
"preview": "StalkerPreview.jpg",
"instructions": "A character sheet for Stalker: The SciFi Roleplaying Game."
}