mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
css cleanup
This commit is contained in:
+90
-88
@@ -38,19 +38,9 @@
|
||||
/* --------------- Universal Section ------------------- */
|
||||
/* -------------------------- Page 1 ----------------------- */
|
||||
/* ------ Common Info section ------- */
|
||||
/* ------ Archetype section ------- */
|
||||
/* ------ Attributes section ------- */
|
||||
/* ------ skills section ------- */
|
||||
/* ------ advantage section ------- */
|
||||
/* ------ powers section ------- */
|
||||
/* ------ stress section ------- */
|
||||
/* ------ weapons section ------- */
|
||||
/* ------ armor section ------- */
|
||||
/* ------ equipment section ------- */
|
||||
/* ------ rules section ------- */
|
||||
/* -------------------------- Page 2/Notes --------------------- */
|
||||
/* -------------------------- Page 3/Settings ------------------ */
|
||||
/* -------------------------- Page 3/Settings ------------------ */
|
||||
/* -------------------------- Page 4/NPC ------------------ */
|
||||
/*------------------------------------*\
|
||||
#PAGE LAYOUT/ PAGE BUTTONS
|
||||
\*------------------------------------*/
|
||||
@@ -260,104 +250,116 @@
|
||||
.charsheet div.halfsection {
|
||||
max-width: 400px;
|
||||
}
|
||||
.charsheet div.common {
|
||||
.charsheet main.character {
|
||||
/* ------ Archetype section ------- */
|
||||
/* ------ Attributes section ------- */
|
||||
/* ------ skills section ------- */
|
||||
/* ------ advantage section ------- */
|
||||
/* ------ powers section ------- */
|
||||
/* ------ stress section ------- */
|
||||
/* ------ weapons section ------- */
|
||||
/* ------ armor section ------- */
|
||||
/* ------ equipment section ------- */
|
||||
/* ------ rules section ------- */
|
||||
}
|
||||
.charsheet main.character div.common {
|
||||
grid-area: common;
|
||||
width: 790px;
|
||||
}
|
||||
.charsheet div.common div label {
|
||||
.charsheet main.character div.common div label {
|
||||
font-size: 1.2em;
|
||||
max-width: 80px;
|
||||
margin: 5px 0px 5px 0px;
|
||||
text-align: right;
|
||||
}
|
||||
.charsheet div.common input[type=text] {
|
||||
.charsheet main.character div.common input[type=text] {
|
||||
font-size: 2em;
|
||||
height: 26px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.charsheet div.common input[type=text].playername {
|
||||
.charsheet main.character div.common input[type=text].playername {
|
||||
font-size: 1em;
|
||||
}
|
||||
.charsheet div.common .namecol label {
|
||||
.charsheet main.character div.common .namecol label {
|
||||
width: 81px;
|
||||
}
|
||||
.charsheet div.common :not(.namecol) label {
|
||||
.charsheet main.character div.common :not(.namecol) label {
|
||||
width: 66px;
|
||||
}
|
||||
.charsheet div.common div.input[type=number] {
|
||||
.charsheet main.character div.common div.input[type=number] {
|
||||
font-size: 1.6em;
|
||||
height: 26px;
|
||||
width: 51px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.charsheet div.common div.img {
|
||||
.charsheet main.character div.common div.img {
|
||||
height: 80px;
|
||||
}
|
||||
.charsheet div.archetype {
|
||||
.charsheet main.character div.archetype {
|
||||
grid-area: archetype;
|
||||
background: transparent;
|
||||
width: 730px;
|
||||
}
|
||||
.charsheet div.archetype label {
|
||||
.charsheet main.character div.archetype label {
|
||||
height: 15px;
|
||||
}
|
||||
.charsheet div.archetype select {
|
||||
.charsheet main.character div.archetype select {
|
||||
width: 126px;
|
||||
height: 27px;
|
||||
}
|
||||
.charsheet div.archetype textarea {
|
||||
.charsheet main.character div.archetype textarea {
|
||||
font-size: 0.8em;
|
||||
resize: none;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.charsheet div.archetype textarea.featuredesc {
|
||||
.charsheet main.character div.archetype textarea.featuredesc {
|
||||
height: 120px;
|
||||
width: 46%;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.charsheet div.archetype textarea.feature {
|
||||
.charsheet main.character div.archetype textarea.feature {
|
||||
height: 53px;
|
||||
width: 380px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.charsheet div.attributes {
|
||||
.charsheet main.character div.attributes {
|
||||
grid-area: attributes;
|
||||
margin-top: -10px;
|
||||
}
|
||||
.charsheet div.attributes label.title {
|
||||
.charsheet main.character div.attributes label.title {
|
||||
text-align: center;
|
||||
min-width: 800px;
|
||||
width: 600px;
|
||||
}
|
||||
.charsheet div.attributes span,
|
||||
.charsheet div.attributes input[type=number] {
|
||||
.charsheet main.character div.attributes span,
|
||||
.charsheet main.character div.attributes input[type=number] {
|
||||
height: 30px;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
.charsheet div.attributes span.dice {
|
||||
.charsheet main.character div.attributes span.dice {
|
||||
font-size: 23px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.charsheet div.attributes input[type=number] {
|
||||
.charsheet main.character div.attributes input[type=number] {
|
||||
width: 45px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.charsheet div.attributes button[type=roll] {
|
||||
.charsheet main.character div.attributes button[type=roll] {
|
||||
font-size: 1.7em;
|
||||
}
|
||||
.charsheet div.skills {
|
||||
.charsheet main.character div.skills {
|
||||
grid-area: skills;
|
||||
background-color: transparent;
|
||||
}
|
||||
.charsheet div.skills label {
|
||||
.charsheet main.character div.skills label {
|
||||
width: 100px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
.charsheet div.skills div.skillgrid {
|
||||
.charsheet main.character div.skills div.skillgrid {
|
||||
display: grid;
|
||||
padding: 5px;
|
||||
grid-template-rows: repeat(7, 1fr);
|
||||
@@ -366,40 +368,40 @@
|
||||
height: 215px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.charsheet div.skills div.skillgrid div {
|
||||
.charsheet main.character div.skills div.skillgrid div {
|
||||
width: 50px;
|
||||
height: 24px;
|
||||
}
|
||||
.charsheet div.skills span {
|
||||
.charsheet main.character div.skills span {
|
||||
text-transform: capitalize;
|
||||
font-size: 17px;
|
||||
max-width: 130px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.skills input[type=number] {
|
||||
.charsheet main.character div.skills input[type=number] {
|
||||
font-size: 17px;
|
||||
padding: 2px;
|
||||
width: 26px;
|
||||
border-style: none none solid none;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.skills input[type=number].small {
|
||||
.charsheet main.character div.skills input[type=number].small {
|
||||
width: 22px;
|
||||
}
|
||||
.charsheet div.skills input[type=text] {
|
||||
.charsheet main.character div.skills input[type=text] {
|
||||
width: 65px;
|
||||
padding: 1px 4px;
|
||||
font-size: 14px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.skills select {
|
||||
.charsheet main.character div.skills select {
|
||||
width: 46px;
|
||||
height: 22px;
|
||||
padding: 0px;
|
||||
margin-top: 4px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.charsheet div.skills button[type=roll].skills {
|
||||
.charsheet main.character div.skills button[type=roll].skills {
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@@ -410,7 +412,7 @@
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.charsheet div.skills button[type=roll].skills:hover {
|
||||
.charsheet main.character div.skills button[type=roll].skills:hover {
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@@ -422,153 +424,153 @@
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.charsheet div.skills button[type=roll].skills:hover::after {
|
||||
.charsheet main.character div.skills button[type=roll].skills:hover::after {
|
||||
font-family: "dicefontd6";
|
||||
content: " F";
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
.charsheet div.skills button[type=roll].special {
|
||||
.charsheet main.character div.skills button[type=roll].special {
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.skills button[type=roll].special:hover {
|
||||
.charsheet main.character div.skills button[type=roll].special:hover {
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.skills button[type=roll].special::after {
|
||||
.charsheet main.character div.skills button[type=roll].special::after {
|
||||
font-family: "dicefontd6";
|
||||
content: "F";
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
.charsheet div.advantage {
|
||||
.charsheet main.character div.advantage {
|
||||
grid-area: advantage;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.charsheet div.advantage label {
|
||||
.charsheet main.character div.advantage label {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.charsheet div.advantage input[type=text],
|
||||
.charsheet div.advantage input[type=number] {
|
||||
.charsheet main.character div.advantage input[type=text],
|
||||
.charsheet main.character div.advantage input[type=number] {
|
||||
height: 20px;
|
||||
}
|
||||
.charsheet div.advantage span {
|
||||
.charsheet main.character div.advantage span {
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
.charsheet div.advantage input[type=text] {
|
||||
.charsheet main.character div.advantage input[type=text] {
|
||||
width: 185px;
|
||||
}
|
||||
.charsheet div.advantage span input[type=text] {
|
||||
.charsheet main.character div.advantage span input[type=text] {
|
||||
width: 120px;
|
||||
}
|
||||
.charsheet div.advantage input[type=number] {
|
||||
.charsheet main.character div.advantage input[type=number] {
|
||||
width: 40px;
|
||||
}
|
||||
.charsheet div.advantage .rowflex {
|
||||
.charsheet main.character div.advantage .rowflex {
|
||||
margin: 4px 0px;
|
||||
}
|
||||
.charsheet div.powers {
|
||||
.charsheet main.character div.powers {
|
||||
grid-area: powers;
|
||||
}
|
||||
.charsheet div.powers .labels {
|
||||
.charsheet main.character div.powers .labels {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.charsheet div.powers label {
|
||||
.charsheet main.character div.powers label {
|
||||
padding-right: 100px;
|
||||
}
|
||||
.charsheet div.powers span {
|
||||
.charsheet main.character div.powers span {
|
||||
width: 53px;
|
||||
font-size: 17px;
|
||||
}
|
||||
.charsheet div.powers span:nth-of-type(1) {
|
||||
.charsheet main.character div.powers span:nth-of-type(1) {
|
||||
padding-right: 68px;
|
||||
}
|
||||
.charsheet div.powers input[type=text].name {
|
||||
.charsheet main.character div.powers input[type=text].name {
|
||||
width: 130px;
|
||||
}
|
||||
.charsheet div.powers input[type=text],
|
||||
.charsheet div.powers input[type=numbers] {
|
||||
.charsheet main.character div.powers input[type=text],
|
||||
.charsheet main.character div.powers input[type=numbers] {
|
||||
margin: 2px;
|
||||
border-width: 2px;
|
||||
}
|
||||
.charsheet div.stress {
|
||||
.charsheet main.character div.stress {
|
||||
grid-area: stress;
|
||||
font-size: 15px;
|
||||
width: 215px;
|
||||
height: 162px;
|
||||
}
|
||||
.charsheet div.stress div {
|
||||
.charsheet main.character div.stress div {
|
||||
margin: 5px;
|
||||
}
|
||||
.charsheet div.stress span {
|
||||
.charsheet main.character div.stress span {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
min-width: 60px;
|
||||
}
|
||||
.charsheet div.stress input[type=text] {
|
||||
.charsheet main.character div.stress input[type=text] {
|
||||
width: 44px;
|
||||
border-style: solid;
|
||||
}
|
||||
.charsheet div.weapons {
|
||||
.charsheet main.character div.weapons {
|
||||
grid-area: weapons;
|
||||
display: grid;
|
||||
grid-template-columns: 3fr repeat(11, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
}
|
||||
.charsheet div.weapons span {
|
||||
.charsheet main.character div.weapons span {
|
||||
text-align: center;
|
||||
}
|
||||
.charsheet div.weapons input[type=text] {
|
||||
.charsheet main.character div.weapons input[type=text] {
|
||||
width: 120px;
|
||||
}
|
||||
.charsheet div.weapons input[type=number] {
|
||||
.charsheet main.character div.weapons input[type=number] {
|
||||
width: 30px;
|
||||
}
|
||||
.charsheet div.weapons input[type=number].ammo {
|
||||
.charsheet main.character div.weapons input[type=number].ammo {
|
||||
width: 42px;
|
||||
}
|
||||
.charsheet div.weapons input[type=text],
|
||||
.charsheet div.weapons input[type=number] {
|
||||
.charsheet main.character div.weapons input[type=text],
|
||||
.charsheet main.character div.weapons input[type=number] {
|
||||
border: 1px solid var(--mythic-light-red);
|
||||
border-radius: 0px;
|
||||
}
|
||||
.charsheet div.weapons select {
|
||||
.charsheet main.character div.weapons select {
|
||||
width: 50px;
|
||||
}
|
||||
.charsheet div.weapons button[type=roll].d6-dice:before {
|
||||
.charsheet main.character div.weapons button[type=roll].d6-dice:before {
|
||||
width: 30px;
|
||||
font-family: "dicefontd6";
|
||||
content: "F";
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
.charsheet div.weapons button[type=roll].d6-dice:before:hover {
|
||||
.charsheet main.character div.weapons button[type=roll].d6-dice:before:hover {
|
||||
border: 2px solid black;
|
||||
border-radius: 9px;
|
||||
}
|
||||
.charsheet div.armor {
|
||||
.charsheet main.character div.armor {
|
||||
grid-area: armor;
|
||||
}
|
||||
.charsheet div.armor div {
|
||||
.charsheet main.character div.armor div {
|
||||
padding: 2px;
|
||||
}
|
||||
.charsheet div.armor label {
|
||||
.charsheet main.character div.armor label {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.charsheet div.equipment {
|
||||
.charsheet main.character div.equipment {
|
||||
grid-area: equipment;
|
||||
}
|
||||
.charsheet div.equipment textarea {
|
||||
.charsheet main.character div.equipment textarea {
|
||||
width: 95%;
|
||||
}
|
||||
.charsheet div.rules {
|
||||
.charsheet main.character div.rules {
|
||||
grid-area: rules;
|
||||
}
|
||||
.charsheet main.pg2 textarea {
|
||||
.charsheet main.notes textarea {
|
||||
height: 140px;
|
||||
}
|
||||
.charsheet main.pg3 input[type=number] {
|
||||
.charsheet main.settings input[type=number] {
|
||||
height: 24px;
|
||||
}
|
||||
.charsheet main.pg3 span.dice {
|
||||
.charsheet main.settings span.dice {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.charsheet main.npc * {
|
||||
@@ -712,7 +714,7 @@
|
||||
/*new die changes die roller to d6*/
|
||||
content: "";
|
||||
}
|
||||
.charsheet main.pg1 {
|
||||
.charsheet main.character {
|
||||
display: grid;
|
||||
grid-gap: 4px;
|
||||
grid-template-columns: 13fr 9fr;
|
||||
|
||||
+51
-55
@@ -10,9 +10,9 @@
|
||||
|
||||
<input type="hidden" class="tabstoggle" name="attr_sheetTab" value="character">
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------- PAGE 1 -------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------- CHARACTER -------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<main class="character pg1">
|
||||
<main class="character">
|
||||
<!-- Common section -->
|
||||
|
||||
<div class="common section rowflex nowrap spaced">
|
||||
@@ -803,13 +803,57 @@
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/MythicPUG/MythicD6/img/mythicd6-rules.png" alt="Some MythicD6 rules">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NPC ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="npc gap">
|
||||
|
||||
<section class="middle center columnflex nowrap border">
|
||||
<h2>GM Sheet</h2>
|
||||
<br>
|
||||
</section>
|
||||
|
||||
<section class="mook columnflex nowrap">
|
||||
<div>
|
||||
<h3>Mook</h3>
|
||||
</div>
|
||||
<div class="mookgrid">
|
||||
<div class="name flex-center rowflex nowrap">
|
||||
<label>Name: </label>
|
||||
<input name="attr_character_name" title="@{character_name}" type="text">
|
||||
</div>
|
||||
|
||||
<div class="orange">PL</div>
|
||||
<div><input name="attr_pl" title="@{pl}" type="number" value="1"></div>
|
||||
<div class="orange">AL</div>
|
||||
<div class="al"><input name="attr_al" title="@{al}" type="number" value="1"></div>
|
||||
|
||||
<span class="orange">BDV</span>
|
||||
<span class="orange">PDV</span>
|
||||
<span class="orange">SP</span>
|
||||
<span class="orange">HrP</span>
|
||||
<span class="orange">Ren</span>
|
||||
|
||||
<div><input name="attr_bdv" title="@{bdv}" type="number" value=""></div>
|
||||
<div><input name="attr_pdv" title="@{pdv}" type="number" value=""></div>
|
||||
<div><input name="attr_sp" title="@{sp}" type="number" value=""></div>
|
||||
<div><input name="attr_hrp" title="@{hrp}" type="number" value=""></div>
|
||||
<div><input name="attr_ren" title="@{ren}" type="number" value=""></div>
|
||||
|
||||
<textarea class="notes" name="attr_notes_mook"></textarea>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- PAGE 2 ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NOTES ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="notes pg2">-
|
||||
<main class="notes">-
|
||||
|
||||
<div class="section columnflex nowrap">
|
||||
|
||||
@@ -832,10 +876,10 @@
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- PAGE 3 ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- SETTINGS ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="settings pg3">-
|
||||
<main class="settings">-
|
||||
|
||||
<div class="section columnflex nowrap">
|
||||
<span class="bold">Pregen Character Template(changing will overwrite your stats):</span>
|
||||
@@ -919,62 +963,14 @@
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NPC ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="npc pg4 section gap">
|
||||
|
||||
<section class="middle center columnflex nowrap border">
|
||||
<h2>GM Sheet</h2>
|
||||
<br>
|
||||
</section>
|
||||
|
||||
<section class="mook columnflex nowrap">
|
||||
<div>
|
||||
<h3>Mook</h3>
|
||||
</div>
|
||||
<div class="mookgrid">
|
||||
<div class="name flex-center rowflex nowrap">
|
||||
<label>Name: </label>
|
||||
<input name="attr_character_name" title="@{character_name}" type="text">
|
||||
</div>
|
||||
|
||||
<div class="orange">PL</div>
|
||||
<div><input name="attr_pl" title="@{pl}" type="number" value="1"></div>
|
||||
<div class="orange">AL</div>
|
||||
<div class="al"><input name="attr_al" title="@{al}" type="number" value="1"></div>
|
||||
|
||||
<span class="orange">BDV</span>
|
||||
<span class="orange">PDV</span>
|
||||
<span class="orange">SP</span>
|
||||
<span class="orange">HrP</span>
|
||||
<span class="orange">Ren</span>
|
||||
|
||||
<div><input name="attr_bdv" title="@{bdv}" type="number" value=""></div>
|
||||
<div><input name="attr_pdv" title="@{pdv}" type="number" value=""></div>
|
||||
<div><input name="attr_sp" title="@{sp}" type="number" value=""></div>
|
||||
<div><input name="attr_hrp" title="@{hrp}" type="number" value=""></div>
|
||||
<div><input name="attr_ren" title="@{ren}" type="number" value=""></div>
|
||||
|
||||
<textarea class="notes" name="attr_notes_mook"></textarea>
|
||||
</div>
|
||||
</section>
|
||||
<!--
|
||||
<section class="section columnflex nowrap">
|
||||
<div>
|
||||
<h3>Hordes</h3>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
</main>
|
||||
<input type="hidden" name="attr_weapon1skillpd" value="0"/>
|
||||
<input type="hidden" name="attr_weapon1skilldie" value="1"/>
|
||||
<input type="hidden" name="attr_weapon2skillpd" value="0"/>
|
||||
<input type="hidden" name="attr_weapon2skilldie" value="1"/>
|
||||
<input type="hidden" name="attr_weapon3skillpd" value="0"/>
|
||||
<input type="hidden" name="attr_weapon3skilldie" value="1"/>
|
||||
<input type="hidden" name="attr_version" value="1.06"/>
|
||||
<input type="hidden" name="attr_version" value="1.11"/>
|
||||
<datalist id="powers">
|
||||
<option value="Accelerated Healing"></option>
|
||||
<option value="Animal Mimicry"></option>
|
||||
|
||||
+341
-340
@@ -288,377 +288,378 @@
|
||||
/* -------------------------- Page 1 ----------------------- */
|
||||
|
||||
/* ------ Common Info section ------- */
|
||||
main.character{
|
||||
|
||||
div.common {
|
||||
grid-area: common;
|
||||
width: 790px;
|
||||
|
||||
div label{
|
||||
font-size: 1.2em;
|
||||
max-width: 80px;
|
||||
margin: 5px 0px 5px 0px;
|
||||
text-align: right;
|
||||
div.common {
|
||||
grid-area: common;
|
||||
width: 790px;
|
||||
|
||||
div label{
|
||||
font-size: 1.2em;
|
||||
max-width: 80px;
|
||||
margin: 5px 0px 5px 0px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
font-size: 2em;
|
||||
height: 26px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
input[type="text"].playername{
|
||||
font-size: 1em;
|
||||
}
|
||||
.namecol label{
|
||||
width: 81px;
|
||||
}
|
||||
:not(.namecol) label{
|
||||
width: 66px;
|
||||
}
|
||||
|
||||
div.input[type="number"]{
|
||||
font-size: 1.6em;
|
||||
height: 26px;
|
||||
width: 51px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.img{
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
/* ------ Archetype section ------- */
|
||||
div.archetype {
|
||||
grid-area: archetype;
|
||||
background: transparent;
|
||||
width: 730px;
|
||||
|
||||
label{
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
select{
|
||||
width: 126px;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
textarea{
|
||||
font-size: 0.8em;
|
||||
resize: none;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
textarea.featuredesc{
|
||||
height: 120px;
|
||||
width: 46%;
|
||||
margin-right: 8px;
|
||||
}
|
||||
textarea.feature{
|
||||
height: 53px;
|
||||
width: 380px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
font-size: 2em;
|
||||
height: 26px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
input[type="text"].playername{
|
||||
font-size: 1em;
|
||||
}
|
||||
.namecol label{
|
||||
width: 81px;
|
||||
}
|
||||
:not(.namecol) label{
|
||||
width: 66px;
|
||||
/* ------ Attributes section ------- */
|
||||
div.attributes {
|
||||
grid-area: attributes;
|
||||
margin-top: -10px;
|
||||
|
||||
label.title{
|
||||
text-align: center;
|
||||
min-width: 800px;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
span,
|
||||
input[type="number"]{
|
||||
height: 30px;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span.dice{
|
||||
font-size: 23px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
input[type="number"]{
|
||||
width: 45px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
button[type="roll"]{
|
||||
font-size: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
div.input[type="number"]{
|
||||
font-size: 1.6em;
|
||||
height: 26px;
|
||||
width: 51px;
|
||||
padding-bottom: 0px;
|
||||
margin-top: 10px;
|
||||
/* ------ skills section ------- */
|
||||
div.skills {
|
||||
grid-area: skills;
|
||||
background-color: transparent;
|
||||
|
||||
label{
|
||||
width: 100px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
div.skillgrid{
|
||||
display: grid;
|
||||
padding: 5px;
|
||||
grid-template-rows: repeat(7, 1fr);
|
||||
grid-template-columns: 3fr 2fr 3fr 2fr 3fr 2fr;
|
||||
width: 750px;
|
||||
height: 215px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.skillgrid div{
|
||||
width:50px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
span{
|
||||
text-transform: capitalize;
|
||||
font-size: 17px;
|
||||
max-width: 130px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
input[type="number"]{
|
||||
font-size: 17px;
|
||||
padding: 2px;
|
||||
width: 26px;
|
||||
border-style: none none solid none;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
|
||||
input[type="number"].small{
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 65px;
|
||||
padding: 1px 4px;
|
||||
font-size: 14px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
|
||||
select{
|
||||
width: 46px;
|
||||
height: 22px;
|
||||
padding: 0px;
|
||||
margin-top: 4px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
button[type="roll"].skills{
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 95px;
|
||||
height: 25px;
|
||||
border: 2px solid white;
|
||||
color: var(--mythic-light-red);
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
button[type="roll"].skills:hover{
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 95px;
|
||||
height: 25px;
|
||||
border: 2px solid black;
|
||||
border-radius: 9px;
|
||||
color: var(--mythic-light-red);
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
button[type="roll"].skills:hover::after{
|
||||
font-family: 'dicefontd6';
|
||||
content: ' F';
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
|
||||
button[type="roll"].special{
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
button[type="roll"].special:hover{
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
button[type="roll"].special::after{
|
||||
font-family: 'dicefontd6';
|
||||
content: 'F';
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
}
|
||||
|
||||
div.img{
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
/* ------ Archetype section ------- */
|
||||
div.archetype {
|
||||
grid-area: archetype;
|
||||
background: transparent;
|
||||
width: 730px;
|
||||
/* ------ advantage section ------- */
|
||||
div.advantage {
|
||||
grid-area: advantage;
|
||||
padding-left: 20px;
|
||||
|
||||
label{
|
||||
height: 15px;
|
||||
label{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"]{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
span{
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 185px;
|
||||
}
|
||||
|
||||
span input[type="text"]{
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
input[type="number"]{
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.rowflex{
|
||||
margin: 4px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
select{
|
||||
width: 126px;
|
||||
height: 27px;
|
||||
/* ------ powers section ------- */
|
||||
div.powers {
|
||||
grid-area: powers;
|
||||
|
||||
.labels{
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
label{
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
span{
|
||||
width: 53px;
|
||||
font-size: 17px;
|
||||
}
|
||||
span:nth-of-type(1){
|
||||
padding-right: 68px;
|
||||
}
|
||||
|
||||
input[type="text"].name{
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="numbers"]{
|
||||
margin: 2px;
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea{
|
||||
font-size: 0.8em;
|
||||
resize: none;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
textarea.featuredesc{
|
||||
height: 120px;
|
||||
width: 46%;
|
||||
margin-right: 8px;
|
||||
}
|
||||
textarea.feature{
|
||||
height: 53px;
|
||||
width: 380px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
/* ------ stress section ------- */
|
||||
div.stress {
|
||||
grid-area: stress;
|
||||
font-size: 15px;
|
||||
width: 215px;
|
||||
height: 162px;
|
||||
|
||||
/* ------ Attributes section ------- */
|
||||
div.attributes {
|
||||
grid-area: attributes;
|
||||
margin-top: -10px;
|
||||
div {
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
label.title{
|
||||
text-align: center;
|
||||
min-width: 800px;
|
||||
width:600px;
|
||||
span{
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 44px;
|
||||
border-style: solid;
|
||||
}
|
||||
}
|
||||
|
||||
span,
|
||||
input[type="number"]{
|
||||
height: 30px;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span.dice{
|
||||
font-size: 23px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
input[type="number"]{
|
||||
width: 45px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
button[type="roll"]{
|
||||
font-size: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
/* ------ skills section ------- */
|
||||
div.skills {
|
||||
grid-area: skills;
|
||||
background-color: transparent;
|
||||
|
||||
label{
|
||||
width: 100px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
div.skillgrid{
|
||||
/* ------ weapons section ------- */
|
||||
div.weapons {
|
||||
grid-area: weapons;
|
||||
display: grid;
|
||||
padding: 5px;
|
||||
grid-template-rows: repeat(7, 1fr);
|
||||
grid-template-columns: 3fr 2fr 3fr 2fr 3fr 2fr;
|
||||
width: 750px;
|
||||
height: 215px;
|
||||
margin-left: 15px;
|
||||
grid-template-columns: 3fr repeat(11, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
|
||||
span{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 120px;
|
||||
}
|
||||
input[type="number"]{
|
||||
width: 30px;
|
||||
}
|
||||
input[type="number"].ammo{
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"]{
|
||||
border: 1px solid var(--mythic-light-red);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
select{
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
button[type="roll"].d6-dice:before{
|
||||
width: 30px;
|
||||
font-family: 'dicefontd6';
|
||||
content: 'F';
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
|
||||
button[type="roll"].d6-dice:before:hover{
|
||||
border: 2px solid black;
|
||||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
div.skillgrid div{
|
||||
width:50px;
|
||||
height: 24px;
|
||||
/* ------ armor section ------- */
|
||||
div.armor {
|
||||
grid-area: armor;
|
||||
}
|
||||
|
||||
span{
|
||||
text-transform: capitalize;
|
||||
font-size: 17px;
|
||||
max-width: 130px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
input[type="number"]{
|
||||
font-size: 17px;
|
||||
div.armor div{
|
||||
padding: 2px;
|
||||
width: 26px;
|
||||
border-style: none none solid none;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
|
||||
input[type="number"].small{
|
||||
width: 22px;
|
||||
div.armor label{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 65px;
|
||||
padding: 1px 4px;
|
||||
font-size: 14px;
|
||||
color: var(--mythic-light-red);
|
||||
/* ------ equipment section ------- */
|
||||
div.equipment {
|
||||
grid-area:equipment;
|
||||
}
|
||||
|
||||
select{
|
||||
width: 46px;
|
||||
height: 22px;
|
||||
padding: 0px;
|
||||
margin-top: 4px;
|
||||
margin-left: 3px;
|
||||
div.equipment textarea{
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
button[type="roll"].skills{
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 95px;
|
||||
height: 25px;
|
||||
border: 2px solid white;
|
||||
color: var(--mythic-light-red);
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
button[type="roll"].skills:hover{
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 95px;
|
||||
height: 25px;
|
||||
border: 2px solid black;
|
||||
border-radius: 9px;
|
||||
color: var(--mythic-light-red);
|
||||
text-shadow: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
button[type="roll"].skills:hover::after{
|
||||
font-family: 'dicefontd6';
|
||||
content: ' F';
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
|
||||
button[type="roll"].special{
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
button[type="roll"].special:hover{
|
||||
width: 25px;
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
button[type="roll"].special::after{
|
||||
font-family: 'dicefontd6';
|
||||
content: 'F';
|
||||
color: var(--mythic-red);
|
||||
/* ------ rules section ------- */
|
||||
div.rules {
|
||||
grid-area: rules;
|
||||
}
|
||||
}
|
||||
|
||||
/* ------ advantage section ------- */
|
||||
div.advantage {
|
||||
grid-area: advantage;
|
||||
padding-left: 20px;
|
||||
|
||||
label{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"]{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
span{
|
||||
color: var(--mythic-light-red);
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 185px;
|
||||
}
|
||||
|
||||
span input[type="text"]{
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
input[type="number"]{
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.rowflex{
|
||||
margin: 4px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ------ powers section ------- */
|
||||
div.powers {
|
||||
grid-area: powers;
|
||||
|
||||
.labels{
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
label{
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
span{
|
||||
width: 53px;
|
||||
font-size: 17px;
|
||||
}
|
||||
span:nth-of-type(1){
|
||||
padding-right: 68px;
|
||||
}
|
||||
|
||||
input[type="text"].name{
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="numbers"]{
|
||||
margin: 2px;
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ------ stress section ------- */
|
||||
div.stress {
|
||||
grid-area: stress;
|
||||
font-size: 15px;
|
||||
width: 215px;
|
||||
height: 162px;
|
||||
|
||||
div {
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
span{
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 44px;
|
||||
border-style: solid;
|
||||
}
|
||||
}
|
||||
/* ------ weapons section ------- */
|
||||
div.weapons {
|
||||
grid-area: weapons;
|
||||
display: grid;
|
||||
grid-template-columns: 3fr repeat(11, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
|
||||
span{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="text"]{
|
||||
width: 120px;
|
||||
}
|
||||
input[type="number"]{
|
||||
width: 30px;
|
||||
}
|
||||
input[type="number"].ammo{
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="number"]{
|
||||
border: 1px solid var(--mythic-light-red);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
select{
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
button[type="roll"].d6-dice:before{
|
||||
width: 30px;
|
||||
font-family: 'dicefontd6';
|
||||
content: 'F';
|
||||
color: var(--mythic-red);
|
||||
}
|
||||
|
||||
button[type="roll"].d6-dice:before:hover{
|
||||
border: 2px solid black;
|
||||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ------ armor section ------- */
|
||||
div.armor {
|
||||
grid-area: armor;
|
||||
}
|
||||
|
||||
div.armor div{
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
div.armor label{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* ------ equipment section ------- */
|
||||
div.equipment {
|
||||
grid-area:equipment;
|
||||
}
|
||||
|
||||
div.equipment textarea{
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
/* ------ rules section ------- */
|
||||
div.rules {
|
||||
grid-area: rules;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------- Page 2/Notes --------------------- */
|
||||
|
||||
main.pg2 {
|
||||
main.notes {
|
||||
|
||||
textarea{
|
||||
height: 140px;
|
||||
@@ -667,7 +668,7 @@
|
||||
|
||||
/* -------------------------- Page 3/Settings ------------------ */
|
||||
|
||||
main.pg3 {
|
||||
main.settings {
|
||||
input[type="number"]{
|
||||
height: 24px;
|
||||
}
|
||||
@@ -678,7 +679,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------- Page 3/Settings ------------------ */
|
||||
/* -------------------------- Page 4/NPC ------------------ */
|
||||
|
||||
main.npc{
|
||||
|
||||
@@ -882,7 +883,7 @@
|
||||
content: '';
|
||||
}
|
||||
|
||||
main.pg1 {
|
||||
main.character {
|
||||
display: grid;
|
||||
grid-gap: 4px;
|
||||
grid-template-columns: 13fr 9fr;
|
||||
|
||||
+50
-55
@@ -10,9 +10,9 @@
|
||||
|
||||
<input type="hidden" class="tabstoggle" name="attr_sheetTab" value="character">
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------- PAGE 1 -------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------- CHARACTER -------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<main class="character pg1">
|
||||
<main class="character">
|
||||
<!-- Common section -->
|
||||
|
||||
<div class="common section rowflex nowrap spaced">
|
||||
@@ -803,13 +803,57 @@
|
||||
<img src="https://raw.githubusercontent.com/Anduh/roll20-character-sheets/MythicPUG/MythicD6/img/mythicd6-rules.png" alt="Some MythicD6 rules">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NPC ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="npc gap">
|
||||
|
||||
<section class="middle center columnflex nowrap border">
|
||||
<h2>GM Sheet</h2>
|
||||
<br>
|
||||
</section>
|
||||
|
||||
<section class="mook columnflex nowrap">
|
||||
<div>
|
||||
<h3>Mook</h3>
|
||||
</div>
|
||||
<div class="mookgrid">
|
||||
<div class="name flex-center rowflex nowrap">
|
||||
<label>Name: </label>
|
||||
<input name="attr_character_name" title="@{character_name}" type="text">
|
||||
</div>
|
||||
|
||||
<div class="orange">PL</div>
|
||||
<div><input name="attr_pl" title="@{pl}" type="number" value="1"></div>
|
||||
<div class="orange">AL</div>
|
||||
<div class="al"><input name="attr_al" title="@{al}" type="number" value="1"></div>
|
||||
|
||||
<span class="orange">BDV</span>
|
||||
<span class="orange">PDV</span>
|
||||
<span class="orange">SP</span>
|
||||
<span class="orange">HrP</span>
|
||||
<span class="orange">Ren</span>
|
||||
|
||||
<div><input name="attr_bdv" title="@{bdv}" type="number" value=""></div>
|
||||
<div><input name="attr_pdv" title="@{pdv}" type="number" value=""></div>
|
||||
<div><input name="attr_sp" title="@{sp}" type="number" value=""></div>
|
||||
<div><input name="attr_hrp" title="@{hrp}" type="number" value=""></div>
|
||||
<div><input name="attr_ren" title="@{ren}" type="number" value=""></div>
|
||||
|
||||
<textarea class="notes" name="attr_notes_mook"></textarea>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- PAGE 2 ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NOTES ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="notes pg2">-
|
||||
<main class="notes">-
|
||||
|
||||
<div class="section columnflex nowrap">
|
||||
|
||||
@@ -832,10 +876,10 @@
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- PAGE 3 ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- SETTINGS ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="settings pg3">-
|
||||
<main class="settings">-
|
||||
|
||||
<div class="section columnflex nowrap">
|
||||
<span class="bold">Pregen Character Template(changing will overwrite your stats):</span>
|
||||
@@ -919,52 +963,3 @@
|
||||
|
||||
</main>
|
||||
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------- NPC ---------------------------------------------------------- -->
|
||||
<!-- ----------------------------------------------------------------------------------------------------------------------- -->
|
||||
|
||||
<main class="npc pg4 section gap">
|
||||
|
||||
<section class="middle center columnflex nowrap border">
|
||||
<h2>GM Sheet</h2>
|
||||
<br>
|
||||
</section>
|
||||
|
||||
<section class="mook columnflex nowrap">
|
||||
<div>
|
||||
<h3>Mook</h3>
|
||||
</div>
|
||||
<div class="mookgrid">
|
||||
<div class="name flex-center rowflex nowrap">
|
||||
<label>Name: </label>
|
||||
<input name="attr_character_name" title="@{character_name}" type="text">
|
||||
</div>
|
||||
|
||||
<div class="orange">PL</div>
|
||||
<div><input name="attr_pl" title="@{pl}" type="number" value="1"></div>
|
||||
<div class="orange">AL</div>
|
||||
<div class="al"><input name="attr_al" title="@{al}" type="number" value="1"></div>
|
||||
|
||||
<span class="orange">BDV</span>
|
||||
<span class="orange">PDV</span>
|
||||
<span class="orange">SP</span>
|
||||
<span class="orange">HrP</span>
|
||||
<span class="orange">Ren</span>
|
||||
|
||||
<div><input name="attr_bdv" title="@{bdv}" type="number" value=""></div>
|
||||
<div><input name="attr_pdv" title="@{pdv}" type="number" value=""></div>
|
||||
<div><input name="attr_sp" title="@{sp}" type="number" value=""></div>
|
||||
<div><input name="attr_hrp" title="@{hrp}" type="number" value=""></div>
|
||||
<div><input name="attr_ren" title="@{ren}" type="number" value=""></div>
|
||||
|
||||
<textarea class="notes" name="attr_notes_mook"></textarea>
|
||||
</div>
|
||||
</section>
|
||||
<!--
|
||||
<section class="section columnflex nowrap">
|
||||
<div>
|
||||
<h3>Hordes</h3>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
</main>
|
||||
@@ -5,7 +5,7 @@ input(type="hidden" name="attr_weapon2skilldie" value="1")
|
||||
input(type="hidden" name="attr_weapon3skillpd" value="0")
|
||||
input(type="hidden" name="attr_weapon3skilldie" value="1")
|
||||
|
||||
input(type="hidden" name="attr_version" value="1.06")
|
||||
input(type="hidden" name="attr_version" value="1.11")
|
||||
|
||||
datalist#powers
|
||||
each power in ["Accelerated Healing", "Animal Mimicry", "Aquatic", "Body Control", "Boost", "Chameleon", "Darkness", "Disease", "Drain", "Duplication", "Elemental Sheath", "Energy Constructs", "Enhanced Perception", "Enhancement", "Entangle", "Extra Limbs", "Fast Reactions", "Flash Attack", "Healing", "Intagible", "Invisibility", "Life Support", "Mimicry", "Molecular Mimic", "Natural Weaponry", "Negation", "Omnivorous", "Paralyze", "Poison Secretion", "Radio Communication", "Ranged Power Attack", "Regeneration", "Shape Shift", "Size Control", "Stretching", "Super Attribute", "Super Senses", "Super Tracking", "Sustenance", "Transmutation", "Transfer Attribute", "Vampirism", "Weather Control", "X-Ray Vision", "adaptation", "body armor", "energy absorption", "force field", "immunity", "invulnerability", "missile deflection", "resurrection", "two-dimensional", "air manipulation", "cosmic manipulation", "darkness manipulation", "density manipulation", "earth manipulation", "electricity manipulation", "energy manipulation", "flame manipulation", "gravity manipulation", "ice manipulation", "light manipulation", "magnetic manipulation", "plant manipulation", "sound manipulation", "time manipulation", "water manipulation", "animation", "animate dead", "beast calling", "beast control", "confusion ", "cosmic awareness", "detect", "empathy", "esp", "hex", "illusion", "iron will", "language comprehension", "luck", "machine interface", "mind control", "mind reading", "mind field", "possession", "second sight", "summoning", "telekinesis", "telepathy", "astral projection", "burrowing", "dimensional shifting", "enhanced movement", "ftl travel", "flight", "spatial warping", "super jump", "super speed", "swinging", "teleportation", "wall-crawling"]
|
||||
|
||||
Reference in New Issue
Block a user