diff --git a/Dungeon-slayers-4/DS4-COP.png b/Dungeon-slayers-4/DS4-COP.png new file mode 100644 index 0000000000..e95ad39e99 Binary files /dev/null and b/Dungeon-slayers-4/DS4-COP.png differ diff --git a/Dungeon-slayers-4/DS4-DEF.png b/Dungeon-slayers-4/DS4-DEF.png new file mode 100644 index 0000000000..8eed5646bc Binary files /dev/null and b/Dungeon-slayers-4/DS4-DEF.png differ diff --git a/Dungeon-slayers-4/DS4-GOL.png b/Dungeon-slayers-4/DS4-GOL.png new file mode 100644 index 0000000000..ed8e114deb Binary files /dev/null and b/Dungeon-slayers-4/DS4-GOL.png differ diff --git a/Dungeon-slayers-4/DS4-HP.png b/Dungeon-slayers-4/DS4-HP.png new file mode 100644 index 0000000000..d6bcb542ac Binary files /dev/null and b/Dungeon-slayers-4/DS4-HP.png differ diff --git a/Dungeon-slayers-4/DS4-INI.png b/Dungeon-slayers-4/DS4-INI.png new file mode 100644 index 0000000000..a8fee9a103 Binary files /dev/null and b/Dungeon-slayers-4/DS4-INI.png differ diff --git a/Dungeon-slayers-4/DS4-MAT.png b/Dungeon-slayers-4/DS4-MAT.png new file mode 100644 index 0000000000..09e41dfcbb Binary files /dev/null and b/Dungeon-slayers-4/DS4-MAT.png differ diff --git a/Dungeon-slayers-4/DS4-MP.png b/Dungeon-slayers-4/DS4-MP.png new file mode 100644 index 0000000000..9e8e875eab Binary files /dev/null and b/Dungeon-slayers-4/DS4-MP.png differ diff --git a/Dungeon-slayers-4/DS4-MR.png b/Dungeon-slayers-4/DS4-MR.png new file mode 100644 index 0000000000..8d3e405eb5 Binary files /dev/null and b/Dungeon-slayers-4/DS4-MR.png differ diff --git a/Dungeon-slayers-4/DS4-RAT.png b/Dungeon-slayers-4/DS4-RAT.png new file mode 100644 index 0000000000..c292458d94 Binary files /dev/null and b/Dungeon-slayers-4/DS4-RAT.png differ diff --git a/Dungeon-slayers-4/DS4-SIL.png b/Dungeon-slayers-4/DS4-SIL.png new file mode 100644 index 0000000000..b772993ec0 Binary files /dev/null and b/Dungeon-slayers-4/DS4-SIL.png differ diff --git a/Dungeon-slayers-4/DS4-SPC.png b/Dungeon-slayers-4/DS4-SPC.png new file mode 100644 index 0000000000..bde713bf69 Binary files /dev/null and b/Dungeon-slayers-4/DS4-SPC.png differ diff --git a/Dungeon-slayers-4/DS4-TSC.png b/Dungeon-slayers-4/DS4-TSC.png new file mode 100644 index 0000000000..3608126c49 Binary files /dev/null and b/Dungeon-slayers-4/DS4-TSC.png differ diff --git a/Dungeon-slayers-4/DS4-title.png b/Dungeon-slayers-4/DS4-title.png new file mode 100644 index 0000000000..b90c883989 Binary files /dev/null and b/Dungeon-slayers-4/DS4-title.png differ diff --git a/Dungeon-slayers-4/DS4EN.css b/Dungeon-slayers-4/DS4EN.css new file mode 100644 index 0000000000..fc492aea3a --- /dev/null +++ b/Dungeon-slayers-4/DS4EN.css @@ -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; +} diff --git a/Dungeon-slayers-4/DS4EN.html b/Dungeon-slayers-4/DS4EN.html new file mode 100644 index 0000000000..07675c7232 --- /dev/null +++ b/Dungeon-slayers-4/DS4EN.html @@ -0,0 +1,1238 @@ + + + + + + + + + +
+ +
+ + + + +
+ + +
+ + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ +
+
+
+
+
+ +
+ + +
+
+ +
+
+
BODY
+
+
   MOBILITY   
+
+
MIND
+
+
+ +
+
STRENGTH
+
+
AGILITY
+
+
INTELLECT
+
+
+ +
+
 CONSTITUTION 
+
+
DEXTERITY
+
+
     AURA     
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+
+
HIT POINTS
+
DEFENSE
+
INITIATIVE
+
MOVEMENT
+
MAT
+
RAT
+
SPC
+
TSC
+
MANA POINTS
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+
  Melee Weapon
+
WB
+
MB
+
IM
+
OD
+
Initiative
+
Defense Mod
+
Attack Roll
+
Attack Dice
+
  Special
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+
+
  Ranged Weapon
+
WB
+
MB
+
IM
+
OD
+
Initiative
+
Defense Mod
+
Attack Roll
+
Attack Dice
+
  Special
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+ +
+
+
  Armor
+
Location
+
AV
+
MB
+
IM
+
MR Mod
+
  Special
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+ +
+
+
  Opponent Armour Penetration  
  (e.g. OD, negative Value only)
+
  Roll for  
  Defense
+
+
+
+
+
+
+ +
+ +
+
+
  Spell Type  
