mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Initial Commit for EZD6 Character Sheet
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
.sheet-container {
|
||||
padding: 75px;
|
||||
}
|
||||
|
||||
.charsheet table {
|
||||
width:90%;
|
||||
border:0px solid;
|
||||
}
|
||||
.charsheet body{
|
||||
font-family: Corsiva;
|
||||
}
|
||||
|
||||
.sheet-background::after{
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.sheet-hider:not(:checked) + span + div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* DivTable.com */
|
||||
.sheet-divTable{
|
||||
display: table;
|
||||
}
|
||||
.sheet-divTableRow {
|
||||
display: table-row;
|
||||
}
|
||||
.sheet-divTableHeading {
|
||||
display: table-header-group;
|
||||
}
|
||||
.sheet-divTableCell, .sheet-divTableHead, .sheet-LdivTableCell {
|
||||
display: table-cell;
|
||||
/*border: 1px solid red;
|
||||
*/
|
||||
}
|
||||
.sheet-divTableHeading {
|
||||
display: table-header-group;
|
||||
}
|
||||
.sheet-divTableFoot {
|
||||
display: table-footer-group;
|
||||
}
|
||||
.sheet-divTableBody {
|
||||
display: table-row-group;
|
||||
}
|
||||
.sheet-divTableCell {
|
||||
text-align:center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.sheet-LdivTableCell {
|
||||
display: inline-block;
|
||||
text-align:left;
|
||||
|
||||
/* BLUE TABLE */
|
||||
.sheet-blueTable {
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-divTable.sheet-blueTable .sheet-divTableCell, .sheet-divTable.sheet-blueTable .sheet-divTableHead {
|
||||
}
|
||||
.sheet-divTable.sheet-blueTable .sheet-divTableBody .sheet-divTableCell {
|
||||
}
|
||||
.sheet-divTable.sheet-blueTable .sheet-divTableHeading {
|
||||
}
|
||||
.sheet-divTable.sheet-blueTable .sheet-divTableHeading .sheet-divTableHead {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-blueTable .sheet-tableFootStyle {
|
||||
}
|
||||
|
||||
.sheet-tinytext {
|
||||
width: 5em;
|
||||
font-size: small;
|
||||
border-left: 0px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
border-color: black;
|
||||
}
|
||||
+174
@@ -0,0 +1,174 @@
|
||||
<div class="container">
|
||||
<div class="background">
|
||||
|
||||
<br />
|
||||
<h1 style="text-align: center; color: #FFF; background-color: #000000;">EZD6</h1><br />
|
||||
|
||||
<div id="main">
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Quick Rolls</h3><br />
|
||||
<div class='sheet-3colrow'>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Roll}} {{[[1d6]]}}' name='roll_check'>Normal Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Boon Roll}} {{[[2d6kh1]]}}' name='roll_check'>Boon Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Bane Roll}} {{[[2d6kl1]]}}' name='roll_check'>Bane Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
<div class='sheet-3colrow'>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Double Boon Roll}} {{[[3d6kh1]]}}' name='roll_check'>Double Boon Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Double Bane Roll}} {{[[3d6kl1]]}}' name='roll_check'>Double Bane Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=Miraculous Save}} {{[[1d6]]}}' name='roll_check'>Miraculous Save Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
<div class='sheet-3colrow'>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Hero Name</h3>
|
||||
<br/>
|
||||
<input type="text" name="attr_heroName" style="width: 221.6667px">
|
||||
<br/>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Inclinations and Aspects</h3>
|
||||
<br/>
|
||||
<br/>
|
||||
<textarea name="attr_inclinationsAspects" style="width: 221.6667px"></textarea>
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Hero Path</h3>
|
||||
<br/>
|
||||
<input type="text" name="attr_heroPath" style="width: 221.6667px">
|
||||
<br/>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Hero Path Features</h3>
|
||||
<br/>
|
||||
<br/>
|
||||
<textarea name="attr_heroPathFeatures" style="width: 221.6667px"></textarea>
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Species</h3>
|
||||
<br/>
|
||||
<input type="text" name="attr_attr_species" style="width: 221.6667px">
|
||||
<br/>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Species Features</h3>
|
||||
<br/>
|
||||
<br/>
|
||||
<textarea name="attr_speciesFeatures" style="width: 221.6667px"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class='sheet-3colrow'>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Strikes</h3>
|
||||
<br/>
|
||||
<input style="attr-align: center; width:110px" type="number" name="attr_healthCount" value="0">
|
||||
<input style="attr-align: center; width:110px" type="number" name="attr_healthCountMax" value="0">
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Armor(Roll = or Greater)</h3>
|
||||
<br/>
|
||||
<input style="attr-align: center; width:220px" type="number" name="attr_armorSaveValue" value="0">
|
||||
<br/>
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<br/>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Karma(L) and Hero Die(R)</h3>
|
||||
<br/>
|
||||
<input style="attr-align: center; width:110px" type="number" name="attr_karmaCount" value="0">
|
||||
<input style="attr-align: center; width:110px" type="number" name="attr_heroDieCount" value="0">
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Equipment</h3><br />
|
||||
<div class='sheet-2colrow'>
|
||||
<div class='sheet-col'>
|
||||
<div id="Basic">
|
||||
<label>Basic Gear</label>
|
||||
<fieldset class="repeating_gear" name="repeating_gear">
|
||||
<input type=text name="attr_gear" style="width:340px"><br />
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<div id="Treasure">
|
||||
<label>Treasure</label>
|
||||
<fieldset class="repeating_treasure" name="repeating_treasure">
|
||||
<input type=text name="attr_treasure" style="width:340px"><br />
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br/>
|
||||
<div>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Wealth</h3>
|
||||
<br/>
|
||||
<select name="attr_wealth" class="form-control">
|
||||
<option value="Pauper" selected="selected">Pauper</option>
|
||||
<option value="Cash Poor" selected="selected">Cash Poor</option>
|
||||
<option value="Moderate" selected="selected">Moderate</option>
|
||||
<option value="Wealthy" selected="selected">Wealthy</option>
|
||||
<option value="Lordly Wealth" selected="selected">Lordly Wealth</option>
|
||||
<option value="Kingly Wealth" selected="selected">Kingly Wealth</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<h3 style="text-align: center; color: #FFF; background-color: #000000;">Magick and Miracles</h3>
|
||||
<br/>
|
||||
<select name="attr_magick" class="form-control">
|
||||
<option value="None" selected="selected">None</option>
|
||||
<option value="Miracles" selected="selected">Miracles</option>
|
||||
<option value="Arcane Bands" selected="selected">Arcane Bands</option>
|
||||
<option value="Blastmaster" selected="selected">Blastmaster</option>
|
||||
<option value="Botanicalist" selected="selected">Botanicalist</option>
|
||||
<option value="Elementalist" selected="selected">Elementalist</option>
|
||||
<option value="Illusionist" selected="selected">Illusionist</option>
|
||||
<option value="Necromancer" selected="selected">Necromancer</option>
|
||||
<option value="Seer" selected="selected">Seer</option>
|
||||
<option value="Shadoweaver" selected="selected">Shadoweaver</option>
|
||||
<option value="Shapeshifter" selected="selected">Shapeshifter</option>
|
||||
</select>
|
||||
<div class='sheet-3colrow'>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=PL 1 Magick and Miracles Roll}} {{[[d6]]}}' name='roll_check'>PL One Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=PL 2 Magick and Miracles Roll}} {{[[d6]][[d6]]}}' name='roll_check'>PL Two Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class='sheet-col'>
|
||||
<button type='roll' style="width: 220px" value='&{template:default} {{name=PL 3 Magick and Miracles Roll}} {{[[d6]][[d6]][[d6]]}}' name='roll_check'>PL Three Roll</button>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"html": "ezd6.html",
|
||||
"css": "ezd6.css",
|
||||
"authors": "Rodney Nedlose",
|
||||
"instructions": "A sheet for use with DM Scotty's EZD6 rpg.",
|
||||
"legacy": true
|
||||
}
|
||||
Reference in New Issue
Block a user