diff --git a/The_Dee_Sanction/The_Dee_Sanction.css b/The_Dee_Sanction/The_Dee_Sanction.css new file mode 100644 index 0000000000..a296b0972e --- /dev/null +++ b/The_Dee_Sanction/The_Dee_Sanction.css @@ -0,0 +1,1089 @@ +@import url('https://fonts.googleapis.com/css?family=Tangerine&display=swap|Tinos:wght@700&display=swap|Quando&display=swap'); + +.charsheet{ + font-family: 'Tangerine', cursive; + font-weight:bold; + font-size:xx-large; + /*font-family: 'Verdana';*/ + min-width: 832px; + max-width: 832px; + +} + + + + + + +.sheet-rolltemplate-challenge .sheet-wrapper{ + height: 101px; + width: 207px; + padding:16px 5px 10px 5px; + background-repeat:no-repeat; + background-image: url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/roll-background25.jpg) +} + +.sheet-rolltemplate-challenge div{ + text-align:center; +} + + +.sheet-rolltemplate-challenge hr { + margin-top: 5px; + margin-bottom: 5px; +} + + +.sheet-rolltemplate-challenge .sheet-name{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; +} + +.sheet-rolltemplate-challenge .sheet-resource{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; + margin-top: 11px; + margin-bottom:5px; +} + +.sheet-rolltemplate-challenge .sheet-roll{ + font-family:Quando; +} + +.sheet-rolltemplate-challenge .sheet-result{ + font-family:Quando; + text-transform:uppercase; +} + + .sheet-rolltemplate-challenge .inlinerollresult{ + background-color: transparent; + border:none; + } + + + .sheet-rolltemplate-challenge .inlineroll { + + + } + + .sheet-rolltemplate-challenge .inlinerollresult.importantroll{ + border:none; + } + + .sheet-rolltemplate-challenge .inlinerollresult.fullcrit{ + border:none; + } + + .sheet-rolltemplate-challenge .inlinerollresult.fullfail { + border:none; + } + + +.headerSection{ + position: relative; + height: 168px +} + + + +.headerSection .section1{ + position: absolute; + font-size: 32px; + top: 0px; + left: 145px +} + +.headerSection .section2{ + position: absolute; + font-size: 100px; + top: -15px; + left: 152px; +} + +.headerSection .section3{ + position: absolute; + font-size: 100px; + top: 40px; + left: 83px; +} + +.main-grid-container{ + display: grid; + grid-template-columns: 1fr 1fr; + gap: 0px 5px; +} + + +.left-grid-container{ + display: grid; + grid-template-columns: 1fr; + grid-template-rows: 169px max-content max-content max-content ; + gap: 5px 0px; +} + + +.right-grid-container{ + display: grid; + grid-template-columns: 1fr; + grid-template-rows: max-content max-content max-content max-content ; + /*grid-template-rows: 103px 100px 100px 100px 100px;*/ + gap: 5px 0px; +} + + +.x1frContent{ + display: grid; + grid-template-columns: max-content 1fr; + gap: 13px; + /* grid-template-rows: max-content; */ + line-height: 34px; + align-items: center; +} + +.x1frContent input{ + width: 100%; + padding: 0px; + border-bottom: 1px solid black; +} + +.x1frContent span{ + align-self: end; + display: block; + Font-size: x-large; +} + + +.details input[type="text"]{ + font-family: Tino; + text-transform: uppercase; + font-size: large; +} + +.sheet-quirks{ + font-size:xx-small; +} + + +.resource-grid{ + display: grid; + grid-template-columns: 82px 82px 82px; + gap: 5px; + margin: 0px 28px 0px 63px +} + +.resource-grid button{ + font-size:x-large; +} + +.resource-bubble{ + position:relative; + + background-image:url("https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/resource-bubble24.png"); + height: 137px; + width: 85px; + background-repeat: no-repeat; +} + + +.resource-bubble input{ + position: absolute; + width: 80%; + left: 7px; + top: 63px; + height: 64px; + border: none; + background: transparent; + font-size: xx-large; + font-weight:bold; + font-family: Tino; + text-align:center; +} + +.resource-bubble select{ + border-radius: 100%; + position: absolute; + width: 80%; + left: 12px; + top: 63px; + height: 64px; + border: none; + background: transparent; + font-size: xx-large; + font-weight: bold; + font-family: Tino; + text-align: center; + margin:0px; +} + +.ExpertiseAbilities{ + margin: 0px; + width: 393px; + height: 58px; + font-family: Quando; + font-size: small; + text-transform: uppercase +} + + +.fortuneGrid{ + display: grid; + grid-template-columns: max-content 1fr; + gap: 1px; +} + + +.fortuneGrid span{ + display:block; +} + +.fortune{ + position:relative; + background-image:url("https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/fortune22.png"); + height: 95px; + width: 66px; + background-repeat: no-repeat; +} + + +.fortune input{ +position: absolute; + width: 80%; + left: 6px; + top: 16px; + height: 64px; + border: none; + background: transparent; + font-size: xxx-large; + font-weight: bold; + font-family: Tino; + text-align: center; +} + + +.fortuneNotes{ + margin: 0px; + width: 90%; + height: 102px; + font-family:Quando; + border: 1px solid lightgray; + text-transform:uppercase; + +} + +.tradecraftGrid{ + display: grid; + grid-template-columns: max-content 1fr; + gap: 25px; + line-height: normal; + padding: 0px;; +} + +.tradecraftGrid textarea{ + font-family: Quando; + font-size:small; + width: 293px; + height: 74px; +} + + +.InjuriesAfflicationGrid{ + display: grid; + grid-template-columns: 307px 80px; + gap: 1px; +} + +.InjuriesAfflicationGrid input{ + width:100%; + border-bottom:1px solid black; + font-family: Quando; +} + +.InjuriesAfflicationGrid select{ + width:100%; + margin:0px; + font-family: Quando; + border:none; + border-bottom: 1px solid black; + border-radius: 0px; + padding:0px; +} + + + +.HitsGrid{ + display: grid; + grid-template-columns: max-content 1fr; + gap: 1px; + margin-top: 10px; +} + +.hits{ + position:relative; + background-image:url("https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/hits23.png"); + height: 95px; + width: 66px; + background-repeat: no-repeat; +} + + +.hits input[type=text]{ + position: absolute; + width: 80%; + left: 5px; + top: 16px; + height: 45px; + border: none; + background: transparent; + font-size: xxx-large; + font-weight: bold; + font-family: Tino; + text-align: center; +} + + +.ArmorGrid{ + display: grid; + grid-template-columns: max-content 1fr; + gap: 1px; + margin-top: 10px; + align-items: end; +} + +.ArmorGrid button[type="roll"]{ + font-weight: bold; + font-family: Tino; + font-size:large; +} + + + +.ArmorGrid textarea{ +} + +.ArmorGrid span{ + display:block +} + +.Armor{ + position:relative; + background-image:url("https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/armor23.png"); + height:107px; + width: 66px; + background-repeat: no-repeat; +} + + +.Armor input[type=text]{ + position: absolute; + width: 80%; + left: 5px; + top: 22px; + height: 45px; + border: none; + background: transparent; + font-size: 27px; + font-weight: bold; + font-family: Tino; + text-align: center; +} + + + +.Armor select{ + border-radius: 100%; + position: absolute; + width: 95%; + left: 2px; + top: 15px; + height: 64px; + border: none; + background: transparent; + font-size: x-large; + font-weight: bold; + font-family: Tino; + text-align: center; + margin: 0px +} + + +.possessions span{ + font-weight: bold; + font-family: Tino; + font-size:large; +} + +.possessions textarea{ + margin: 0px; + width: 97%; + height: 365px; + border: 1px solid lightgray; + font-family: Quando; + font-size: small; + text-transform: uppercase; +} + + + +.hits input[type=checkbox]{ +} + +.hitsFalter1{ + position: absolute; + width: 80%; + left: 6px; + top: 56px; +} + +.hitsFalter2{ + position: absolute; + width: 80%; + left: 41px; + top: 56px; +} + +.minorHdr { + font-weight: bold; + font-family: Tino; + font-size:large; +} + +.quirk textarea{ + margin: 0px; + width: 97%; + height: 27px; + border: 1px solid lightgray; + font-family: Quando; + font-size: xx-small; +} + +.favour span{ + font-weight: bold; + font-family: Tino; + font-size:large; +} + + +.favour input[type=text]{ + width:200px; + font-family: Tino; + font-size:large; +} + +.favourDtls{ + margin: 0px; + width: 97%; + height: 60px; + border: 1px solid lightgray; + font-family: Tino; + font-size:small; + text-transform: uppercase +} + + +.esoterica{ + margin: 0px; + width: 97%; + height: 60px; + border: 1px solid lightgray; + font-family: Tino; + font-size:large; + text-transform: uppercase + + +} + + +.unravelling{ + position:relative; + background-image:url("https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/dice22.png"); + background-repeat:no-repeat; + height:110px; + width:330px; + margin-left: 45px; + margin-bottom: 10px; +} + +.unravelling button.text_roll[type="roll"]{ + position: absolute; + top: 8px; + left:127px; + font-family: Tangerine; + font-size:32px; +} + + +.unravelling #d12{ + position: absolute; + top: 71px; + left: 25px; +} + +.unravelling #d10{ + position: absolute; + top: 74px; + left: 92px; +} + + + +.unravelling #d8{ + position: absolute; + top: 74px; + left: 159px; +} + +.unravelling #d6{ + position: absolute; + top: 72px; + left:224px; +} + + +.unravelling #d4{ + position: absolute; + top: 75px; + left: 290px; +} + + + + +input[type="radio"].diced12{ + display:none; +} + +.diced12 + label[for=d12] +{ + top: 39px; + left: -5px; + width:63px; +} + +.diced12:checked + label[for=d12] +{ + background-repeat:no-repeat; + background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/ring23.png); +} + + +.diced10{ + display:none; +} + +.diced10 + label[for=d10] +{ + top: 40px; + left: 60px; + width:63px; + +} + +.diced10:checked + label[for=d10] +{ + background-repeat:no-repeat; + background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/ring23.png); +} + + +.diced8{ + display:none; +} + +.diced8 + label[for=d8] +{ + top: 39px; + left: 129px; + width:63px; +} + +.diced8:checked + label[for=d8] +{ + background-repeat:no-repeat; + background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/ring23.png); +} + + +.diced6{ + display:none; +} + +.diced6 + label[for=d6] +{ + top: 39px; + left: 195px; + width:63px; +} + +.diced6:checked + label[for=d6] +{ + background-repeat:no-repeat; + background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/ring23.png); +} + +.diced4{ + display:none; +} + +.diced4 + label[for=d4] +{ + top: 46px; + left: 260px; + width:63px; +} + +.diced4:checked + label[for=d4] +{ + background-repeat:no-repeat; + background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/ring23.png); +} + +.baseDieLabel{ + position: absolute; + background-image: none; + height: 72px; + width: 72px; + display: inline-block; + padding: 0 0 0 0px; + cursor: pointer; + +} + + +.AffilationContact{ + margin: 0px; + width: 393px; + height: 58px; + font-family: Quando; + font-size: small; + text-transform: uppercase +} + +.resource-selector{ + display: grid; + grid-template-columns: 50px 79px 50px 79px 50px 79px; + gap: 1px; + align-items: center; + grid-template-rows: 49px; +} + + + +.resource-selector input{ + margin:0;padding:0; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; +} + +.systemIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/system2.png);} +.kitIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/kit22.png);} +.vigilanceIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/vigilance22.png);} +.magicIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/magic22.png);} +.accessIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/access22.png);} +.conspiracyIcon{background-image:url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/conspiracy22.png);} + + +.charsheet *:focus { + outline: none; +} + +.charsheet textarea { + width: 96%; +} + + +.resource-selector input:active +.resource-used{opacity: .9;} +.resource-selector input:checked +.resource-used{ + -webkit-filter: none; + -moz-filter: none; + filter: none; +} +label.resource-used{ + cursor:pointer; + background-size:contain; + background-repeat:no-repeat; + display:inline-block; + width: 46px; + height: 75px; + -webkit-transition: all 100ms ease-in; + -moz-transition: all 100ms ease-in; + transition: all 100ms ease-in; + -webkit-filter: brightness(1.1) grayscale(1) opacity(.4); + -moz-filter: brightness(1.1) grayscale(1) opacity(.4); + filter: brightness(1.1) grayscale(1) opacity(.4); + +} + +label.resource-used:hover{ + -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9); + -moz-filter: brightness(1.2) grayscale(.5) opacity(.9); + filter: brightness(1.2) grayscale(.5) opacity(.9); +} + + +.fixLH{ + line-height:0.5em; + z-index: 0; +} + +.TaC{ + padding-left: 137px; + margin-top:0px; +} + +.section-wrapper{ + padding:5px; + border:1px solid black; +} + +.text_input{ + border: none; + box-shadow: none; + /*border-bottom: 1px solid black;*/ + border-radius: 0; + display:inline-block; + outline:none; + font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; + +} + + + + +/* Text button */ + +.charsheet button[type=roll].text_roll::before { + content: " "; + background-image: none; +} + +.charsheet button.text_roll[type="roll"] { + font-size: x-large; + font-weight:bold; + display: inline-block; + box-shadow: none; + outline:none; + margin: 0; + text-align: center; + cursor: pointer; + background-image: none; + background-color: transparent; + white-space: nowrap; + border: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + color: black; + line-height: 11px; + +} + +.charsheet button.text_roll[type="roll"]:hover { + /*background-color:rgb(230, 239, 230);*/ + /*border-color: red;*/ + color:red; +} + +.charsheet button.text_roll[type="roll"] label, .charsheet button[type="roll"] input { + height:24px; + line-height: 24px; + text-align:center; + width: 100%; + cursor: pointer; + background: none; + box-shadow: none; + transition: none; + border:none; + font-weight:700; +} + + +.charsheet button.text_roll[type="roll"]:hover label, .charsheet button[type="roll"]:hover input { + color: white; + border: none; +} + + +/* End Text button end*/ + + +/* Text Action button */ + +.charsheet button[type="action"] text_roll::before { + content: " "; + *background-image: none; +} + +.charsheet button.text_roll[type="action"] { + font-size: x-large; + font-weight:bold; + font-family:tangerine; + display: inline-block; + box-shadow: none; + outline:none; + margin: 0; + text-align: left; + cursor: pointer; + background-image: none; + background-color: transparent; + white-space: nowrap; + border: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + color: black; + line-height: 11px; + +} + +.charsheet button.text_roll[type="action"]:hover { + /*background-color:rgb(230, 239, 230);*/ + /*border-color: red;*/ + color:red; +} + +.charsheet button.text_roll[type="action"] label, .charsheet button[type="action"] input { + height:24px; + line-height: 24px; + text-align:left; + width: 100%; + cursor: pointer; + background: none; + box-shadow: none; + transition: none; + /*border-radius: none;*/ + border:none; + font-weight:700; +} + + +.charsheet button.text_roll[type=action]:hover label, .charsheet button[type=action]:hover input { + color: white; + border: none; +} + + +/* End Text button end*/ +.unravelling button.clearButt[type="action"]{ + position: absolute; + top: 91px; + left: 327px; + z-index: 0; + font-size: medium; +} + + + /*Unravelling template */ + +.sheet-rolltemplate-unravelling .sheet-wrapper{ + height: 232px; + width: 207px; + padding:16px 5px 10px 5px; + background-repeat:no-repeat; + background-image: url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/roll-background33.jpg) +} + +.sheet-rolltemplate-unravelling .sheet-immediateGrid +{ + display: grid; + grid-template-columns: 50px 151px; + gap: 1px; + margin: 2px 0px 10px 0px; +} + + +.sheet-rolltemplate-unravelling .sheet-humour{ + font-weight:bold; +} + +.sheet-rolltemplate-unravelling .sheet-dtls{ + font-size: x-small; + line-height: 1em; + text-align: left; + text-transform: none; +} + + +.sheet-rolltemplate-unravelling div{ + text-align:center; +} + + +.sheet-rolltemplate-unravelling hr { + margin-top: 5px; + margin-bottom: 5px; +} + + +.sheet-rolltemplate-unravelling .sheet-name{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; +} + +.sheet-rolltemplate-unravelling .sheet-resource{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; + margin-top: 11px; + margin-bottom:5px; +} + +.sheet-rolltemplate-unravelling .sheet-roll{ + font-family:Quando; +} + +.sheet-rolltemplate-unravelling .sheet-result{ + font-family:Quando; + text-transform:uppercase; + line-height: 1em; +} + + .sheet-rolltemplate-unravelling .inlinerollresult{ + background-color: transparent; + border:none; + } + + + .sheet-rolltemplate-unravelling .inlineroll { + + + } + + .sheet-rolltemplate-unravelling .inlinerollresult.importantroll{ + border:none; + } + + .sheet-rolltemplate-unravelling .inlinerollresult.fullcrit{ + border:none; + } + + .sheet-rolltemplate-unravelling .inlinerollresult.fullfail { + border:none; + } + + + /* */ + +/* Armour Template */ +.sheet-rolltemplate-armour .sheet-wrapper{ + height: 101px; + width: 207px; + padding:16px 5px 10px 5px; + background-repeat:no-repeat; + background-image: url(https://raw.githubusercontent.com/Lockbox313/roll20-character-sheets/master/The_Dee_Sanction/images/roll-background25.jpg) +} + +.sheet-rolltemplate-armour div{ + text-align:center; +} + + +.sheet-rolltemplate-armour hr { + margin-top: 5px; + margin-bottom: 5px; +} + + +.sheet-rolltemplate-armour .sheet-name{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; +} + +.sheet-rolltemplate-armour .sheet-resource{ + font-family:Tangerine; + font-size:xx-large; + font-weight:bold; + margin-top: 11px; + margin-bottom:5px; +} + +.sheet-rolltemplate-armour .sheet-roll{ + font-family:Quando; +} + +.sheet-rolltemplate-armour .sheet-result{ + font-family:Quando; + text-transform:uppercase; +} + + .sheet-rolltemplate-armour .inlinerollresult{ + background-color: transparent; + border:none; + } + + + .sheet-rolltemplate-armour .inlineroll { + + + } + + .sheet-rolltemplate-armour .inlinerollresult.importantroll{ + border:none; + } + + .sheet-rolltemplate-armour .inlinerollresult.fullcrit{ + border:none; + } + + .sheet-rolltemplate-armour .inlinerollresult.fullfail { + border:none; + } + /* */ + +/*-------------------------------------------*/ +/*------------ Repeating Buttons ------------*/ +/*-------------------------------------------*/ + +.repcontrol .btn { + border: 0 solid transparent; + color: white !important; + background: none; + font-size: 0px; + box-shadow: none; + margin-bottom: 1px; + font-family: pictos; + font-style: normal; +} + +.repcontrol .repcontrol_edit::after { + content: '('; +} + + .editmode ~ .repcontrol .repcontrol_edit::after { + content: ')'; +} + +.repcontrol .repcontrol_add::before { + content: '&'; +} + + .repcontrol .repcontrol_add::before, + .repcontrol .repcontrol_edit::after { + visibility: visible; + background-color: #fff; + border: 1px solid #999; + border-radius: 2px; + font-size: 12px; + height: 12px; + width: 12px; + padding: 2px 4px 2px 4px; + color: #333; +} + +.repcontrol .repcontrol_edit:hover::after, +.repcontrol .repcontrol_add:hover::before +{ + background-color: #EFEFEF; +} diff --git a/The_Dee_Sanction/The_Dee_Sanction.html b/The_Dee_Sanction/The_Dee_Sanction.html new file mode 100644 index 0000000000..3e5b906db0 --- /dev/null +++ b/The_Dee_Sanction/The_Dee_Sanction.html @@ -0,0 +1,571 @@ +
+
+
+ the + Dee + Sanction +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+ Expertise & Abilities +
+ +
+
+
+
+
+ Fortune +
+ +
+
+
+ +
+
+
+
+
+
+ Mundane Possessions +
+
+ +
+
+ +
+ + + +
+
+
+ +
+
+
+
+
+
+
+
+
+
+ Name: + +
+
+ Occupation: + +
+
+ Home: + +
+
+ +
+
+
Tradecraft
+
+
+
+
+ + + + + + + + + +
+
+ + + + + + + + + +
+
+
+
+
+ Injuries & Afflications +
+
+ + +
+
+
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+ Quirk + +
+
+
+
+
+ Affliations & Contacts +
+ +
+
+
+
+ Favours & Esoterica + +
+
+
+ Favour: + +
+ +
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + +
+
{{name}}
+
{{resource}}
+

