diff --git a/Dragon Warriors/DW CS Banner.png b/Dragon Warriors/DW CS Banner.png
new file mode 100644
index 0000000000..ec9f76aaa2
Binary files /dev/null and b/Dragon Warriors/DW CS Banner.png differ
diff --git a/Dragon Warriors/Dragon Warriors Revised.css b/Dragon Warriors/Dragon Warriors Revised.css
new file mode 100644
index 0000000000..d98e58f5c2
--- /dev/null
+++ b/Dragon Warriors/Dragon Warriors Revised.css
@@ -0,0 +1,413 @@
+@import url("https://fonts.googleapis.com/css?family=Almendra|Almendra+SC&display=swap");
+
+* {
+ box-sizing: border-box;
+ font-size: medium;
+}
+
+img { width: 100%; }
+
+select
+{
+ width: 8em;
+ background-color: #F5F5F5;
+ font-family: 'Almendra SC', serif;
+
+}
+
+textarea
+{
+ width: 99%;
+ resize: none;
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+Input[type=number]
+{
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+Input[type=text]
+{
+ width: 9em;
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+input.sheet-fourshorttextinput
+{
+ width: 4em;
+ background-color: #F5F5F5;
+ font-family: 'Almendra SC', serif;
+}
+
+input.sheet-eightmidtextinput
+{
+ width: 8em;
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+input.sheet-sixteenlongtextinput
+{
+ width: 16em;
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+input.sheet-twelvemidlongtextinput
+{
+ width: 16em;
+ font-family: 'Almendra SC', serif;
+ background-color: #F5F5F5;
+}
+
+.sheet-main {
+ min-width: 850px;
+ border: 20px solid transparent;
+ padding: 1px;
+ border-image: url(https://i.imgur.com/XxBv5A2.png) 30 round;
+ border-image-outset: 1px;
+ background-color: #DCDCDC;
+}
+
+/*Configure the tab buttons*/
+.sheet-character,
+.sheet-skills,
+.sheet-inventory,
+.sheet-magic,
+.sheet-biographical,
+.sheet-release,
+.sheet-documentation
+{
+ display: none;
+ font-family: 'Almendra SC', serif;
+}
+
+/* show the selected tab */
+.sheet-tabstoggle[value="character"] ~ div.sheet-character,
+.sheet-tabstoggle[value="skills"] ~ div.sheet-skills,
+.sheet-tabstoggle[value="inventory"] ~ div.sheet-inventory,
+.sheet-tabstoggle[value="magic"] ~ div.sheet-magic,
+.sheet-tabstoggle[value="biographical"] ~ div.sheet-biographical,
+.sheet-tabstoggle[value="release"] ~ div.sheet-release,
+.sheet-tabstoggle[value="documentation"] ~ div.sheet-documentation
+{
+ display: grid;
+ font-family: 'Almendra SC', serif;
+ grid-gap: 5px;
+}
+
+.sheet-buttonbar
+{
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
+ align-items: flex-start;
+ width: auto;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+ padding: 0.75%;
+ margin-bottom: 5px;
+}
+
+/*define tab pages*/
+.sheet-character
+{
+ width: auto;
+ height: auto;
+ font-family: 'Almendra SC', serif;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ grid-template-areas: "common common common common common" "attributes atkdefattributes weaponattributes weaponattributes weaponattributes" "attributes atkdefattributes weaponattributes weaponattributes weaponattributes" "attributes evaattribute weaponattributes weaponattributes weaponattributes" "attributes steperattributes weaponattributes weaponattributes weaponattributes" "attributes steperattributes weaponattributes weaponattributes weaponattributes" "hpattributes AFattributes weaponattributes weaponattributes weaponattributes" "hpattributes AFattributes weaponattributes weaponattributes weaponattributes" "hpattributes AFattributes weaponattributes weaponattributes weaponattributes" "hpattributes AFattributes posessionsattributes posessionsattributes posessionsattributes" "professionskillsattributes mamdattributes posessionsattributes posessionsattributes posessionsattributes" "professionskillsattributes mamdattributes posessionsattributes posessionsattributes posessionsattributes" "professionskillsattributes mamdattributes posessionsattributes posessionsattributes posessionsattributes" "professionskillsattributes moneyattributes posessionsattributes posessionsattributes posessionsattributes" "expattributes moneyattributes posessionsattributes posessionsattributes posessionsattributes" "expattributes moneyattributes posessionsattributes posessionsattributes posessionsattributes";
+}
+
+.sheet-skills
+{
+ width: auto;
+ height: auto;
+ font-family: 'Almendra SC', serif;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ grid-template-areas: "professionskills" "secondaryskills";
+}
+
+.sheet-inventory
+{
+ width: auto;
+ height: auto;
+ font-family: 'Almendra SC', serif;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ grid-template-areas: "posessions posessions" "money armour" "weapons weapons";
+}
+
+.sheet-magic
+{
+ width: auto;
+ height: auto;
+ font-family: 'Almendra SC', serif;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ grid-template-areas: "sorcerermana mysticmana" "warlockmana elementalistmana" "demonologistmana elementalistmana" "spells spells";
+
+}
+
+.sheet-biographical
+{
+ width: auto;
+ height: auto;
+ font-family: 'Almendra SC', serif;
+ grid-template-columns: auto;
+ grid-template-rows: auto;
+ grid-template-areas: "basicbio" "modlang" "anclang";
+}
+
+.sheet-release
+{
+ width: auto;
+ height: auto;
+ font-family: sans-serif;
+ text-align: left;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-documentation
+{
+ width: auto;
+ height: auto;
+ font-family: sans-serif;
+ text-align: left;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-common
+{
+ grid-area: common;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+
+}
+
+.sheet-attributes
+{
+ grid-area: attributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-atkdefattributes
+{
+ grid-area: atkdefattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-evaattribute
+{
+ grid-area: evaattribute;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-steperattributes
+{
+ grid-area: steperattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-mamdattributes
+{
+ grid-area: mamdattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-hpattributes
+{
+ grid-area: hpattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-AFattributes
+{
+ grid-area: AFattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-expattributes
+{
+ grid-area: expattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-weaponattributes
+{
+ grid-area: weaponattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-professionskillsattributes
+{
+ grid-area: professionskillsattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-posessionsattributes
+{
+ grid-area: posessionsattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-moneyattributes
+{
+ grid-area: moneyattributes;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-professionskills
+{
+ grid-area: professionskills;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-secondaryskillssec
+{
+ grid-area: secondaryskills;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-posessions
+{
+ grid-area: posessions;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-money
+{
+ grid-area: money;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-armour
+{
+ grid-area: armour;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-weapons
+{
+ grid-area: weapons;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-basicbio
+{
+ grid-area: basicbio;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-modlang
+{
+ grid-area: modlang;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-anclang
+{
+ grid-area: anclang;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-sorcerermana
+{
+ grid-area: sorcerermana;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-elementalistmana
+{
+ grid-area: elementalistmana;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-mysticmana
+{
+ grid-area: mysticmana;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-warlockmana
+{
+ grid-area: warlockmana;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-demonologistmana
+{
+ grid-area: demonologistmana;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
+
+.sheet-spells
+{
+ grid-area: spells;
+ font-family: 'Almendra SC', serif;
+ border-style: double;
+ border-width: 6px;
+}
diff --git a/Dragon Warriors/Dragon Warriors Revised.html b/Dragon Warriors/Dragon Warriors Revised.html
new file mode 100644
index 0000000000..43e72c2de2
--- /dev/null
+++ b/Dragon Warriors/Dragon Warriors Revised.html
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+ Name
+ Profession
+
+ Knight
+ Barbarian
+ Sorcerer
+ Mystic
+ Sorcerer
+ Elementalist
+ Warlock
+ Assassin
+ Knave
+ Hunter
+ Priest
+ Demonologist
+
+ Rank
+
+
+
+
+
+
+
+ Evasion
+
+
+
+
+
+
+
+
+
+
+
+ Experience Points
+
+
+
+
+
+ Profession Skills
+
+
+
+
+
+
+ Other Equipment
+
+
+
+
+
+
+
+
+
+
+
Profession Skills
+
+ Skill
+ Description
+
+
+
+
+
Secondary Skills
+
+ Skill
+ Level
+
+ Basic
+ Intermediate
+ Advanced
+
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+ Modern Languages
+
+ Language
+
+ Elleslandic
+ Visic
+ Latter Mercanian
+ Cabbandari
+ Dakkandi
+ Algandarve
+ Beaulangue
+ Kurlish
+ Emphidian
+ Opalarian
+ Nascerine
+ Et'ya'be'yely
+ Klav
+ Unno
+ Raukil
+ Coradian Trader's Argot
+ Arcane
+
+
+ Fluency Level
+
+ Fluent
+ Intermediate
+ Basic
+
+ Literate?
+ Script
+
+ Classic
+ Nikkar Runic
+ Emphidian
+ Jezant
+ Majestic
+ Kitai Pictograms
+
+
+
+
+ Ancient Languages
+
+ Language
+
+ Elleslandic
+ Visic
+ Latter Mercanian
+ Cabbandari
+ Dakkandi
+ Algandarve
+
+ Fluency Level
+
+ Fluent
+ Intermediate
+ Basic
+
+ Literate?
+ Script
+
+ Classic
+ Nikkar Runic
+ Emphidian
+ Jezant
+ Qemor Heiroglyphs
+ Kell
+ Majestic
+ Kitai Pictograms
+
+
+
+
+
+
+
+
Release Notes
+
Ver 1.0
+
Features to add: Autocalc to round off weight of coins (not working), Autocalc Total Encumberance.
+
Show/hide magic sections depending on class selected on dropdown list.
+
Move release notes and documentation to bottom of page?
+
Change input fields font to Almendra
+
+
+
+
At Serpent King Games, we’re fans of Dragon Warriors as well as the current publishers of the game. We recognise the essential contribution that fans have made in keeping interest in the game alive over the past three decades or so. We are very happy to see additions to the Dragon Warriors setting, in the form of free fan-made websites or other internet-based content such as free e-books or e-zines. However, it is essential that all Dragon Warriors fan sites adhere to the following Fan Policy:
+
+
1. Fan websites (or e-books, e-zines, etc.) must not be commercial enterprises. We have no objection to a fan site covering its costs through the use of adverts or similar, but you must not charge people to download or access fan-made material based on the Dragon Warriors setting.
+
+
2. Fan websites(or e-books, e-zines, etc.) are explicitly NOT permitted to reprint copyright material, including such items as art, character professions, monsters, or adventures that have been printed by Serpent King Games or other official Dragon Warriors publishers.
+
+
3. You may reference names, places, etc. from the Dragon Warriors setting.
+
+
4. All fan websites (or e-books, e-zines, etc.) must include the following text, in legible form, on the front page or on the first page that refers to Dragon Warriors or Legend:
+
+
“This website includes material based on the Dragon Warriors setting, as created by and copyright (c) Dave Morris and Oliver Johnson, and used according to the terms of the Serpent King Games Fan Policy. We are not permitted to charge you to use or access this content. This website is not published, endorsed, or officially approved by Serpent King Games. For more information about Dragon Warriors products and Serpent King Games, please visit www.serpentking.com”
+
+
5. We expect fan websites (or e-books, e-zines, etc.) to use the Dragon Warriors setting responsibly and legally. That means avoiding associating the setting with extreme graphic violence, explicit sexual content, hate speech against any particular real-world segment of society, or anything else that does not present Dragon Warriors in a positive light.
+
+
If you have any questions about the Fan Policy, please email info@serpentking.com
+
+
+
+
diff --git a/Dragon Warriors/Example - clean.png b/Dragon Warriors/Example - clean.png
new file mode 100644
index 0000000000..c30354474a
Binary files /dev/null and b/Dragon Warriors/Example - clean.png differ
diff --git a/Dragon Warriors/Example - filled.png b/Dragon Warriors/Example - filled.png
new file mode 100644
index 0000000000..4bbd7e7e63
Binary files /dev/null and b/Dragon Warriors/Example - filled.png differ
diff --git a/Dragon Warriors/OuterBorder.png b/Dragon Warriors/OuterBorder.png
new file mode 100644
index 0000000000..32e77bd9e3
Binary files /dev/null and b/Dragon Warriors/OuterBorder.png differ
diff --git a/Dragon Warriors/sheet.json b/Dragon Warriors/sheet.json
new file mode 100644
index 0000000000..8061b59939
--- /dev/null
+++ b/Dragon Warriors/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "Dragon Warriors Revised.html",
+ "css": "Dragon Warriors Revised.css",
+ "authors": "Stephen Keightley",
+ "roll20userid": "630718",
+ "preview": "Example - clean.png",
+ "instructions": ""
+}