diff --git a/the-void/README.md b/the-void/README.md new file mode 100644 index 0000000000..00dfbb08f7 --- /dev/null +++ b/the-void/README.md @@ -0,0 +1 @@ +# The Void Character Sheet for Roll20 diff --git a/the-void/sheet.json b/the-void/sheet.json new file mode 100644 index 0000000000..36795e9b73 --- /dev/null +++ b/the-void/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "the-void.html", + "css": "the-void.css", + "authors": "Ian Dominey", + "roll20userid": "124824", + "preview": "the-void.png", + "instructions": "" +} diff --git a/the-void/the-void.css b/the-void/the-void.css new file mode 100644 index 0000000000..234e4a0ed2 --- /dev/null +++ b/the-void/the-void.css @@ -0,0 +1,855 @@ +@font-face { + font-family: 'neuropol_xregular'; + src: url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.eot'); + src: url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.eot?#iefix') format('embedded-opentype'), + url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.woff2') format('woff2'), + url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.woff') format('woff'), + url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.ttf') format('truetype'), + url('http://roll20.metatechnics.co.uk/resources/fonts/neuropol-x-free-webfont.svg#neuropol_xregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +.charsheet { + font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; +} + +.charsheet h2 { + margin-bottom: 10px; +} + +.charsheet input { + font-size: 12px; +} + +.charsheet h2 span { + font-size: 35px; + margin-left: 215px; + text-transform: uppercase; +} + +.charsheet div.sheet-summary-data legend, div.sheet-summary-data h3, tr.sheet-skill-headings, .charsheet h2, .charsheet label, div.sheet-armor h3, .charsheet div.sheet-health p, .charsheet div.sheet-weapon-headings { + font-family: "neuropol_xregular", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; +} + +.charsheet div.sheet-col-left label { + color: #fff; +} + +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +input[type="number"] { + -moz-appearance: textfield; +} + +/* 2 column config */ +.charsheet div.sheet-col-left { + width: calc(65% - 20px) !important; + min-width: 540px; + margin: 10px !important; +} + +.charsheet div.sheet-col-right { + width: calc(32% - 1px) !important; +} + +/* Summary Data */ +.charsheet div.sheet-summary-data { + border: 3px solid black; + margin: 0 auto; + padding: 0; + width: 390px; +} + +.charsheet div.sheet-summary-data h3 { + background-color: #000; + border: 0; + color: #fff; + font-size: 12px; + font-weight: bold; + height: 30px; + margin: auto; + padding: auto; + text-align: center; + width: 130px; +} + +.charsheet div.sheet-summary-data label, .charsheet div.sheet-armor-stats label { + background-color: #000; + color: #fff; + font-size: 10px; +} + +.charsheet div.sheet-summary-data div { + margin: 0 !important; +} + +.charsheet div.sheet-left label { + float: left; + margin: 20px 0 0 0; + padding-left: 5px; +} + +.charsheet div.sheet-right label { + display: inline-block; + float: right; + margin: 0 -1px 0 0; + padding: 0 5px; + text-align: right; +} + +.charsheet div.sheet-left input, .charsheet div.sheet-right input { + border-color: #000; + border-width: 0 0 2px 0; + display: inline-block; + float: right; + margin: 0 -1px 0 0; + padding: 0 5px 0 5px; +} + +.charsheet div.sheet-left input { + border-right-width: 2px; +} + +.charsheet div.sheet-right input { + border-left-width: 2px; + text-align: right; +} + +.charsheet div.sheet-summary-data div.sheet-name-data { + width: 324px !important; +} + +.charsheet div.sheet-summary-data div.sheet-name-data label { + width: 35px; +} + +.charsheet div.sheet-summary-data div.sheet-name-data input { + margin-left: -50px; + width: 325px; +} + +.charsheet div.sheet-summary-data div.sheet-age-data { + width: 60px !important; +} + +.charsheet div.sheet-summary-data div.sheet-age-data label { + width: 30px; +} + +.charsheet div.sheet-summary-data div.sheet-age-data input { + width: 60px; +} + +.charsheet div.sheet-summary-data div.sheet-birthplace-data { + width: 230px !important; +} + +.charsheet div.sheet-summary-data div.sheet-birthplace-data label { + width: 68px; +} + +.charsheet div.sheet-summary-data div.sheet-birthplace-data input { + margin-left: -83px; + width: 231px; +} + +.charsheet div.sheet-summary-data div.sheet-ethnicity-data { + width: 155px !important; +} + +.charsheet div.sheet-summary-data div.sheet-ethnicity-data label { + width: 60px; +} + +.charsheet div.sheet-summary-data div.sheet-ethnicity-data input { + width: 155px; +} + +.charsheet div.sheet-summary-data div.sheet-specialty-data { + width: 170px !important; +} + +.charsheet div.sheet-summary-data div.sheet-specialty-data label { + width: 65px; +} + +.charsheet div.sheet-summary-data div.sheet-specialty-data input { + margin-left: -80px; + width: 171px; +} + +.charsheet div.sheet-summary-data div.sheet-physical-traits-data { + width: 215px !important; +} + +.charsheet div.sheet-summary-data div.sheet-physical-traits-data label { + width: 100px; +} + +.charsheet div.sheet-summary-data div.sheet-physical-traits-data input { + width: 215px; +} + +.charsheet div.sheet-summary-data div.sheet-psychological-traits-data label { + width: 140px; +} + +.charsheet div.sheet-summary-data div.sheet-psychological-traits-data input { + margin-right: 1px; + width: 250px; +} + +.charsheet div.sheet-summary-data div.sheet-psychological-traits-data::after { + content: " "; + display: block; + clear: both; +} + +/* ATTRIBUTES */ +.charsheet div.sheet-attributes { + border: 0 none #fff; +} + +.charsheet div.sheet-attributes div.sheet-2colrow { + margin: 10px auto !important; + width: 548px; +} + +.charsheet div.sheet-attributes { + margin: 0 !important; + width: 50% !important; +} + +.charsheet div.sheet-attributes p { + background: transparent url('http://i.imgur.com/lnCdnDJ.png') no-repeat scroll center; + margin: 0; +} + +.charsheet div.sheet-attributes label { + color: #fff; + display: inline-block; + font-size: 17px; + margin: auto auto auto 30px; + padding-right: 0; + position: relative; + text-align: right; + top: 2px; + width: 176px; +} + +.charsheet div.sheet-attributes input[type=number] { + border: none; + display: inline-block; + font-size: 15px; + font-weight: bold; + height: 19px; + margin: 28px 0 0 18px; + outline: none; + position: relative; + text-align: center; + top: -14px; + width: 27px; + padding: 0; + outline: 0; + -webkit-box-shadow: none !important; + -moz-box-shadow: none !important; + box-shadow: none !important; +} + +/* DERIVED ATTRIBUTES */ + +.charsheet div.sheet-attributes div.sheet-derived p { + margin: 0; +} + +.charsheet div.sheet-derived { + width: calc(50% - 10px) !important; +} + +.charsheet div.sheet-derived label { + color: white; + font-size: 14px; +} + +.charsheet div.sheet-derived p.sheet-speed-attribute { + background: transparent url('http://i.imgur.com/VhZs2jT.png') no-repeat scroll center; + + height: 57px; + position: relative; + + top: 48px; + + width: 264px; +} + +.charsheet div.sheet-derived p.sheet-speed-attribute label { + text-align: left; + width: 67px; + display: inline-block; + position: relative; + top: 19px; + margin: 0; + left: 14px; + float: left; +} + +.charsheet div.sheet-derived p.sheet-speed-attribute span.sheet-speed-attributes { + display: inline-block; + position: relative; +} + +.charsheet div.sheet-derived p.sheet-speed-attribute span.sheet-speed-attributes input:last-child { + margin-right: 0; +} + +.charsheet div.sheet-derived p.sheet-speed-attribute span.sheet-speed-attributes input { + margin: 0 33px 0 0; + position: relative; + top: 18px; + left: 27px; + font-size: 12px; +} + +.charsheet div.sheet-derived input { + height: 19px; + width: 27px; + top: -12px; + left: -3px; +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-health-attribute { + background: transparent url('http://i.imgur.com/oy26J8d.png') no-repeat scroll center; + height: 61px; + margin-left: 24px; + margin-top: 67px; + width: 200px; +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-health-attribute label { + width: 64px; + margin-left: 26px; + margin-top: 18px; +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-health-attribute input { +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-fate-attribute { + background: transparent url('http://i.imgur.com/95wEg4U.png') no-repeat scroll center; + margin-left: 24px; + margin-top: 5px; + padding-top: 32px; + height: 61px; +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-fate-attribute label { + width: 112px; + position: relative; + top: -7px; + margin-left: 43px; +} + +.charsheet div.sheet-attributes div.sheet-derived p.sheet-fate-attribute input { + top: -23px; + margin-left: 23px; +} + +/* SKILLS */ + +.charsheet table.sheet-skills label { + display: inline-block; + font-weight: bold; + text-align: left; + font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; + font-size: 1em; +} + +.charsheet th.sheet-skill-head { + color: #fff; + font-size: 11px; + font-weight: bold; +} + +.charsheet tr.sheet-skill-headings { + background-color: #000; + border: 2px double #000; +} + +.charsheet table.sheet-skills td input.sheet-number[type=number] { + width: 23px; + text-align: center; +} + +.charsheet th.sheet-skill-profile-col { + padding-top: 3px; +} + +.charsheet th.sheet-skill-profile-col::before { + background-color: #fff; + border-color: transparent transparent #000 transparent; + border-style: solid; + border-width: 0 0 20px 20px; + content: ""; + display: inline-block; + float: left; + height: 0; + margin-left: -3px; + margin-top: -6px; + -webkit-transform: rotate(360deg); + width: 0 +} + +.charsheet table.sheet-skills td { + border: 2px solid #000; +} + +label.sheet-skill-name, .sheet-skill-attribute { + font-size: 10px; +} + +.charsheet label.sheet-skill-name { + font-weight: bold; + margin: auto; + padding-left: 5px; +} + +.charsheet input.sheet-number { + height: 24px; + margin: auto; + width: 20px; + padding: 0 5px; + background-color: #fff; + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + border: none; +} + +.charsheet td.sheet-skill-attribute { + font-weight: bold; + text-align: center; +} + +.charsheet input[disabled="disabled"] { + background: transparent; + border: 0; + outline: 0; +} + +.charsheet div.sheet-notepad, .charsheet div.sheet-armor-stats { + border: 2px solid #001; +} + +.charsheet div.sheet-notepad, .charsheet div.sheet-armor { + margin-top: 20px; +} + +.charsheet .sheet-2colrow .sheet-col div.sheet-armor div.sheet-armor-type-data { + width: 170px; + margin-right: 0; +} + +.charsheet div.sheet-armor-type-data label { + width: 25px; +} + +.charsheet div.sheet-armor-type-data input { + width: 171px; + margin-left: -40px; +} + +.charsheet .sheet-2colrow .sheet-col div.sheet-armor div.sheet-armor-reduction-data { + width: 70px; +} + +.charsheet div.sheet-armor-reduction-data label { + width: 64px; +} + +.charsheet div.sheet-armor-reduction-data input { + width: 70px; +} + +.charsheet .sheet-2colrow .sheet-col div.sheet-armor div.sheet-armor-special-data { + margin: 5px 0 0 0; + width: 207px; +} + +.charsheet div.sheet-armor-special-data label { + width: 50px; +} + +.charsheet div.sheet-armor-special-data input { + width: 208px; + margin-left: -65px; +} + +.charsheet div.sheet-notepad:first-child { + margin-top: 0; +} + +.charsheet div.sheet-notepad label, .charsheet div.sheet-armor h3 { + background: #000; + color: #fff; + width: auto; + padding-left: 5px; +} + +.charsheet div.sheet-notepad label { + display: inline-block; +} + +.charsheet div.sheet-armor h3 { + width: 85px; +} + +.charsheet div.sheet-notepad p { + margin: 0; +} + +.charsheet div.sheet-notepad p input { + border-color: #000; + border-width: 0 0 2px 0; + display: inline-block; + width: 100%; + height: 20px; + margin: 0; +} + +.charsheet div.sheet-health { + margin-top: 10px; + width: 540px; +} + +.charsheet div.sheet-health label { + display: block; + width: 108px; + float: left; + text-align: center; + vertical-align: middle; + line-height: 42px; + font-size: 9px; + padding: 0; + margin: 0 0 0 8px; +} + +.charsheet div.sheet-health span.sheet-dots { + width: 139px; + display: block; + float: right; + line-height: 10px; + top: 7px; + position: relative; + padding-right: 6px; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] { + margin: 0; + padding: 0; + height: 10px; + width: 10px; + opacity: 0; + cursor: pointer; + z-index: 3; + position: relative; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span { + display: inline-block; + height: 10px; + width: 10px; + margin: 0 -10px 0 0; + padding: 0; + background-color: transparent; + position: relative; + left: -10px; + top: 2px; +} + +.charsheet div.sheet-health input[type=radio][value="0"] { + position: absolute; + margin-left: 4px; + margin-top: 15px; + width: 10px; + height: 10px; + z-index: 2; + opacity: 0; +} + +.charsheet div.sheet-health input[type=radio][value="0"] + span { + position: absolute; + margin-left: 3px; + margin-top: 17px; + width: 10px; + height: 10px; + z-index: 0; +} + +.charsheet div.sheet-health input[type=radio][value="0"] + span::before { + z-index: 1; + left: 5px; + width: 2px; + height: 8px; + margin-top: -6px; + background: #fff; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + content: ""; + position: absolute; + top: 50%; +} + +.charsheet div.sheet-health input[type=radio][value="0"] + span > span::before { + width: 12px; + height: 12px; + -webkit-border-radius: 16px; + -moz-border-radius: 16px; + border-radius: 16px; + margin: -8px 0 0; + background: #6E6E6E; + content: ""; + position: absolute; + top: 50%; + left: 0; +} + +.charsheet div.sheet-health input[type=radio][value="0"] + span > span::after { + left: 2px; + width: 8px; + height: 2px; + margin-top: -3px; + background: #FFF; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + content: ""; + position: absolute; + top: 50%; +} + +.charsheet div.sheet-health input[type=radio][value="0"]:checked ~ span input[type=radio] + span span.sheet-hex-inner, .charsheet div.sheet-health span.sheet-dots input[type=radio]:checked ~ input[type=radio] + span span.sheet-hex-inner { + display: none; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span { + display: inline-block; + margin: 0; + position: absolute; + padding: 0; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-outer { + display: inline-block; + top: 0; + left: 2px; + height: 10px; + width: 6px; + background-color: #fff; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-outer:before { + content: " "; + position: absolute; + left: -3px; + border-right: 3px solid #fff; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-outer:after { + content: " "; + position: absolute; + right: -3px; + border-left: 3px solid #fff; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-inner { + display: inline-block; + top: 2px; + left: 1px; + height: 6px; + width: 4px; + background-color: #000; + z-index: 1; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-inner:before { + content: " "; + position: absolute; + left: -2px; + border-right: 2px solid #000; + border-top: 3px solid transparent; + border-bottom: 3px solid transparent; +} + +.charsheet div.sheet-health span.sheet-dots input[type=radio] + span span.sheet-hex-inner:after { + content: " "; + position: absolute; + right: -2px; + border-left: 2px solid #000; + border-top: 3px solid transparent; + border-bottom: 3px solid transparent; +} + +.charsheet div.sheet-health p { + float: right; + display: block; + height: 26px; + margin: 0 10px 0 0; + color: #fff; + font-size: 9px; + text-align: center; + padding: 0 10px 10px 0; + width: 130px; + line-height: 12px; + background-color: transparent; + vertical-align: middle; + position: relative; + top: 9px; +} + +.charsheet div.sheet-health span.sheet-dots span { + display: inline-block; + height: 10px; + width: 0; + margin: 0; + padding: 0; +} + +.charsheet div.sheet-health-shortdesc p { + top: 14px; +} + +.charsheet div.sheet-health-left { + float: left; + background: transparent url('http://i.imgur.com/eoJTDXC.png') no-repeat scroll center; + width: 431px; + position: relative; +} + +.charsheet div.sheet-health-right { + float: right; + background: transparent url('http://i.imgur.com/eoJTDXC.png') no-repeat scroll center; + width: 431px; +} + +.charsheet div.sheet-firearms, .charsheet div.sheet-melee { + padding: 0; + margin: 10px 0 0 0; +} + +.charsheet div.sheet-firearms { + width: 541px; +} + +.charsheet div.sheet-melee { + width: 309px; +} + +.charsheet div.sheet-weapon-data input, .charsheet div.sheet-weapon-data select { + border: none; + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + width: 100%; + margin: 2px; + font-size: 11px; + font-weight: bold; +} + +.charsheet div.sheet-firearms select, .charsheet div.sheet-melee select { + margin: 1px; + padding: 2px; +} + +.charsheet div.sheet-weapon-headings div, .charsheet div.sheet-weapon-data div { + float: left; + border: 1px solid black; + padding: 2px; + font-size: 11px; + text-align: center; +} + +.charsheet div.sheet-weapon-stun, .charsheet div.sheet-weapon-stun input[type=checkbox] { + width: 35px; +} + +.charsheet div.sheet-weapon-stun input[type=checkbox] { + height: 30px; + width: 16px; + margin: 0; + padding: 0; +} + +.charsheet div.sheet-melee .sheet-weapon-skill { + width: 67px; +} + +.charsheet div.sheet-firearms h4, .charsheet div.sheet-melee h4 { + width: 530px; + background-color: #000; + color: #fff; + padding: 2px 0 0 10px; +} + +.charsheet div.sheet-melee h4 { + width: 299px; +} + +.charsheet div.sheet-weapon-name, .charsheet div.sheet-weapon-name input { + width: 123px; + text-align: right; +} + +.charsheet div.sheet-firearms div.sheet-weapon-skill { + width: 122px; +} + +.charsheet div.sheet-weapon-damage, .charsheet div.sheet-weapon-damage input[type=number] { + width: 33px; + text-align: center; +} + +.charsheet div.sheet-weapon-ap, .charsheet div.sheet-weapon-ap input[type=number] { + width: 21px; + text-align: center; +} + +.charsheet div.sheet-firearms div.sheet-weapon-range, .charsheet div.sheet-firearms div.sheet-weapon-range select, .charsheet div.sheet-firearms div.sheet-weapon-range select option { + width: 74px; +} + +.charsheet div.sheet-firearms div.sheet-weapon-mag, .charsheet div.sheet-firearms div.sheet-weapon-mag input { + width: 41px; + text-align: center; +} + +.charsheet div.sheet-firearms div.sheet-weapon-auto, .charsheet div.sheet-firearms div.sheet-weapon-auto input { + width: 43px; + text-align: center; +} + +.charsheet .sheet-clearfix { + *zoom: 1 +} + +.charsheet .sheet-clearfix:before, .charsheet .sheet-clearfix:after { + display: table; + content: "" +} + +.charsheet .sheet-clearfix:after { + clear: both +} diff --git a/the-void/the-void.html b/the-void/the-void.html new file mode 100644 index 0000000000..d3d03ea858 --- /dev/null +++ b/the-void/the-void.html @@ -0,0 +1,1287 @@ +
+

