Merge pull request #1107 from GuiGnomeDev/master

Dungeon Slayer 4 character sheet
This commit is contained in:
Ryan Hallinan
2015-11-06 11:25:22 -06:00
18 changed files with 1559 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

+311
View File
@@ -0,0 +1,311 @@
/* Table formatting */
.sheet-rTable,.sheet-rCombatTable,.sheet-rAttrTable { display: table; }
.sheet-rTableRow,.sheet-rCombatTableRow,.sheet-rAttrTableRow { display: table-row; }
.sheet-rTableHeading { display: table-header-group; background-color: #ddd; }
.sheet-rTableBody { display: table-row-group; }
.sheet-rTableFoot { display: table-footer-group; }
.sheet-rTableCell,.rTableHead,.sheet-rCombatTableCell,.sheet-rAttrTableCell { display: table-cell; }
/* Normal Table formatting */
.sheet-rTable,/*.sheet-rTableRow,*/.sheet-rTableCell {
border: 1px solid #999999; text-align: center}
.sheet-rTableTextBox,.sheet-rTableNumberBox {
font-family: 'Georgia';
font-size: 16px;
border: none;
}
.sheet-rTableNumberBox {
width: 105px;
text-align: center;
}
/* Name formatting */
.sheet-nametitlelevelvalues-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
/*width: 1260px;*/
}
.sheet-name {
float: left;
width: 400px;
}
.sheet-title{
float: left;
width: 680px;
}
.sheet-level{
float: left;
width: 160px;
/* text-align: center; */
}
.sheet-levelvalues{
float: left;
width: 160px;
/*text-align: right;*/
}
/* Attributes and Traits Table formatting */
.sheet-rAttrTable,.sheet-rAttrTableRow,.sheet-rAttrTableCell {
text-align: center;
margin-left: 280px;
}
.sheet-AttrBox {
width: 70px;
height:70px;
border: 3px solid #999999;
font-family: 'WoodStamp', impact;
font-size: 64px;
text-shadow: 4px 4px 4px #aaa;
text-align: center;
}
/* Combat Table formatting */
.sheet-rCombatTable,.sheet-rCombatTableRow,.sheet-rCombatTableCell { text-align: center; }
.sheet-CombatBox {
width: 140px;
height:140px;
border:none;
font-family: 'WoodStamp', impact;
font-size: 48px;
text-shadow: 4px 4px 4px #aaa;
text-align: center;
}
.sheet-defense{
background:url(DS4-DEF.png) -0px -0px no-repeat;
}
.sheet-hitpoints{
background:url(DS4-HP.png) -0px -0px no-repeat;
width:
}
.sheet-initiative{
background:url(DS4-INI.png) -0px -0px no-repeat;
}
.sheet-moverate{
background:url(DS4-MR.png) -0px -0px no-repeat;
}
.sheet-meleeattack{
background:url(DS4-MAT.png) -0px -0px no-repeat;
}
.sheet-rangedattack{
background:url(DS4-RAT.png) -0px -0px no-repeat;
}
.sheet-spellcast{
background:url(DS4-SPC.png) -0px -0px no-repeat;
}
.sheet-targetspell{
background:url(DS4-TSC.png) -0px -0px no-repeat;
}
.sheet-manapoints{
background:url(DS4-MP.png) -0px -0px no-repeat;
}
/* Armor - Defense - Magic formating */
.sheet-armordefense-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
}
.sheet-armor{
float: left;
}
.sheet-defenseroll{
float: left;
margin-left: 20px;
}
/* PP - Loot formating */
.sheet-pploot-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
width: 1260px;
}
.sheet-pp{
float: left;
}
.sheet-loot{
/* overflow to handle inner floating block */
overflow: hidden;
width: 650px;
float: left;
margin-left: 20px;
}
.sheet-treasure{
float: left;
}
.sheet-money{
float: left;
}
.sheet-gold{
background:url(DS4-GOL.png) -0px -0px no-repeat;
}
.sheet-silver{
background:url(DS4-SIL.png) -0px -0px no-repeat;
}
.sheet-copper{
background:url(DS4-COP.png) -0px -0px no-repeat;
}
/* Items Herbs Talents */
.sheet-itemsherbs-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
/*width: 1260px;*/
}
.sheet-items{
float: left;
}
.sheet-herbs{
float: left;
margin-left: 20px;
}
/* Perso Talents */
.sheet-persotalents-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
/*width: 1260px;*/
}
.sheet-talents1{
float: left;
}
.sheet-talents2{
float: left;
margin-left: 20px;
}
.sheet-perso{
float: left;
margin-left: 20px;
}
/* Standard Tests */
.sheet-tests-wrap {
/* overflow to handle inner floating block */
overflow: hidden;
/*width: 1260px;*/
}
.sheet-tests1{
float: left;
}
.sheet-tests2{
float: left;
margin-left: 20px;
}
/* General Formatting */
.sheet-center { align-content: center; float: center; text-align: center; }
.sheet-hidden { display: none; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
margin: 0;
}
input{
-moz-border-radius:0px; /* Firefox */
/* -webkit-border-radius: 0px; /* Safari, Chrome */
/* -khtml-border-radius: 0px; /* KHTML */
/* border-radius: 0px; /* CSS3 */
}
fieldset{
margin: 0px;
padding: 0px;
border: none;
}
/* Fonts formatting */
@font-face {
font-family: 'WoodStamp';
src: local("Woodstamp.otf") format("opentype"),
url("http://www.fontsaddict.com/fontface/woodstamp.otf"),
url("http://www.fontsaddict.com/fontface/woodstamp.otf") format("opentype");
}
.sheet-WoodBig {
font-family: 'WoodStamp', impact;
font-size: 64px;
text-shadow: 4px 4px 4px #aaa;
}
.sheet-WoodMid {
font-family: 'WoodStamp', impact;
font-size: 32px;
text-shadow: 2px 2px 2px #aaa;
}
.sheet-WoodSmall {
font-family: 'WoodStamp', impact;
font-size: 16px;
/* text-shadow: 4px 4px 4px #aaa; */
}
.sheet-Georgia {
font-family: 'Georgia';
font-size: 16px;
/* text-shadow: 4px 4px 4px #aaa; */
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
This sheet is created for Dungeons Slayers version 4 (http://www.dungeonslayers.com/?page_id=112).
It supports the mana system described in the Magicworks Fanworks.
Binary file not shown.
+8
View File
@@ -0,0 +1,8 @@
{
"html": "DS4EN.html",
"css": "DS4EN.css",
"authors": "Guillaume Cabuzel",
"roll20userid": "940920",
"preview": "DS4EN-preview.png",
"instructions": ""
}