mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Created new sheet for Mutant: Year Zero
This particular sheet features an updated look and a far more intuitive attribute naming convention.
This commit is contained in:
@@ -0,0 +1,415 @@
|
||||
/* -------------------------------------
|
||||
Sheet Tabs
|
||||
(Shamelessly stolen from the EOTE sheet)
|
||||
(Seriously, saved my bacon <3<3<3)
|
||||
------------------------------------- */
|
||||
|
||||
div.sheet-tab-content {
|
||||
display: none;
|
||||
border-top:1px solid #ffffff;
|
||||
margin-top:2px;
|
||||
}
|
||||
|
||||
input.sheet-tab-character-sheet:checked ~ div.sheet-tab-character-sheet,
|
||||
input.sheet-tab-ark-sheet:checked ~ div.sheet-tab-ark-sheet,
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
input.sheet-tab {
|
||||
width: 162px;
|
||||
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 #ccc;
|
||||
border-bottom:1px solid #444;
|
||||
border-radius:4px 4px 0 0;
|
||||
padding-bottom:1px;
|
||||
sheet-text-align: center;
|
||||
display: block;
|
||||
color:#444;
|
||||
width: 160px;
|
||||
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:#e3e3e3;
|
||||
}
|
||||
|
||||
input.sheet-tab:checked::before,
|
||||
input.sheet-tab:checked:hover::before {
|
||||
border:1px solid #444;
|
||||
border-bottom:1px solid #fff;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
/* -----
|
||||
Inputs
|
||||
----- */
|
||||
|
||||
/* General */
|
||||
|
||||
input[type='number']::-webkit-inner-spin-button,
|
||||
input[type='number']::-webkit-outer-spin-button {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input[type='radio']{
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
input[type='text']{
|
||||
background-color:#f6eadc;
|
||||
margin-left:5px;
|
||||
margin-top:3px;
|
||||
margin-bottom:3px;
|
||||
}
|
||||
|
||||
input[type='number']{
|
||||
margin-top:3px;
|
||||
margin-bottom:3px;
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize:none;
|
||||
}
|
||||
|
||||
select {
|
||||
width:120px;
|
||||
background-color:#f6eadc;
|
||||
margin:0;
|
||||
padding:0;
|
||||
|
||||
}
|
||||
|
||||
/* Type Number */
|
||||
|
||||
.sheet-value {
|
||||
background-color:#ECD3B6;
|
||||
}
|
||||
|
||||
.sheet-value-brighter {
|
||||
background-color:#f6eadc;
|
||||
}
|
||||
|
||||
.sheet-value-singledigit {
|
||||
width:32px !important;
|
||||
}
|
||||
|
||||
.sheet-value-doubledigit {
|
||||
width:39px !important;
|
||||
}
|
||||
|
||||
.sheet-value-tripedigit {
|
||||
width:50px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Type Text */
|
||||
|
||||
.sheet-textinput-name {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.sheet-textinput-role {
|
||||
width: 205px;
|
||||
}
|
||||
|
||||
.sheet-textinput-skills {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.sheet-textinput-conditions-mutations-talents {
|
||||
width: 285px;
|
||||
}
|
||||
|
||||
.sheet-textinput-armor {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.sheet-textinput-gear {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.sheet-textinput-weapons {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
.sheet-textinput-goals {
|
||||
width: 495px;
|
||||
}
|
||||
|
||||
.sheet-textinput-pcs {
|
||||
width: 505px;
|
||||
}
|
||||
|
||||
.sheet-textinput-arktype {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.sheet-textinput-coordinates {
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.sheet-textinput-project {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.sheet-textinput-boss-name {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.sheet-textinput-boss-type {
|
||||
width: 353px;
|
||||
}
|
||||
|
||||
.sheet-textinput-other-info {
|
||||
width: 195px;
|
||||
}
|
||||
|
||||
/* Text Area */
|
||||
|
||||
.sheet-text-apperance {
|
||||
background-color:#f6eadc;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
width: 269px;
|
||||
height:90px;
|
||||
}
|
||||
|
||||
.sheet-text-talentmutations {
|
||||
background-color:#ECD3B6;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
width: 269px;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.sheet-text-ark-description {
|
||||
background-color:#f6eadc;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
width: 589px;
|
||||
height:90px;
|
||||
}
|
||||
|
||||
/* ----------------------
|
||||
Headers, labels and texts
|
||||
------------------------*/
|
||||
|
||||
.sheet-text-header {
|
||||
text-align: left;
|
||||
color: white;
|
||||
font-family: fantasy, Impact, Charcoal, sans-serif;
|
||||
font-size:large;
|
||||
text-indent: 10px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.sheet-text-header-smaller {
|
||||
text-align: left;
|
||||
color: white;
|
||||
font-family: fantasy, Impact, Charcoal, sans-serif;
|
||||
font-size:12;
|
||||
text-indent: 6px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.sheet-text-stats {
|
||||
text-align: left;
|
||||
color: black;
|
||||
font-family: Tahoma, Geneva, sans-serif;
|
||||
font-size:15;
|
||||
padding-left:5px;
|
||||
}
|
||||
|
||||
.sheet-text-label {
|
||||
text-align: left;
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size:12;
|
||||
padding-left:5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/* ---------
|
||||
Meta Windows
|
||||
--------- */
|
||||
.sheet-character-wrapper{
|
||||
width:940px;
|
||||
}
|
||||
|
||||
.sheet-meta1 {
|
||||
float:left;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
.sheet-meta2 {
|
||||
float:left;
|
||||
padding-bottom:20px;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
.sheet-meta3 {
|
||||
float:left;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.sheet-meta4 {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.sheet-meta5 {
|
||||
float:left;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.sheet-meta6 {
|
||||
float:left;
|
||||
}
|
||||
|
||||
/* ------
|
||||
Both Tabs
|
||||
------ */
|
||||
|
||||
.sheet-logo {
|
||||
width:950px;
|
||||
}
|
||||
|
||||
/* ------------
|
||||
Character Sheet
|
||||
------------ */
|
||||
|
||||
|
||||
.sheet-singlecell {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.sheet-singlecell-bottompadding {
|
||||
width: 300px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.sheet-twocell-bottompadding {
|
||||
width: 620px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.sheet-name-role {
|
||||
width: 620px;
|
||||
float: left;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
.sheet-relationships {
|
||||
width: 620px;
|
||||
}
|
||||
|
||||
/* ------
|
||||
Ark Sheet
|
||||
------ */
|
||||
|
||||
.sheet-theark {
|
||||
width: 620px;
|
||||
padding-right: 20px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.sheet-developmentlevels {
|
||||
width: 300px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.sheet-projects {
|
||||
width: 940px;
|
||||
float:left;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.sheet-bosses {
|
||||
width: 620px;
|
||||
float:left;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.sheet-otherinfo {
|
||||
width: 300px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
/* -------
|
||||
Row Colors
|
||||
------- */
|
||||
|
||||
.sheet-row-dark {
|
||||
background-color:#D58E43;
|
||||
}
|
||||
|
||||
.sheet-row-light {
|
||||
background-color:#ECD3B6;
|
||||
}
|
||||
|
||||
/* ---------
|
||||
Table Styles
|
||||
--------- */
|
||||
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.sheet-table-onecolumn{
|
||||
width:300px;
|
||||
}
|
||||
|
||||
.sheet-table-twocolumn{
|
||||
width:620px;
|
||||
}
|
||||
|
||||
.sheet-table-threecolumn{
|
||||
width:940px;
|
||||
}
|
||||
|
||||
.sheet-table-noleft{
|
||||
border-left:none;
|
||||
}
|
||||
|
||||
.sheet-table-noright{
|
||||
border-right:none;
|
||||
}
|
||||
|
||||
.sheet-table-noleftright{
|
||||
border-right:none;
|
||||
border-left:none;
|
||||
}
|
||||
|
||||
.sheet-table-notop{
|
||||
border-top:none;
|
||||
}
|
||||
@@ -0,0 +1,990 @@
|
||||
<form>
|
||||
<input checked="checked" class="sheet-tab sheet-tab-character-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Character Sheet" type="radio" value="1">
|
||||
<input class="sheet-tab sheet-tab-ark-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Ark Sheet" type="radio" value="2">
|
||||
</form>
|
||||
<div class="sheet-logo">
|
||||
<img alt="MUTANT YEAR ZERO" src="http://i.imgur.com/juUlixw.jpg">
|
||||
</div>
|
||||
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-character-sheet">
|
||||
<div class="sheet-meta1">
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/NHDGp0U.jpg')">
|
||||
ATTRIBUTES
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Strength
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft" width="42">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_strength" type="number">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Damage
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft" width="86">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_damage" type="number"> / <input class="sheet-value sheet-value-singledigit" name="attr_damage_max" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Agility
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_agility" type="number">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Fatigue
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_fatigue" type="number"> / <input class="sheet-value sheet-value-singledigit" name="attr_fatigue_max" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Wits
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_wits" type="number">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Confusion
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_confusion" type="number"> / <input class="sheet-value sheet-value-singledigit" name="attr_confusion_max" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Empathy
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_empathy" type="number">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Doubt
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_doubt" type="number"> / <input class="sheet-value sheet-value-singledigit" name="attr_doubt_max" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/24SxqDa.jpg')">
|
||||
CONDITIONS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Starving
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-checkbox" name="attr_starving" type="checkbox">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Dehydrated
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-checkbox" name="attr_dehydrated" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Sleepless
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input name="attr_sleepless" type="checkbox">
|
||||
</td>
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Hypothermic
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft">
|
||||
<input class="sheet-checkbox" name="attr_hypothermic" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label" colspan="4">
|
||||
Critical Injuries
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td colspan="4">
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_injury" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_injuries">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_injuryrepeating" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/GQdwWwj.jpg')">
|
||||
SKILLS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Endure (Strength)
|
||||
</td>
|
||||
<td align="center" width="42px">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_endure" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Force (Strength)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_force" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Fight (Strength)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_fight" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Sneak (Agility)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_sneak" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Move (Agility)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_move" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Shoot (Agility)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_shoot" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Scout (Wits)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_scout" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Comprehend (Wits)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_comprehend" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Know the Zone (Wits)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_knowthezone" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Sense Emotion (Empathy)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_senseemotion" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Manipulate (Empathy)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_manipulate" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-stats">
|
||||
Heal (Empathy)
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-singledigit" name="attr_heal" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-skills" name="attr_custom-skill-name" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-row-light sheet-table-notop">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_custom-skill-value" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_skills">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-skills" name="attr_skill-name-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="42px">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_skill-value-repeating" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class=" sheet-text-header" colspan="2" style="background-image: url('http://i.imgur.com/a4LvdQZ.jpg')">
|
||||
ROT POINTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td align="center" colspan="2">
|
||||
<input checked name="attr_rot" type="radio" value="0">
|
||||
<input name="attr_rot" type="radio" value="1">
|
||||
<input name="attr_rot" type="radio" value="2">
|
||||
<input name="attr_rot" type="radio" value="3">
|
||||
<input name="attr_rot" type="radio" value="4">
|
||||
<input name="attr_rot" type="radio" value="5">
|
||||
<input name="attr_rot" type="radio" value="6">
|
||||
<input name="attr_rot" type="radio" value="7">
|
||||
<input name="attr_rot" type="radio" value="8">
|
||||
<input name="attr_rot" type="radio" value="9">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label sheet-table-noright">
|
||||
Permanent Rot Points:
|
||||
</td>
|
||||
<td align="center" class="sheet-table-noleft" width="42">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_permanent-rot" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-singlecell">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class=" sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/AbTkKr1.jpg')">
|
||||
EXPERIENCE POINTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td align="center">
|
||||
<input checked name="attr_exp" type="radio" value="0">
|
||||
<input name="attr_exp" type="radio" value="1">
|
||||
<input name="attr_exp" type="radio" value="2">
|
||||
<input name="attr_exp" type="radio" value="3">
|
||||
<input name="attr_exp" type="radio" value="4">
|
||||
<input name="attr_exp" type="radio" value="5">
|
||||
<input name="attr_exp" type="radio" value="6">
|
||||
<input name="attr_exp" type="radio" value="7">
|
||||
<input name="attr_exp" type="radio" value="8">
|
||||
<input name="attr_exp" type="radio" value="9">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-name-role">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-table-noright sheet-text-stats">
|
||||
Name:
|
||||
</td>
|
||||
<td class="sheet-table-noleftright">
|
||||
<input class="sheet-textinput-name" name="attr_character_name" type="text">
|
||||
</td>
|
||||
<td class="sheet-table-noleftright sheet-text-stats">
|
||||
Role:
|
||||
</td>
|
||||
<td class="sheet-table-noleft">
|
||||
<input class="sheet-textinput-role" name="attr_character-role" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-meta2">
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class=" sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/69HoHMG.jpg')">
|
||||
APPERANCE
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Face:
|
||||
<textarea class="sheet-text-apperance" name="attr_face">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Body:
|
||||
<textarea class="sheet-text-apperance" name="attr_body">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Clothing:
|
||||
<textarea class="sheet-text-apperance" name="attr_clothing">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-singlecell">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="2" style="background-image: url('http://i.imgur.com/a4LvdQZ.jpg')">
|
||||
SUPPLIES
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Bullets:
|
||||
</td>
|
||||
<td align="center" width="49">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_bullets" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Grub:
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_grub" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label">
|
||||
Water:
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_water" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-meta3">
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/Bbmh252.jpg')">
|
||||
TALENTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_talent-1" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-label">
|
||||
Description:
|
||||
<textarea class="sheet-text-talentmutations" name="attr_talentdescription-1">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_talents">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop" style="padding-top: 10px">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_talent-1" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-label">
|
||||
Description:
|
||||
<textarea class="sheet-text-talentmutations" name="attr_talentdescription-1">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop">
|
||||
<tr class="sheet-text-header sheet-table-notop">
|
||||
<td class="sheet-text-header sheet-table-notop" colspan="4" style="background-image: url('http://i.imgur.com/l2BGBAz.jpg')">
|
||||
MUTATIONS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_mutation-1" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-label">
|
||||
Description:
|
||||
<textarea class="sheet-text-talentmutations" name="attr_mutationdescription-1">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_mutations">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop" style="padding-top: 10px">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-conditions-mutations-talents" name="attr_mutation-name-repeating" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td class="sheet-text-label">
|
||||
Description:
|
||||
<textarea class="sheet-text-talentmutations" name="attr_mutation-description-repeating">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-singlecell-bottompadding">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header">
|
||||
<td class="sheet-text-header" colspan="4" style="background-image: url('http://i.imgur.com/g9dm9HR.jpg')">
|
||||
MUTATION POINTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark">
|
||||
<td align="center">
|
||||
<input checked name="attr_mutation" type="radio" value="0">
|
||||
<input name="attr_mutation" type="radio" value="1">
|
||||
<input name="attr_mutation" type="radio" value="2">
|
||||
<input name="attr_mutation" type="radio" value="3">
|
||||
<input name="attr_mutation" type="radio" value="4">
|
||||
<input name="attr_mutation" type="radio" value="5">
|
||||
<input name="attr_mutation" type="radio" value="6">
|
||||
<input name="attr_mutation" type="radio" value="7">
|
||||
<input name="attr_mutation" type="radio" value="8">
|
||||
<input name="attr_mutation" type="radio" value="9">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-singlecell">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/kBDTVGn.jpg');">
|
||||
<td class="sheet-text-header">
|
||||
ARMOR
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Rating
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-armor" name="attr_armor" type="text">
|
||||
</td>
|
||||
<td align="center" width="42">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_armor-rating" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_armor">
|
||||
<table class="sheet-table-onecolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-armor" name="attr_armor-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="42">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_armor-rating-repeating" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-meta4">
|
||||
<div class="sheet-twocell-bottompadding">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr style="background-image: url('http://i.imgur.com/RyI1F67.jpg')">
|
||||
<td class="sheet-text-header">
|
||||
GEAR
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Encumberance
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Rating
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Amount
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Carried
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-gear" name="attr_gear-name" type="text">
|
||||
</td>
|
||||
<td align="center" valign="middle" width="130">
|
||||
<select name="attr_gear-encumberance">
|
||||
<option value="0">
|
||||
0 - Tiny
|
||||
</option>
|
||||
<option value="0.5">
|
||||
1/2 - Light
|
||||
</option>
|
||||
<option value="1">
|
||||
1 - Basic
|
||||
</option>
|
||||
<option value="2">
|
||||
2 - Heavy
|
||||
</option>
|
||||
<option value="3">
|
||||
3 - Very Heavy
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
<td align="center" width="86">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_gear-rank" type="number"> / <input class="sheet-value-brighter sheet-value-singledigit" name="attr_gearmaxrank-1" type="number">
|
||||
</td>
|
||||
<td align="center" width="49">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_gear-amount" type="number">
|
||||
</td>
|
||||
<td align="center" width="49">
|
||||
<input name="attr_gear-carried" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_gear">
|
||||
<table class="sheet-table-twocolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-gear" name="attr_gear-name-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" valign="middle" width="130">
|
||||
<select name="attr_gearencumberance">
|
||||
<option value="0">
|
||||
0 - Tiny
|
||||
</option>
|
||||
<option value="0.5">
|
||||
1/2 - Light
|
||||
</option>
|
||||
<option value="1">
|
||||
1 - Basic
|
||||
</option>
|
||||
<option value="2">
|
||||
2 - Heavy
|
||||
</option>
|
||||
<option value="3">
|
||||
3 - Very Heavy
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="86">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_gear-rating-repeating" type="number"> / <input class="sheet-value-brighter sheet-value-singledigit" name="attr_gear-rank-repeating_max" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="49">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_gear-amount-repeating" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="49">
|
||||
<input name="attr_gear-carried-repeating" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-twocell-bottompadding">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/RyI1F67.jpg')">
|
||||
<td class="sheet-text-header">
|
||||
WEAPONS
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller" width="52">
|
||||
Bonus
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller" width="52">
|
||||
Damage
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Range
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Special
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-weapons" name="attr_weapon" type="text">
|
||||
</td>
|
||||
<td align="center" width="52">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_weapon-bonus" type="number">
|
||||
</td>
|
||||
<td align="center" width="52">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_weapon-damage" type="number">
|
||||
</td>
|
||||
<td align="center" width="130">
|
||||
<select name="attr_weapon-range-1">
|
||||
<option value="1">
|
||||
Arm's Length
|
||||
</option>
|
||||
<option value="2">
|
||||
Near
|
||||
</option>
|
||||
<option value="3">
|
||||
Short
|
||||
</option>
|
||||
<option value="4">
|
||||
Long
|
||||
</option>
|
||||
<option value="5">
|
||||
Distant
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-weapons" name="attr_weapon-special" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_weapon">
|
||||
<table class="sheet-table-twocolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-weapons" name="attr_weapon-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="52">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_weapon-bonus-repeating" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="52">
|
||||
<input class="sheet-value-brighter sheet-value-singledigit" name="attr_weapon-damage-repeating" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="130">
|
||||
<select name="attr_weapon-range-repeating">
|
||||
<option value="1">
|
||||
Arm's Length
|
||||
</option>
|
||||
<option value="2">
|
||||
Near
|
||||
</option>
|
||||
<option value="3">
|
||||
Short
|
||||
</option>
|
||||
<option value="4">
|
||||
Long
|
||||
</option>
|
||||
<option value="5">
|
||||
Distant
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-weapons" name="attr_weapon-special-repeating" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-relationships">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/DIAiRxi.jpg');">
|
||||
<td class="sheet-text-header" colspan="2">
|
||||
RELATIONSHIPS
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller" width="70">
|
||||
Buddy
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label table-noright">
|
||||
PC:
|
||||
</td>
|
||||
<td class="sheet-table-noleft">
|
||||
<input class="sheet-textinput-pcs" name="attr_pcrelationark-1" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-row-dark">
|
||||
<input class="sheet-checkbox" name="attr_buddy-1" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_relationships">
|
||||
<table class="sheet-table-twocolumn sheet-table-notop">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-text-label sheet-table-noright sheet-table-notop">
|
||||
PC:
|
||||
</td>
|
||||
<td class="sheet-table-noleft sheet-table-notop">
|
||||
<input class="sheet-textinput-pcs" name="attr_relationship-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-row-dark sheet-table-notop" width="70">
|
||||
<input class="sheet-checkbox" name="attr_buddy-repeating" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr class="sheet-row-light" style="border-top:none;">
|
||||
<td class="sheet-text-label table-noright" colspan="1">
|
||||
I Hate:
|
||||
</td>
|
||||
<td class="table-noleft" colspan="2">
|
||||
<input class="sheet-textinput-goals" name="attr_hate" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label table-noright" colspan="1">
|
||||
I Need to Protect:
|
||||
</td>
|
||||
<td class="table-noleft" colspan="2">
|
||||
<input class="sheet-textinput-goals" name="attr_protect" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label table-noright" colspan="1">
|
||||
My Big Dream:
|
||||
</td>
|
||||
<td class="table-noleft" colspan="2">
|
||||
<input class="sheet-textinput-goals" name="attr_dream" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-ark-sheet">
|
||||
<div class="sheet-meta5">
|
||||
<div class="sheet-theark">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr class="sheet-text-header" style="background-image:url('http://i.imgur.com/Lts9PYc.jpg');">
|
||||
<td colspan="4">
|
||||
THE ARK
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label sheet-table-noright" width="30px">
|
||||
Type:
|
||||
</td>
|
||||
<td class="sheet-table-noleft">
|
||||
<input class="sheet-textinput-arktype" name="attr_arktype" type="text">
|
||||
</td>
|
||||
<td class="sheet-text-label sheet-table-noright">
|
||||
Coordinates:
|
||||
</td>
|
||||
<td class="sheet-table-noleft">
|
||||
<input class="sheet-textinput-coordinates" name="attr_arkcoordinates" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td class="sheet-text-label" colspan="4">
|
||||
Description:
|
||||
<textarea class="sheet-text-ark-description">
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-developmentlevels">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr class="sheet-text-header" style="background-image:url('http://i.imgur.com/HstSIXs.jpg');">
|
||||
<td colspan="2">
|
||||
DEVELOPMENT LEVELS
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label" width="230">
|
||||
Food Supply
|
||||
</td>
|
||||
<td align="center" width="49">
|
||||
<input class="sheet-value sheet-value-doubledigit" name="attr_foodsupply" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label">
|
||||
Culture
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-doubledigit" name="attr_culture" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label">
|
||||
Technology
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-doubledigit" name="attr_technology" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label">
|
||||
Warfare
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="sheet-value sheet-value-doubledigit" name="attr_warfare" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-projects">
|
||||
<table class="sheet-table-threecolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/4oE83IH.jpg');">
|
||||
<td class="sheet-text-header">
|
||||
PROJECTS
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Comment
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Skills
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Work Points
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Done
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-project" name="attr_projectname" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-project" name="attr_projectcomment" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-project" name="attr_projectskills" type="text">
|
||||
</td>
|
||||
<td align="center" width="100">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_projectworkpoints" type="number"> / <input class="sheet-value-brighter sheet-value-doubledigit" name="attr_projectworkpoints_max" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-row-dark" width="40">
|
||||
<input class="sheet-checkbox" name="attr_projectcomplete" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_projects">
|
||||
<table class="sheet-table-notop sheet-table-threecolumn">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-project" name="attr_projectname-repeating" type="text">
|
||||
</td>
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-project" name="attr_projectcomment-repeating" type="text">
|
||||
</td>
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-project" name="attr_projectskill-repeating" type="text">
|
||||
</td>
|
||||
<td align="center" class="sheet-table-notop" width="100">
|
||||
<input class="sheet-value-brighter sheet-value-doubledigit" name="attr_projectworkpoints-repeating" type="number"> / <input class="sheet-value-brighter sheet-value-doubledigit" name="attr_projectworkpoints-repeating_max" type="number">
|
||||
</td>
|
||||
<td align="center" class="sheet-row-dark sheet-table-notop" width="40">
|
||||
<input class="sheet-checkbox" name="attr_projectcomplete-repeating" type="checkbox">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-meta6">
|
||||
<div class="sheet-bosses">
|
||||
<table class="sheet-table-twocolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/tF6WcF3.jpg');">
|
||||
<td class="sheet-text-header" width="250px">
|
||||
BOSSES
|
||||
</td>
|
||||
<td class="sheet-text-header-smaller">
|
||||
Type
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-name" name="attr_boss-name-1" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-type" name="attr_boss-type-1" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-name" name="attr_bossname-2" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-type" name="attr_bosstype-2" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-light">
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-name" name="attr_bossname-3" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-boss-type" name="attr_bosstype-3" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="repeating_bosses">
|
||||
<table class="sheet-table-notop sheet-table-twocolumn">
|
||||
<tr class="sheet-row-light sheet-table-notop">
|
||||
<td class="sheet-table-notop" width="250px">
|
||||
<input class="sheet-textinput-boss-name" name="attr_bossname-repeating" type="text">
|
||||
</td>
|
||||
<td class="sheet-table-notop">
|
||||
<input class="sheet-textinput-boss-type" name="attr_bosstype-repeating" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="sheet-otherinfo">
|
||||
<table class="sheet-table-onecolumn">
|
||||
<tr style="background-image:url('http://i.imgur.com/IMRQXgW.jpg');">
|
||||
<td class="sheet-text-header" colspan="2">
|
||||
OTHER INFORMATION
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label" width="85px">
|
||||
Population
|
||||
</td>
|
||||
<td align="right" style="padding-right:5px">
|
||||
<input class="sheet-value sheet-value-tripledigit" name="attr_population" type="number">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label">
|
||||
Water Source
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-other-info" name="attr_watersource" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="sheet-row-dark sheet-text-stats">
|
||||
<td class="sheet-text-label">
|
||||
Season
|
||||
</td>
|
||||
<td>
|
||||
<input class="sheet-textinput-other-info" name="attr_season" type="text">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "MutantYearZeroAlternative.html",
|
||||
"css": "MutantYearZeroAlternative.css",
|
||||
"authors": "Ludvig L.",
|
||||
"roll20userid": "2709",
|
||||
"preview": "MutantYearZeroAlternativePreview.png",
|
||||
"instructions": "A sheet for Mutant: Year Zero. This particular sheet features an updated look and a far more intuitive attribute naming convention."
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 469 KiB |
Reference in New Issue
Block a user