The cthulhu hack v2 (#6753)

* V2 Rework Style and Feel Added Roll Templates

* V2 Roll Templates & UI Rework

* Fix 2 bugs with Roll Templates

Co-authored-by: sealry <39601193+sealry@users.noreply.github.com>
This commit is contained in:
searly
2020-06-15 09:31:12 -05:00
committed by GitHub
co-authored by sealry
parent 0f6c7c816a
commit 1f2c6a1295
3 changed files with 930 additions and 788 deletions
+520 -367
View File
@@ -1,466 +1,619 @@
.sheet-content{
width: 100%;
background-color: #222;
font-family: "Courier New", monospace;
}
input:focus {
outline:none;
outline: none;
}
.sheet-head-container {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
/* ================================================================================================ */
/* Glyph, by Harry Roberts */
.sheet-hrb, .sheet-hrb2, .sheet-hrb3, .sheet-hrb4, .sheet-hrb5, .sheet-hrc, .sheet-hrd, .sheet-hrn, .sheet-hrr, .sheet-hrs {
overflow: visible;
padding: 0;
border: none;
border-top: medium double #bfb;
text-align: center;
color: #bfb;
width: 100%;
.sheet-form-style-1,.sheet-form-style-4 {
max-width: 200px;
padding: 5px;
display: inline-block;
background-color:#f7f8f8;
}
.sheet-hrb:after, .sheet-hrb2:after, .sheet-hrb3:after, .sheet-hrb4:after, .sheet-hrb5:after, .sheet-hrc:after, .sheet-hrd:after,
.sheet-hrn:after, .sheet-hrr:after, .sheet-hrs:after {
display: inline-block;
position: relative;
padding: 0 0.25em;
background-color: #000;
top: -0.7em;
font-size: 12px;
}
.sheet-hrc:after {
content: " THE CTHULHU HACK ";
font-size: 14px;
}
.sheet-hrd:after {
content: " Dice Bag ";
}
.sheet-hrs:after {
content: " Saves ";
}
.sheet-hrr:after {
content: " Resources ";
}
.sheet-hrn:after {
content: " Notes ";
}
.sheet-hrb:after {
content: " Backstory ";
}
.sheet-hrb2:after {
content: " Personal Description ";
}
.sheet-hrb3:after {
content: " Ideology / Beliefs / Traits ";
}
.sheet-hrb4:after {
content: " Significant People and how they matter ";
}
.sheet-hrb5:after {
content: " Treasured Possessions ";
}
/* End Glyph */
/* ================================================================================================ */
.sheet-form-style-1, .sheet-form-style-2, .sheet-form-style-3, .sheet-form-style-4 {
max-width:200px;
border-radius:2px;
padding:5px;
display: inline-block;
}
.sheet-form-style-2 {
max-width:380px;
display: inline-block;
border-style: none;
}
.sheet-form-style-3 {
max-width: 150px;
min-height: 150px;
.sheet-form-style-1 {
max-width: 100%;
}
.sheet-form-style-2 {
max-width: 48%;
}
.sheet-form-style-4 {
max-width:200px;
padding: 0px;
margin: 0px;
max-width: 200px;
padding: 0px;
margin: 0px;
}
.sheet-form-style-1 h1, .sheet-form-style-2 h1, .sheet-form-style-3 h1, .sheet-form-style-4 h1 {
display: block;
text-align: center;
padding: 0;
color: #bfb;
font-size:x-large;
.sheet-form-style-1 h1,.sheet-form-style-2 h1,.sheet-form-style-4 h1 {
display: block;
text-align: center;
padding: 0;
color: #eaeaea;
font-size: x-large;
}
.sheet-form-style-1 ul, .sheet-form-style-2 ul, .sheet-form-style-3 ul , .sheet-form-style-4 ul{
list-style:none;
padding:0;
.sheet-form-style-1 ul,.sheet-form-style-2 ul,.sheet-form-style-4 ul {
list-style: none;
padding: 0;
}
.sheet-form-style-1 li > label, .sheet-form-style-2 li > label, .sheet-form-style-3 li > label, .sheet-form-style-4 li > label {
display: block;
float: left;
margin-top: -19px;
height: 14px;
padding: 2px 0px 2px 5px;
color: #bfb;
font-size: 14px;
overflow: hidden;
font-variant: small-caps;
.sheet-form-style-1 li>label,.sheet-form-style-2 li>label,.sheet-form-style-4 li>label {
display: block;
float: left;
margin-top: -19px;
height: 14px;
padding: 2px 0px 2px 5px;
color: #183642;
font-size: 14px;
overflow: hidden;
font-variant: small-caps;
background-color:#f7f8f8;
}
label {
background-color: #222;
width: auto;
background-color: #fbfcfc;
width: auto;
}
.sheet-form-style-1 li, .sheet-form-style-2 li, .sheet-form-style-3 li , .sheet-form-style-4 li{
display: block;
padding: 9px;
border:1px dotted #bfb;
border-radius: 3px;
.sheet-form-style-1 li,.sheet-form-style-4 li {
display: block;
padding: 9px;
}
.sheet-form-style-3 input[type="text"],
.sheet-form-style-1 input[type="text"],
.sheet-form-style-1 input[type="date"],
.sheet-form-style-1 input[type="datetime"],
.sheet-form-style-1 input[type="email"],
.sheet-form-style-1 input[type="number"],
.sheet-form-style-1 input[type="search"],
.sheet-form-style-1 input[type="time"],
.sheet-form-style-1 input[type="url"],
.sheet-form-style-1 input[type="password"],
.sheet-form-style-2 textarea,
.sheet-form-style-1 select
{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: block;
outline: none;
border: none;
height: 25px;
line-height: 25px;
font-size: 12px;
padding: 0;
background-color: #333;
color: #bfb;
text-align: center;
.sheet-form-style-2 li {
display: block;
//padding: 9px;
}
.sheet-form-style-1 {
width: 600px;
}
.sheet-form-style-1 input[type="text"],.sheet-form-style-1 input[type="date"],.sheet-form-style-1 input[type="datetime"],.sheet-form-style-1 input[type="email"],.sheet-form-style-1 input[type="number"],.sheet-form-style-1 input[type="search"],.sheet-form-style-1 input[type="time"],.sheet-form-style-1 input[type="url"],.sheet-form-style-1 input[type="password"],.sheet-form-style-2 textarea,.sheet-form-style-1 select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: block;
outline: none;
border: none;
height: 25px;
line-height: 25px;
font-size: 14px;
padding: 0px;
background-color: #eff0f0;
color: #000000;
text-align: center;
}
.sheet-form-style-2 textarea {
width: 350px;
height: 100px;
text-align: left;
width: 99%;
height: 400px;
//text-align: left;
}
.sheet-form-style-3 input[type="text"]:focus,
.sheet-form-style-1 input[type="text"]:focus,
.sheet-form-style-1 input[type="date"]:focus,
.sheet-form-style-1 input[type="datetime"]:focus,
.sheet-form-style-1 input[type="email"]:focus,
.sheet-form-style-1 input[type="number"]:focus,
.sheet-form-style-1 input[type="search"]:focus,
.sheet-form-style-1 input[type="time"]:focus,
.sheet-form-style-1 input[type="url"]:focus,
.sheet-form-style-1 input[type="password"]:focus,
.sheet-form-style-1 textarea:focus,
.sheet-form-style-1 select:focus
{
.sheet-form-style-3 input[type="text"]:focus,.sheet-form-style-1 input[type="text"]:focus,.sheet-form-style-1 input[type="date"]:focus,.sheet-form-style-1 input[type="datetime"]:focus,.sheet-form-style-1 input[type="email"]:focus,.sheet-form-style-1 input[type="number"]:focus,.sheet-form-style-1 input[type="search"]:focus,.sheet-form-style-1 input[type="time"]:focus,.sheet-form-style-1 input[type="url"]:focus,.sheet-form-style-1 input[type="password"]:focus,.sheet-form-style-1 textarea:focus,.sheet-form-style-1 select:focus {
}
.sheet-form-style-1 li > span, .sheet-form-style-2 li > span, .sheet-form-style-3 li > span , .sheet-form-style-4 li > span{
background: #bfb;
display: block;
padding: 3px;
text-align: center;
color: #000;
font-size: 11px;
.sheet-form-style-1 li>span,.sheet-form-style-2 li>span,.sheet-form-style-4 li>span {
display: block;
padding: 0px;
text-align: center;
font-size: 11px;
}
.sheet-form-style-2 textarea{
resize:none;
max-width:340px;
.sheet-form-style-2 textarea {
resize: none;
max-width: 100%;
text-align: left;
}
.sheet-ob_value_ta::-webkit-scrollbar {
width: 12px;
background-color: #bfb;
width: 12px;
background-color: #183642;
}
.sheet-ob_value_ta::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #111;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #111;
}
.sheet-ob_value_ta {
outline: none;
background-color: #111;
color:#bfb;
font-size: 12px;
height: 50px;
border: 1px dotted white;
padding-right: 10px;
font-family: "Courier New", Courier, monospace;
resize: none;
outline: none;
background-color: #111;
color: #183642;
font-size: 12px;
height: 50px;
border: 1px dotted white;
padding-right: 10px;
font-family: "Courier New", Courier, monospace;
resize: none;
width: 100%;
}
.sheet-rollbutton {
font-size: 32px;
width: 32px;
border: 0;
background: none;
box-shadow: none;
border-radius: 0px;
font-size: 48px;
width: 52px;
color: #4f5d75;
color: red;
}
.sheet-rollbutton {
border: 0;
background: none;
box-shadow: none;
border-radius: 0px;
font-size: 48px;
width: 48px;
color: white;
.sheet-genButton {
//background-color: #4CAF50;
/* Green */
border: none !;
color: white !;
padding: 15px 32px;
text-align: center;
text-decoration: none !;
display: inline-block;
font-size: 16px;
}
.sheet-rollbar{
text-align: center;
width: 100%;
.sheet-genButton :hover{
//background-color: #4CAF50;
/* Green */
border: none !;
color: white !;
padding: 15px 32px;
text-align: center;
text-decoration: none !;
display: inline-block;
font-size: 16px;
}
.sheet-rollbar button[type=roll]::before{
content: '' !important;
.sheet-rollbar {
text-align: center;
width: 90%;
font-size: 25px !important;
background-color:#eff0f0;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}
.sheet-rollbar button[type=roll]::before, .sheet-gen button[type=roll]::before, .sheet-genButton.btn.ui-draggable::before, .sheet-genButtonResources.btn.ui-draggable::before {
content: '' !important;
}
.attr_row {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: space-around;
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: space-around;
}
.attr_container {
font-family: "Courier New", Courier, monospace;
border-radius: 0px;
padding: 5px;
border-width: 1px;
text-align: center;
background-color:#222;
color: #fff;
height: auto;
width: 88px;
margin: auto;
display: block;
font-family: "Courier New", Courier, monospace;
border-radius: 0px;
padding: 5px;
border-width: 1px;
text-align: center;
background-color: #eaeaea;
color: #fff;
height: auto;
width: 68px;
margin: auto;
display: block;
}
.attr_title {
color:#bfb;
font-size:18px;
color: #183642;
font-size: 18px;
}
.attr_sub {
font-size: 14px;
height: 100px;
font-size: 14px;
height: 100px;
}
.attr_adv {
color:#bfb;
font-size: 12px;
color: #183642;
font-size: 12px;
}
.attr_val {
width: 60px;
height: 50px;
text-align: center;
display: block;
margin : 0 auto;
width: 60px;
height: 50px;
text-align: center;
display: block;
margin: 0 auto;
}
.sheet-atNum {
font-size: 28px;
width: 40px;
font-size: 28px;
width: 40px;
}
.sheet-check {
-webkit-appearance: none;
background-color: #222;
border: 1px solid #bfb;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
margin: 5px;
-webkit-appearance: none;
background-color: #eaeaea;
border: 1px solid #183642;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
margin: 5px;
}
.sheet-check:active, .sheet-check:checked:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
.sheet-check:active,.sheet-check:checked:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.sheet-check:checked {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
background-color: #bfb;
border-color: #4c4;
color: #000;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
background-color: #183642;
border-color: #4f5d75;
color: #253a4e;
}
.sheet-check:checked:after {
font-family: "Pictos";
content: '3' !important;
font-size: 14px;
position: absolute;
top: 2px;
left: 2px;
color: #99a1a7;
font-family: "Pictos";
content: '3' !important;
font-size: 14px;
position: absolute;
top: 2px;
left: 2px;
color: #99a1a7;
}
.sheet-skills {
font-family: "Courier New", Courier, monospace;
border-radius: 0px;
padding: 0px;
border-width: 1px;
border-style: dotted;
border-color: white;
width: 250px;
display: inline-block;
text-align: center;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 0px;
border-width: 1px;
border-style: dotted;
border-color: white;
width: 250px;
display: inline-block;
text-align: center;
color: #fff;
text-align: center;
}
.sheet-dx, .sheet-d4, .sheet-d6,.sheet-d8, .sheet-d10, .sheet-d12, .sheet-d20 {
font-size:18px;
padding: 0px;
width: 18px;
background-color: #222;
.sheet-form-style-4 li {
background-color: #fbfcfc;
color: #4f5d75;
}
.sheet-dx{
font-family: "Pictos";
width: 24px;
.sheet-dx,.sheet-d4,.sheet-d6,.sheet-d8,.sheet-d10,.sheet-d12,.sheet-d20 {
font-size: 18px;
padding: 0px;
width: 18px;
//background-color: #f7f8f8;
background-color:#eff0f0 !important;
}
.sheet-dx {
font-family: "Pictos";
width: 24px;
}
.sheet-d4 {
font-family: "dicefontd4";
font-family: "dicefontd4";
}
.sheet-d6 {
font-family: "dicefontd6";
font-family: "dicefontd6";
}
.sheet-d8 {
font-family: "dicefontd8";
font-family: "dicefontd8";
}
.sheet-d10 {
font-family: "dicefontd10";
font-family: "dicefontd10";
}
.sheet-d12 {
font-family: "dicefontd12";
font-family: "dicefontd12";
}
.sheet-d20 {
font-family: "dicefontd20";
font-family: "dicefontd20";
}
.sheet-radio-toolbar {
display: inline-block;
text-align: center;
align-content: center;
display: inline-block;
text-align: center;
align-content: center;
background-color:#eff0f0 !important;
}
.sheet-radio-toolbar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
opacity: 0;
position: fixed;
width: 0;
background-color:#eff0f0 !important;
}
.sheet-radio-toolbar label {
display: inline-block;
float: left;
display: inline-block;
float: left;
}
.sheet-radio-toolbar ::after{
box-sizing : 0;
.sheet-radio-toolbar ::after {
box-sizing: 0;
}
.sheet-radio-toolbar label:hover {
color: yellow;
color: yellow;
}
.sheet-radio-toolbar input[type="radio"] + label {
color: #FFF;
padding: 1px;
.sheet-radio-toolbar input[type="radio"]+label {
color: #4f5d75;
padding: 3px;
font-size: 24px;
}
.sheet-radio-toolbar2 input[type="radio"] + label {
color: #FFF;
padding: 2px;
.sheet-radio-toolbar2 input[type="radio"]+label {
color: #4f5d75;
padding: 2px;
}
.sheet-radio-toolbar input[type="radio"]:checked + label {
color: #bfb;
padding: 1px;
.sheet-radio-toolbar input[type="radio"]:checked+label {
color: #ef8354;
padding: 3px;
}
.sheet-fl_dx input[type="radio"]:checked + label {
color: red;
padding: 1px;
.sheet-fl_dx input[type="radio"]:checked+label {
color: red;
padding: 3px;
}
.sheet-hd-skills {
width: 200px;
width: 200px;
}
.sheet-hp {
font-family: "Courier New", Courier, monospace;
border-radius: 0px;
padding: 20px;
border-width: 1px;
width: 220px;
display: inline-block;
text-align: center;
background-color:#555;
color: #fff;
font-family: "Courier New", Courier, monospace;
border-radius: 0px;
padding: 20px;
border-width: 1px;
width: 220px;
display: inline-block;
text-align: center;
background-color: #555;
color: #fff;
}
.sheet-armed {
font-family: "Courier New", Courier, monospace;
background-color: #FFF;
border-radius: 0px;
padding: 15px;
border-width: 1px;
width: 110px;
display: inline-block;
text-align: center;
background-color:#555;
color: #fff;
background-color: #FFF;
border-radius: 0px;
padding: 15px;
border-width: 1px;
width: 110px;
display: inline-block;
text-align: center;
background-color: #555;
color: #fff;
}
.sheet-rolltemplate-test div.sheet-template-container {
border: 2px solid #000 !important;
border-radius: 3px 3px 3px 3px;
background-color: #555;
.sheet-content {
display: flex;
flex-flow: column wrap;
color: #4f5d75;
background-color: #f7f8f8;
width: 700px;
}
.sheet-rolltemplate-test .sheet-template-header {
background-color: rgba(112, 32, 130,1);
color: #000;
padding: 2px;
border-bottom: 1px solid black;
line-height: 1.6em;
font-size: 16px;
.sheet-section1 {
display: block;
width: 700px;
text-align: center;
justify-content: center;
align-content: center;
}
.sheet-rolltemplate-test div {
padding: 5px;
border-bottom: 1px solid black;
.sheet-section2 {
display: block;
width: 680px;
text-align: center;
justify-content: center;
align-content: center;
background-color:#f7f8f8;
margin-left: 20px;
}
.sheet-rolltemplate-test div:nth-child(odd) {
background-color: rgba(217, 217, 214,1);
.sheet-section3 {
display: block;
width: 700px;
text-align: center;
}
.sheet-rolltemplate-test div:nth-child(even) {
background-color: rgba(233, 233, 233,1);
.sheet-wealthElement,.sheet-combatElement,.sheet-damageElement {
width: 20%;
display: block;
float: left;
//background-color: #ef8354;
border-left-style: solid;
border-left-color: #ffffff;
border-left-width: 2px;
}
.sheet-rolltemplate-test .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(167, 168, 170,1);
background-color:#FFF;
.sheet-wealthElement ul,.sheet-combatElement ul,.sheet-damageElement ul {
margin: 0px;
}
.sheet-rolltemplate-test .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
.sheet-wealthElement input,.sheet-combatElement input,.sheet-damageElement input {
color: #2d3142;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: block;
outline: none;
border: none;
border-bottom-color: #eff0f0;
border-bottom-style: dotted;
height: 35px;
line-height: 30px;
font-size: 16px;
padding: 0;
background-color: #ef8354;
text-align: center;
color: #eff0f0;
}
.sheet-rolltemplate-test .inlinerollresult.fullfail {
border: 2px solid #B31515;
.sheet-wealthElementLabel,.sheet-nameTagElementLabel,.sheet-combatElementLabel,.sheet-damageElementLabel {
display: block;
margin-top: -19px;
height: 14px;
padding: 2px 0px 2px 0px;
font-size: 14px;
overflow: hidden;
font-variant: small-caps;
text-align: center;
background-color: #f7f8f8;
}
.sheet-rolltemplate-test .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
.sheet-wealthElement input, .sheet-wealthElement, .sheet-wealthElementLabel {
color: #eff0f0;
background-color: #85cfbe;
}
.sheet-damageElement input, .sheet-damageElement, .sheet-damageElementLabel {
color: #eff0f0;
background-color: #4f5d75;
}
.sheet-combatElement input, .sheet-combatElement, .sheet-combatElementLabel {
color: #eff0f0;
background-color: #ef8354;
}
.sheet-nameTagElement {
width: 35%;
display: block;
float: left;
}
.sheet-nameTagElement input {
color: #2d3142;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
display: block;
outline: none;
border: none;
height: 35px;
line-height: 30px;
font-size: 16px;
padding: 0;
background-color: #eff0f0;
text-align: center;
}
.sheet-formatHelpText {
line-height: 9px;
height: 25px;
font-size: 11px;
}
.sheet-form-style-3 {
max-width: 15%;
display: inline-block;
}
.sheet-form-style-2 ul {
margin: 0px;
}
.sheet-form-style-3 ul {
padding: 10px;
}
.sheet-form-style-3 input {
width: 90%;
}
.sheet-check {
width: 15px !important;
}
.sheet-form-style-3 li>label {
display: block;
margin-top: -19px;
height: 14px;
padding: 2px 0px 2px 5px;
font-size: 14px;
overflow: hidden;
font-variant: small-caps;
}
.sheet-attrWrapper {
text-align: center !important;
justify-content: center !important;
align-content: center !important;
background-color: #f7f8f8;
font-size: 9px;
font-weight: bold;
}
.sheet-form-style-3 li>input[type="text"] {
color: #183642;
font-size: 14px;
overflow: hidden;
font-variant: small-caps;
height: 35px;
font-size: 16px;
padding: 0;
background-color: #eff0f0;
text-align: center;
border: 0px;
}
.sheet-form-style-3 li {
padding: 9px;
width: 100%;
}
.sheet-form-style-3 span {
font-size: 9px;
}
li {
list-style: none;
padding: 0;
}
.sheet-form-style-4 li {
background-color:#f7f8f8;
}
.sheet-sectionBreak {
width: 90%;
margin-left: auto;
margin-right: auto;
border-top: 1px dotted;
}
.sheet-gen {
border: 0;
background: none;
box-shadow: none;
border-radius: 0px;
font-size: 10px;
font-size: 10px !important;
}
.sheet-gen_a {
border: 0;
background: none;
box-shadow: none;
border-radius: 0px;
font-size: 16px;
margin-bottom: 2px;
}
.sheet-genButton {
text-align: center;
background-color: #eff0f0;
margin-bottom: 15px;
line-height: 10px;
margin: 0;
overflow: visible;
text-transform: none;
border-style: none;
padding: 0;
background: transparent;
cursor: pointer;
color: blue;
}
.sheet-genButtonResources, .sheet-genButtonResources:hover {
text-align: center;
background-color: #eff0f0;
margin-bottom: 15px;
line-height: 10px;
overflow: visible;
text-transform: none;
border-style: none;
padding: 10px !important;
background: transparent;
cursor: pointer;
color: blue;
}
.sheet-rolltemplate-saveCheck, .sheet-rolltemplate-attributes, .sheet-rolltemplate-resources{
padding: 2px;
line-height: 1.6em;
font-size: 16px;
width: 100%
}
.sheet-rolltemplate-saveCheck div.sheet-template-container, .sheet-rolltemplate-attributes div.sheet-template-container, .sheet-rolltemplate-resources div.sheet-template-container{
background-color: #4f5d75;
color: white;
padding: 5px;
}
.sheet-rolltemplate-saveCheck-results div:nth-child(odd){
background-color: rgba(217, 217, 214, 1);
color: #4f5d75;
border-bottom: 1px dotted black;
}
.sheet-rolltemplate-saveCheck-results div:nth-child(even){
background-color: rgba(233, 233, 233, 1);
color: #4f5d75;
border-bottom: 1px dotted black;
}
.sheet-rolltemplate-saveCheck, .inlinerollresult{
display: inline-block;
min-width: 1.5em;
text-align: center;
}
.sheet-rolltemplate-saveCheck .inlinerollresult.fullcrit{
border: 2px solid #3FB315;
}
.sheet-rolltemplate-saveCheck .inlinerollresult.fullfail{
border: 2px solid #B31515;
}
.sheet-rolltemplate-saveCheck .inlinerollresult.importantroll{
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-attributes .sheet-template-header, .sheet-rolltemplate-resources .sheet-template-header {
text-align: center;
}
+410 -421
View File
@@ -1,429 +1,418 @@
</div>
<div class="content">
<hr class="sectionBreak">
<br>
<br>
<div class="section1">
<div style="width:100%;">
<div class="nameTagElement">
<ul>
<li>
<label class="nameTagElementLabel" for="attr_character_name">Name</label>
<input class="nameTagInput" name="attr_character_name" id="attr_character_name" type="text">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="nameTagElementLabel" for="attr_archetype">Archtype</label>
<input type="text" name="attr_archetpe" id="attr_archetype">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="nameTagElementLabel" for="attr_occupation">Occupation</label>
<input type="text" name="attr_occupation" id="attr_occupation">
<span></span>
</li>
</ul>
</div>
<!------------------------------------------------------------------------------------------------>
<div class="combatElement">
<ul>
<li>
<br>
<span></span>
</li>
</ul>
<ul>
<li>
<label class="combatElementLabel" for="attr_hitpoints">hit points</label>
<input type="text" name="attr_hitpoints" id="attr_hitpoints">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="combatElementLabel" for="attr_hitdice">hit dice</label>
<input type="text" name="attr_hitdice" id="attr_hitdice">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="combatElementLabel"></label>
<br><br>
<span></span>
</li>
</ul>
</div>
<!------------------------------------------------------------------------------------------------>
<div class="damageElement">
<ul>
<li>
<br>
<span></span>
</li>
</ul>
<ul>
<li>
<label class="damageElementLabel" for="armedDamage">Armed Damage</label>
<input type="text" name="attr_armedDamage" id="attr_armedDamage">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="damageElementLabel" for="unarmedDamage">Unarmed Damage</label>
<input type="text" name="attr_unarmedDamage" id="attr_unarmedDamage">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="damageElementLabel"></label>
<br><br>
<span></span>
</li>
</ul>
</div>
<!------------------------------------------------------------------------------------------------>
<div class="wealthElement">
<ul>
<li>
<br>
<span></span>
</li>
</ul>
<ul>
<li>
<label class="wealthElementLabel" for="wealthElement">Wealth</label>
<input type="text" name="attr_wealthElement" id="attr_wealthElement">
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="wealthElementLabel"></label>
<br><br>
<span></span>
</li>
</ul>
<br>
<ul>
<li>
<label class="wealthElementLabel"></label>
<br><br>
<span></span>
</li>
</ul>
</div>
</div>
</div>
<!------------------------------------------------------------------------------------------------>
<div class="section2">
<hr class="sectionBreak">
<div style="width:100%">
<div class="form-style-3">
<div class="gen">
<button class="genButton" type='roll' value="&{template:attributes} {{rollname=Players generate each Save by rolling three 6-sided dice. Assign the scores to the Saves, in order; then, after rolling all six, the Player can swap two scores.}}{{D1=[[3d6]] Strength}}{{D2=[[3d6]] Dexterity}}{{D3=[[3d6]] Constitution}} {{D4=[[3d6]] Wisdom}} {{D5=[[3d6]] Intellegence}} {{D6=[[3d6]] Chrisma}}">Generate New Saves</button>
</div>
<br>
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Str}}{{D1=[[1d20]]}} {{D2=[[@{str}]]}}">Str</button>
</div>
<input name="attr_str" type="text" value="0">
<p class="formatHelpText">
<span>vs Melee attacks Harm that Cannot be dodged</span>
</p>
<input class="check" type="checkbox" name="attr_adv_str" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Dex}}{{D1=[[1d20]]}} {{D2=[[@{dex}]]}}">Dex</button>
</div>
<input name="attr_dex" type="text" value="0">
<p class="formatHelpText">
<span> vs Ranged attack Harm that can be dodged</span>
</p>
<input class="check" type="checkbox" name="attr_adv_dex" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Con}}{{D1=[[1d20]]}} {{D2=[[@{con}]]}}">Con</button>
</div>
<input name="attr_con" type="text" value="0">
<p class="formatHelpText">
<span> vs Poison, disease, pain and instant death </span>
</p>
<input class="check" type="checkbox" name="attr_adv_con" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Wis}}{{D1=[[1d20]]}} {{D2=[[@{wis}]]}}">Wis</button>
</div>
<input name="attr_wis" type="text" value="0">
<p class="formatHelpText">
<span>vs Deception, illusion and complexity </span>
</p>
<input class="check" type="checkbox" name="attr_adv_wis" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Int}}{{D1=[[1d20]]}} {{D2=[[@{int}]]}}">Int</button>
</div>
<input name="attr_int" type="text" value="0">
<p class="formatHelpText">
<span>vs Puzzles, magic, alien science</span>
</p>
<input class="check" type="checkbox" name="attr_adv_int" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<div class="gen_a">
<button class="genButton" type='roll' value="&{template:saveCheck} {{rollname=Chr}}{{D1=[[1d20]]}} {{D2=[[@{chr}]]}}">Chr</button>
<br><br>
</div>
<input name="attr_chr" type="text" value="0">
<p class="formatHelpText">
<span>vs Mind control, hypnosis, glamour </span>
</p>
<input class="check" type="checkbox" name="attr_adv_chr" />
</li>
</ul>
</div>
</div>
</div>
<div class="section3">
<div class="head-container">
<div class="form-style-4">
<ul>
<li>
<button type='roll' class="genButtonResources" value="&{template:resources} {{rollname=FL}} {{D1=[[@{FlashlightDice}]]}} {{D2=@{FlashlightDice}}} {{D3=Flashlights}}">Flashlights</button>
<input maxlength="100" name="attr_fl" type="hidden">
<div class="radio-toolbar">
<input id="flashlights_d12" type="radio" name="attr_FlashlightDice" value="d12" checked>
<label for="sheet-flashlights_d12" class=d12 value="12">l</label>
<input id="flashlights_d10" type="radio" name="attr_FlashlightDice" value="d10">
<label for="sheet-flashlights_d10" class=d10 value="10">k</label>
<input id="flashlights_d8" type="radio" name="attr_FlashlightDice" value="d8">
<label for="sheet-flashlights_d8" class=d8 value="8">h</label>
<input id="flashlights_d6" type="radio" name="attr_FlashlightDice" value="d6">
<label for="sheet-flashlights_d6" class=d6 value="6">f</label>
<input id="flashlights_d4" type="radio" name="attr_FlashlightDice" value="d4">
<label for="sheet-flashlights_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="flashlights_dx" type="radio" name="attr_FlashlightDice" value="d0">
<label for="sheet-flashlights_dx" class=dx value="0">D</label>
</b>
<hr class="hrc">
</div>
<span>Spot, Recall, Research</span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<button type='roll' class="genButtonResources" value="&{template:resources} {{rollname=FL}} {{D1=[[@{SmokesDice}]]}} {{D2=@{SmokesDice}}} {{D3=Smokes}}">Smokes</button>
<input maxlength="100" name="attr_strs" type="hidden">
<div class="radio-toolbar">
<input id="smokes_d12" type="radio" name="attr_SmokesDice" value="d12" checked>
<label for="sheet-smokes_d12" class=d12 value="12">l</label>
<input id="smokes_d10" type="radio" name="attr_SmokesDice" value="d10">
<label for="sheet-smokes_d10" class=d10 value="10">k</label>
<input id="smokes_d8" type="radio" name="attr_SmokesDice" value="d8">
<label for="sheet-smokes_d8" class=d8 value="8">h</label>
<input id="smokes_d6" type="radio" name="attr_SmokesDice" value="d6">
<label for="sheet-smokes_d6" class=d6 value="6">f</label>
<input id="smokes_d4" type="radio" name="attr_SmokesDice" value="d4">
<label for="sheet-smokes_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="smokes_dx" type="radio" name="attr_SmokesDice" value="d0">
<label for="sheet-smokes_dx" class=dx value="0">D</label>
</b>
</div>
<span>Coerce, Carouse, Bully</span>
</li>
</ul>
</div>
<div class="form-style-4"><br>
<ul>
<li>
<button type='roll' class="genButtonResources" value="&{template:resources} {{rollname=FL}} {{D1=[[@{SanityDice}]]}} {{D2=@{SanityDice}}} {{D3=Sanity}}">Sanity</button>
<input maxlength="100" name="attr_san" type="hidden">
<div class="radio-toolbar">
<input id="sanity_d12" type="radio" name="attr_SanityDice" value="d12" checked>
<label for="sheet-sanity_d12" class=d12 value="12">l</label>
<input id="sanity_d10" type="radio" name="attr_SanityDice" value="d10">
<label for="sheet-sanity_d10" class=d10 value="10">k</label>
<input id="sanity_d8" type="radio" name="attr_SanityDice" value="d8">
<label for="sheet-sanity_d8" class=d8 value="8">h</label>
<input id="sanity_d6" type="radio" name="attr_SanityDice" value="d6">
<label for="sheet-sanity_d6" class=d6 value="6">f</label>
<input id="sanity_d4" type="radio" name="attr_SanityDice" value="d4">
<label for="sheet-sanity_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="sanity_dx" type="radio" name="attr_SanityDice" value="d0">
<label for="sheet-sanity_dx" class=dx value="0">D</label>
</b>
<div class="head-container">
<div class="form-style-1">
<ul>
<li>
<label for="attr_character_name">Name</label>
<input maxlength="100" name="attr_character_name" id="attr_character_name" type="text">
<span></span>
</li>
</ul>
</div>
</div>
<br><br><br>
</li>
</ul>
</div>
</div>
<div class="form-style-1">
<ul>
<li>
<label for="attr_archetpe">Archtype</label>
<input type="text" name="attr_archetpe" id="attr_archetpe" maxlength="100">
<span></span>
</li>
</ul>
</div>
<div class="form-style-1">
<ul>
<li>
<label for="attr_occupation">Occupation</label>
<input type="text" name="attr_occupation" id="attr_occupation" maxlength="100">
<span></span>
</li>
</ul>
</div>
<div class="form-style-1">
<ul>
<li>
<label for="attr_hp">Hit Points</label>
<input type="text" name="attr_hp" maxlength="100" id="attr_hp">
<span></span>
</li>
</ul>
</div>
<div class="form-style-1">
<ul>
<li>
<label for="attr_wealth">Wealth</label>
<input type="text" name="attr_wealth" maxlength="100" id="attr_wealth">
<span></span>
</li>
</ul>
</div>
</div>
<hr class=sheet-hrs>
<div class="head-container">
<div class="form-style-3">
<ul>
<li>
<label for="attr_str">STR</label>
<input maxlength="150" name="attr_str" type="text" value="str">
<span>vs Melee attacks Harm that Cannot be dodged</span>
<input class="check" type="checkbox" name="adv_str" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<label for="attr_dex">DEX</label>
<input maxlength="150" name="attr_dex" type="text" value="dex">
<span> vs Ranged attack Harm that can be dodged</span>
<input class="check" type="checkbox" name="adv_dex" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<label for="attr_con">CON</label>
<input maxlength="150" name="attr_con" type="text" value="con">
<span> vs Poison, disease, pain and instant death</span>
<input class="check" type="checkbox" name="adv_con" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<label for="attr_wis">WIS</label>
<input maxlength="150" name="attr_wis" type="text" value="wis">
<span>vs Deception, illusion and complexity</span>
<input class="check" type="checkbox" name="adv_wis" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<label for="attr_int">INT</label>
<input maxlength="150" name="attr_int" type="text" value="int">
<span>vs Puzzles, magic, alien science</span>
<input class="check" type="checkbox" name="adv_int" />
</li>
</ul>
</div>
<div class="form-style-3">
<ul>
<li>
<label for="attr_chr">CHR</label>
<input maxlength="150" name="attr_chr" type="text" value="chr">
<span>vs Mind control, hypnosis, glamour</span>
<input class="check" type="checkbox" name="adv_chr" />
</li>
</ul>
</div>
<hr class=sheet-hrr>
<div class="head-container">
<div class="form-style-4">
<ul>
<li>
<label for="attr_fl">Flashlights</label>
<input maxlength="100" name="attr_fl" type="hidden">
<div class="radio-toolbar">
<input id="flashlights_d12" type="radio" name="attr_fradioDice" value="12" checked>
<label for="sheet-flashlights_d12" class=d12 value="12">l</label>
<input id="flashlights_d10" type="radio" name="attr_fradioDice" value="d10">
<label for="sheet-flashlights_d10" class=d10 value="10">k</label>
<input id="flashlights_d8" type="radio" name="attr_fradioDice" value="d8">
<label for="sheet-flashlights_d8" class=d8 value="8">h</label>
<input id="flashlights_d6" type="radio" name="attr_fradioDice" value="d6">
<label for="sheet-flashlights_d6" class=d6 value="6">f</label>
<input id="flashlights_d4" type="radio" name="attr_fradioDice" value="d4">
<label for="sheet-flashlights_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="flashlights_dx" type="radio" name="attr_fradioDice" value="dx">
<label for="sheet-flashlights_dx" class=dx value="x">D</label>
</b>
</div>
<span>Spot, Recall, Research</span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<label for="attr_strs">Smokes</label>
<input maxlength="100" name="attr_strs" type="hidden">
<div class="radio-toolbar">
<input id="smokes_d12" type="radio" name="attr_sradioDice" value="12" checked>
<label for="sheet-smokes_d12" class=d12 value="12">l</label>
<input id="smokes_d10" type="radio" name="attr_sradioDice" value="d10">
<label for="sheet-smokes_d10" class=d10 value="10">k</label>
<input id="smokes_d8" type="radio" name="attr_sradioDice" value="d8">
<label for="sheet-smokes_d8" class=d8 value="8">h</label>
<input id="smokes_d6" type="radio" name="attr_sradioDice" value="d6">
<label for="sheet-smokes_d6" class=d6 value="6">f</label>
<input id="smokes_d4" type="radio" name="attr_sradioDice" value="d4">
<label for="sheet-smokes_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="smokes_dx" type="radio" name="attr_sradioDice" value="dx">
<label for="sheet-smokes_dx" class=dx value="x">D</label>
</b>
</div>
<span>Coerce, Carouse, Bully</span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<label for="attr_san">San</label>
<input maxlength="100" name="attr_san" type="hidden">
<div class="radio-toolbar">
<input id="sanity_d12" type="radio" name="attr_cradioDice" value="12" checked>
<label for="sheet-sanity_d12" class=d12 value="12">l</label>
<input id="sanity_d10" type="radio" name="attr_cradioDice" value="d10">
<label for="sheet-sanity_d10" class=d10 value="10">k</label>
<input id="sanity_d8" type="radio" name="attr_cradioDice" value="d8">
<label for="sheet-sanity_d8" class=d8 value="8">h</label>
<input id="sanity_d6" type="radio" name="attr_cradioDice" value="d6">
<label for="sheet-sanity_d6" class=d6 value="6">f</label>
<input id="sanity_d4" type="radio" name="attr_cradioDice" value="d4">
<label for="sheet-sanity_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="sanity_dx" type="radio" name="attr_cradioDice" value="dx">
<label for="sheet-sanity_dx" class=dx value="x">D</label>
</b>
</div>
<span></span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<label for="attr_hdradioDice">Hit Dice</label>
<input maxlength="100" name="attr_hdradioDice" type="hidden">
<div class="radio-toolbar">
<input id="hd_d12" type="radio" name="attr_hdradioDice" value="12" checked>
<label for="sheet-hd_d12" class=d12 value="12">l</label>
<input id="hd_d10" type="radio" name="attr_hdradioDice" value="d10">
<label for="sheet-hd_d10" class=d10 value="10">k</label>
<input id="hd_d8" type="radio" name="attr_hdradioDice" value="d8">
<label for="sheet-hd_d8" class=d8 value="8">h</label>
<input id="hd_d6" type="radio" name="attr_hdradioDice" value="d6">
<label for="sheet-hd_d6" class=d6 value="6">f</label>
<input id="hd_d4" type="radio" name="attr_hdradioDice" value="d4">
<label for="sheet-hd_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="hd_dx" type="radio" name="attr_hdradioDice" value="dx">
<label for="sheet-hd_dx" class=dx value="x">D</label>
</b>
</div>
<span></span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<label for="attr_strs">Armed</label>
<input maxlength="100" name="attr_strs" type="hidden">
<div class="radio-toolbar">
<input id="a_d12" type="radio" name="attr_aradioDice" value="12" checked>
<label for="sheet-a_d12" class=d12 value="12">l</label>
<input id="a_d10" type="radio" name="attr_aradioDice" value="d10">
<label for="sheet-a_d10" class=d10 value="10">k</label>
<input id="a_d8" type="radio" name="attr_aradioDice" value="d8">
<label for="sheet-a_d8" class=d8 value="8">h</label>
<input id="a_d6" type="radio" name="attr_aradioDice" value="d6">
<label for="sheet-a_d6" class=d6 value="6">f</label>
<input id="a_d4" type="radio" name="attr_aradioDice" value="d4">
<label for="sheet-a_d4" class=d4 value="4">h</label>
<b class="fl_dx">
<input id="a_dx" type="radio" name="attr_aradioDice" value="dx">
<label for="sheet-a_dx" class=dx value="x">D</label>
</b>
</div>
<span></span>
</li>
</ul>
</div>
<div class="form-style-4">
<ul>
<li>
<label for="attr_strs">Unarmed</label>
<input maxlength="100" name="attr_strs" type="hidden">
<div class="radio-toolbar">
<input id="u_d12" type="radio" name="attr_uradioDice" value="12" checked>
<label for="sheet-u_d12" class=d12 value="12">l</label>
<input id="u_d10" type="radio" name="attr_uradioDice" value="d10">
<label for="sheet-u_d10" class=d10 value="10">k</label>
<input id="u_d8" type="radio" name="attr_uradioDice" value="d8">
<label for="sheet-u_d8" class=d8 value="8">h</label>
<input id="u_d6" type="radio" name="attr_uradioDice" value="d6">
<label for="sheet-u_d6" class=d6 value="6">f</label>
<input id="u_d4" type="radio" name="attr_uradioDice" value="d4">
<label for="sheet-u_d4" class=d4 value="4">h</label>
<input id="u_d1" type="radio" name="attr_uradioDice" value="1">
<label for="sheet-u_d1" class=d4 value="1" style="padding: 3px;">1</label>
<b class="fl_dx">
<input id="u_dx" type="radio" name="attr_uradioDice" value="dx">
<label for="sheet-u_dx" class=dx value="x">D</label>
</b>
</div>
<span></span>
</li>
</ul>
</div>
</div>
<hr class=sheet-hrd>
<div class="rollbar">
<button type='roll' value="&{template:test} {{rollname=Advantage / Disadvantage Dice}} {{D1=[[1d20]]}} {{D2=[[1d20]]}}"
class="d20 rollbutton" />t<span style="margin-left: -10px">t</span></button>
<span style="border-left: dotted white 1px; font-size: 32px; width: 32px; padding: 2px; margin-left: 10px;" ></span>
<button type='roll' value="&{template:test} {{rollname=1d20}} {{D1=[[1d20]]}}" class="d20 rollbutton">t</button>
<button type='roll' value="&{template:test} {{rollname=1d12}} {{D1=[[1d12]]}}" class="d12 rollbutton" />l</button>
<button type='roll' value="&{template:test} {{rollname=1d10}} {{D1=[[1d10]]}}" class="d10 rollbutton" />k</button>
<button type='roll' value="&{template:test} {{rollname=1d8}} {{D1=[[1d8]]}}" class="d8 rollbutton" />h</button>
<button type='roll' value="&{template:test} {{rollname=1d6}} {{D1=[[1d6]]}}" class="d6 rollbutton" />f</button>
<button type='roll' value="&{template:test} {{rollname=1d4}} {{D1=[[1d4]]}}" class="d4 rollbutton" />h</button>
<span style="border-left: dotted white 1px; font-size: 32px; width: 32px; padding: 2px; margin-left: 10px;" ></span>
<button type='roll' value="&{template:test} {{rollname=3d6}} {{D1=[[3d6]]}}" style="font-size: 32px; width: 32px;" class="d6 rollbutton">f<span style="color:pink;">f</span><span style="color:lightgreen;">f</span></button>
</div>
<hr class=sheet-hrn>
<div class="head-container">
<div class="form-style-2">
<ul>
<li>
<label for="attr_specialabi1">Special Ability 1</label>
<textarea type="text" class="ob_value_ta" name="attr_specialabi1"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_specialabi2">Special Ability 2</label>
<textarea type="text" class="ob_value_ta" name="attr_specialabi2"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_specialabi3">Special Ability 3</label>
<textarea type="text" class="ob_value_ta" name="attr_specialabi3"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="psypowers">Psychic Powers</label>
<textarea type="text" class="ob_value_ta" name="attr_psypowers"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_notes">Notes</label>
<textarea type="text" class="ob_value_ta" name="attr_notes"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_story">Backstory</label>
<textarea type="text" class="ob_value_ta" name="attr_story"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_pd">Personal Description</label>
<textarea type="text" class="ob_value_ta" name="attr_pd"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_who">Ideology / Beliefs / Traits</label>
<textarea type="text" class="ob_value_ta" name="attr_who"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_people">Significant People and how they matter</label>
<textarea type="text" class="ob_value_ta" name="attr_people"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_treasure">Treasures</label>
<textarea type="text" class="ob_value_ta" name="attr_treasure"></textarea>
<span></span>
</li>
</ul>
</div>
</div>
</div>
<br>
<hr class="sectionBreak">
<br><br>
<div class="form-style-2">
<ul>
<li>
<label for="attr_specialAbility ">Special Abilities</label>
<textarea type="text" class="ob_value_ta" name="attr_specialAbility"></textarea>
<span></span>
</li>
</ul>
</div>
<div class="form-style-2">
<ul>
<li>
<label for="attr_personalDescription">Personal Description / Bio / Inventory</label>
<textarea type="text" class="ob_value_ta" name="attr_personalDescription"></textarea>
<span></span>
</li>
</ul>
</div>
</div>
</div>
</div>
<h4>The Cthulhu Hack</h4> is <span class="by">by Paul Baldowski</span>
</div>
</div>
<rolltemplate class="sheet-rolltemplate-test">
<div class="sheet-template-container">
<div class="sheet-template-header">{{rollname}}</div>
{{#D1}}<div class="sheet-template-row">{{D1}}</div>{{/D1}}
{{#D2}}<div class="sheet-template-row">{{D2}}</div>{{/D2}}
</div>
<rolltemplate class="sheet-rolltemplate-resources">
<div class="sheet-template-container">
<div class="template-header">The Cthulhu Hack</div>
<div class="sheet-rolltemplate-saveCheck-results">
{{#D1}}
<div class="sheet-template-row">Roll: {{D1}} </div>
<div class="sheet-template-row">{{D3}} Resource Dice: {{D2}}</div>
{{/D1}}
{{#rollLess() 3 D1}}
<div class="sheet-template-row" style="color:green">Pass</div>
{{/rollLess() 3 D1}}
{{#rollLess() D1 3}}
<div class="sheet-template-row" style="color:red">Fail</div>
{{/rollLess() D1 3}}
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-saveCheck">
<div class="sheet-template-container">
<div class="template-header">The Cthulhu Hack</div>
<div class="sheet-rolltemplate-saveCheck-results">
{{#D1}}
<div class="sheet-template-row">Roll: {{D1}} </div>
<div class="sheet-template-row">{{rollname}}: {{D2}}</div>
{{/D1}}
{{#rollLess() D1 D2}}
<div class="sheet-template-row" style="color:green">{{rollname}} Save Check Pass</div>
{{/rollLess() D1 D2}}
{{#rollLess() D2 D1}}
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check Fail</div>
{{/rollLess() D2 D1}}
{{#rollTotal() D2 D1}}
<div class="sheet-template-row" style="color:red">{{rollname}} Save Check Fail</div>
{{/rollTotal() D2 D1}}
</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-attributes">
<div class="sheet-template-container">
<div class="sheet-template-header">The Cthulhu Hack</div>
<div class="sheet-template-row">{{rollname}}</div>
<div class="sheet-rolltemplate-saveCheck-results">
{{#D1}}
<div class="sheet-template-row">{{D1}}</div>
{{/D1}}
{{#D2}}
<div class="sheet-template-row">{{D2}}</div>
{{/D2}}
{{#D3}}
<div class="sheet-template-row">{{D3}}</div>
{{/D3}}
{{#D4}}
<div class="sheet-template-row">{{D4}}</div>
{{/D4}}
{{#D5}}
<div class="sheet-template-row">{{D5}}</div>
{{/D5}}
{{#D6}}
<div class="sheet-template-row">{{D6}}</div>
{{/D6}}
</div>
</div>
</rolltemplate>
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 27 KiB