diff --git a/Dungeon-slayers-4/DS4-COP.png b/Dungeon-slayers-4/DS4-COP.png index e95ad39e99..2a9b37ec4d 100644 Binary files a/Dungeon-slayers-4/DS4-COP.png and b/Dungeon-slayers-4/DS4-COP.png differ diff --git a/Dungeon-slayers-4/DS4-GOL.png b/Dungeon-slayers-4/DS4-GOL.png index ed8e114deb..b2fea7f901 100644 Binary files a/Dungeon-slayers-4/DS4-GOL.png and b/Dungeon-slayers-4/DS4-GOL.png differ diff --git a/Dungeon-slayers-4/DS4-SIL.png b/Dungeon-slayers-4/DS4-SIL.png index b772993ec0..9de16f1f09 100644 Binary files a/Dungeon-slayers-4/DS4-SIL.png and b/Dungeon-slayers-4/DS4-SIL.png differ diff --git a/Dungeon-slayers-4/DS4EN.css b/Dungeon-slayers-4/DS4EN.css index fc492aea3a..722db08260 100644 --- a/Dungeon-slayers-4/DS4EN.css +++ b/Dungeon-slayers-4/DS4EN.css @@ -19,38 +19,37 @@ } .sheet-rTableNumberBox { - width: 105px; + max-width: 40px; + width: 40px; text-align: center; } /* Name formatting */ -.sheet-nametitlelevelvalues-wrap { +.sheet-nametitlelevel-wrap { /* overflow to handle inner floating block */ overflow: hidden; - /*width: 1260px;*/ } .sheet-name { float: left; - width: 400px; + border:none; } .sheet-title{ float: left; - width: 680px; + height: auto; + width: auto; + /*max-width: 300px; + max-height: 300px;*/ + border:none; } .sheet-level{ float: left; - width: 160px; + /*width: 160px; */ /* text-align: center; */ -} - -.sheet-levelvalues{ - float: left; - width: 160px; - /*text-align: right;*/ + border:none; } /* Attributes and Traits Table formatting */ @@ -58,15 +57,23 @@ .sheet-rAttrTable,.sheet-rAttrTableRow,.sheet-rAttrTableCell { text-align: center; -margin-left: 280px; +/*margin-left: 280*/ /* The attributes will float left for half view */ +.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; } +px; } .sheet-AttrBox { width: 70px; + max-width: 70px; height:70px; border: 3px solid #999999; - font-family: 'WoodStamp', impact; - font-size: 64px; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; + font-size: 48px; text-shadow: 4px 4px 4px #aaa; text-align: center; } @@ -76,51 +83,62 @@ margin-left: 280px; .sheet-rCombatTable,.sheet-rCombatTableRow,.sheet-rCombatTableCell { text-align: center; } +.sheet-rCombatTableCell { width: 90px; max-width: 90px; } + .sheet-CombatBox { - width: 140px; - height:140px; + width: 70px; + max-width: 70px; + height:70px; border:none; - font-family: 'WoodStamp', impact; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; font-size: 48px; text-shadow: 4px 4px 4px #aaa; text-align: center; } .sheet-defense{ - background:url(DS4-DEF.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/hBWhX1X.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-hitpoints{ - background:url(DS4-HP.png) -0px -0px no-repeat; - width: + background:url("http://i.imgur.com/ZyHtTT7.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-initiative{ - background:url(DS4-INI.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/q4uHCO0.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-moverate{ - background:url(DS4-MR.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/byISko8.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-meleeattack{ - background:url(DS4-MAT.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/zUIVTRI.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-rangedattack{ - background:url(DS4-RAT.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/KY2gII0.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-spellcast{ - background:url(DS4-SPC.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/4Z1IFmi.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-targetspell{ - background:url(DS4-TSC.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/87zxBKx.png") -0px -0px no-repeat; + background-size: 70px 70px; } .sheet-manapoints{ - background:url(DS4-MP.png) -0px -0px no-repeat; + background:url("http://i.imgur.com/z3x6GZW.png") -0px -0px no-repeat; + background-size: 70px 70px; } /* Armor - Defense - Magic formating */ @@ -136,74 +154,105 @@ margin-left: 280px; .sheet-defenseroll{ float: left; - margin-left: 20px; + margin-left: 6px; } -/* PP - Loot formating */ +/* PP - Racial formating */ -.sheet-pploot-wrap { +.sheet-ppracial-wrap { /* overflow to handle inner floating block */ overflow: hidden; - width: 1260px; + /*width: 800px;*/ } .sheet-pp{ float: left; } -.sheet-loot{ - /* overflow to handle inner floating block */ +.sheet-racial{ overflow: hidden; - width: 650px; - + width: 313px; float: left; - margin-left: 20px; + margin-left: 6px; } -.sheet-treasure{ - float: left; -} -.sheet-money{ - float: left; -} +/* Items */ -.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 { +.sheet-items-wrap { /* overflow to handle inner floating block */ overflow: hidden; - /*width: 1260px;*/ } .sheet-items{ float: left; } +.sheet-items2{ + float: left; + margin-left: 6px; +} + +/* Herbs Loot */ + +.sheet-herbsloot-wrap { + /* overflow to handle inner floating block */ + overflow: hidden; +} + .sheet-herbs{ float: left; - margin-left: 20px; +} + +.sheet-loot{ + /* overflow to handle inner floating block */ + overflow: hidden; + width: 313px; + + float: left; + margin-left: 6px; } -/* Perso Talents */ +.sheet-treasure{ + float: left; +} + + +.sheet-money{ + float: left; + + width: 100px; + max-width: 100px; + height:100px; + border:none; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; + font-size: 48px; + /*text-shadow: 4px 4px 4px #aaa;*/ + text-align: center; +} + +.sheet-gold{ + background:url("http://i.imgur.com/0htG6UA.png") -0px -0px no-repeat; + background-size: 100px 102px; +} + +.sheet-silver{ + background:url("http://i.imgur.com/JWBfoJJ.png") -0px -0px no-repeat; + background-size: 100px 102px; +} + +.sheet-copper{ + background:url("http://i.imgur.com/CEbiIgg.png") -0px -0px no-repeat; + background-size: 100px 102px; +} + + +/* Talents Perso */ .sheet-persotalents-wrap { /* overflow to handle inner floating block */ overflow: hidden; - /*width: 1260px;*/ } @@ -214,12 +263,12 @@ margin-left: 280px; .sheet-talents2{ float: left; - margin-left: 20px; + margin-left: 6px; } .sheet-perso{ float: left; - margin-left: 20px; + margin-left: 6px; } /* Standard Tests */ @@ -227,7 +276,6 @@ margin-left: 280px; .sheet-tests-wrap { /* overflow to handle inner floating block */ overflow: hidden; - /*width: 1260px;*/ } @@ -238,7 +286,7 @@ margin-left: 280px; .sheet-tests2{ float: left; - margin-left: 20px; + margin-left: 6px; } /* General Formatting */ @@ -254,7 +302,7 @@ input[type=number]::-webkit-outer-spin-button { input[type=number] { -moz-appearance:textfield; - margin: 0; + margin: 0; } input{ @@ -282,17 +330,17 @@ fieldset{ } .sheet-WoodBig { - font-family: 'WoodStamp', impact; - font-size: 64px; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; + font-size: 48px; text-shadow: 4px 4px 4px #aaa; } .sheet-WoodMid { - font-family: 'WoodStamp', impact; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; font-size: 32px; text-shadow: 2px 2px 2px #aaa; } .sheet-WoodSmall { - font-family: 'WoodStamp', impact; + font-family: 'WoodStamp', Impact, Charcoal, sans-serif; font-size: 16px; /* text-shadow: 4px 4px 4px #aaa; */ } diff --git a/Dungeon-slayers-4/DS4EN.html b/Dungeon-slayers-4/DS4EN.html index 07675c7232..6c85a25190 100644 --- a/Dungeon-slayers-4/DS4EN.html +++ b/Dungeon-slayers-4/DS4EN.html @@ -7,79 +7,89 @@ -
+
+ +
+
+
  Character  
+
 
+
+
+
  Race  
+
+
+
+
  Class  
+
+
+
+
  Hero Class  
+
+
-
- - - - -
- - -
- - - -
-
- -
+
+
+
+
+
+
  Player  
+
+
-
- -
- -
- -
- -
- - -
+
+
+
  Level  
+
+
+
+
  Progress Points   
+
+
+
+
  Talent Points   
+
+
+
+
  Experience Points   
+
+
+
-
-
-
-
-
- -
+
+
-
@@ -150,7 +160,7 @@
-
HIT POINTS
+
HP
DEFENSE
INITIATIVE
MOVEMENT
@@ -158,29 +168,29 @@
RAT
SPC
TSC
-
MANA POINTS
+
MANA
-
BOD+CO+10
-
BOD+CO+AV
-
MOB+AG
-
(MOB/2)+1-MR
-
BOD+ST
-
MOB+DX
-
MND+AU-AV
-
MND+DX-AV
-
MND+AU+Level
+
BOD+CO+10
+
BOD+CO+AV
+
MOB+AG
+
(MOB/2)+1-MR
+
BOD+ST
+
MOB+DX
+
MND+AU-AV
+
MND+DX-AV
+
MND+AU+Lvl.
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -193,76 +203,76 @@
MB
IM
OD
-
Initiative
-
Defense Mod
-
Attack Roll
-
Attack Dice
+
Ini
+
Def. Mod
+
Att. Roll
+
Att. Dice
  Special
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -276,76 +286,76 @@
MB
IM
OD
-
Initiative
-
Defense Mod
-
Attack Roll
-
Attack Dice
+
Ini
+
Def Mod
+
Att Roll
+
Att Dice
  Special
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -361,88 +371,88 @@
AV
MB
IM
-
MR Mod
+
MR
  Special
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
+
@@ -469,13 +479,13 @@
-
+
-
+
@@ -485,300 +495,718 @@
-
-
-
  Spell
-
Lvl
-
Type
-
SM
-
Mana
-
Distance
-
Duration
-
Cooldown
-
  Effect
-
-
+
+
+
  Spell
+
Lvl
+
Type
+
SM
+
Mana
+
Cooldown
+
Distance
+
Duration
+
Effect
+
-
- - -
+
+
- - - - - - - -
-
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ + + +
-
+
-
-
-
  PP Record  
-
  Increase  
-
  PP  
-
  Special  
-
+
+
+
  PP Record  
+
  Increase  
+
  PP  
+
  Special  
+
+ +
+
Strength
+
+
+
+
-
-
Strength
-
-
+
+
Constitution
+
+
+
+
+ +
+
Agility
+
+
+
+
+ +
+
Dexterity
+
+
+
+
+ +
+
Intellect
+
+
+
+
+ +
+
Aura
+
+
+
+
+ +
+
Hit Points
+
+
+
+
+ +
+
Mana Points
+
+
+
+
+ +
+
Add TPs
+
+
+
+
+ +
+
Language/Alphabet
+
+
-
+
+
+ +
-
-
Constitution
-
-
-
-
+
+ + +
+
+ +
-
-
Agility
-
-
-
-
- -
-
Dexterity
-
-
-
-
- -
-
Intellect
-
-
-
-
- -
-
Aura
-
-
-
-
- -
-
Hit Points
-
-
-
-
- -
-
Mana Points
-
-
-
-
- -
-
Add TPs
-
-
-
-
- -
-
Language / Alphabet
-
-
-
-
-
- -
- -
- - -
-
- -
-
-
- -
- -
- -
- -
- -
-
-
- -1 Gold =
10 Silver =
100 Copper -
-
- - -
+

-
+
-
+
+
+
  Item
+
Where Carried?
+
Special
+
-
-
-
  Item
-
Where carried?
-
Special
-
-
+
+
+
+
+
-
- - - -
-
-
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
-
-
-
  Herbs, Potions, Artifacts
-
Where carried?
-
Effect
-
-
+
+
+
+
+
-
- - - -
-
-
+
+
+
+
+
-
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
-
+
+ +
+
+
  Item
+
Where Carried?
+
Special
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + +
+ +
+ +
+ +
+ +
+
+
  Herbs, Potions, Artifacts
+ +
Effect
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+
+
+ + 1 Gold = 10 Silver = 100 Copper +
+
+ +

-
+
-
-
-
  Talent
-
Rank
-
Effect
-
-
+
+
  Talent
+
Rank
+
Effect
+
-
- - - -
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
  Talent
-
Rank
-
Effect
-
-
+
+
+
+
+
-
- - - -
-
-
+
+
+
+
+
-
+
+
+
+
+
-
-
-
  Infos
-
-
+
+
+
+
+
+ +
+
+
+
+
-
-
Gender
-
-
+
+
+
+
+
-
-
 Place of Birth 
-
-
+
-
-
Date of Birth
-
-
+
-
-
Age
-
-
+
+
  Talent
+
Rank
+
Effect
+
-
-
Height
-
-
+
+
+
+
+
-
-
Weight
-
-
+
+
+
+
+
-
-
Hair Color
-
-
+
+
+
+
+
-
-
Eye Color
-
-
+
+
+
+
+
-
-
Languages
-
-
+
+
+
+
+
-
-
Alphabets
-
-
+
+
+
+
+
-
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+ +
+
+
  Infos
+
+
+ +
+
Gender
+
+
+ +
+
 Place of Birth 
+
+
+ +
+
Date of Birth
+
+
+ +
+
Age
+
+
+ +
+
Height
+
+
+ +
+
Weight
+
+
+ +
+
Hair Color
+
+
+ +
+
Eye Color
+
+
+ +
+
Languages
+
+
+ +
+
Alphabets
+
+
+ +
@@ -796,7 +1224,7 @@
-
 Appraise Treasure 
+
 Appraise Treasure 
-
Appraise
+
Appraise
-
Climb
+
Climb
-
Acrobat, Master Climber
+
Acrobat, Master Climber
-
Communicate
+
Communicate
-
Education
+
Education
-
Decypher Script
+
Decypher Script
-
Alertness, Education
+
Alertness, Education
-
Defy Poison
+
Defy Poison
-
Endurance, +2 for Dwarfs
+
Endurance, +2 for Dwarfs
-
Disable Traps
+
Disable Traps
-
Thievery
+
Thievery
-
Feat of Strength
+
Feat of Strength
-
 Brutal Blow, Devastating Strike 
+
 Brutal Blow, Devastating Strike 
-
Flirt
+
Flirt
-
Charming
+
Charming
-
Haggle
+
Haggle
-
Charming, Rascal
+
Charming, Rascal
-
Hide
+
Hide
-
Stealth
+
Stealth
-
Jump
+
Jump
-
Acrobat, Elves
+
Acrobat, Elves
-
Knowledge
+
Knowledge
-
Education, Expertise
+
Education, Expertise
-
Open Lock
+
Open Lock
-
Thievery, Lockpicking
+
Thievery, Lockpicking
@@ -1020,7 +1448,7 @@
-
Perception
+
Perception
-
Thievery, Alertness, +3 Elves
+
Thievery, Alertness, +3 Elves
-
Performance
+
Performance
-
Custom
+
Custom
None
-
Pick Pocket
+
Pick Pocket
-
 Thievery,Stealth,Diversion,Pickpocket 
+
 Thievery,Stealth,Diversion,Pickpocket 
-
Read Tracks
+
Read Tracks
-
Hunter, Alertness
+
Hunter, Alertness
-
Resist Disease
+
Resist Disease
-
Endurance
+
Endurance
-
Ride
+
Ride
-
Riding, Mounted Archer, Beast Master
+
Riding, Mounted Archer, Beast Master
-
Search
+
Search
-
Thievery, Stealth, Alertness
+
Thievery, Stealth, Alertness
-
Sneak
+
Sneak
-
Stealth
+
Stealth
-
Start Fire
+
Start Fire
-
Hunter
+
Hunter
-
Swimming
+
Swimming
-
Swim
+
Swim
-
Wake Up !
+
Wake Up !
-
Lightening Reflexes, Alertness
+
Lightening Reflexes, Alertness
-
 Work Mechanism (DX) 
+
 Work Mechanism (DX) 
-
Thievery, Artisan, Lockpicking
+
Thievery, Artisan, Lockpicking
-
Work Mechanism (IN)
+
Work Mechanism (IN)
-
Thievery, Artisan, Lockpicking
+
Thievery, Artisan, Lockpicking