```metadata
title: Frostmaiden Style
description: ''
tags:
- meta:Theme
systems:
- 5e
renderer: V3
theme: 5ePHB
```
```css
/* FONT IMPORTS ____________________________________________________ */
/* _________________________________________________________________ */
@import url('https://rawcdn.githack.com/Kaiburr-kath-hound/HomebreweryStyles/be88dc909ce74e765dc546aed91b1499fa5d6e7b/FrostmaidenFonts.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/J3g2tfx.jpg);
background-size : cover;
}
.page:nth-of-type(odd) {
background-image : url(https://i.imgur.com/QuKyDvZ.jpg);
}
/* HEADERS */
.page h1,
.page h2,
.page h3,
.page h4 {
letter-spacing : 1px;
font-weight : normal;
}
.page:not(:has(.frontCover)):not(:has(.insideCover)):not(:has(.credits)):not(:has(.toc)):not(:has(.backCover)) h1 {
color : #455360;
letter-spacing : 1px;
font-size : 48px;
margin-bottom : 20px
}
.page h3 {
border-bottom : 2px solid #d7c598;
}
.page h5 {
text-shadow : #000 0px 0px 0.1px;
}
/* IMAGES */
.page img:not(.logo img):not(.frontcredit img) {
position : absolute;
z-index : -2;
user-select : none;
}
/* NOTES */
.page .note {
background-color : #afd0c9;
border-image : url(https://i.imgur.com/KtrHa62.png) 14 stretch;
border-image-outset : 6px 0px;
border-image-width : 11px;
margin : 4mm 0 1mm;
}
/* DESCRIPTIVE NOTES */
.page .descriptive {
background-color : #c9e2e7;
border-image : url(https://i.imgur.com/FFpU8c5.png) 12 stretch;
border-image-outset : 4px;
}
/* TABLES */
.page table:not(.monster table) tr:nth-child(odd) td {
background-color : #cbd4db;
}
/* MONSTER STATBLOCKS */
.page .monster.frame {
background-color : #faf2cc;
}
/* ARTIST CREDITS */
.page .artist {
position : absolute !important;
bottom : 100px;
left : 60px;
transform : rotate(-90deg);
transform-origin : bottom left;
text-align : left;
font-family : ScalySansSmallCapsRemake;
font-size : 13px;
text-transform : lowercase;
color : #999999;
}
.page:nth-of-type(even):not(:has(.insideCover)) .artist {
left : unset;
right : 60px;
transform : rotate(90deg);
transform-origin : bottom right;
}
.page:has(.fullpage) .artist {
color : lightgray;
text-shadow : #000 0 0 3px,
#000 0 0 4px,
#000 0 0 5px;
left : 60px;
}
.page:nth-of-type(even):has(.fullpage) .artist {
left : unset !important;
right : 60px !important;
}
/* SMALL CAPS */
caps {
font-variant : small-caps;
}
.page .backcover caps {
font-size : 120%;
}
/* WATERCOLOR STAIN */
.page [class*="watercolor"] {
background-color : #a7c1c8;
}
/* FOOTER IMAGE */
.page:after {
height : 45px;
width : 163px;
background-image : url(https://i.imgur.com/ilm9b2N.png);
transform : ScaleX(-1);
}
.page:nth-of-type(even):after {
left : unset;
right : 0;
transform : ScaleX(1);
}
/* FOOTER TEXT */
.page:not(:has(.frontCover)):not(:has(.credits)) .footnote {
left : 70px;
bottom : 48px;
width : fit-content;
font-family : Marco Polo;
font-size : 11px;
font-weight : bold;
text-align : left;
text-transform : uppercase;
letter-spacing : 1.2px;
color : #586e84;
}
.page:nth-child(even):not(:has(.frontCover)):not(:has(.credits)) .footnote {
left : unset;
right : 70px;
text-align : right;
}
/* PAGE NUMBER */
.page .pageNumber {
left : 26px;
bottom : 33px;
font-family : Marco Polo;
font-size : 15px;
color : #586e84;
text-align : left;
}
.page:nth-child(even) .pageNumber{
left : unset;
right : 26px;
text-align : right;
}
/* HYPERLINKS */
.page a {
text-decoration : none;
color : inherit;
}
.page a:hover{
text-decoration : underline;
}
/* QUOTE */
.quote {
margin-top : 0px;
padding-bottom : 20px;
font-family : Cormorant;
font-size : 15px;
line-height : 1em;
}
.quote.author p:last-child {
margin-top : 4px;
font-family : BookInsanityRemake;
font-size : 0.34cm;
text-align : right;
}
/* FRONT COVER _____________________________________________________ */
/* _________________________________________________________________ */
.page:has(.frontCover) {
padding-top : 78px;
}
.page:has(.frontCover) h1 {
margin-top : 16px;
text-transform : none;
font-size : 98px;
}
.page:has(.frontCover) hr {
margin : 12px auto;
width : 10cm;
}
.page:has(.frontCover) h2,
.page:has(.frontCover) h3 {
filter : drop-shadow(0 0 0.3px 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 : 'Modesto Expanded';
font-size : 0.8cm;
letter-spacing : 0.1cm;
margin-top : 10px;
transform : ScaleX(0.9);
}
.page:has(.frontCover) h3 {
color : white;
border-bottom : none;
font-size : 0.64cm;
}
.page:has(.frontCover) .footnote {
font-family : VeraCruz;
letter-spacing : 1px;
z-index : 1;
width : fit-content;
}
.page small {
position : relative;
text-transform : lowercase;
bottom : 10px;
font-size : 90%;
}
.page:has(.frontCover) .emblem,
.page:has(.frontCover) .color {
position : absolute;
top : 0;
left : 0;
background-size : 100% 100%;
background-repeat : no-repeat;
}
.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 {
height : 80px;
width : 340px;
z-index : 0;
background-image : url(https://i.imgur.com/y2xctk4.png);
}
.page:has(.frontCover) .emblem img {
left : 20px;
top : 0;
min-width : unset;
max-width : 50%;
max-height : 100%;
z-index : 1;
}
/* INSIDE COVER ____________________________________________________ */
/* _________________________________________________________________ */
.page:has(.insideCover) h1 {
font-size : 88px;
}
.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 -72px 20px;
width : 816px;
}
.page:has(.insideCover) hr {
margin : 12px auto;
}
/* CREDITS PAGE ____________________________________________________ */
/* _________________________________________________________________ */
.page:has(.credits) h1+p::first-letter,
.page:has(.credits) h1+p::first-line {
all : unset;
}
.page:has(.credits) h1 {
font-size : 40px;
}
.page:has(.credits h2),
.page:has(.credits h5) {
margin-bottom :14px;
}
.page:has(.credits) p {
font-family : Martel_SansRegular;
font-style : normal;
font-size : 0.83em;
line-height : 1.5em;
text-indent : -1em;
margin-left : 1em;
}
.page:has(.credits) strong {
font-family : Martel_SansExtraBold;
}
.credits a {
color : #8a8a8a;
font-weight : 900;
}
.page .frontcredit {
position : relative;
right : 10px;
width : 340px;
height : 240px;
margin-top : 15px;
margin-bottom : 110px;
}
.page .frontcredit::before {
content : '';
position : absolute;
top : 4px;
left : -20px;
height : 98%;
width : 109.2%;
background-image : url(https://i.imgur.com/mWHhHtJ.png);
background-size : 100% 100%;
}
.page .frontcredit img {
position : relative;
top : 5px;
left : -18px;
width : 108.5%;
height : 234px;
-webkit-mask-image : url(https://i.imgur.com/aAqx5m3.png);
-webkit-mask-position : top;
-webkit-mask-size : 100% 234px;
-webkit-mask-repeat : no-repeat;
z-index : -1;
}
.page .frontcredit h5 {
margin-top : 10px;
margin-bottom : -2px;
}
.page .frontcredit p {
text-indent : 0;
margin-left : 0;
}
.credits .footnote {
bottom : 20px;
left : 0;
width : 100%;
font-size : 1em;
text-transform : none;
text-align : left;
color : black;
}
.credits .footnote p {
padding : 4.5em;
text-indent : 0;
}
/* TABLE OF CONTENTS _______________________________________________ */
/* _________________________________________________________________ */
.page:has(.toc) h1 {
text-align : left;
}
.page .toc h3,
.page .toc h4 {
font-family : BookInsanityRemake;
font-size : 12px;
letter-spacing : 0;
}
.page .toc h3 {
font-weight : bold;
border-bottom : unset;
}
.page .toc h4 {
margin-top : 2px;
color : black;
}
.page .toc ul h3 span:first-child::after {
border-bottom : 0.05cm dotted #000;
}
.page .toc ul li + li h3 {
margin-top : 8px;
}
.page .toc.wide {
columns : 3;
column-gap : 16px;
}
/* CHAPTER HEADING _________________________________________________ */
/* _________________________________________________________________ */
.page .chapter {
column-span : all;
display : block;
padding-top : 120px;
padding-bottom : 26px;
}
.page .chapter:before {
content : '';
position : absolute;
width : 100%;
height : 366px;
top : 0px;
left : 0px;
z-index : -1;
background-image : url(https://i.imgur.com/9Su0bzn.png);
background-size : cover;
}
.page:nth-child(even) .chapter:before {
background-image : url(https://i.imgur.com/8EBLXIV.png);
}
.page .chapter.none:before {
all : unset;
}
.page .chapter.none {
padding-top : 30px;
}
.page .chapter.none h1:after {
top : -30px;
}
.page .chapter p+h1 {
margin-top : 0px;
}
.page .chapter h1:before,
.page .chapter h1:after {
content : '';
position : absolute;
background-size : cover;
filter : drop-shadow(0px 0px 8px white)
drop-shadow(0px 0px 5px white)
contrast(0.95);
z-index : -1;
}
.page .chapter:not(.none) h1:before {
width : 170px;
height : 580px;
top : 0px;
right : 0px;
background-image : url(https://i.imgur.com/PF9o6x8.png);
}
.page .chapter.intro h1:before {
background-image : url(https://i.imgur.com/pCUIf1s.png);
}
.page .chapter h1:after {
width : 500px;
height : 303px;
top : 60px;
left : -10px;
background-image : url(https://i.imgur.com/7UqlhUB.png);
}
.page .chapter.short h1:after {
background-image : url(https://i.imgur.com/C9zY2CE.png);
width : 380px;
}
.page .chapter.long h1:after {
background-image : url(https://i.imgur.com/rrn3eqK.png);
width : 689px;
}
.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 : 1.2em;
font-size : 83px;
float : left;
margin : -13px 6px -16px -5px;
color : rgba(0,0,0,0);
text-transform : uppercase;
background-image : url(https://i.imgur.com/YxfRIcp.jpg);
background-size : 130px 110px;
background-position : 40px;
background-clip : text;
-webkit-background-clip : text;
}
.page h1+p::first-letter {
float : left;
margin-left : -45px;
}
.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;
}
.page .chapter p:first-of-type {
position : absolute;
width : 100px;
right : 71px;
top : 74px;
font-family : Nimbus;
font-size : 75px;
text-align : center;
letter-spacing : -4px;
color : #6e8996;
opacity : 40%;
}
/* FROSTY IMAGE ____________________________________________________ */
/* _________________________________________________________________ */
.page .bottomimage {
position : absolute;
bottom : 0;
left : 0;
width : 100%;
height : 517px;
}
.page .bottomimage::before {
content : '';
position : absolute;
bottom : 85px;
height : 443px;
width : 443px;
background-image : url(https://i.imgur.com/DZs0O8d.png);
background-size : contain;
background-repeat : no-repeat;
z-index : -4;
}
.page .bottomimage img {
position : relative;
width : 100%;
min-height : 517px;
-webkit-mask-image : url(https://i.imgur.com/NRtvYI1.png);
-webkit-mask-size : 816px 517px;
-webkit-mask-repeat : no-repeat;
z-index : 200 !important;
}
/* 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;
}
.page:has(.backCover) p {
font-family : martel_sanssemibold;
font-size : 11.7px;
line-height : 1.6em;
text-indent : 0em;
}
.page:has(.backCover) caps {
font-size : 125%;
}
```
{{frontCover}}
{{logo }}
{{emblem
 {opacity:70%}
}}
{{color,background-color:#0098c2,opacity:100%}}
# ICEWIND ALE
## REAL FROSTY BEER
___
{{banner HOMEBREW}}
{{footnote
Feel the touch of cold, frothy visuals in this template
made for the world's greatest roleplaying game
}}
 {right:20px,bottom:-60px,top:unset,height:500px,z-index:0,transform:rotate(-16deg)}
 {right:-10%,bottom:-15%,top:unset,height:123%}
\page
{{insideCover}}
# IceWind Ale
### REAL FROSTY BEER
___
{{artist
[April Prime](https://www.artstation.com/april-prime)
}}
{width:500px,left:150px,bottom:415px}
{width:1000px,left:-90px,bottom:200px,z-index:-10}
{{logo }}
\page
{{credits,wide
{{columns:2
# Credits
**Template Designers:** [u/Kaiburr_Kath-Hound](https://www.reddit.com/user/Kaiburr_Kath-Hound/)
:::::::
##### Artist Credits
**Front Cover:** *Icewind Dale: Rime of the Frostmaiden* by [Tyler Jacobson](http://www.tylerjacobsonart.com/), @Wizards of the Coast
**Inside Cover:** *Ol' Bitey* by [April Prime](https://www.artstation.com/april-prime), @Wizards of the Coast
:
**Page 7:** *End of Winter* by [Robin Olaussen](https://www.artstation.com/robinolausson), @Wizards of the Coast
}}
{{frontcredit
 {}
##### On the Cover
Auril the Frostmaiden claims her latest victim in [Tyler Jacobson's](http://www.tylerjacobsonart.com/) chillingly macabre cover illustration. On the back, an elemental spirit call a chwinga comes out to play.
:
Also a great beer mug by [blambasa](https://pixabay.com/users/blambasa-277544/).
}}
{{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.
}}
}}
{{pageNumber,auto}}
\page
{{toc,wide
# Contents
- ### [{{ Welcome to the Far North}}{{ 5}}](#p5)
- ### [{{ Chapter 1: Ten-Towns}}{{ 6}}](#p6)
- ### [{{ Epilogue}}{{ 7}}](#p7)
- ### [{{ Appendix C: Creatures}}{{ 8}}](#p8)
- #### [{{ Anime Sphinx}}{{ 8}}](#p8)
- [{{ Actions}}{{ 8}}](#p8)
}}
{{pageNumber,auto}}
\page
{{chapter,long,intro
# Welcome to the Far North
}}
North of the Spine of the World and west of the towering Reghed Glacier is a frigid expanse few dare to explore, let alone inhabit. This icy land of windswept tundra recently became locked in a perpetual, dark winter without reprieve. Auril the Frostmaiden, the divine embodiment of winter’s fury, has withdrawn to this cold corner of the world to live among mortals. Further, she has cast a terrible spell over Icewind Dale, to the detriment of most of its denizens.
{{watercolor9,top:150px,right:-20px,width:330px,opacity:80%}}
{{pageNumber,auto}}
{{footnote Welcome to the Far North}}
\page
{{chapter,short
1
# Ten-Towns
}}
Like the famous drow Drizzt Do’Urden, many people who come to Ten-Towns are outcasts, fugitives, or pariahs in search of a place where they can be tolerated, if not accepted. Some came here determined to make their fortunes. Others come for the solitude, or to escape notice and stay out of the reach of the law of the southern cities. Today, four hundred years after the formation of Ten-Towns, most folk are here because they were born here, grew up here, and expect to die here. They’re fishers, loggers, miners, hunters, trappers, furriers, and traders accustomed to the harsh climate, the slow pace, and the isolation. Like the hardy lichens and determined reindeer of the tundra, residents endure and do what’s needed to survive.
\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,auto}}
{{footnote Chapter 1 | Ten-Towns}}
\page
{{chapter,none,short
# Epilogue
}}
Depending on the characters’ actions and the whims of the dice gods, this adventure has several possible endings. Likely conclusions are discussed below, though others are certainly possible.
{{bottomimage

}}
{{pageNumber,auto}}
{{footnote Epilogue}}
\page
# Appendix C: Creatures
This appendix describes new creatures that appear in the adventure, presenting them in alphabetical order. The introduction of the Monster Manual explains how to interpret a creature's stat block.
:
{{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)
}}
{{watercolor10,top:500px,right:60px,width:450px,opacity:70%}}
{{pageNumber,auto}}
{{footnote Appendix C | Creatures}}
\page
{{backCover}}
 {left:45%,bottom:-15%,top:unset,height:123%}
# Some Secrets Are Worth Dying For
lcewind Ale is a ~~dish~~ *drink* best served cold.
:
Beneath the unyielding night sky, you stand before a towering glacier and recite an ancient rhyme, causing a crack to form in the great wall of ice. Beyond this yawning fissure, the Caves of Hunger await. And past this icy dungeon is a secret so old and terrifying that few dare speak of it. The mad wizards of the Arcane Brotherhood long to possess that which the god of winter's wrath has so coldly preserved—as do you! What fantastic secrets and treasures are entombed in the sunless heart of the glacier, and what will their discovery mean for the denizens of Icewind Dale? Can you save Ten-Towns from the Frostmaiden's everlasting night?
:
*Icewind Ale: Real Frosty Beer* is a tale of dark malts that revisits the forlorn, flickering candlelights of civilization known as Ten-Towns and sheds light on the many bone-chilling locations that surround these frontier settlements.
___
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

Homebrewery.Naturalcrit.com
}}