+
Roll: {{roll}}
+
+ {{#rollGreater() roll 2}} + Success + {{/rollGreater() roll 2}} + {{#^rollGreater() roll 2}} + Falter + {{/^rollGreater() roll 2}} +
+ +
+
+ + + +
+
{{name}}
+
{{resource}}
+

+
Roll: {{roll}}
+
+ {{#rollTotal() roll 0}} + No Armour + {{/rollTotal() roll 0}} + {{#rollBetween() roll 1 2}} +
Hits Negated
+ {{/rollBetween() roll 1 2}} + {{#rollGreater() roll 2}} + No Effect + {{/rollGreater() roll 2}} +
+ +
+
+ + + +
+
{{name}}
+
{{resource}}
+

+
Roll: {{roll}}
+
+ {{#rollTotal() roll 0}} + Call To Fail + + {{#rollGreater() roll 2}} + Success + {{/rollGreater() roll 2}} + {{#^rollGreater() roll 2}} + Falter +
Immediate {{Immediate}}
+ {{#rollBetween() Immediate 1 2}} +
+ Phlegm + Dulled senses; acts of perception or problem-solving are ▼1 while in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Fat-witted – acts carelessly, lacking in reason when making decisions +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Canker-sorrowed – afflicted with a sense of grief, struggling to see worth in self +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Unheedy – lacking in caution and careless of the consequences from any decisions made +
+ {{/rollBetween() Ongoing 5 6}} + + + + {{/rollBetween() Immediate 1 2}} + {{#rollBetween() Immediate 3 4}} +
+ Black Bile + Overwhelmed by extreme emotion. Eyes fill with tears, body wracked by sobbing. Take a Chance to complete any complex action in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Sullen – resentful silence, overcast with notes of despondency about any situation +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Afeared – prone to tip into panic and alarm at the smallest trigger +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Sickly – trembling with an unshakeable chill; pale and drawn +
+ {{/rollBetween() Ongoing 5 6}} + + {{/rollBetween() Immediate 3 4}} + {{#rollBetween() Immediate 5 6}} +
+ Yellow Bile + Character fills with bitter rage toward all allies while in the presence of fear source. Take a Chance, act in a selfish way on a falter. Attitude persists in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Crabbed – prone to sharp changes in emotional state; short-tempered, sharp, and loud +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Choleric – eager for conflict, with a simmering hostility toward everyone and everything +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Despiteful – unforgiving and driven to seek redress for any slight or wrong +
+ {{/rollBetween() Ongoing 5 6}} + {{/rollBetween() Immediate 5 6}} + {{#rollBetween() Immediate 7 8}} +
+ Blood + Inadvisably optimistic despite the horrors or the difficult situation faced. Blindly positive. Acts of violence or aggression are ▼1 while in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Foolish – recklessly courageous and bold, heedless of the potency or peril of a challenge +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Gullible – willing to believe or trust anyone without adequate evidence +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Capricious – given to sudden, unpredictable,and erratic change in focus +
+ {{/rollBetween() Ongoing 5 6}} + {{/rollBetween() Immediate 7 8}} + + {{/^rollGreater() roll 2}} + + {{/rollTotal() roll 0}} + {{#^rollTotal() roll 0}} + + {{#rollGreater() roll 2}} + Success + {{/rollGreater() roll 2}} + {{#^rollGreater() roll 2}} + Falter +
Immediate {{Immediate}}
+ {{#rollBetween() Immediate 1 2}} +
+ Phlegm + Dulled senses; acts of perception or problem-solving are ▼1 while in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Fat-witted – acts carelessly, lacking in reason when making decisions +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Canker-sorrowed – afflicted with a sense of grief, struggling to see worth in self +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Unheedy – lacking in caution and careless of the consequences from any decisions made +
+ {{/rollBetween() Ongoing 5 6}} + + + + {{/rollBetween() Immediate 1 2}} + {{#rollBetween() Immediate 3 4}} +
+ Black Bile + Overwhelmed by extreme emotion. Eyes fill with tears, body wracked by sobbing. Take a Chance to complete any complex action in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Sullen – resentful silence, overcast with notes of despondency about any situation +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Afeared – prone to tip into panic and alarm at the smallest trigger +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Sickly – trembling with an unshakeable chill; pale and drawn +
+ {{/rollBetween() Ongoing 5 6}} + + {{/rollBetween() Immediate 3 4}} + {{#rollBetween() Immediate 5 6}} +
+ Yellow Bile + Character fills with bitter rage toward all allies while in the presence of fear source. Take a Chance, act in a selfish way on a falter. Attitude persists in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Crabbed – prone to sharp changes in emotional state; short-tempered, sharp, and loud +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Choleric – eager for conflict, with a simmering hostility toward everyone and everything +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Despiteful – unforgiving and driven to seek redress for any slight or wrong +
+ {{/rollBetween() Ongoing 5 6}} + {{/rollBetween() Immediate 5 6}} + {{#rollBetween() Immediate 7 8}} +
+ Blood + Inadvisably optimistic despite the horrors or the difficult situation faced. Blindly positive. Acts of violence or aggression are ▼1 while in the presence of fear source. +
+ +
Ongoing {{Ongoing}}
+ {{#rollBetween() Ongoing 1 2}} +
+ Foolish – recklessly courageous and bold, heedless of the potency or peril of a challenge +
+ {{/rollBetween() Ongoing 1 2}} + {{#rollBetween() Ongoing 3 4}} +
+ Gullible – willing to believe or trust anyone without adequate evidence +
+ {{/rollBetween() Ongoing 3 4}} + {{#rollBetween() Ongoing 5 6}} +
+ Capricious – given to sudden, unpredictable,and erratic change in focus +
+ {{/rollBetween() Ongoing 5 6}} + {{/rollBetween() Immediate 7 8}} + + {{/^rollGreater() roll 2}} + + {{/^rollTotal() roll 0}} +
+
+
+ + + {{#rollGreater() roll 1}} + + {{/rollGreater() roll 1}} + {{#^rollGreater() roll 1}} + + {{/^rollGreater() roll 1}} + + + + + + + + + + diff --git a/The_Dee_Sanction/images/access22.png b/The_Dee_Sanction/images/access22.png new file mode 100644 index 0000000000..a28d0c7aca Binary files /dev/null and b/The_Dee_Sanction/images/access22.png differ diff --git a/The_Dee_Sanction/images/armor23.png b/The_Dee_Sanction/images/armor23.png new file mode 100644 index 0000000000..0a9e262ed4 Binary files /dev/null and b/The_Dee_Sanction/images/armor23.png differ diff --git a/The_Dee_Sanction/images/conspiracy22.png b/The_Dee_Sanction/images/conspiracy22.png new file mode 100644 index 0000000000..2ae03973dc Binary files /dev/null and b/The_Dee_Sanction/images/conspiracy22.png differ diff --git a/The_Dee_Sanction/images/dice22.png b/The_Dee_Sanction/images/dice22.png new file mode 100644 index 0000000000..6b35af10e8 Binary files /dev/null and b/The_Dee_Sanction/images/dice22.png differ diff --git a/The_Dee_Sanction/images/fortune22.png b/The_Dee_Sanction/images/fortune22.png new file mode 100644 index 0000000000..30ad43aa4f Binary files /dev/null and b/The_Dee_Sanction/images/fortune22.png differ diff --git a/The_Dee_Sanction/images/hits23.png b/The_Dee_Sanction/images/hits23.png new file mode 100644 index 0000000000..7776f48328 Binary files /dev/null and b/The_Dee_Sanction/images/hits23.png differ diff --git a/The_Dee_Sanction/images/kit22.png b/The_Dee_Sanction/images/kit22.png new file mode 100644 index 0000000000..d3e4271f1f Binary files /dev/null and b/The_Dee_Sanction/images/kit22.png differ diff --git a/The_Dee_Sanction/images/magic22.png b/The_Dee_Sanction/images/magic22.png new file mode 100644 index 0000000000..5a9b97c748 Binary files /dev/null and b/The_Dee_Sanction/images/magic22.png differ diff --git a/The_Dee_Sanction/images/resource-bubble24.png b/The_Dee_Sanction/images/resource-bubble24.png new file mode 100644 index 0000000000..0f6ebaa092 Binary files /dev/null and b/The_Dee_Sanction/images/resource-bubble24.png differ diff --git a/The_Dee_Sanction/images/ring23.png b/The_Dee_Sanction/images/ring23.png new file mode 100644 index 0000000000..e847ca7164 Binary files /dev/null and b/The_Dee_Sanction/images/ring23.png differ diff --git a/The_Dee_Sanction/images/roll-background25.jpg b/The_Dee_Sanction/images/roll-background25.jpg new file mode 100644 index 0000000000..6468814097 Binary files /dev/null and b/The_Dee_Sanction/images/roll-background25.jpg differ diff --git a/The_Dee_Sanction/images/roll-background33.jpg b/The_Dee_Sanction/images/roll-background33.jpg new file mode 100644 index 0000000000..6ad4f2ad49 Binary files /dev/null and b/The_Dee_Sanction/images/roll-background33.jpg differ diff --git a/The_Dee_Sanction/images/system2.png b/The_Dee_Sanction/images/system2.png new file mode 100644 index 0000000000..4c71b1d539 Binary files /dev/null and b/The_Dee_Sanction/images/system2.png differ diff --git a/The_Dee_Sanction/images/temp.txt b/The_Dee_Sanction/images/temp.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/The_Dee_Sanction/images/temp.txt @@ -0,0 +1 @@ + diff --git a/The_Dee_Sanction/images/vigilance22.png b/The_Dee_Sanction/images/vigilance22.png new file mode 100644 index 0000000000..ed0a2082d8 Binary files /dev/null and b/The_Dee_Sanction/images/vigilance22.png differ diff --git a/The_Dee_Sanction/preview.png b/The_Dee_Sanction/preview.png new file mode 100644 index 0000000000..30dfbdf078 Binary files /dev/null and b/The_Dee_Sanction/preview.png differ diff --git a/The_Dee_Sanction/sheet.json b/The_Dee_Sanction/sheet.json new file mode 100644 index 0000000000..48ec7e6214 --- /dev/null +++ b/The_Dee_Sanction/sheet.json @@ -0,0 +1,9 @@ +{ + "html": "The_Dee_Sanction.html", + "css": "The_Dee_Sanction.css", + "authors": "David", + "roll20userid": "720651", + "preview": "preview.png", + "legacy":false, + "instructions": "A Character Sheet for Just Crunch Games's The Dee Sanction a tabletop role-playing game about serving Queen and country in the late Tudor period./n/n The resource names, unravelling and armour are text based roll buttons. If you hover over text and it turns red it's a roll button./n /nClicking on a die under Unravelling will select the die type used when the Unravelling Roll is made. The x in the bottom right of Unravelling section will deselect all dice and when Unravelling clicked Call to Fail will be displayed and immediate and ongoing effects will be rolled/n/nYou can select which tradecraft is selected for the adventure/scenario and it will highlight and the rest will be greyed./n" +} \ No newline at end of file diff --git a/The_Dee_Sanction/temp.txt b/The_Dee_Sanction/temp.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/The_Dee_Sanction/temp.txt @@ -0,0 +1 @@ + diff --git a/The_Dee_Sanction/translation.json b/The_Dee_Sanction/translation.json new file mode 100644 index 0000000000..6b11833b93 --- /dev/null +++ b/The_Dee_Sanction/translation.json @@ -0,0 +1,49 @@ +{ + "Name": "Name:", + "Occupation": "Occupation", + "Home": "Home:", + "Injuries-Afflications": "Injuries & Afflications", + "Affliations-Contacts": "Affliations & Contacts", + "Favours-Esoterica": "Favours & Esoterica", + "Expertise-Abilities": "Expertise & Abilities", + "Mundane-Possessions": "Mundane Possessions", + "Intellectuall": "Intellectuall", + "Physicall": "Physicall", + "Supernaturall": "Supernaturall", + "Tradecraft": "Tradecraft", + "Scene": "Scene", + "Ongoing": "Ongoing", + "Quirk": "Quirk", + "Armour": "Armour", + "Fortune": "Fortune", + "Unravelling": "Unravelling", + "the": "the", + "Dee": "Dee", + "Sanction": "Sanction", + "success": "Success", + "falter": "Falter", + "Take-a-Chance": "Take a Chance", + "Phlegm": "Phlegm", + "phlegm-details": "Dulled senses; acts of perception or problem-solving are ▼1 while in the presence of fear source.", + "Black-Bile": "Black Bile", + "black-details": "Overwhelmed by extreme emotion. Eyes fill with tears, body wracked by sobbing. Take a Chance to complete any complex action in the presence of fear source.", + "Yellow-Bile": "Yellow Bile", + "yellow-details": "Character fills with bitter rage toward all allies while in the presence of fear source. Take a Chance, act in a selfish way on a falter. Attitude persists in the presence of fear source.", + "Blood": "Blood", + "blood-details": "Inadvisably optimistic despite the horrors or the difficult situation faced. Blindly positive. Acts of violence or aggression are ▼1 while in the presence of fear source.", + "Fat-witted": "Fat-witted – acts carelessly, lacking in reason when making decisions", + "Canker-sorrowed": "Canker-sorrowed – afflicted with a sense of grief, struggling to see worth in self", + "Unheedy": "Unheedy – lacking in caution and careless of the consequences from any decisions made", + "Sullen": "Sullen – resentful silence, overcast with notes of despondency about any situation", + "Afeared": "Afeared – prone to tip into panic and alarm at the smallest trigger", + "Sickly": "Sickly – trembling with an unshakeable chill; pale and drawn", + "Crabbed": "Crabbed – prone to sharp changes in emotional state; short-tempered, sharp, and loud", + "Choleric": "Choleric – eager for conflict, with a simmering hostility toward everyone and everything", + "Despiteful": "Despiteful – unforgiving and driven to seek redress for any slight or wrong", + "Foolish": "Foolish – recklessly courageous and bold, heedless of the potency or peril of a challenge", + "Gullible": "Gullible – willing to believe or trust anyone without adequate evidence", + "Capricious": "Capricious – given to sudden, unpredictable, and erratic change in focus", + "no-armor": "No Armor", + "hits-negated": "Hits Negated", + "no-effect": "No Effect" +} \ No newline at end of file