```metadata title: 3.5e OA Style description: '' tags: - meta:Theme systems: - 3.5e renderer: V3 theme: 5ePHB ``` ```css /* FONT IMPORTS __________________________________________________ */ /* _______________________________________________________________ */ @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/55680bfb99118ed7a9e708ccb20547828bea41ed/3.5PlayersHandbook.css'); @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/6e7b07e7402b9e7ed248cde426b345e6fca84ebf/3.5OA.css'); /* _______________________________________________________________ */ /* PAGE TEXTURES, FONT SIZE, and PADDING */ /* This just adds the background texture, and the padding keeps the text within the red border, which has to be adjusted for even vs. odd-numbered pages... And adjusts the page column gap. */ .page { background-image : unset; background-color : white; padding : 18mm 32mm 18mm 14mm; font-size : 12px; text-align : justify; column-gap : 8mm; } .page:nth-of-type(odd) { padding : 18mm 14mm 18mm 32mm; } /* WOOD BORDER */ /* This establishes the red border on every page, similar to how the footer image appears on normal documents. */ .page::after, .page:has(.toc)::after { content : ''; position : absolute; height : 100%; width : 110px; left : unset; right : 0; top : 0; background-image : url(https://i.imgur.com/rzcHvEN.png); transform : ScaleX(1) !important; background-size : 100% 100%; display : unset; z-index : -10; } .page:nth-of-type(odd)::after, .page:nth-of-type(odd):has(.toc)::after { background-image : url(https://i.imgur.com/6dBWpNA.png); right : unset; left : 0; width : 120px; } /* HEADERS */ /* This has a lot of specifications on the light blue headers, such as their alingment, inverse indent, or focrcing all caps. */ .page h1, .page h2, .page h3, .page h4 { font-family : 'Miyama'; color : #9e1e15; font-weight : normal; text-align : left; } .page h1, .page h2 { text-align : right; } .page h1 { column-span : unset; -webkit-column-span : unset; -moz-column-span : unset; margin-bottom : 1mm; line-height : 0.9em; font-size : 13.1mm; } .page h1+p::first-letter, .page h1+p::first-line { all : unset; } .page h2 { font-size : 10.9mm; line-height : 7mm; border-image : url('https://i.imgur.com/kLiK4CF.png') 0 2 23 45 stretch; border-image-outset : 0 0 3mm 0; border-image-width : 7px; width : calc(100% + 5mm); margin-bottom : 15px; margin-left : -5mm; } .page h3 { border-bottom : unset; font-size : 29px; margin-left : -3mm; margin-bottom : -1.8mm; } .page h4 { font-size : 20px; border-bottom : unset; margin-top : 3mm; margin-left : -3mm; margin-bottom : -0.8mm; } .page h5 { font-size : 14px; text-indent : -3.5mm; text-shadow : black 0 0 0.1px; } /* HYPERLINKS */ /* Simply changes hyperlinks to inherit color instead of being bright blue. */ .page a { color : inherit; text-decoration : none; font-weight : inherit; } /* This also make it so that the links are underlined when the mouse hovers over them. */ .page a:hover{ text-decoration : underline; } /* SMALL CAPS */ /* This is a weird setting that is used when the "Dungeons and Dragons" brand is mentioned */ caps { font-variant : small-caps; } /* IMAGES */ /* This defaults images to be placed absolutely, defaults them to the top left of a page, and positions them in FRONT of the background but BEHIND the red border. */ .page img { position : absolute; bottom : 0px; right : 0px; z-index : -5; } /* ARTIST CREDITS */ /* As long as you ONLY use the .artist tag (no left/right or top/bottom positioning), this will format the artist credits. Typically, the 3.x books use the phrase "Illust. by _____" */ .page .artist { position : absolute; top : 550px !important; left : 76px !important; width : fit-content; transform : rotate(-90deg); transform-origin : bottom left; font-size : 13px; color : black; } .page:nth-of-type(odd) .artist { transform : rotate(90deg); transform-origin : bottom right; left : unset !important; right : 80px !important; } .page .artist p { font-family : BookInsanityRemake !important; font-size : 13px !important; font-style : italic; } /* SPELL LIST */ .page .spellList ul { margin-bottom : 0.5em; } /* PAGE NUMBERS */ /* This changes the page number font and shifts it to the right position. Fair warning: This font ONLY has numbers in it, so any other character will show up blank. */ .page .pageNumber { font-family : 'Miyama Test'; font-size : 32px; text-align : center; letter-spacing : 1px; color : white; bottom : 10.4mm; left : unset !important; right : 12.8mm; width : 18mm; } .page:nth-of-type(odd) .pageNumber { left : 12.8mm !important; } /* RED ICON */ .page .pageNumber::before { content : ''; position : absolute; height : 20.2mm; width : 34.5mm; left : -9mm; bottom : -6mm; background-image : url(https://i.imgur.com/T92uiap.png); background-size : 100% 100%; background-repeat : no-repeat; z-index : -1; filter : drop-shadow(1px 2px 1px rgba(0,0,0,0.4)); } .page:nth-child(even) .pageNumber::before { left : unset; right : -8mm; } /* FOOTNOTES */ /* Less of a footnote, more like sidebar text. */ .page .footnote:not(.page:has(.frontcover,.credits) .footnote) { position : absolute; top : 120px; left : unset; right : 0; width : 82px; height : fit-content; background-image : url(https://i.imgur.com/T6illxg.png); text-transform : uppercase; writing-mode : vertical-rl; text-orientation : upright; box-shadow : 0 0 4px black; padding : 14px 14px 28px; text-align : left; } .page:nth-child(odd) .footnote:not(.page:has(.frontcover,.credits) .footnote) { left : 0; writing-mode : vertical-lr; } .page .footnote:not(.page:has(.frontcover,.credits) .footnote) p { font-family : 'Miyama'; font-size : 38px; letter-spacing : -9px; color : black; } .page .footnote:not(.page:has(.frontcover,.credits) .footnote) p + p { border : unset; letter-spacing : -4px; color : black; font-size : 25px; margin-right : -12px; margin-left : -12px; position : relative; top : 27mm; margin-bottom : 27mm; } /* NOTES */ /* The only big difference here (other than appearance) is that wide notes have two columns by default. */ .page .note { border-image-slice : 20 70; border-image-width : 3.7mm 5mm; border-image-outset : 5.1mm 3mm; border-image-source : url(https://i.imgur.com/YOTfu3c.png); background-color : unset; box-shadow : none; padding : 0; margin : 8mm 0 4mm; } .page .note.wide { columns : 2; border-image-slice : 20 45; border-image-source : url(https://i.imgur.com/6jajWcY.png); border-image-outset : 5.1mm 0; } .page .note h1, .page .note h2, .page .note h3, .page .note h4, .page .note h5 { text-indent : 0; } /* DESCRIPTIVE NOTE */ /* This is kind of just a boring blue box... not my favorite, but that's how it is in the 3.x books, so here we are. */ .page .descriptive { background-color : #ccccff; border-image : none; border-style : unset; padding : 4.25mm; margin : 2mm -1mm; width : calc(100% + 2mm); } .page .descriptive h5, .page .descriptive h4, .page .descriptive h3, .page .descriptive h2, .page .descriptive h1 { text-indent : 0; margin-left : 0; text-align : left; margin-top : 2px; margin-bottom : 4px; color : black; } .page .descriptive h2 { border-bottom : 2px solid black; line-height : 0.8em; } /* FILLER PAGE */ .page:has(.filler) { background-image : url(https://i.imgur.com/CW35URB.jpg); background-size : 100% 100%; } .page:has(.filler)::after { all : unset; } /* TABLES */ /* Changes the background color, and the distance between table cells. It's a more compact look, but not necessarily bad. */ .page table thead th, .page table tbody tr td { padding-left : 2mm; } .page thead, .page tbody { font-size : 11px; } .page table { margin-bottom : 3mm; } .page h5+table, .page h5+div { margin-top : 0.5mm; } .page table tr:nth-child(odd) td { background-color : #eed7aa; } /* CLASS TABLES */ /* This effectively disables everything that makes a class table into a basic wide table. */ .page .classTable.decoration::before { all : unset; } .page .classTable.frame { border-style : unset; background-color : unset; } .page .classTable.wide { width : 660px; margin : unset; } /* MONSTER STATBLOCK */ /* Similarly, this disables much of the statblock features (red triangles, background and frame, all that). The table for the statistics (STR, DEX, etc.) remains. The good news is that the auto-generated Homebrewery statblock has the EXACT same layout as the 3.x one, so no extra fiddling is needed. */ .page .monster table tr:nth-child(odd) td { background-color : transparent; } .page .monster p:first-of-type { font-weight : bold; } .page .monster p:first-of-type em { font-style : normal; } .page .monster h2 + p, .page .monster hr { all : unset; } .page .monster hr ~ :is(dl,p) { color : unset; } .page .monster hr + table:first-of-type { color : inherit; font-family : BookInsanityRemake; } .page .monster h3, .page .monster h2 { font-family : 'Miyama'; margin-left : 0; border-bottom : unset; text-align : left; border : unset; font-variant : none; } .page .monster h2 { font-size : 32px; } .page .monster h3 { font-size : 24px; } .page .monster p { text-indent : -1em; margin-left : 1em; } .page .monster { font-family : BookInsanityRemake; text-align : left; } .page .monster hr:last-of-type + * { margin-top : 0; } .page .monster h3:last-of-type ~ :is(dl,p) { text-indent : 1em; margin-left : 0; } .page .monster.frame { padding : 0; width : 100%; background : unset; border : unset; margin-left : unset; margin-right : unset; box-shadow : unset; } /* FRONT COVER ___________________________________________________ */ /* _______________________________________________________________ */ .page:has(.frontcover) { counter-increment : none; } .page .frontcover { position : absolute; left : 0; top : 0; height : 100%; display : block; padding : 220px 40px; column-span : all; } .page .frontcover::before, .page .frontcover::after, .page .title::after { } /* This places the background texture of the "book". */ .page:has(.frontcover)::after { left : 0; width : 100%; background-image : url(https://i.imgur.com/sPWS5dN.jpg); } /* This places "D&D HOMEBREW" symbol on top of the upper plate. You can place whatever logo or image there that you'd like. */ .page .logo { position : absolute; height : 132px; width : 466px; top : 78px; right : 104px; background-image : url(https://i.imgur.com/j7AbRNF.png); background-size : 100% 100%; background-repeat : no-repeat; filter : drop-shadow(0 0 6px black); } .page:has(.frontcover) .footnote { height : fit-content; bottom : 38px; left : 26%; width : 50%; text-align : center; font-family : 'Pterra'; color : black; font-size : 23px; } .page:has(.scraps)::before { content : ''; position : absolute; bottom : 110px; right : 15px; width : 460px; height : 576px; background-image : url('https://i.imgur.com/lsXKYZ0.png'); background-size : 100% 100%; } /* Front Cover Title */ .page .title { position : absolute; top : 219px; left : 164px; width : fit-content; height : fit-content; text-transform : uppercase; writing-mode : vertical-lr; text-orientation : upright; padding : 10px 14px 60px 24px; margin-bottom : 17mm; border-style : solid; border-width : 1px; border-image : url('https://i.imgur.com/6twXStx.png') 31 23 43 33 fill round; border-image-width : 32px 18px 44px 26px; } .title h1 { font-family : 'Miyama'; font-size : 70px; letter-spacing : -16px; text-align : center; color : rgba(0, 0, 0, 0); background-image : url('https://i.imgur.com/T6illxg.png'); -webkit-background-clip : text; background-clip : text; background-size : 400px 600px; padding : 11px; margin : -20px; -webkit-text-stroke : 1.5px black; z-index : 100 !important; } .title h1::first-letter { position : relative; text-transform : lowercase; font-size : 200%; letter-spacing : -22px; } .title h1 + h1 { border : unset; position : relative; } /* Parchment Image */ .parchment img { z-index : 100 !important; filter : brightness(1.5); mix-blend-mode : multiply; filter : sepia(0.4) brightness(1.5); } /* CREDITS PAGE __________________________________________________ */ /* _______________________________________________________________ */ .page:has(.credits) { background-image : url(https://i.imgur.com/H7tYdiX.jpg); background-size : 100% 100%; } .page:has(.credits)::after { all : unset; } .page .credits { position : absolute; left : 0; top : 0; width : 100%; height : 100%; padding : 40px 90px; } .page:has(.credits) .logo { content : ''; position : relative; height : 160px; width : 80%; left : 10%; top : 0; background-image : url(https://i.imgur.com/j7AbRNF.png); background-size : contain; filter : drop-shadow(0 0 7px #000) ; } .page .credits h1, .page .credits h2, .page .credits h3, .page .credits h4, .page .credits h5 { font-family : 'Miyama'; color : #231d15; text-align : left; text-transform : uppercase; width : fit-content: display : block; text-shadow : #eae6be 0 0 2px, #eae6be 0 0 3px, #eae6be 0 0 4px; } .page .credits h1 { text-align : center; font-size : 24px; text-transform : uppercase; letter-spacing : 1px; } .page .credits h1 + p { text-align : center; font-size : 22px; } .page .credits h3 { margin-bottom : 8px; } .page .credits h5 { font-size : 16px !important; letter-spacing : 0.3mm !important; transform : ScaleY(1.2); user-select : none; width : fit-content; } .page .credits p { font-family : 'Historical'; font-variant : small-caps; font-weight : 900; text-align : right; font-size : 19px; text-shadow : #eae6be 0 0 2px, #eae6be 0 0 3px, #eae6be 0 0 4px; } .page .credits h5 + p { margin-top : -5.2mm; } .page .credits .frame { columns : 2; column-gap : 60px; border-image-source : url(https://i.imgur.com/kteDdY0.png); border-image-slice : 26 0 fill; border-image-width : 7px; border-image-repeat : stretch stretch; border-width : 16px 6px; border-image-outset : 5px 30px; padding-top : 15px; margin-left : -7px; padding-left : 7px; width : calc(100% + 9px); } .page .credits .frame h5 { display : block; letter-spacing : -0.2em; font-size : 15px; } .page .credits .footnote { width : 100%; padding : 10px 60px; left : 0; color : black; } .page:has(.credits) .footnote p { line-height : 1em; text-align : justify; font-size : 18px; font-variant : none; font-weight : normal; } /* TABLE OF CONTENTS _____________________________________________ */ /* _______________________________________________________________ */ .page .toc, .page .toc.wide { display : block; column-span : all; -webkit-column-span : all; -moz-column-span : all; columns : 3 !important; column-gap : 7.5mm; } .page .toc h1 { text-align : right; text-indent : -5.5mm !important; } .page .toc h2, .page .toc ul h3, .page .toc h4, .page .toc ul span { margin-top : 0!important; margin-bottom : 0; line-height : 1.2em; text-indent : 0; } .page .toc h2, .page .toc h3 { font-family : Celestia Semibold; font-size : 13.5px; text-transform : unset; letter-spacing : 0.15mm; line-height : 5mm; color : black; text-indent : 0.55em; border-image : unset; margin-top : 0; margin-bottom : 0; line-height : 1.2em; } .page .toc h4 { margin-top : 0.5mm; font-family : BookInsanityRemake; color : black; font-size : 13px; line-height : 5.4mm; text-indent : 0; } .page .toc ul ul h3, .page .toc ul { text-indent : -3.5mm; } .page .toc ul h3 span:first-child::after { border-bottom : 0.5mm dotted black; } .page .toc ul h3 { text-indent : 0; margin-top : 20px !important; } .page .toc ul h4 { line-height : 1.2em !important; } /* CHAPTER COVER _________________________________________________ */ /* _______________________________________________________________ */ .chapter { display : block !important; } .page:has(.chapter) { background-image : url(https://i.imgur.com/5zALXdj.jpg); background-size : 92%; background-position : left; padding : 138mm 25mm 21mm 13mm; } .page:nth-child(odd):has(.chapter) { background-position : right; padding : 138mm 13mm 21mm 27mm; } .chapter::before { content : ''; position : absolute; height : 100%; width : 100%; left : 0.9mm; top : 11.38cm; background-image : url(https://i.imgur.com/hCWALV7.png); background-size : 19.77cm 15.258cm; background-repeat : no-repeat; z-index : -10; } .page:nth-child(odd) .chapter::before { right : unset; left : 18.2mm; } .page:has(.chapter)::after { background-image : url(https://i.imgur.com/AqS6Vhf.png); transform : ScaleX(1) !important; width : 100%; left : 0; } .page:nth-child(odd):has(.chapter)::after { transform : ScaleX(-1) !important; } .page:has(.chapter) img { z-index : -11 !important; } .page:has(.chapter) .artist { transform : rotate(90deg); left : unset !important; right : 100px; top : 430px !important; transform-origin : bottom right; text-shadow : #f0deb8 0 0 2px, #f0deb8 0 0 3px, #f0deb8 0 0 4px; } .page:nth-of-type(odd):has(.chapter) .artist { transform : rotate(-90deg); transform-origin : bottom left; right : unset; left : 100px !important; } .page .chapter + p::first-letter{ float : left; font-family : Miyama; line-height : 1em; font-size : 3cm; padding-left : 10.6mm; padding-bottom : 2px; margin : -10.5mm 0 -6mm -17mm; background-image : url('https://i.imgur.com/T6illxg.png'); background-clip : text; -webkit-background-clip : text; color : rgba(0, 0, 0, 0); } .page:has(.chapter) .pageNumber { bottom : 30px; left : 34px; z-index : 0; } .page:nth-child(odd):has(.chapter) .pageNumber { left : unset; right : 34px; } .page:has(.chapter) .footnote { top : 172px !important; margin-right : -3mm; } .page:nth-of-type(odd):has(.chapter) .footnote { margin-left : unset; margin-left : -3mm; } /* BACK COVER ____________________________________________________ */ /* _______________________________________________________________ */ /* This removes the wooden texture that's on all other pages. */ .page:has(.backcover)::after { all : unset; } /* This is the back cover texture. */ .page:has(.backcover) { background-image : url('https://i.imgur.com/I1ZhMiW.jpg'); background-size : 100% 100%; padding : 3.84cm 175px; } /* Back Cover Title */ .page:has(.backcover) .title { top : -178px; left : 16px; writing-mode : unset; border-image : url('https://i.imgur.com/6twXStx.png') 31 23 43 33 fill round; border-image-width : 0 24px 48px 28px; padding : 316px 44px 52px 38px; z-index : 1; } .page:has(.backcover) .title::before { content : ''; position : absolute; height : 20.2mm; width : 20mm; left : 15.5mm; top : 57mm; background-image : url(https://i.imgur.com/zPTeEDB.png); background-size : 100% 100%; background-repeat : no-repeat; z-index : -1; filter : drop-shadow(0 0 0.15px #000) drop-shadow(0 0 0.15px #000); } .page:has(.backcover) .title h1 { font-size : 46px; line-height : 53px; text-align : center; letter-spacing : 0px; filter : drop-shadow(0 0 0.4px #000) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000) brightness(0.85); ; margin : -30px -24px; } .page:has(.backcover) .title h1::first-letter { font-size : 190%; position : relative; letter-spacing : unset; font-variant : small-caps; } /* This is the brown parchment that contains the main text of the back cover. */ .page .backcover { position : absolute; top : 208px; left : 110px; width : fit-content; max-width : 490px; height : fit-content; padding : 37px 37px 74px 46px; border-style : solid; border-width : 0px 10px; border-image : url('https://i.imgur.com/MwnO4gw.png') 44 44 60 63 fill; border-image-repeat : stretch round; border-image-width : 40px 40px 58px 44px; z-index : 0 !important; } .page .backcover ul { list-style-type : none; padding : 0; } .page .backcover li::before { content : '\002a'; color : #c2ab75; font-size : 30px; margin-right : 0.3em; /* Adjust spacing between the symbol and the list item text */ } .page .backcover h1, .page .backcover h2, .page .backcover h3, .page .backcover h4, .page .backcover h5, .page .backcover p, .page .backcover ul { color : #ccb785; text-align : center; padding-right : 20px; } .page .backcover h1 { font-size : 40px; } .page .backcover h2 { margin-top : 0; font-size : 40px; line-height : 0.9em; border-bottom : none; text-transform : none; } .page .backcover h3 { font-family : 'Historical'; padding-top : 20px; font-size : 28px; text-transform : none; } .page .backcover h4 { font-size : 50px; } .page .backcover h5 { font-size : 50px; } .page .backcover p, .page .backcover ul { padding-top : 20px; text-align : justify; font-family : 'Historical'; line-height : 1em; font-size : 18.9px; } .page .backcover hr + p { text-align : center; font-size : 15.3px; line-height : 1.3em; } .page .backcover hr { margin-top : -10px; } .page .backcover p + ul { margin-top : -8px; } .page .backcover li + li { margin-top : 14px; } .page .backcover li { margin-bottom : -5px; padding-left : 1.1em; text-indent : -1.1em; } /* BOOK SPINE ____________________________________________________ */ /* _______________________________________________________________ */ /* (This is just the code I use for the book spine for the thumbnail image. Feel free to use this if you know what you're doing!) */ .page:has(.spine) { height : 279.4mm; width : 60px; padding : unset; background-image : url('https://i.imgur.com/XlB8R9f.png'); background-size : 100% 100%; } .page:has(.spine)::after { all:unset; } .page:has(.spine) .title { position : absolute; top : 249px; left : -4px; width : fit-content; height : fit-content; text-transform : uppercase; writing-mode : vertical-lr; text-orientation : upright; padding : 0px 14px 30px 24px; border-style : solid; border-width : 1px; border-image : url('https://i.imgur.com/6twXStx.png') 31 23 43 33 fill stretch; border-image-width : 7px 18px 29px 26px; border-image-outset : 0 8 0 2; } .page:has(.spine) h1 { font-family : 'Miyama'; font-size : 42px; letter-spacing : -6px; text-align : center; color : rgba(0, 0, 0, 0); background-image : url('https://i.imgur.com/T6illxg.png'); -webkit-background-clip : text; background-clip : text; background-size : 400px 600px; padding : 11px; margin : -20px; filter : drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000) drop-shadow(0 0 0 #000) brightness(0.85); z-index : 100 !important; } .page:has(.spine) h1::first-letter, .page:has(.spine) h1 big { margin-top : -22px; text-transform : lowercase; font-size : 170%; letter-spacing : -11px; } .page:has(.spine) h1 big { margin-top : -9px; font-size : 160%; } .page:has(.spine) h1 + h1 { border : unset; position : relative; } ``` {{frontcover {{logo}} ![tomoe](https://i.imgur.com/NpdUYcv.png) {position:absolute,width:362px,right:24px;top:-42px,mix-blend-mode:multiply,opacity:.3,z-index:-1} {{title # Oriented # Adventures }} }} {{parchment,scraps }} ![warrior](https://i.imgur.com/6MBPXxg.png) {position:absolute,width:711px,height:623px;right:-60px,bottom:114px;z-index:1} {{footnote Originally by
James Wyatt}} ![flower kamon](https://i.imgur.com/uTJ0p8A.png) {width:365px,left:199px,bottom:-183px,mix-blend-mode:multiply,opacity:.3,z-index:-8!important} \page {{filler}} \page {{credits {{logo}} # Original Author: James Wyatt {{frame ### Original Designers ##### Graphic Designer: Cynthia Fliege ##### Typesetter: Erin Dorries ##### Cover Artist: Raven Mimura ##### Art Director: Dawn Murin \column ### Document Credits ##### Template
Designer: [u/Kaiburr_Kath-Hound](https://www.reddit.com/user/Kaiburr_Kath-Hound/) ##### Interior Artists: [Doug Kovacs](https://www.dougkovacs.com/home.html) ([page 5](#p6)) [Brandon Chang](https://www.artstation.com/bchangart) ([page 6](#p7)) }} {{footnote The contents of this document is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC. }} }} \page {{toc,wide # Contents - ### [{{ Introduction}}{{ 5}}](#p5) - #### [{{ Character Creation Basics}}{{ 5}}](#p5) - [{{ Human Racial Traits}}{{ 5}}](#p5) - ### [{{ Chapter One}}{{ 6}}](#p6) - #### [{{ Character Creation Basics}}{{ 6}}](#p6) - [{{ Human Racial Traits}}{{ 6}}](#p6) \column - #### [{{ Feats}}{{ 7}}](#p7) - #### [{{ Alignment
and Honor}}{{ 8}}](#p8) - #### [{{ Spells}}{{ 9}}](#p9) - [{{ Bane}}{{ 9}}](#p9) \column - #### [{{ Monsters}}{{ 9}}](#p9) - #### [{{ Ritalin Leech}}{{ 9}}](#p9) - [{{ Actions}}{{ 9}}](#p9) }} {{footnote Contents }} {{pageNumber,auto}} \page # Introduction Proin libero nunc consequat interdum varius sit amet. Proin libero nunc consequat interdum varius sit amet. The Complete Warrior book is a rules accessory for the Dungeons & Dragons® Roleplaying Game. It is primarily a player resource focusing on new options and expanded rules for D&D players who want to create or advance martial characters. DMs can use this book as a resource for creating or optimizing their own creations. Proin libero nunc consequat interdum varius sit amet. Sapien nec sagittis aliquam malesuada bibendum arcu vitae. Risus in hendrerit gravida rutrum. Adipiscing bibendum est ultricies integer quis auctor. Sed velit dignissim sodales ut eu sem. Tempus quam pellentesque nec nam aliquam sem et. Ac auctor augue mauris augue neque gravida in fermentum et. Libero volutpat sed cras ornare arcu dui. Aenean sed adipiscing diam donec. Integer eget aliquet nibh praesent tristique magna sit. Tristique senectus et netus et malesuada fames. A iaculis at erat pellentesque. Felis bibendum ut tristique et egestas quis ipsum suspendisse. ## Character Creation Basics Molestie a iaculis at erat. Rhoncus est pellentesque elit ullamcorper dignissim cras. Neque ornare aenean euismod elementum nisi quis. Viverra vitae congue eu consequat. A diam sollicitudin tempor id eu nisl nunc. Mauris augue neque gravida in fermentum et. Vel quam elementum pulvinar etiam non quam lacus suspendisse faucibus. Nunc sed blandit libero volutpat sed cras ornare arcu. Habitasse platea dictumst vestibulum rhoncus est pellentesque elit. Augue ut lectus arcu bibendum at. Libero volutpat sed cras ornare. Tortor aliquam nulla facilisi cras fermentum odio eu feugiat. ### Human Racial Traits Congue quisque egestas diam in arcu cursus euismod quis. Suspendisse interdum consectetur libero id faucibus nisl tincidunt eget nullam. Nisi scelerisque eu ultrices vitae auctor #### Crab Laoreet suspendisse interdum consectetur libero id faucibus. Magna fringilla urna porttitor rhoncus dolor purus non enim. Scelerisque fermentum dui faucibus in ornare quam viverra orci sagittis. Magna fermentum iaculis eu non diam. Ut faucibus pulvinar elementum integer. Dui ut ornare lectus sit amet est placerat in. Integer enim neque volutpat ac tincidunt. Turpis massa sed elementum tempus. Magna ac placerat vestibulum lectus. At ultrices mi tempus imperdiet nulla. Mi bibendum neque egestas congue quisque egestas diam in arcu. {{note ##### Time to Drop Knowledge Laoreet suspendisse interdum consectetur libero id faucibus. Magna fringilla urna porttitor rhoncus dolor purus non enim. Scelerisque fermentum dui faucibus in ornare quam viverra orci sagittis. Magna fermentum iaculis eu non diam. Ut faucibus pulvinar elementum integer. Dui ut ornare lectus sit amet est placerat in. }} ##### Table 1–2: Hengeyokai Hybrid Forms | Experience Points | Level | Proficiency Bonus | |:------------------|:-----:|:-----------------:| | 0 | 1 | +2 | | 300 | 2 | +2 | | 900 | 3 | +2 | | 2,700 | 4 | +2 | | 6,500 | 5 | +3 | | 14,000 | 6 | +3 | {{note,wide #### Legend of the Five Rings Integer enim neque volutpat ac tincidunt. Turpis massa sed elementum tempus. Magna ac placerat vestibulum lectus. At ultrices mi tempus imperdiet nulla. Mi bibendum neque egestas congue quisque egestas diam in arcu. At ultrices mi tempus imperdiet nulla. At ultrices mi tempus imperdiet nulla. At ultrices mi tempus imperdiet nulla. Mi bibendum neque egestas congue quisque egestas diam in arcu. Integer enim neque volutpat ac tincidunt. Turpis massa sed elementum tempus. Magna ac placerat vestibulum lectus. At ultrices mi tempus imperdiet nulla. Mi bibendum neque egestas congue quisque egestas diam in arcu. }} {{footnote Chapter One Races }} {{pageNumber,auto}} \page {{chapter}} The common classes are the templates from which D&D characters are created, but it’s the player’s choice of feats, skills, domains, spells, and other supplemental rules that define and differentiate each PC. This chapter provides many new such options for the players of martial characters. ## Feats The following collections of feats supplement those found in the Player’s Handbook and other Dungeons & Dragons game products. When creating or advancing a character, you can choose to use these feats in addition to those presented elsewhere. Most of the feats presented here have prerequisites that must be met before you can choose them. The prerequisites can be met through options available in this book or the Player’s Handbook. In keeping with the theme of this book, these feats are oriented toward improving your character’s combat abilities. They are not, however, only options for fighter characters but, rather, expand on the combat options of all the classes. Many of the feats here require class features or abilities not available to a character with levels in the fighter class only. Look for options that make your character’s sneak attack, turning ability, stunning attacks, or other class features and skills more powerful or versatile. The Dungeons & Dragons game gives you a plethora of options for customizing your character. When designing or advancing a fighter-type character, you depend on feats to distinguish your character from others, and the fighter character class, as well as many fighter-oriented prestige classes. You can adopt any number of strategies when choosing feats for your fighter-type character, and it would be impossible for the designers to anticipate them all. Still, here are a few suggestions. #### Plan Ahead You might not know at character creation, or even later on in your character’s career, what path you want the PC to take. Whether you want your character to stay single-class, or experiment with multiclassing, or even head toward one of the many prestige classes presented here or elsewhere isn’t a decision you have to make right away. However, you should always plan at least a level or two ahead to take advantage of the choices that are out there. Look at easy-entry feats (feats that have only one or two {{artist Illus. by [Doug Kovacs](https://www.dougkovacs.com/home.html) }} ![image](https://i.imgur.com/IfhzGyO.png) {width:680px,left:40px;top:110px;mix-blend-mode:multiply} {{footnote Chapter One Races }} {{pageNumber,auto}} \page {{chapter}} Turpis egestas sed tempus urna et pharetra pharetra massa massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Habitasse platea dictumst quisque sagittis purus sit amet volutpat. ## Alignment
and Honor Mauris ultrices eros in cursus turpis. Sit amet consectetur adipiscing elit ut aliquam purus. Quis vel eros donec ac odio. Molestie a iaculis at erat. Magna ac placerat vestibulum lectus. Libero nunc consequat interdum varius. Risus at ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Sit amet aliquam id diam maecenas. In fermentum et sollicitudin ac orci. Enim lobortis scelerisque fermentum dui faucibus. Congue nisi vitae suscipit tellus mauris. Facilisis mauris sit amet massa. Arcu dictum varius duis at. At ultrices mi tempus imperdiet nulla malesuada pellentesque. Fermentum leo vel orci porta non pulvinar neque. Sollicitudin ac orci phasellus egestas. Dui faucibus in ornare quam viverra orci sagittis eu volutpat. Feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Ac auctor augue mauris augue neque gravida. Quis ipsum suspendisse ultrices gravida dictum fusce ut placerat orci. Consequat semper viverra nam libero. Est ultricies integer quis auctor. Augue ut lectus arcu bibendum at varius vel pharetra. Facilisis mauris sit amet massa. Arcu dictum varius duis at. Eget nullam non nisi est sit amet. Vitae nunc sed velit dignissim sodales ut. {{note,wide #### Honor in the Game Amet massa vitae tortor condimentum lacinia quis. Eget gravida cum sociis natoque penatibus et magnis dis. Rhoncus est pellentesque elit ullamcorper. Donec pretium vulputate sapien nec sagittis aliquam malesuada. Viverra vitae congue eu consequat ac felis donec et odio. Habitasse platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim. Mi in nulla posuere sollicitudin aliquam ultrices sagittis orci a. Consectetur adipiscing elit ut aliquam purus sit amet luctus venenatis. - Varius duis at consectetur lorem donec massa sapien. - Luctus accumsan tortor posuere ac ut consequat. - Magna fermentum iaculis eu non diam phasellus. - Proin fermentum leo vel orci porta non. In ante metus dictum at tempor commodo. Amet commodo nulla facilisi nullam vehicula. Senectus et netus et malesuada fames. Sagittis eu volutpat odio facilisis mauris sit amet massa vitae. Donec ultrices tincidunt arcu non sodales neque. At in tellus integer feugiat scelerisque varius morbi enim nunc. Pellentesque dignissim enim sit amet venenatis urna cursus eget. }} ![image](https://i.imgur.com/MTodURJ.jpg) {width:556px,left:120px;top:115px;mix-blend-mode:multiply,filter:hue-rotate(30deg)} {{artist Illus. by [Brandon Chang](https://www.artstation.com/bchangart) }} {{footnote Chapter Five Description and Equipment }} {{pageNumber,auto}} \page ## Spells ### Bane Enchantment (Compulsion) :: [Fear, Mind- Affecting] **Level:** :: Clr 1 **Components:** :: V, S, DF **Casting Time:** :: 1 standard action **Range:** :: 50 ft. **Area:** :: All enemies within 50 ft. **Duration:** :: 1 min./level **Saving Throw:** :: Will negates **Spell Resistance:** :: Yes *Bane* fills your enemies with fear and doubt. Each affected creature takes a –1 penalty on attack rolls and a –1 penalty on saving throws against fear effects. *Bane* counters and dispels *bless*. #### Steak Sauce Ray *6th-level conjuration* **Casting Time:** :: 1 action **Range:** :: 60 feet **Components:** :: S, M, V (a small doll, a crushed button worth at least 1cp, discarded gum wrapper) **Duration:** :: Until dispelled A flame, equivalent in brightness to a torch, springs from an object that you touch. The effect look like a regular flame, but it creates no heat and doesn't use oxygen. A *continual flame* can be covered or hidden but not smothered or quenched. \column ## Monsters {{monster ## Gelatinous Mouse *Small beast, lawful coy* ___ **Armor Class** :: 13 (chain mail, shield) **Hit Points** :: 126(1d4 + 5) **Speed** :: 42ft. ___ | STR | DEX | CON | INT | WIS | CHA | |:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| |11 (+1)|6 (-2)|3 (-3)|14 (+2)|6 (-2)|15 (+3)| ___ **Condition Immunities** :: None **Senses** :: darkvision 60 ft., passive Perception 8 **Languages** :: Common **Challenge** :: 15 (7358 XP) ___ ***Enormous Nose.*** This creature gains advantage on any check involving putting things in its nose. ***Pack Tactics.*** These guys work together like peanut butter and jelly. ### Actions ***Team Foot.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) ***Super Spin.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) }} {{descriptive ##### Descriptive Notes Use descriptive boxes to highlight text that should be read aloud. **Tables and lists** both work within a descriptive box. }} {{wide ##### Weapons | Name | Cost | Damage | Weight | Properties | |:------------------------|:-----:|:----------------|--------:|:-----------| | *Simple Melee Weapons* | | | | | |   Club | 1 sp | 1d4 bludgeoning | 2 lb. | Light | |   Dagger | 2 gp | 1d4 piercing | 1 lb. | Finesse | |   Spear | 1 gp | 1d6 piercing | 3 lb. | Thrown | | *Simple Ranged Weapons* | | | | | |   Dart | 5 cp | 1d4 piercig | 1/4 lb. | Finesse | |   Shortbow | 25 gp | 1d6 piercing | 2 lb. | Ammunition | |   Sling | 1 sp | 1d4 bludgeoning | — | Ammunition | }} {{footnote Chapter Seven Magic and SPells }} {{pageNumber,auto}} \page {{filler}} \page {{title # Silk, # Steel,
and # Magic }} ![mamuki kabuto](https://i.imgur.com/iALEIuh.png) {width:350px,right:75px,top:-40px,mix-blend-mode:multiply,opacity:.3,z-index:-8!important} ![sword](https://i.imgur.com/smiHnsY.png) {width:372px,left:175px,top:250px,z-index:1} {{backcover,padding-top:157px *Oriented Adventures* introduces the infinite worlds of fantastic Asia to the Dungeons & Dragons game. In these pages, you'll find: - 5 new races, including hengeyakai, nezumi, and spiritfolk - 5 new classes, including the samurai, the shugenja, and the wujen - Over 25 new prestige classes, including the ninja, the tattooed monk, and the yakuza - 100 news pells - 75 new monsters - A complete campaign setting: Rokugan, the world of the *Legend of the Five Rings* trading card game ___ To use this supplement, a Dungeon Master also needs the *Player's Handbook*, the *DUNGEON MASTER's Guide*, and the *Monster Manual*. A player needs only the *Player's Handbook*. }} ![kamon #4](https://i.imgur.com/UeDW0jo.png) {position:absolute,width:358px,left:-203px;bottom:106px,mix-blend-mode:multiply,opacity:.3}