```metadata title: Circle of Spores (Revised) description: Minor adjustments for major impacts. tags: - 5e - druid - subclass - buff systems: - 5e renderer: V3 theme: 5ePHB ``` ```css /* FONT IMPORTS ___________________________________________________ */ /* ________________________________________________________________ */ @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/9ded8e9218840d6a746b5944f070cdce0d55150e/PHBFonts.css'); @import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/6ade797a215521264f7a7aca9355489333d9caba/EberronFonts.css'); /* MINOR TWEAKS ___________________________________________________ */ /* PAGE MARGIN */ .page { padding-bottom : 0px; } /* HEADERS */ /* .page h1, .page h2, .page h3, .page h4, .page h5 { letter-spacing : 1px; font-weight : normal; } .page h5 { font-weight : bold; text-shadow : #000 0px 0px 0.1px; } */ .page h5 { font-family: 'ScalySansSmallCapsRemake', 'Noto Sans JP', sans-serif; } /* IMAGES */ .page img:not(.logo img):not(.frontcredit img) { position : absolute; user-select : none; } /* DROP CAP */ .page h1+p::first-letter { background-position : 10px; } /* NOTES */ /* .page .note { margin : 4mm 0 1mm; } */ /* SMALL CAPS */ .page caps { font-variant : small-caps; } /* FOOTNOTE */ .page:not(.page:has(.frontCover)) .footnote:not(.credits .footnote) { bottom : 44px; color : #af9060; text-transform : uppercase; } /* PAGE NUMBER */ .page .pageNumber { bottom : 28px; color : #af9060; font-size : 13px; } /* MONSTER STATBLOCK */ .page .monster table tr:nth-child(odd) td { background-color : transparent !important; } /* SMALL CAPS */ .page caps { font-variant : small-caps; } .page .backcover caps { font-size : 120%; } /* HYPERLINKS */ .page a { text-decoration : none; color : #005500; } .page a:hover{ text-decoration : underline; } .logo a { color : white; } /* QUOTE */ .page .quote { font-family : Cormorant; font-size : 15.2px; margin-top : 6px; padding-bottom : 4px; } .page .quote::first-line { font-variant : small-caps; font-family : BookInsanityRemake; font-size : 14.5px; line-height : 15px; font-weight : 100; } .page .quote p:not(p:last-child) { font-weight : 800; } .page .quote.author p:last-child { font-family : BookInsanityRemake; font-size : 0.34cm; margin-top : 4px; text-align : right; } .page .quote p:last-child em { font-family : Cormorant; font-size : 15.2px; font-weight : 800; } /* FRONT COVER _____________________________________________________ */ /* _________________________________________________________________ */ .page:has(.frontCover) { padding-top : 90px; } .page:has(.frontCover) .logo { filter : unset; } .page:has(.frontCover) .logo img { width : auto; height : 70px; } .page:has(.frontCover) h1 { filter : unset; --shadow-x0 : #000 0px 0px 3.5px; --shadow-x1 : var(--shadow-x0), var(--shadow-x0), var(--shadow-x0); --shadow-x2 : var(--shadow-x1), var(--shadow-x1), var(--shadow-x1); --shadow-x3 : var(--shadow-x2), var(--shadow-x2), var(--shadow-x2); text-shadow : var(--shadow-x3), var(--shadow-x3), var(--shadow-x3); margin-top : 3px; text-transform : none; font-size : 6.6em; } .page:has(.frontCover) hr { margin : 12px auto; width : 10cm; } .page:has(.frontCover) h2, .page:has(.frontCover) h3 { filter : unset; --shadow-x0 : #000 0px 0px 2.5px; --shadow-x1 : var(--shadow-x0), var(--shadow-x0), var(--shadow-x0); --shadow-x2 : var(--shadow-x1), var(--shadow-x1), var(--shadow-x1); --shadow-x3 : var(--shadow-x2), var(--shadow-x2), var(--shadow-x2); text-shadow : var(--shadow-x3), var(--shadow-x3), var(--shadow-x3); font-family : 'Modesto Expanded'; font-size : 0.8cm; letter-spacing : 0.1cm; margin-top : 10px; transform : ScaleX(0.8); } .page:has(.frontCover) h3 { color : white; border-bottom : none; font-size : 0.64cm; } .page:has(.frontCover) .footnote { filter : unset; -webkit-text-stroke : 0.2px black; --shadow-x0 : #000 0px 0px 1.8px; --shadow-x1 : var(--shadow-x0), var(--shadow-x0), var(--shadow-x0); --shadow-x2 : var(--shadow-x1), var(--shadow-x1), var(--shadow-x1); text-shadow : var(--shadow-x2), var(--shadow-x2), var(--shadow-x2); font-family : VeraCruz; z-index : 1; letter-spacing : 1px; width : fit-content; transform : ScaleX(0.9); } .page:has(.frontCover) .banner { bottom : 157px; height : 67px; width : 100%; background-image : url('https://i.imgur.com/KiAk59C.png'); background-size : 400px; background-repeat : no-repeat; } /* Page configuration. */ ::selection { background: white; color: black; } .page { hyphens: auto; -webkit-hyphens: auto; } .page::after { all: unset; } .page p, .page table, .page h5, .page ul { color: white; } .page tbody tr:nth-child(odd), .note h5, .note p, .note ul { color: black; } :root { --HB_Color_HeaderText: #00aa00; --HB_Color_CaptionText: white; } img, .page:has(.frontCover), .maskContainer, p:nth-last-child(-n+3) { pointer-events: none; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } /* Image masks and background setings. */ .page { background-image: url(https://i.ibb.co/G5nLGRG/blackthorn.jpg); background-size: cover; } .page .maskContainer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index:-10; --mask-url: url(https://i.imgur.com/fpEjz92.png); -webkit-mask-image:var(--mask-url),linear-gradient(black, black); mask-image:var(--mask-url),linear-gradient(black, black); -webkit-mask-composite:destination-out; mask-composite:exclude; -webkit-mask-type:alpha; mask-type:alpha; -webkit-mask-position: 0px 0px; mask-position: 0px 0px; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; } .page .maskContainer .maskedImage { position: absolute; width: 100%; } /* Flexbox settings. */ .textcolumn { display: flex !important; flex-direction: column-reverse; height: 248.4mm; } .page ul { margin-bottom: 0em; } ``` {{frontCover}} {{logo ![](https://i.imgur.com/kKd8mdW.png)}} # CIRCLE OF SPORES (REVISED) ___ {{banner}} {{footnote An Improved Fungus-Manipulating Druid Subclass
for the World's Greatest Roleplaying Game }} ![background image](https://i.ibb.co/F7K0S0J/Pan-Firbolg-Druid.jpg){top:0px,right:0,width:105%} \page {{textcolumn {{ ### Circle of Spores Druids of the Circle of Spores find beauty in decay. They see within mold and other fungi the ability to transform lifeless material into abundant, albeit somewhat strange, life. These druids believe that life and death are parts of a grand cycle: death isn't the end of life, but instead a change of state that sees life shift into a new form. Druids of this circle have a complex relationship with the undead. While they consider undeath to be an intermediary companion of life and death, they also believe that the natural cycle is healthiest when each segment of it is vibrant and changing. Undead that seek to replace all life with undeath, or that try to avoid passing to a final rest, violate the cycle and must be thwarted. #### Circle Spells ___ *2nd-level Circle of Spores feature* ___ Your symbiotic link to fungus and your ability to tap into the cycle of life and death grants you access to certain spells. You learn the *chill touch* cantrip. When you reach certain druid levels, you gain access to the spells in the table below. They count as druid spells for you, and you always have them prepared, but they don’t count against the total number of spells you prepare each day. | Druid Level | Spells | |:-----------:|:-------------------------------------------| | **2nd** | ***bane, sanctuary*** | | 3rd | *blindness/deafness, gentle repose* | | 5th | *animate dead, gaseous form* | | 7th | *confusion, **death ward*** | | 9th | *cloudkill, **synaptic static*** | #### Halo of Spores ___ *2nd-level Circle of Spores feature* ___ Invisible, necrotic spores surround you in an aura with a 10-foot radius. **When a creature enters the affected area for the first time on a turn or starts its turn there**, you can unleash these spores onto the creature, forcing it to succeed on a Constitution saving throw against your spell save DC or take 1d4 necrotic damage. The damage increases **when you reach certain levels in this class**, increasing to 1d6 at 6th level, 1d8 at 10th level, and 1d10 at 14th level. #### Symbiotic Entity ___ *2nd-level Circle of Spores feature* ___ As an action, you can expend a use of your Wild Shape feature to magically awaken your spores, and gain 4 temporary hit points for each level you have in this class. **While you have these hit points, you gain the following benefits:** - When you deal your Halo of Spores damage, roll the damage die a second time and add it to the total. - **Your attacks** deal an extra 1d6 necrotic damage to any target they hit **within your Halo of Spores**. }} }} {{textcolumn {{ #### Fungal Infestation ___ *6th-level Circle of Spores feature* ___ Whenever your Halo of Spores **comes into contact with a Small or Medium corpse of a creature that has died within the last minute**, you can use your reaction to have these spores infest and animate it, causing it to stand up immediately with **hit points equal to your druid level plus your proficiency bonus**. The creature uses the zombie stat block in the Monster Manual. It remains animate for 1 hour, after which time it collapses and dies. In combat, the zombie's turn comes immediately after yours. It obeys your mental commands, and the only action it can take is the Attack action, making one melee attack. You can use this feature a number of times equal to your Wisdom modifier (minimum of once), and you regain all expended uses of it when you finish a long rest. #### Spreading Spores ___ *10th-level Circle of Spores feature* ___ You gain the ability to seed an area with deadly spores. As a bonus action, **you can hurl your Halo of Spores up to 30 feet away**, where it swirls in place for 1 minute before returning to you. It returns to you early if you dismiss it **(no action required)**, or use this feature again. #### Fungal Body ___ *14th-level Circle of Spores feature* ___ The fungal spores in your body alter you: you can't be blinded, deafened, frightened, or poisoned, and any critical hit against you counts as a normal hit instead, unless you're incapacitated. }} }} {{note,position:absolute,left:420px,top:380px,width:32.5% ##### Artwork (Ordered By Appearance) - **Pan - Firbolg Druid**, [eamonn6251](https://www.reddit.com/r/DnD/comments/lmq4sg/art_pan_firbolg_druid_circle_of_the_spore/) - **Thallid Soothsayer**, [JasonEngle](https://www.deviantart.com/jasonengle/art/Thallid-Soothsayer-740915941) }} {{maskContainer,top:-55px ![background_image](https://i.ibb.co/KLLfd8n/Thallid-Soothsayer.jpg){maskedImage,width:670px,right:-170px,top:10px} }} {{artist,bottom:1.25%,left:30%,width:40%,pointer-events:none,white-space:nowrap {{width:min-content ##### Hollow Knight - Fungal Wastes (Click to Play!) {padding-bottom:5px,color:white} }} }}