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..91a9b16b36 --- /dev/null +++ b/Dragon Warriors/Dragon Warriors Revised.css @@ -0,0 +1,355 @@ +@import url("https://fonts.googleapis.com/css?family=Almendra&display=swap"); + +.sheet-reasonabletextarea { + width: 95%; + height: 95px; +} +Input[type=text] { + width: 9em; +} + +input.sheet-fourshorttextinput { + width: 4em; +} + +input.sheet-eightmidtextinput { + width: 8em; +} + +input.sheet-sixteenlongtextinput { + width: 16em; +} + +input.sheet-twelvemidlongtextinput { + width: 16em; +} + +/*Configure the tab buttons*/ +.sheet-character, +.sheet-skills, +.sheet-inventory, +.sheet-magic, +.sheet-languages, +.sheet-biographical, +.sheet-release, +.sheet-documentation { + display: none; + font-family: 'Almendra', serif; + text-align: justify; +} + +/* 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="languages"] ~ div.sheet-languages, +.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', serif; + text-align: justify; +} + +/*define tab pages*/ + +.sheet-character { + width: 800px; + height: 740px; + font-family: 'Almendra', serif; + text-align: justify; + grid-gap: 5px; + grid-template-columns: 170px 160px 160px 160px 150px; + grid-template-rows: 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px; + 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" + "professionskillsattributes 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: 800px; + height: 950px; + font-family: 'Almendra', serif; + text-align: justify; + grid-gap: 5px; + grid-template-columns: 800px; + grid-template-rows: 600px 300px; + grid-template-areas: + "professionskills" + "secondaryskills"; +} + +.sheet-inventory { + width: 800px; + height: 950px; + font-family: 'Almendra', serif; + text-align: justify; + grid-gap: 5px; + grid-template-columns: 400px 400px; + grid-template-rows: 100px 100px 100px 100px 100px 100px 20px 100px 150px; + grid-template-areas: + "posessions posessions" + "posessions posessions" + "posessions posessions" + "posessions posessions" + "money armour" + "money armour" + "money armour" + "weapons weapons" + "weapons weapons"; +} + +.sheet-magic { + width: 800px; + height: 1300px; + font-family: 'Almendra', serif; + text-align: justify; + grid-gap: 5px; + grid-template-columns: 400px 400px; + grid-template-rows: 100px 100px 1000px; + grid-template-areas: + "sorcerermana elementalistmana" + "mysticmana elementalistmana" + "spells spells" + "spells spells" + "spells spells" + "spells spells" + "spells spells" + "spells spells" + "spells spells"; +} + +.sheet-languages { + width: 800px; + height: 2000px; + font-family: 'Almendra', serif; + text-align: justify; + grid-gap: 5px; + grid-template-columns: 600px; + grid-template-rows: 775px 330px; + grid-template-areas: + "modlang" + "anclang"; +} + +.sheet-biographical { + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + + +.sheet-common { + grid-area: common; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-attributes { + grid-area: attributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-atkdefattributes { + grid-area: atkdefattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-evaattribute { + grid-area: evaattribute; + font-family: 'Almendra', serif; + border-style: solid; + border-width: 2px; +} + +.sheet-steperattributes { + grid-area: steperattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-mamdattributes { + grid-area: mamdattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-hpattributes { + grid-area: hpattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-AFattributes { + grid-area: AFattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-expattributes { + grid-area: expattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-weaponattributes { + grid-area: weaponattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-professionskillsattributes { + grid-area: professionskillsattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-posessionsattributes { + grid-area: posessionsattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-moneyattributes { + grid-area: moneyattributes; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-professionskills { + grid-area: professionskills; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-secondaryskillssec { + grid-area: secondaryskills; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-posessions { + grid-area: posessions; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-money { + grid-area: money; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-armour { + grid-area: armour; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-weapons { + grid-area: weapons; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-sorcerermana { + grid-area: sorcerermana; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-elementalistmana { + grid-area: elementalistmana; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-mysticmana { + grid-area: mysticmana; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-spells { + grid-area: spells; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-modlang { + grid-area: modlang; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} + +.sheet-anclang { + grid-area: anclang; + font-family: 'Almendra', serif; + text-align: justify; + border-style: solid; + border-width: 2px; +} \ No newline at end of file diff --git a/Dragon Warriors/Dragon Warriors Revised.html b/Dragon Warriors/Dragon Warriors Revised.html new file mode 100644 index 0000000000..c22d535a51 --- /dev/null +++ b/Dragon Warriors/Dragon Warriors Revised.html @@ -0,0 +1,732 @@ +
+ + + + + + + + +
+ + + + +
+
+ Name + Profession + Rank +
+ +
+

+

+

+

+ +
+ +
+

+ +
+ +
+ +
+ +
+

+ +
+ +
+

+ +
+ +
+ +

+

+

+
+ +
+

+

+ +
+ +
+ +
+ +
+

Weapons

+
+ Type + Armour Bypass Roll + Damage

+
+
+ +
+

Profession Skills

+
+ +
+
+ +
+

Other Equipment

+
+ +
+
+ +
+

+

+

+
+
+ +
+
+

Profession Skills

+
+ Skill

+ Description

+
+
+ +
+

Secondary Skills

+
+ Skill + Level

+ Description

+
+
+ +
+ +
+ +
+

Posessions

+
+ Item + Location + Encumberance +
+ + + +
+ +
+

Cash on hand

+ +

Other wealth

+ +
+ + +
+

Armour

+ + + + + +
+ +
+

Weapons

+
+ Type + Armour Bypass Roll + Damage + Short Range + Medium Range + Long Range +
+
+ +
+ +
+
+

Sorcer/Warlock Magic Points

+ +
+
+

Elementalist Magic Points

+ + + +
+
+

Psychic Fatigue Check

+
+ +
+

Spells of Rank 1

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 2

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 3

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 4

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 5

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 6

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 7

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 8

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 9

+
+ Name + Range + Duration

+ Description

+
+

Spells of Rank 10

+
+ Name + Range + Duration

+ Description

+
+
+
+ + +
+ + + + + + + + + Description

+ Biography

+
+ + +
+
+

Modern Languages

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LanguageFluencyLiterate?
+ Elleslandic + + + + Classic +
+ Visic + + + + Nikkar Runik +
+ Latter Mercanian + + + Nikkar Runik +
+ Cabbandari + + + Majestic +
+ Dakkandi + + + Majestic +
+ Algandarve + + + Classic +
+ Beaulangue + + + Classic +
+ Kurlish + + + Classic +
+ Emphidian + + + Emphidian +
+ Angate + + + Classic +
+ Opalarian + + + Jezant +
+ Nascerine + + + Jezant +
+ Etya'be'yely + + + Not written +
+ Klav + + + Jezant +
+ Unno + + + Jezant +
+ Raukil + + + Jezant +
+ Tsutsuneng + + + Khitai Pictograms +
+ Coradian Trader's Argot + + + Not written +
+ Arcane + + + Arcane Symbols +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LanguageFluencyLiterate?
+ Ancient Emphidian + + + + Emphidian +
+ Ancient Kaikuhran + + + + Qemor Heiroglyphs +
+ Bacchile + + + + Classic +
+ Old Mercanian + + + + Nikkar Runik +
+ Old Kurlish + + + + Classic +
+ Lughwyd (not spoken) + + + + Kell +
+
+
+ + + +
+ BETA TEST + Ver 0.1 + All attr. categories are now fixed and character details now save. + Page buttons function correctly + Grids are now displaying content in correct place + Images have been removed from code until they are hosted on GitHub +
+ +
+

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

+
+ + \ No newline at end of file