The VoidDossier

+ +
+
+

Summary Data

+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+

+ +

+ +

+

+ +

+ +

+ +

+

+
+
+

+ + + + + + +

+ +

+ +

+ +

+ + +

+
+
+
+
+
+
+ +
+

+
+
+
+ +
+

+
+
+
+ +
+

+
+
+
+
+
+ +
+

+
+
+
+

Armor

+ +
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+
+

-1 die to all Actions

+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+

-2 dice to all Actions

+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +

-4 dice to all Actions
Half speed & armor +

+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +

Unconscious

+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+

Firearms

+ +
+
Name
+
Skill
+
Dmg
+
AP
+
Range
+
Mag
+
Auto
+
Stun
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+

Melee

+ +
+
Name
+
Skill
+
Dmg
+
AP
+
Stun
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Skill Profile + RtgAttTot
+ Awr
+ Clv
Awr +
Gra
Awr +
Dem +
Clv
Clv
Phy
Gra
+ Per
Phy
Clv
Clv
Clv +
Clv
Gra
Clv
Dem +
+ Gra
Gra
Gra
+ Awr
+ Clv
+ Clv
+ Clv
Clv
Clv
+ Awr
Clv
Dem +
+ Gra
Awr
Awr
+ Awr
Awr
Awr
Awr
+ Gra
+ Gra
Awr
+ Awr
Dem
+ Awr
Dem
Awr
+ Clv +
+ Clv
Clv
+ Clv +
Clv
+ Clv
Clv
+ Awr
+ Awr
Awr
+ Awr
+ Awr
+ Clv
+
Awr
+ Dem
+ Gra
Awr
+ Gra
+ Clv +
Dem
Clv
Clv
Clv
Clv
Clv
Dem +
+ Awr
+ Gra
Dem +
Clv
+ Psv
Clv
Clv
Gra
Clv
+ +
Gra
+
+
diff --git a/the-void/the-void.png b/the-void/the-void.png new file mode 100644 index 0000000000..b0ebd66a87 Binary files /dev/null and b/the-void/the-void.png differ