+
  SPC/TSC  
+
SM
+
  Roll  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+
+
  Spell
+
Lvl
+
Type
+
SM
+
Mana
+
Distance
+
Duration
+
Cooldown
+
  Effect
+
+
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ +
+
+
  PP Record  
+
  Increase  
+
  PP  
+
  Special  
+
+ +
+
Strength
+
+
+
+
+ +
+
Constitution
+
+
+
+
+ +
+
Agility
+
+
+
+
+ +
+
Dexterity
+
+
+
+
+ +
+
Intellect
+
+
+
+
+ +
+
Aura
+
+
+
+
+ +
+
Hit Points
+
+
+
+
+ +
+
Mana Points
+
+
+
+
+ +
+
Add TPs
+
+
+
+
+ +
+
Language / Alphabet
+
+
+
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +1 Gold =
10 Silver =
100 Copper +
+
+ + +
+ +
+ +
+ +
+ +
+
+
  Item
+
Where carried?
+
Special
+
+
+ +
+ + + +
+
+
+ +
+ +
+ +
+
+
  Herbs, Potions, Artifacts
+
Where carried?
+
Effect
+
+
+ +
+ + + +
+
+
+ +
+ + +
+ +
+ +
+ +
+ +
+
+
  Talent
+
Rank
+
Effect
+
+
+ +
+ + + +
+
+
+ +
+ + +
+ +
+
+
  Talent
+
Rank
+
Effect
+
+
+ +
+ + + +
+
+
+ +
+ +
+
+
  Infos
+
+
+ +
+
Gender
+
+
+ +
+
 Place of Birth 
+
+
+ +
+
Date of Birth
+
+
+ +
+
Age
+
+
+ +
+
Height
+
+
+ +
+
Weight
+
+
+ +
+
Hair Color
+
+
+ +
+
Eye Color
+
+
+ +
+
Languages
+
+
+ +
+
Alphabets
+
+
+ +
+ +
+ +
+ +
+ +
+
+
  Test
+
Difficulty
+
 Applicable Talents 
+
Modifier
+
 Roll 
+
+ +
+
 Appraise Treasure 
+
+
Appraise
+
+
+
+ +
+
Climb
+
+
Acrobat, Master Climber
+
+
+
+ +
+
Communicate
+
+
Education
+
+
+
+ +
+
Decypher Script
+
+
Alertness, Education
+
+
+
+ +
+
Defy Poison
+
+
Endurance, +2 for Dwarfs
+
+
+
+ +
+
Disable Traps
+
+
Thievery
+
+
+
+ +
+
Feat of Strength
+
+
 Brutal Blow, Devastating Strike 
+
+
+
+ + +
+
Flirt
+
+
Charming
+
+
+
+ +
+
Haggle
+
+
Charming, Rascal
+
+
+
+ +
+
Hide
+
+
Stealth
+
+
+
+ +
+
Jump
+
+
Acrobat, Elves
+
+
+
+ +
+
Knowledge
+
+
Education, Expertise
+
+
+
+ + +
+
Open Lock
+
+
Thievery, Lockpicking
+
+
+
+ +
+ + + + +
+
+
  Test
+
Difficulty
+
 Applicable Talents 
+
Modifier
+
 Roll 
+
+ +
+
Perception
+
+
Thievery, Alertness, +3 Elves
+
+
+
+ +
+
Performance
+
+
Custom
+
+
None
+
+ +
+
Pick Pocket
+
+
 Thievery,Stealth,Diversion,Pickpocket 
+
+
+
+ +
+
Read Tracks
+
+
Hunter, Alertness
+
+
+
+ +
+
Resist Disease
+
+
Endurance
+
+
+
+ +
+
Ride
+
+
Riding, Mounted Archer, Beast Master
+
+
+
+ +
+
Search
+
+
Thievery, Stealth, Alertness
+
+
+
+ +
+
Sneak
+
+
Stealth
+
+
+
+ +
+
Start Fire
+
+
Hunter
+
+
+
+ +
+
Swimming
+
+
Swim
+
+
+
+ +
+
Wake Up !
+
+
Lightening Reflexes, Alertness
+
+
+
+ +
+
 Work Mechanism (DX) 
+
+
Thievery, Artisan, Lockpicking
+
+
+
+ +
+
Work Mechanism (IN)
+
+
Thievery, Artisan, Lockpicking
+
+
+
+ +
+ +
+ +
+ + + + diff --git a/Dungeon-slayers-4/README.md b/Dungeon-slayers-4/README.md new file mode 100644 index 0000000000..52fa333a82 --- /dev/null +++ b/Dungeon-slayers-4/README.md @@ -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. diff --git a/Dungeon-slayers-4/Woodstamp.otf b/Dungeon-slayers-4/Woodstamp.otf new file mode 100644 index 0000000000..c206d9d4c0 Binary files /dev/null and b/Dungeon-slayers-4/Woodstamp.otf differ diff --git a/Dungeon-slayers-4/sheet.json b/Dungeon-slayers-4/sheet.json new file mode 100644 index 0000000000..5ab1c8a92a --- /dev/null +++ b/Dungeon-slayers-4/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "DS4EN.html", + "css": "DS4EN.css", + "authors": "Guillaume Cabuzel", + "roll20userid": "940920", + "preview": "DS4EN-preview.png", + "instructions": "" +}