```metadata title: Theros Style description: '' tags: - meta:Theme systems: - 5e renderer: V3 theme: 5ePHB ``` ```css /* FONT IMPORTS __________________________________________________ */ /* _______________________________________________________________ */ @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/8418cfed7630e5c3a704238e34775dfe2c1761bb/TherosFonts.css'); @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/6ade797a215521264f7a7aca9355489333d9caba/EberronFonts.css'); /* GENERAL CODE __________________________________________________ */ /* _______________________________________________________________ */ /* PAGE TEXTURE */ .page { background-image : url(https://i.imgur.com/g3wiYaX.jpg); background-size : cover; } .page:nth-of-type(odd) { background-image : url(https://i.imgur.com/hARgyKo.jpg); } /* HEADERS */ .page h1, .page h2, .page h3, .page h4 { letter-spacing : 1px; } .page h1 { font-size : 2.9em; } .page h3 { border-bottom : 2px solid #d7c598; margin-bottom : 0.3em; } .page h4{ margin-bottom : 0.2em; } .page h5 { text-shadow : #000 0px 0px 0.1px; } /* BLUE HEADER */ .page .blueheader h1 { color: #3e3a64; } /* NOTES */ .page .note { background-color : #f0cba8; } .page .note { border-image : url(https://i.imgur.com/KtrHa62.png) 14 stretch; border-image-outset : 6px 0px; border-image-width : 11px; } /* IMAGES */ .page img:not(.logo img):not(.frontcredit img) { position : absolute; z-index : -2; user-select : none; } .page .emblem img { z-index : 1!important; } /* DESCRIPTIVE NOTES */ .page .descriptive { background-color : #faeec6; } .page .descriptive { border-image : url(https://i.imgur.com/4pinvh6.png) 12 stretch; border-image-outset : 4px; } /* TABLES */ .page table tr:nth-child(odd) td { background-color : #afd4cf; } /* MONSTER STATBLOCKS */ .page .monster.frame { background-color : #fdf8ce; } .page .monster table tr:nth-child(odd) td { background-color : transparent; } /* Adds spacing beneath Headers and Notes */ .page .note { margin-top : 5mm; } .page .note + .note { margin-top : 2.5em; } /* Adjusts the various spacings of Numbered and Bulleted Lists */ .page .note ol > li { padding: 0 0 0 0.4em; text-indent: -1.5em; list-style-type: none; counter-increment: item; } .page .note ul { margin-top: 0.6em; } .page ol { margin: 0.4em 0 0.5em; padding: 0; } .page ol > li { padding: 0 0 0 1.3em; text-indent: -1.5em; list-style-type: none; counter-increment: item; } .page ol > li:before { display: inline-block; width: 1em; padding-right: 0.5em; font-weight: bold; text-align: right; content: counter(item) "."; } /* ARTIST CREDITS */ .page .artist { position : absolute; bottom : 150px; right : -40px; width : 20%; transform : rotate(-90deg); font-family : ScalySansSmallCapsRemake; font-size : 13px; text-align : left; text-transform : lowercase; color : #999999; z-index : 200; } .page:nth-of-type(even) .artist { right : unset; left : -40px; } .page .artist p { font-family : ScalySansSmallCapsRemake !important; font-size : 13px !important; } /* SMALL CAPS */ .page caps { font-variant : small-caps; } .page .backcover caps { font-size : 120%; } /* WATERCOLOR STAIN */ .page [class*="watercolor"] { background-color : #a1cec4; } /* FOOTER */ .page .footnote{ left : 68px; bottom : 38px; font-size : 10px; color : #2c4d54; text-transform : uppercase; text-align : left; width : 400px; font-weight : 800; font-family : Marco Polo; letter-spacing : 1.2px; } .page:nth-child(even) .footnote{ left : unset; right : 68px; text-align : right; } /* FOOTER IMAGE (Disabled, it's built into the page texture) */ .page:after { all : unset; } /* PAGE NUMBER */ .page .pageNumber{ left : 10px; bottom : 27px; font-size : 13px; color : #2c4d54; text-align : center; font-family : Marco Polo; font-weight : 100; -webkit-text-stroke : 0.1px white; } .page:nth-child(even) .pageNumber{ left : unset; right : 10px; } /* HYPERLINKS */ .page a { color : inherit; text-decoration : none; font-weight : inherit; } .page a:hover{ text-decoration : underline; } /* QUOTE */ .page .quote { font-family : Cormorant; font-size : 15px; line-height : 1em; margin-top : 0px; padding-bottom : 4px; } .page .quote.author p:last-child { font-family : BookInsanityRemake; font-size : 0.34cm; margin-top : 4px; text-align : right; } /* BIG ART CAPTION */ .page .artcaption { position : absolute; bottom : 36px; left : 90px; width : 320px; font-family : WalterTurncoat; font-size : 11.5px; text-align : left; letter-spacing : 0.7px; color : white; z-index : 201; text-shadow : black 0px 0px 10px; } .page .artcaption p { text-indent : 0px; } .page .artcaption a { font-style: italic; } { position : absolute; width : 2000px; /* dimensions need to be real big so the user can set */ height : 2000px; /* height or width and the image will maintain aspect ratio */ -webkit-mask-image : var(--wc); -webkit-mask-size : contain; -webkit-mask-repeat : no-repeat; mask-image : var(--wc); mask-size : contain; mask-repeat : no-repeat; background-size : cover; background-color : @watercolorStain; /*default color*/ --wc : @watercolor1; /*default image*/ z-index : -2; } /* FRONT COVER ___________________________________________________ */ /* _______________________________________________________________ */ .page:has(.frontCover) .logo { filter : drop-shadow(0 0 0.08cm rgba(0,0,0,0.75)); } .page:has(.frontCover) hr { margin : 12px auto 12px; } .page:has(.frontCover) h1 { filter : drop-shadow(0 0 1.4px black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black); } .page:has(.frontCover) h2 { font-family : Nodesto; letter-spacing : 1px; } .page:has(.frontCover) h3 { filter : drop-shadow(0 0 1px black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black); font-family : Nodesto; font-weight : 100; font-size : 0.8cm; letter-spacing : 0.1cm; color : white; border-bottom : unset; margin-top : 10px; font-family : 'Modesto Expanded'; } .page:has(.frontCover) .footnote { font-family : VeraCruz; text-transform : none; text-shadow : unset; position : absolute; bottom : 3.5em; width : 100%; letter-spacing : 1.6px; text-transform : none; text-align : center; transform : scaleX(90%); z-index : 2; -webkit-text-stroke : unset; } .page small { position : relative; text-transform : lowercase; bottom : 10px; font-size : 90%; } .page:has(.frontCover) .emblem, .page:has(.frontCover) .color { position : absolute; top : 0px; left : 0px; background-size : 100% 100%; background-repeat : no-repeat; } .page:has(.frontCover) .emblem { height : 80px; width : 340px; z-index : 0; background-image : url(https://i.imgur.com/OQKUc3K.png); } .page:has(.frontCover) .color { height : 19px; width : 650px; background-color : black; opacity : 75%; z-index : -1; -webkit-mask-image : url(https://i.imgur.com/bURATrX.png); -webkit-mask-size : 100% 100%; } .page:has(.frontCover) .emblem img { left : 20px; top : 0px; min-width : unset; max-width : 50%; max-height : 100%; z-index : 1; } /* INSIDE COVER CODE _____________________________________________ */ /* _______________________________________________________________ */ .page:has(.insideCover) h1 { font-size : 88px; color : #58180D; } .page:has(.insideCover) h2 { font-family : Nodesto; font-size : 3em; letter-spacing : 0.8px; } .page:has(.insideCover) h3 { font-family : 'Modesto Expanded'; font-weight : normal; font-size : 31px; letter-spacing : 1px; border-bottom : unset; margin : 10px -80px 20px; width : 816px; } .page:has(.insideCover) h3 + h1 { margin : -10px auto -10px;; } .page:has(.insideCover) hr { margin : 12px auto 12px; } /* CREDITS PAGE __________________________________________________ */ /* _______________________________________________________________ */ .page .credits h1+p::first-letter, .page .credits h1+p::first-line { all : unset; } .page .credits h1 { font-size : 40px; } .page .credits h2, .page .credits h5 { margin-bottom :14px; } .page .credits p { font-family : Martel_SansRegular; font-style : normal; font-size : 0.83em; line-height : 1.5em; text-indent : -1em; margin-left : 1em; } .page .credits strong { font-family : Martel_SansExtraBold; } .page .credits a { color : #787878; } .page .frontcredit { position : relative; right : 10px; width : 340px; height : 240px; margin-top : 15px; margin-bottom : 110px; } .page .frontcredit::before { content : ''; position : absolute; top : 2px; left : -20px; height : 100%; width : 110%; background-image : url(https://i.imgur.com/0gyBppx.png); background-size : 100% 100%; z-index : 1; } .page .frontcredit img { position : relative; top : 5px; left : -18px; min-width : 108.5%; height : 234px; -webkit-mask-image : url(https://i.imgur.com/N2AQdEt.png); -webkit-mask-position : top; -webkit-mask-size : 100% 100%; -webkit-mask-repeat : no-repeat; } .page .frontcredit h5 { margin-top : 10px; margin-bottom : -2px; text-shadow : #000 0px 0px 0.1px; } .page .frontcredit p { text-indent : 0em; margin-left : 0em; } .page .credits .footnote { bottom : 20px; left : 0px; width : 100%; font-size : 1em; text-transform : none; text-align : left; color : black; } .page .credits .footnote p { padding : 4.5em; text-indent : 0px; } /* TABLE OF CONTENTS _____________________________________________ */ /* _______________________________________________________________ */ .page .toc h1 { text-align : left; font-size : 40px; } .page .toc h3 { font-family : BookInsanityRemake; font-size : 13.5px; font-weight : 800; letter-spacing : 0px; border-bottom : unset; } .page .toc ul h3 span:first-child::after { content : ""; bottom : 0.08cm; flex : 1; margin-left : 0.08cm; margin-right : 0.16cm; border-bottom : 0.05cm dotted #000; margin-bottom : 0.08cm; } .page .toc h4 { margin-top : 2px; margin-bottom : 0px; font-family : BookInsanityRemake; font-weight : 100; color : black; font-size : 13px; letter-spacing : 0px; } .page .toc ul li + li h3 { margin-top : 8px; } .page .toc a { font-weight : inherit; } .page .toc.wide { columns :3; } /* CHAPTER HEADING _______________________________________________ */ /* _______________________________________________________________ */ .page .chapter { column-span : all; display : block; padding-top : 148px; padding-bottom : 26px; } .page .chapter:before { content : ''; position : absolute; width : 100%; height : 415px; top : 0px; left : 0px; z-index : -1; background-image : url(https://i.imgur.com/Psmf99P.png); background-size : cover; /* This next line is to adjust for slightly off coloration */ filter : hue-rotate(-6deg) brightness(0.97) contrast(1.1); } .page .intro:before { background-image : url(https://i.imgur.com/vLnnuoR.png); } .page .one:before { background-image : url(https://i.imgur.com/Psmf99P.png); } .page .two:before { background-image : url(https://i.imgur.com/iiDrO3A.png); } .page .three:before { background-image : url(https://i.imgur.com/X9o9umx.png); } .page .four:before { background-image : url(https://i.imgur.com/BvkKoeX.png); } .page .five:before { background-image : url(https://i.imgur.com/rEQhiv6.png); } .page .six:before { background-image : url(https://i.imgur.com/x2A45uC.png); } .page .chapter h1 { color : #1c404c; text-align : center; font-weight : normal; letter-spacing : 1px; font-size : 33px; text-shadow : #423f5f 0px 0px 0.2px; } .page h1+p::first-letter, .page h1+.quote::first-letter, .page .chapter+p::first-letter, .page .chapter+.quote::first-letter { font-family : CaslonBlack; line-height : 1em; font-size : 78px; float : left; margin : -6px 8px -16px 0px; color : rgba(0, 0, 0, 0); text-transform : uppercase; background-image : url(https://i.imgur.com/z06fxMt.jpg); background-size : 130px 110px; background-position : 10%; background-clip : text; -webkit-background-clip : text; } .page h1+.quote::first-letter, .page .chapter+.quote::first-letter { font-size : 88px; margin-left : -4px; } .page .chapter+.quote::first-line, .page .chapter+p:first-line { font-variant : small-caps; font-family : BookInsanityRemake; font-size : 15px; text-transform : lowercase; line-height : 14px; } /* TABLETS _______________________________________________________ */ /* _______________________________________________________________ */ .page .tablet { border-image-source : url(https://i.imgur.com/hzDeyBi.png); border-image-slice : 50 fill; border-image-width : 35px; border-image-outset : 6px 3px; border-image-repeat : repeat; border-width : 16px 6px; border-style : solid; padding : 4px 6px; margin : 12px -6px; width : calc(100% + 12px); filter : drop-shadow(1px 2px 2px rgba(135, 135, 135, 0.50)); font-size : 11.8px; } .page .tablet table tr:nth-child(odd) td { background-color : #afd4cf; } .page .tablet.wide { border-image-source : url(https://i.imgur.com/umh0ND4.png); border-image-slice : 56.5 fill; border-image-width : 39px; border-image-outset : 6px 12px; column-count : 2; column-gap : 34px; margin : 42px -12px 12px; width : calc(100% + 24px); } .page .tablet.wide::before { content :''; position : absolute; background-image : url(https://i.imgur.com/XtmIDAY.png); background-size : contain; background-repeat : no-repeat; width : 170px; height : calc(100% + 3.3cm); top : 52%; left : 50%; transform : translateY(calc(-52% + 5px)) translateX(-50%); } .page .tablet.wide h2 { column-span : all; -webkit-column-span : all; margin-bottom : 6px; } .page .tablet h1+p:first-letter { margin : -6px 6px -12px -36px; } /* PILLARS IMAGES_________________________________________________ */ /* _______________________________________________________________ */ .page .pillars { position : absolute; left : 0px; top : 0px; width : 816px; height : 346px; } .page .pillars::before { content : ''; position : absolute; top : 0px; left : 0px; height : 100%; width : 100%; background-image : url(https://i.imgur.com/C5Cj6jb.png); background-size : contain; background-repeat : no-repeat; z-index : 1; } .page .pillars::after { content : ''; position : absolute; top : 40px; left : 50px; height : 275px; width : 718px; background-image : url(https://i.imgur.com/UT97l2D.jpg); background-size : 100% 100%; background-repeat : no-repeat; z-index : -10; } .page .pillars img { position : absolute; top : 40px; left : 50px; min-width : 350px; height : 285px; max-height : 285px !important; -webkit-mask-image : url(https://i.imgur.com/yq9X4Gk.jpg); -webkit-mask-position : left; -webkit-mask-size : 345px 285px; -webkit-mask-repeat : no-repeat; z-index : -1; } .page .pillars img:nth-of-type(2) { left : 420px; } .page .pillars .caption { position : absolute; top : 329px; left : 50px; width : 350px; margin : auto; font-family : Marco Polo; letter-spacing : 1px; font-variant : small-caps; text-align : center; color : #c5aa87; -webkit-text-stroke : 0.5px #c5aa87; mix-blend-mode : multiply; z-index : 10; } .page .pillars .caption:nth-of-type(2) { left : 418px; } .page .pillarspacer { display : block; column-span : all; -webkit-column-span : all; -moz-column-span : all; padding-bottom : 316px; } /* BACK COVER CODE________________________________________________ */ /* _______________________________________________________________ */ /* If you change the last "0" in the line below to "0.75", the backcover will project a red shadow over the background image. Feel free to change the other three rgba values to whatever color you'd like (I recommend using https://www.hexcolortool.com/ to pick a color */ .page:has(.backCover) .backCover { filter : drop-shadow(0 0 30px rgba(237, 31, 36, 0)); } .page:has(.backCover) h1 { font-size : 58px; font-weight : normal; } .page:has(.backCover) p { font-family : martel_sanssemibold; font-size : 11.7px; line-height : 1.6em; text-indent : 0em; color : white; } .page:has(.backCover) caps { font-size : 125%; } ``` {{frontCover}} {{logo ![](/assets/naturalCritLogoRed.svg)}} {{emblem ![image](https://i.imgur.com/Nfw1Mpq.png) {opacity:70%} }} # Epic Odysseys
of Theros ## A Book of MYTHIC Stories ___ {{banner HOMEBREW}} {{footnote Clash with gods of formatting and aesthetics in this
template made for the world's greatest roleplaying game }} ![image](https://i.imgur.com/HQIpHER.jpg) {right:-130px,top:-90px,height:119%} \page {{insideCover}} ### Epic Odysseys of # Theros : ## A Book of MYTHIC Stories ___ {{artist [Andrea Radeck](https://www.artstation.com/alradeck) }} ![image](https://i.imgur.com/QMAZZEk.png){width:660px,left:85px,bottom:215px} {{logo ![](/assets/naturalCritLogoRed.svg)}} \page {{credits,wide {{columns:2 # Credits **Template Designers:** [u/Kaiburr_Kath-Hound](https://www.reddit.com/user/Kaiburr_Kath-Hound/) ::::: ##### Artist Credits **Front Cover:** *Mythic Odysseys of Theros* by [Jason Rainville](http://jasonrainville.blogspot.com/), @Wizards of the Coast **Inside Cover:** *Thaumaturge's Familiar* by [Andrea Radeck](https://www.artstation.com/alradeck), @Wizards of the Coast : **Page 6 (left):** *The Hunter* by [Chuck Lukacs](https://www.artstation.com/lukacs), @Wizards of the Coast **Page 6 (right):** *Hero of the Pride* by [Wisnu Tan](https://www.artstation.com/wisnutan), @Wizards of the Coast **Page 6 (bottom):** *The Hunter* by [Howard Lyon](https://www.howardlyon.com/), @Wizards of the Coast **Page 10:** *Pyxis of Pandemonium* by [David Palumbo](http://dvpalumbo.com/), @Wizards of the Coast }} {{frontcredit ![image](https://i.imgur.com/HQIpHER.jpg) {} ##### On the Cover The invulnerable hero, Haktos the Unscarred, leaps into battle with a Nyxborn hydra, taking part in the most recent telling of a myth repeated through the ages. [Jason Rainville](http://jasonrainville.blogspot.com/) brings this legend to life. }} {{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 - ### [{{ Welcome to Theros}}{{ 5}}](#p5) - #### [{{ Tablets of Lore}}{{ 5}}](#p5) - ### [{{ Ch. 1: Character Creation}}{{ 7}}](#p7) - ### [{{ Ch. 2: Gods of Theros}}{{ 8}}](#p8) - #### [{{ Header 2}}{{ 8}}](#p8) - [{{ Header 3}}{{ 8}}](#p8) - ### [{{ Ch. 3: Realms of Gods and Mortals}}{{ 9}}](#p9) - ### [{{ Ch. 4: Creating Theros Adventures}}{{ 10}}](#p10) - ### [{{ Ch. 5: Treasures}}{{ 11}}](#p11) - ### [{{ Ch. 6: Friends and Foes}}{{ 12}}](#p12) - #### [{{ Anime Sphinx}}{{ 12}}](#p12) - [{{ Actions}}{{ 12}}](#p12) }} \page {{chapter,intro # Welcome to Theros }} The caprice of the gods. The destiny of heroes. Great journeys into monster-infested wilds, and mythic odysseys to the edge of the world and back. These elements of adventure fill the realms of Theros, a new setting for your Dungeons & Dragons campaign to explore. The roots of Theros lie in the myths of ancient Greece, tales dominated by gods, heroes, and monsters. This world was created as a setting for the Magic: the Gathering trading card game, explored in card sets beginning in 2013. The lands of Theros serve as an example of how to take inspiration from real-world mythology and adapt it into a world built from the ground up for fantasy adventures. ::: {{tablet ##### Tablets of Lore *Mythic Odysseys of Theros* has a really cool type of note used for important lore. These are a nice addition for world settings, but can be used for creator's notes, alternative options, or they can completely replace regular notes. }} {{tablet,wide ## BIG Tablets of Lore Furthermore, these long, full-page tablets can be used for long paragraphs or entire sections with subheaders. To turn a tablet into a large tablet like this one, just add the wide tag to the tablet class, as shown above. And since I have little else to say about these bits of text, here is a (very thematically appropriate) block of "lorem ipsum" text. ### Lorem Ipsum Mollis aliquam ut porttitor leo a diam. Mi ipsum faucibus vitae aliquet nec ullamcorper. A erat nam at lectus. Eget mauris pharetra et ultrices neque. In mollis nunc sed id semper risus. Duis ut diam quam nulla porttitor massa id neque. Id ornare arcu odio ut sem. Mauris ultrices eros in cursus turpis massa tincidunt dui. Viverra justo nec ultrices dui sapien. Posuere lorem ipsum dolor sit amet. Quis auctor elit sed vulputate mi sit amet mauris. Vitae tempus quam pellentesque nec nam aliquam sem et. Duis at consectetur lorem donec massa. Est ante in nibh mauris cursus mattis molestie a iaculis. Euismod in pellentesque massa placerat duis ultricies lacus sed. ##### Persona Progressus | Experientia Puncta | Libella | Peritia Adcessio | |:-------------------|:-------:|:----------------:| | | I | +II | | CCC | II | +II | | CM | III | +II | | MMDCC | IV | +II | | MMM MMM D | V | +III | | MMM MMM MMM MMMM M | VI | +III | }} {{pageNumber,auto}} {{footnote Welcome to Theros}} \page {{pillars ![image](https://i.imgur.com/DXNALwP.jpg) {{caption The Hunter }} ![image](https://i.imgur.com/oWoPrQ0.png) {{caption Hero of the Pride }} }} {{pillarspacer}} {{note,wide,columns:2 ##### Pillars and Images Here are some interesting ways to use images. The above "pillars" can contain two images, each with their own caption, if you wish. The syntax is really weird for those, and you need to include a separate "spacer" class to make sure all the elements below won's overlap. Just be sure to read the notes written in the code above! Below is a simple image hosted on Imgur (cropped using stains from [**/u/flamableconcrete**](https://www.reddit.com/user/flamableconcrete/)), but the caption is a style specific to Mythic Odysseys of Theros. }} ![image](https://i.imgur.com/yqimxSY.png) {width:100%,left:0px,bottom:0px} {{artcaption For champions like the Setessan Leader Anthousa, herosim and destiny are inescapable forces. }} \page {{chapter,one # Character Creation }} {{quote,author In fairness, the giant had just been awakened. Still, not everyone would be able to bring down a brute twice the size of a city temple, even ifit was in a stupor, so I guess I am a hero. That's not to say I'm the greatest hero or would even be remembered once I fell, but I would not turn away being called "Aesrius, the hero." I am stronger than others of my age and have always been able to easily master all manner of weapons, although for challenge I prefer to use my own fists in combat. But I boast too much. In truth, I am one of many who are blessed with the might of Iroas, children of devout parents to whom the God of Victory has given the strength to serve and protect the people. Everyone always said I was born a hero. —Matt Knicl, "The Hero of Iroas" }} \column {{note ##### Time to Drop Knowledge Use notes to point out some interesting information. **Tables and lists** both work within a note. }} {{descriptive ##### Time to Drop Knowledge Use descriptive boxes to highlight text that should be read aloud. **Tables and lists** both work within a descriptive box. }} ##### Character Advancement | 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 | {{pageNumber 195}} {{footnote Chapter 1 | Character Creation}} \page {{chapter,two # Gods of Theros }} A pantheon of fifteen gods guides religious life on Theros. From the sun and agriculture to death and passage into the Underworld, the gods oversee the forces of nature and the most important aspects of mortal life. These gods are quite real to the people of Theros, who see them moving across the sky at night and sometimes encounter them face to face. Thus, most people perform rituals and devotions that honor various gods, hoping to win their favor and stave off their wrath. They tell and retell the stories of the gods' deeds—even as they watch those stories continue to play out in the vastness of the night sky. ## Header 2 : ### Header 3 : #### Header 4 : ##### Header 5 (These are just to demonstrate the appearance of headers. They are largely unchanged from the default). {{pageNumber,auto}} {{footnote Chapter 2 | Gods of Theros}} \page {{chapter,three # Realms of Gods and Mortals }} {{quote,author What is the farthest explored point on the known world?" Elspeth asked. "In the east, beyond the leonin lands, there's another forest," Daxos told her. "Larger even than the Nessian Forest. No one knows how far it goes." "What's to the west beyond the sea?" Elspeth asked. "The world ends at the waterfall where Kruphix's Tree grows," he explained. "The sea falls off the edge and into the void below." "My home was beyond your infmite forest," she said. —Jenna Helland, Godsend }} {{watercolor2,top:200px,right:90px,width:300px,opacity:60%}} {{pageNumber,auto}} {{footnote Chapter 3 | Realms of Gods and Mortals}} \page {{chapter,four # Creating Theros Adventures }} As exemplified by the labors of Anthousa, the exploits of Haktos the Unscarred, the wondrous inventions of Dalakos, and Elspeth's escape from the Underworld, the heroes of Theros chart their own fates—and so will the player characters in your campaign. What adventures might Heliod's champions undertake? What villains and monsters are associated with Phenax? How might adventurers get entangled in divine schemes? This chapter explores these questions, providing abundant advice, tools, and maps for players to create their own exciting stories. {{pageNumber,auto}} {{footnote Chapter 4 | Creating Theros Adventures}} \page {{chapter,five # Treasures }} {{quote,author The sun god reached out and put his hand upon Kytheon's shoulder. "You proved your worth as a warrior in the attack on your polis, but it is time to prove yourself worthy to be my champion." He reached up to the sunlit sky, and the light coalesced around his fist. It elongated and took the shape of a spear that resembled the god's own weapon. "With this spear, destroy the titan. This is what I task you with. This is your ordeal." Igitheon gaped, both at the spear and at the task the god had set before him. —Ari Levitch, "Gideon: Kytheon lora of Akros" }} ![image](https://i.imgur.com/oUeU6mp.png) {width:70%,left:0px,bottom:0px,transform:ScaleX(-1)} {{artist [David Palumbo](http://dvpalumbo.com/) }} {{watercolor10,top:710px,left:270px,width:500px,opacity:80%,background-color:#58407d}} \page {{chapter,six # Friends and Foes }} This chapter provides stat blocks for a variety of creatures unique to Theros, including mythic monsters—legndary beings intended to serve as peerless threats. It also includes lore relevant to monsters from the Monster Manual that appear on Theros. : {{watercolor10,top:500px,right:60px,width:450px,opacity:70% }} {{monster,frame ## Anime Sphinx *Tiny beast, manic-depressive evil* ___ **Armor Class** :: 19 (chain mail, shield) **Hit Points** :: 100(1d4 + 5) **Speed** :: 30ft. ___ | STR | DEX | CON | INT | WIS | CHA | |:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| |14 (+2)|2 (-4)|1 (-4)|13 (+2)|3 (-3)|1 (-4)| ___ **Condition Immunities** :: melancholy, drunk **Senses** :: darkvision 60 ft., passive Perception 16 **Languages** :: Pottymouth **Challenge** :: 10 (8682 XP) ___ ***Onion Stench.*** Any creatures within 5 feet of this thing develops an irrational craving for onion rings. : ***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 ***Bulldog Rake.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) : ***Team Foot.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) : ***Turnbuckle Roll.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) : ***Dual Throw.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) }} {{pageNumber,auto}} {{footnote Chapter 6 | Friends and Foes}} \page {{backCover}} ![background](https://i.imgur.com/HQIpHER.jpg) {left:-10px,top:-80px,height:118%} # Challenge
the Gods The world's most popular roleplaying game meets the world's most popular trading card game in this campaign sourcebook, detailing the Magic: the Gathering world of Theros for use in Dungeons & Dragons. : Legends walk the lands of Theros, a realm shaped by deities and the deeds of heroes. From the temples of omen-speaking oracles to the five realms of the Underworld, the champions of the gods vie for immortal favor and a place among the world's living myths. : Choose a supernatural gift that sets you on the path of destiny, align yourself with one of Theros's fifteen gods, then carve a tale of odysseys and ordeals across the domains of mortals, gods, and the dead. ___ For use with the fifth edition
[*Player's Hand Book*](https://homebrewery.naturalcrit.com/share/1gJtTm4frFs0kb9fD9jGO5I4rLipDzLFpRq-hmiZmTQZz), *Monster's Manual*,
and *Dungeon's Masterguide*. {{logo ![](/assets/naturalCritLogoWhite.svg) Homebrewery.Naturalcrit.com }}