```metadata
title: 3.5e Forgotten Realms 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/ebd72a5434328bd2a9d51b46f569d842bb9bbc7a/3.5FRStyle.css');
/* _________________________________________________________________ */
/* _________________________________________________________________ */
/* PAGE TEXTURES, FONT, and PADDING */
.page::after {
all : unset;
}
.page {
background-image : url('https://i.imgur.com/UHJK8Xe.jpg');
background-size : 101.4% 100%;
background-position : right;
padding : 26.5mm 24mm 25mm 19.2mm;
font-family : 'Felltype';
font-size : 13px;
text-align : justify;
column-gap : 7mm;
}
.page:nth-of-type(odd) {
background-image : url('https://i.imgur.com/0mPWfvZ.jpg');
background-position : left;
padding : 26.5mm 20.2mm 25mm 22mm;
}
/* TEXT and VARIATIONS */
p {
font-family : 'Felltype';
font-size : 13px;
text-align : justify;
column-gap : 7mm;
}
.page strong {
text-shadow : #000 0 0 0.1px;
letter-spacing : 0.5px;
}
.page p {
font-family : 'Felltype';
font-size : 13px;
text-align : justify;
column-gap : 7mm;
}
/* HEADERS */
.page h1,
.page h2,
.page h3,
.page h4 {
color : black;
font-family : 'Democratica';
}
.page:not(:has(.frontcover,.toc,.backcover)) h1 {
padding-top : 130px;
}
.page h1+p::first-letter {
color : black;
}
.page h1+p::first-line {
all : unset;
}
.page:not(:has(.frontcover, .credits, .toc)) h1 {
font-family : '3EFRMasonic';
font-weight : 100;
text-align : right;
font-size : 70px;
text-transform : uppercase;
padding-bottom : 51px;
}
.page:not(:has(.frontcover, .credits, .toc)) h1::first-letter {
font-size : 134%;
}
.page:not(:has(.frontcover, .credits, .toc)) h1+p::first-letter {
padding-bottom : 38px;
margin-top : -54px;
margin-bottom : -58px;
font-size : 3.1cm;
font-family : '3EFRMasonic';
text-transform : uppercase;
}
.page h1+p {
padding-top : 161px;
}
.page:not(:has(.frontcover, .credits)) h2 {
margin-bottom : 0px;
margin-top : 12px;
font-size : 38px;
}
.page h2 u {
text-decoration : underline 1px;
text-underline-offset : 3px;
}
/* IMPORTANT NOTE
The code above ↑ underlines part of an h2 header, but ONLY if you surround the text with the "" and "" tags. The original Forgotten Realms book only underlines the last line in this header, but this is tedious to automatically do while only using CSS and HTML code.
So, if your document only has singlt-line H2 headers anyways, OR you don't care about the other lines in the h2 header being underlined, then replace the code below this text with the following:
.page:not(:has(.frontcover, .credits)) h2 {
text-decoration : underline 1px;
text-underline-offset : 3px;
}
*/
.page h3 {
margin-bottom : -6px;
margin-top : 12px;
font-size : 28px;
border : none;
}
.page h4 {
margin-bottom : -3px;
margin-top : 18px;
font-family : 'Felltype';
font-variant : small-caps;
font-size : 21px;
text-align : center;
font-weight : 100;
}
.page h5 {
margin-bottom : -5px;
margin-top : 20px;
font-family : 'Felltype';
text-align : center;
}
.page h6 {
text-shadow : #000 0 0 0.1px;
letter-spacing : 0.5px;
}
/* TABLES */
.page table tr:nth-child(odd) {
background-color : transparent !important;
}
.page table th,
.page table td {
font-family : 'Felltype';
}
.tabletitle {
font-family : democratica;
font-size : 20px;
font-weight : 900;
font-variant : small-caps;
}
/* FOOTNOTES */
.page .footnote {
color : #1c1e22;
font-family : 'Mayflower Caps';
font-size : 16.5px;
text-align : center !important;
bottom : unset;
top : 38px;
left : 310.5px;
}
.page .footnote:before,
.page .footnote:after {
content : '';
position : absolute;
top : -11px;
left : 62.5px;
width : 75px;
height : 8px;
background-image : url(https://i.imgur.com/jVRPnsx.png);
background-size : 100% 100%;
}
.page .footnote:after {
top : 16px;
}
.page:nth-of-type(even) .footnote {
left : 300px;
right : unset;
}
/* PAGE NUMBERS */
.page .pageNumber {
font-family : 'Felltype';
color : #1c1e22;
font-size : 22px;
text-align : center;
right : unset;
left : 387px;
bottom : 48px;
}
.page:nth-of-type(even) .pageNumber {
left : 375px;
}
/* DESCRIPTIVE NOTES */
/* 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 : #b0ced9;
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;
}
/* NOTES */
/* The only big difference here (other than appearance) is that wide notes have two columns by default. */
.page .note {
border-image : url(https://i.imgur.com/EOtrbTr.png) 20 70;
border-image-width : 2mm 3mm;
border-image-outset : 1mm 0mm;
background-image : url(https://i.imgur.com/JPj5tCa.jpg);
background-size : 800px;
background-position : top;
box-shadow : none;
padding : 14px 10px 19px;
margin : 5mm 0 2mm;
}
.page .note.wide {
border-image-width : 3.7mm 3mm;
border-image-outset : 1.8mm 0mm;
columns : 2;
}
.page .note h1,
.page .note h2,
.page .note h3,
.page .note h4,
.page .note h5 {
text-align : center;
}
.page .note h3 {
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
display : block;
margin-bottom : -4px;
}
.page .note.wide p:first-of-type {
margin-top : 0px;
}
/* WIDE block correction */
.page .wide + * {
margin-top : 0px;
}
.page .wide {
margin-bottom : 25px;
}
/* SMALL CAPS */
/* This is a weird setting that is used when the "Dungeons and Dragons" brand is mentioned */
caps {
font-variant : small-caps;
}
/* HYPERLINKS */
/* Simply changes hyperlinks to inherit color instead of being bright blue. */
.page a {
color : inherit;
font-weight : inherit;
text-decoration : none;
}
/* This also make it so that the links are underlined when the mouse hovers over them. */
.page a:hover{
text-decoration : underline;
}
/* 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;
}
/* DECALS */
.page [class*="decal"] {
position : absolute;
left : 0;
top : 0;
width : 100%;
height : 100%;
background-image : url('https://i.imgur.com/fWIVFAt.png');
background-size : 100% 100%;
z-index : -100;
mix-blend-mode : darken;
}
.page:nth-of-type(even) [class*="decal"]:not(.decal.intro) {
transform : scaleX(-1);
}
.page .decal.intro {
background-image : url('https://i.imgur.com/LfyRwii.png');}
.page .decal1 {
background-image : url('https://i.imgur.com/ejwVTb8.png');}
.page .decal2 {
background-image : url('https://i.imgur.com/nrJlyTW.png');}
.page .decal3 {
background-image : url('https://i.imgur.com/lJjdj1d.png');}
.page .decal4 {
background-image : url('https://i.imgur.com/NGqt4MK.png');}
.page .decal5 {
background-image : url('https://i.imgur.com/PjLl40h.png');}
.page .decal6 {
background-image : url('https://i.imgur.com/qLnJ8xy.png');}
.page .decal7 {
background-image : url('https://i.imgur.com/8glIkjH.png');}
.page .decal8 {
background-image : url('https://i.imgur.com/nyp52EQ.png');}
/* SPELL LIST */
.page .spellList {
text-align : left;
font-family : 'Felltype';
}
/* QUOTE/INTRO QUOTE */
.page .quote * {
font-family : 'Zapf Chancery'
}
.page .quote.intro {
padding-top : 165px;
padding-left : 12px;
padding-right : 8px;
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
display : block;
}
.page .quote.intro p {
text-align : left;
font-style : unset;
font-size : 15.3px;
line-height : 1.053;
}
.page .quote.intro::first-letter {
float : left;
padding-bottom : 0px;
padding-left : 34px;
margin-top : -2.7cm;
margin-bottom : -26px;
margin-left : -40px;
line-height : 1em;
font-size : 4.55cm;
font-family : '3EFRMasonic';
text-transform : uppercase;
}
.page .quote.intro > p:first-child::first-line {
font-size : unset;
font-style : unset;
font-variant : unset;
line-height : 1em;
}
.page .quote .attribution::before {
content : '—';
}
.page .quote .attribution {
font-size : 20px;
line-height : 1;
}
/* MONSTER STATBLOCK */
.page .monster p:first-of-type em {
font-style : normal;
}
.page .monster {
font-family : 'Felltype';
text-align : left;
font-size : 14px;
}
.page .monster h2 + p,
.page .monster hr {
all : unset;
}
.page .monster hr ~ :is(dl,p) {
color : unset;
font-family : 'Felltype';
}
.page .monster hr + table:first-of-type {
color : inherit;
font-family : 'Felltype';
font-size : 14px;
}
.page .monster h3,
.page .monster h2 {
margin-left : 0;
border-bottom : unset;
text-align : left;
}
.page .monster h3 {
font-family : 'Felltype';
font-weight : 100;
font-variant : small-caps;
font-size : 21px;
text-align : center;
margin-top : 18px;
}
.page .monster hr:nth-of-type(4) {
display : block;
margin-top : 12px;
}
.page .monster p {
text-indent : -1em;
margin-left : 1em;
font-size : 14px;
}
.page .monster strong {
letter-spacing : 0.2px;
}
.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) {
background-image : url(https://i.imgur.com/tijrzna.jpg);
background-size : 100% 100%;
counter-increment : none;
padding : unset;
}
.page .frontcover {
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
display : block;
margin-left : 2.77%;
margin-top : 50px !important;
}
.page .title {
display : block;
padding : 8px 0 12px;
margin : 116px auto;
width : fit-content;
min-width : 140px;
max-width : 540px;
border-image : url(https://i.imgur.com/LPvVJWd.png) 42 120 54 fill;
border-image-width : 27px 72px 34px;
border-image-outset : 15px 30px 15px;
border-image-repeat : round;
text-align : center;
filter : drop-shadow(0 0 2px rgba(0,0,0,0));
}
.page:has(.frontcover, .credits) h2 {
position : relative;
bottom : -83px;
color : #664a3f;
text-align : center;
font-family : 'Mayflower Caps';
font-size : 24px;
letter-spacing : 0.4px;
filter : drop-shadow(0 -1px 0.5px #a08b83)
drop-shadow(0 2px 0.5px #eee);
}
.page .frontcover h2:first-of-type {
left : -156px;
}
.page .frontcover h2:nth-of-type(2) {
bottom : -59px;
left : 153px;
}
.page h2 + .title {
margin-top : 92px;
}
.page h2 + h2 + .title {
margin-top : 68px;
}
.page .title + h2 {
margin-top : -186px;
}
.page .title::before {
content : '';
position : absolute;
background-image : url(https://i.imgur.com/AcoT7qJ.png);
background-size : contain;
background-repeat : no-repeat;
width : 95px;
height : calc(100% + 2.58cm);
top : 52%;
left : 50%;
transform : translateY(calc(-52% + 17px))
translateX(-54%);
}
.page .title h1 {
font-family : 'Masonic Title';
font-weight : 100;
font-size : 51px;
color : #525f4f;
}
.page .title h1,
.page .title .big {
padding : 9px;
margin : -16.5px -9px;
color : rgba(0, 0, 0, 0);
background-image : url('https://i.imgur.com/MXOqiEt.jpg');
-webkit-background-clip : text;
background-clip : text;
background-size : 350px 80px;
background-position : 0 8px;
filter : drop-shadow(0 0.5px 0.2px #7d6f5d)
drop-shadow(0 -0.75px 0.1px #c0c4ab)
saturate(0.8);
}
.page .big {
font-size : 87px;
position : relative;
bottom : -12px;
margin-top : -27px;
}
.page .title:has(.big) h1 {
line-height : 68px;
}
.page:has(.frontcover) .footnote {
all : unset;
position : absolute;
height : fit-content;
bottom : 130px;
left : 22.5%;
width : 60%;
text-align : center;
color : #664a3f;
font-family : 'Mayflower';
font-size : 19px;
line-height : 21px;
filter : drop-shadow(0 0 0.5px #8d766d);
}
.page:has(.frontcover) .footnote:before,
.page:has(.frontcover) .footnote:after {
all : unset;
}
/* CREDITS _________________________________________________________ */
.page:has(.credits) {
background-image : url(https://i.imgur.com/dmY2bdT.jpg);
background-size : 100% 100%;
}
.page:nth-of-type(odd):has(.credits) {
background-image : url(https://i.imgur.com/VpPJ3wt.jpg);
}
.page .credits {
position : absolute;
left : 0;
top : 0;
width : 100%;
height : 100%;
padding : 67px 68px 0px 60px;
}
.page:nth-of-type(odd) .credits {
padding : 67px 60px 0px 68px;
}
.page .credits h2 {
filter : drop-shadow(0 0 1px #d1ad63)
drop-shadow(0 -0.5px 0 #a88b4f)
drop-shadow(0 0.7px 0.1px #fff);
z-index : 1;
font-size : 22.5px;
}
.page .credits h2:first-of-type {
top : -31px;
left : -146px;
}
.page .credits h2:nth-of-type(2) {
top : -53px;
left : 143px;
}
.page .credits .title {
margin-top : 0;
margin-bottom : 34px;
padding : 9px 0 11px;
min-width : 133px;
max-width : 513px;
border-image : url(https://i.imgur.com/LPvVJWd.png) 42 114 51 fill;
border-image-width : 26px 69px 32px;
border-image-outset : 14px 28px 14px;
border-image-repeat : round;
text-align : center;
filter : drop-shadow(0 0 6px #cc811f)
drop-shadow(0 0 26px #cca41f);
}
.page .credits .title h1 {
font-family : 'Masonic Title';
font-weight : 95;
font-size : 48px;
color : #4e5b4a;
}
.page .credits .title h1,
.page .credits .title .big {
padding : 8px;
margin : -15px -9px;
color : rgba(0, 0, 0, 0);
background-image : url('https://i.imgur.com/MXOqiEt.jpg');
-webkit-background-clip : text;
background-clip : text;
background-size : 332px 76px;
background-position : 0 8px;
filter : drop-shadow(0 0.48px 0.19px #776b56)
drop-shadow(0 -0.71px 0.09px #bdbe9f)
saturate(0.76);
}
.page .credits .big {
font-size : 82px;
bottom : -11px;
}
.page .credits h2 + .title {
margin-top : -22px;
}
.page .credits h2 + h2 + .title {
margin-top : -45px;
}
.page .credits .title + h2 {
margin : -105px 0 105px;
}
.page .credits p {
font-family : 'Felltype';
text-align : center;
font-size : 18.2px;
text-indent : 0;
line-height : 1.2em;
letter-spacing : 0.2mm;
}
.page .credits p+p {
margin-top : 0.75em;
}
.page .credits .frame {
columns : 2;
column-gap : 28px;
border-image : url(https://i.imgur.com/MGaySnx.png) 26 0 fill;
border-image-width : 0 340.5px;
mix-blend-mode : color-burn;
}
.page:has(.credits) .footnote:before,
.page:has(.credits) .footnote:after {
all : unset;
}
.page:has(.credits) .footnote {
top : unset;
bottom : 50px;
width : unset;
max-width : 720px;
left : 46px;
color : black;
}
.page:has(.credits) .footnote p {
line-height : 1em;
font-size : 18px;
}
/* TABLE OF CONTENTS _____________________________________________ */
.page .toc,
.page .toc.wide {
display : block;
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
columns : 3;
column-gap : 7.5mm;
}
.page .toc h1 {
margin-bottom : -20px;
column-span : unset;
-webkit-column-span : unset;
-moz-column-span : unset;
text-align : left;
text-decoration : underline 1px;
text-underline-offset : 3px;
font-size : 38px;
}
.page .toc ul h4 {
font-weight : 100;
font-variant : normal !important;
font-family : historical;
}
.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 ul h3 {
text-shadow : #000 0 0 0.1px;
}
.page .toc h2,
.page .toc h3 {
font-family : 'Felltype';
font-size : 13.5px;
text-transform : unset;
letter-spacing : 0.15mm;
line-height : 5mm;
color : black;
text-indent : 0.55em;
margin-top : 0;
margin-bottom : 0;
line-height : 1.2em;
}
.page .toc h4 {
font-size : 13px;
}
.page .toc ul h3 span:first-child::after {
border-bottom : 0.5mm dotted black;
}
.page .toc ul h3 {
margin-top : 20px !important;
}
.page .toc ul h4 {
line-height : 1.2em !important;
}
.page .toc ul h5 {
font-weight : unset;
font-size : inherit;
margin : inherit;
}
.test {
font-family : 'Historical Test';
}
/* CHAPTER HEADERS */
.page:not(:has(.frontcover, .credits, .toc)) .chapter {
position : absolute;
text-align : right;
bottom : 728px;
right : 76px;
font-size : 70px;
}
.page:not(:has(.frontcover, .credits, .toc)) .chapter * {
text-transform : uppercase;
font-family : '3EFRMasonic';
text-align : right;
letter-spacing : -2.3px;
font-size : 70px;
}
.page:not(:has(.frontcover, .credits, .toc)) .chapter big {
font-size : 134%;
position : relative;
bottom : -9px;
margin-left : 6px;
margin-right : 0px;
}
.page:not(:has(.frontcover, .credits, .toc)) .chapter small {
position : relative;
bottom : 10px;
margin : 0 -20px;
text-transform : lowercase;
font-size : 80%;
letter-spacing : 0px;
}
.page:not(:has(.frontcover, .credits, .toc)) .chapter small big {
font-size : 88%;
bottom : -4px !important;
}
.page:has(.chapter) {
padding-top : 371px
}
.page:has(.chapter):nth-of-type(even) {
padding-top : 481px
}
.page:has(.chapter) .chapter + p:not(.chapter p)::first-letter {
float : left;
padding-bottom : 38px;
padding-left : 40px;
margin-top : -54px;
margin-left : -40px;
font-size : 3.1cm;
line-height : 1em;
margin-bottom : -58px;
font-family : '3EFRMasonic';
}
.page .chapter+p {
padding-top : 161px;
}
.page:nth-of-type(even) .chapter+p {
margin-top : -253px
}
/* BACK COVER */
.page:has(.backcover) {
background-image : url(https://i.imgur.com/RaYiTVM.jpg);
background-size : 100% 100%;
padding : 137px 210px 50px 120px;
}
.page .backcover {
text-shadow : 0 0 16px #fbfbf8;
}
.page .backcover h1,
.page .backcover h2,
.page .backcover h3,
.page .backcover h4,
.page .backcover h5 {
font-weight : 100;
margin-top : 0;
text-align : center;
}
.page .backcover h1 {
font-size : 40px;
padding-bottom : 0;
}
.page .backcover h1+p::first-letter {
all : unset;
}
.page .backcover h2 {
font-size : 54px;
line-height : 0.9em;
letter-spacing : -2px;
margin-top : 0;
}
.page .backcover h3 {
letter-spacing : -2px;
font-size : 38px;
}
.page .backcover h4 {
font-size : 38px;
margin-top : 0px;
}
.page .backcover h5 {
font-size : 32px;
}
.page .backcover p,
.page .backcover ul {
line-height : 1em;
font-size : 17px;
text-indent : 0;
}
.page .backcover p {
padding-top : 24px;
}
.page .backcover ul {
padding-left : 14px;
}
.page .backcover li {
padding-left : 4px;
}
/* The Homebrewery cauldron is placed at the end of the .backcover class. */
.page .backcover::after {
content : '';
position : absolute;
height : 120px;
width : 127px;
left : 301px;
bottom : 106px;
background-image : url(https://i.imgur.com/dfNgldc.png);
background-size : 100% 100%;
filter : brightness(0.46)
hue-rotate(-27deg)
drop-shadow(0 -1px 0.5px #a08b83)
drop-shadow(0 2px 0.5px #fff);
}
```
{{frontcover
## It's a Homebrewery
## Themed Template
{{title
# {{big,bottom:0px m}}iSbeGoTTeN HeLm{{big S}}
}}
## Subtitle of Subtitleness
 {position:absolute;top:280px;left:210px;width:380px;filter:saturate(0.9)hue-rotate(5deg)}
}}
{{footnote Original book by:
GREENWOOD, REYNOLDS,
WILLIAMS, and HEINSOO}}
\page
{{credits
## It's a Homebrewery
## Themed Template
{{title
# {{big,bottom:0px m}}iSbeGoTTeN HeLm{{big S}}
}}
## Subtitle of Subtitleness
{{frame
Game Design: **Ed Greenwood,
Sean K Reynolds, Skip Williams, Rob Heinsoo**
Additional Design: **James Wyatt**
Visual Creative Director: **Jon Schindehette**
Forgotten Realms Logo Design:
**Robert Campbell, Sherry Floyd**
Cover Design: **Sherry Floyd,
Robert Campbell, Robert Raper**
Interior Design & Layout:
**Robert Campbell, Robert Raper**
\column
Template Designer:
**[u/Kaiburr_Kath-Hound](https://www.reddit.com/user/Kaiburr_Kath-Hound/)**
}}
{{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 Table of Contents }}
{{pageNumber,auto}}
\page
{{quote,intro
Within these covers is your guide to the land of Faerûn. Read carefully, and ye will uncover more of its glories, byways, and dangers than ye might learn in a year of perilous travels. More adventurers should be so well informed when they venture into realms wild and strange. fI they were, more might live ot tel their own tales.
I am Elminster of Shadowdale, called by some the Old Sage, and called far worse things by others I've walked these realms for over a thousand years. Yet, I am far from the oldest, wisest, or mightiest being to walk the ground of Faerûn with my well-worn boots—and that is truth. But if ye learn the long history of my deeds, ye'll know precisely what I stand for and what I am. And that's a rare and precious thing, knowing yourself. Do ye know exactly what ye stand for?
Think on that while I let my tongue loose for a bit and roll the splendid sigfits of these lands over ye like the great green waves that crash on the rocks below where Mount Waterdeep rises up out of the cold and mighty Sea of Swords. Let me speak of the wonders bards sing of under the starry night sky all over these fair lands. Let me tell ye of soft blue moonlighit and spell stars in the hair of elven women, their bare shoulders al silver, dancing under the trees of the High Forest—just as the ghosts of their fair vanished kin still dance under the moon in ruined, fiend-roamed Myth Drannor.
Let me speak of brawling, bustling Waterdeep, the beautiful towers of Silverymoon, and of a hundred other proud cities with their lanterns and rumbling carts and shadowed alleys and dripping sewers, their intrigues and strivings and riches. Let me whisper of the realms below, the Underdark, a world of sunless caverns where cruel elves with obsidian skin, purple-hued mind flayers, and things far worse battle in the depths beneatfi your feet, and gems are born in the hottest deeps where rock flows like water.
Heed my tales of old magic in forgotten tombs or marked by standing stones and portals that with a single stride span half of Faerûn. Beware cold claws that reach from the shadows and proudly sneering courtiers in gleaming finery whose honeyed tongues and sly plots are colder and more perilous still than steely talons. Hear tell of wild places where dragons battle each other in the sky and ruins only adventurers—like ye—fave seen that are haunted by fearsome beholders, shape-changing horrors, and oozing things made of eyes and tentacles that lurk . . . and hunger.
Hold, and listen well! If ye heed not a word of mine in all your days, remember this: Faerûn needs its heroes.
I'm one such to some, though I am old and battered and have left a heap of bloody, bitter mistakes befind me high enough to bury empires. Your sword must flash beside my faltering spells, for Faerûn faces new, rising dooms that I cannot face alone. Our homelands stand in worse peril now than ever before. Old evils stir, or return unlooked-for, looming like storm clouds over the darkened fills. Strife and change tear asunder nations and cities. Who can see who shall rise over all? Even the monks of far Candlekeep, who guard well the words of the prophet Alaundo who is never wrong, cannot know.
It might just be ye, if your swords and spells are ready and your feart bold. Faerûn needs ye, lest we fall unguarded to the dangers all around.
Adventurer, I am Elminster, and I say to ye that these forgotten realms are yours to discover, reforge, and defend, yours to make anew in winning your own crown. Go forth and take up arms against the perils that beset us.
{{attribution,margin-right:145px Elminster of Shadowdale
Mirtul, Year of Wild Magic}}
 {position:absolute,width:129px,right:92px,bottom:63px}
}}
{{decal,intro}}
{{pageNumber,auto}}
\page
# Magic
## Header 2
Each one
### Header 3
Has different
#### Header 4
Spacing,
##### Header 5
Depending on
###### Header 6 (yes, there's a header 6)
it's use.
Fauris 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.
{{note
### Converting Core D&D
Characters to Forgotten
Realms Characters
If you created a character with the Player’s Handbook and would like to bring that character into the Forgotten Realms campaign setting, the biggest point of conversion lies in the differences between the pantheons. Table 1–1: Deity Conversion shows which Forgotten Realms deities correspond to the *Player’s Handbook* deities.
{{tabletitle Table 1-1: Deity Conversion }}
| *Player's Handbook* Deity | Forgotten Realms Deity |
|:-------------------|:--------------------|
| Boccob | Azuth, Mystra, Savras, Velsharoon |
| Corellon Larethian | No change |
| Ehlonna | Mielikki |
| Erythnul | Cyric, Garagos, Malar |
}}
{{decal4}}
{{pageNumber,auto}}
\page
A character in the Forgotten Realms campaign is more than 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. orci porta non pulvinar neque. orci porta non pulvinar neque. orci porta non.
{{note,wide
### Folk of Faerûn
Ah, humans, now. There’re a lot of us, to be sure, flung far across all these lands, and more besides, across the sundering seas. We battle like orcs and dream like elves and work harder than all but the dwarves at their forges—and we cover Faerûn.
There was a time when any fool could have told you where the folk of this land or that came from, but now we sail or ride so far and often that we’re all from everywhere. Even the most isolated villages hold folk who hail from they know not where.
Yet you can still tell something of where someone hails from by their hair and build and skin and manner, though any traveler knows not to assume too much from a quick glance. Remember that, and hearken:
—Olram Faravaerr, Merchant of Mintarn
}}
Mauris ultrices eros in cursus turpis. Sit amet consectetur adipiscing elit ut aliquam purus. Quis vel eros donec ac odio.
### H3 Header
Mauris ultrices eros in cursus turpis. Sit amet consectetur adipiscing elit ut aliquam purus. Quis vel eros donec ac odio.
#### H4 Header
Mauris ultrices eros in cursus turpis. Sit amet consectetur adipiscing elit ut aliquam purus. Quis vel eros donec ac odio.
- +2 Constitution, –4 Charisma. Duergar are extremely withdrawn and guarded.
##### Shield Dwarves
The sculpted halls and echoing chambers of dwarven kingdoms are scattered through the Underdark like forgotten necklaces of
###### Fire Genasi
And here we are.
1 2 3 4 5 6 7 8 9 10
## Color
Character Region
A character in the Forgotten Realms campaign is more than 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. orci porta non pulvinar neque.
Descended from the original dark-skinned elven subrace called the Illythiiri, the drow were cursed into their present appearance by the
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.
{{pageNumber,auto}}
{{footnote The Color of Ambition }}
\page
{{chapter
ClasseS
}}
Ihis wizards of Thay, distrusted by the commonfolk of the Dalelands, seek deeper knowledge of the elven runes of Cormanthor. 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. porta non pulvinar neque. porta non pulvinar.
{{descriptive
##### Time to Drop Knowledge
Boring as ever, these boxes are used to describe rooms or environments in an adventure. For as beautiful as the rest of this book is designed, 3.5e also had some boring formats.
**Tables and lists** both work within a descriptive box.
}}
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.
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.
{{decal1}}
{{pageNumber,auto}}
\page
{{chapter,margin-right:-30px
The
Color of ambition
}}
In this adventure, the player characters discover the illegal activities of an ambitious Red Wizard operating out of an enclave in a small town. The enclave serves as an example of how a small enclave is structured and can be used for that purpose independent of the adventure.
This wizards of Thay, distrusted by the commonfolk of the Dalelands, seek deeper knowledge of the elven runes of Cormanthor. 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. porta non pulvinar neque. porta non pulvinar.
#### Armor of Darkness
*7th-level transmutation*
**Casting Time:** :: 1 action
**Range:** :: 30 feet
**Components:** :: S
**Duration:** :: Instantaneous
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.
{{monster
## Gold Mouse
*Gargantuan fiend, depressed neutral*
___
**Armor Class** :: 14 (chain mail, shield)
**Hit Points** :: 144(1d4 + 5)
**Speed** :: 3ft.
___
| STR | DEX | CON | INT | WIS | CHA |
|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|
|13 (+2)|5 (-2)|19 (+5)|12 (+1)|8 (-1)|17 (+4)|
___
**Condition Immunities** :: None
**Senses** :: darkvision 60 ft., passive Perception 10
**Languages** :: None
**Challenge** :: 9 (8606 XP)
___
***Enormous Nose.*** This creature gains advantage on any check involving putting things in its nose.
***Hangriness.*** This creature is angry, and hungry. It will refuse to do anything with you until its hunger is satisfied.
When in visual contact with this creature, you must purchase an extra order of fries, even if they say they aren't hungry.
### Actions
***Corkscrew Strike.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2)
***Airplane Hammer.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2)
}}
{{decal2}}
{{pageNumber,auto}}
\page
{{backcover
### Dark Perils and Great Deeds Await
Welcome to Faerûn, a land of high magic, terrifying monsters, ancient ruins, and hidden wonders. From the forbidding forests of the Silver Marches to the teeming cities of the Inner Sea, Faerûn encompasses shining kingdoms, monster-infested wastes, endless caverns, and sinister citadels. The Forgotten Realms Campaign Setting presents the most comprehensive fantasy world ever described!
This book contains all the details you need to play Dungeons & Dragons adventures in the Forgotten Realms setting:
- A new full-color poster map of Faerûn.
- Dozens of new races, feats, and prestige classes for your characters.:
- The Faerûnian pantheon, including over 100 deities and powers.
- Highly detailed regions, new monsters, mysterious sites, and two short adventures to begin your campaign.
:::::::::
The Forgotten Realms Campaign Setting si fully updated and redesigned for the new edition of the D&D game. To make full use of this book, you also need the D&D *Player's Handbook*, *Dungeon Master's Guide*, and *Monster Manual*.
}}