< type="text/css">/* ----- Inline button group ----- */ .inline-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; justify-content: center; list-: none !Important; padding: 0; margin: 0; } .inline-buttons.left { justify-content: flex-start; padding: 0 !important; margin: 0 !important; } .inline-buttons .btn, .inline-buttons .btn-secondary { display: inline-flex; border-radius: 4px; align-items: center; justify-content: center; gap: 0.5rem; min-height: 40px; padding: 0.6rem 1rem; font-weight: 600; line-height: 1; text-decoration: none; white-space: nowrap; user-select: none; -webkit-tap-highlight-color: transparent; transition: background-color .15s easecolor .15s easeborder-color .15s easetransform .15s ease; min-width: 150px; } .p-article-a .article-main .inline-buttons a.btn { background: #c50009; color: #ffffff !important; border: 1px solid transparent; } .p-article-a .article-main .inline-buttons .btn:hover { background: #9b1313 !important; } /* Secondary */ .p-article-a .article-main .inline-buttons a.btn-secondary { background: transparent; color: #c50009 !important; border: 1px solid #c50009; } .p-article-a .article-main .inline-buttons .btn-secondary:hover { background: #9b1313 !important; border-color: #9b1313 !important; color: #fff !Important; } .epigraph { overflow: auto; background: var(--theme-quote-bg-color#fff); color: var(--theme-quote-fg-color#222); margin: 20px 0; border: solid transparent; border-width: 20px 10px; border-image-source: url(https://media.dndbeyond.com/ddb-compendium-client/5f1f1d66d16be68cf09d6ca172f8df92.png); border-image-repeat: repeat; border-image-slice: 20 10 20 10 fill; padding: 10px; position: relative; } .epigraph p:last-of-type { margin-bottom:0 !important; } @media only screen and (min-width: 992px) { blockquote.image-feature { display: flex; } .blockquote-content { max-width: calc(100% - 150px); padding-left: 20px; } } @media only screen and (max-width: 991px) { .blockquote-image{ margin: 0 auto; text-align: center; margin-bottom: 20px; } .blockquote-image img{ max-width: 200px; } } /* Gift Guide Specific */ .section-posts .p-article-a .p-article-content table { margin: 0 !Important; } .section-posts .p-article-a .p-article-content table tbody td.magic-item-row { display: flex; min-width: 100% !important; max-width: 100% !important; border-bottom: 2px solid #ece9e9 !important; padding: 20px 0 !important; } .section-posts .p-article-a .p-article-content table tbody tr:last-of-type td.magic-item-row { border-bottom: none !important; } @media only screen and (max-width: 992px) { .magic-item-row { flex-direction: column; } } .magic-item-row__image { max-width: 300px; width: 100%; margin-right: 10px; } .magic-item-row__content { width: 100%; } @media only screen and (max-width: 992px) { .magic-item-row__image { max-width: 100%; margin-right: 0; } } .section-posts .p-article-a .p-article-content table tbody tr td { min-width: unset; padding: 0; background: 0; max-width: 0; } .section-posts .p-article-a .p-article-content table tbody td { border: none; font-size: inherit; text-align: left; padding: 0 !important; } .section-posts .p-article-a .p-article-content table tbody tr:nth-child(odd) { background: #fff; } .section-posts .p-article-a .p-article-content table { border: 0; } .section-posts .p-article-a .p-article-content table td p { font-size: inherit; } .article-main h2 { margin-top: 32px !important; } .article-main h3 { margin-top: 20px !important; } /* End Gift Guide Specific */ input[type="button"] { border: none !important; font-weight: 500; white-space: break-spaces; } .section-posts .p-article-a .p-article-content table tbody td.section-posts .p-article-a .p-article-content table thead th { text-align: left !important; } @media only screen and (max-width: 992px) { .section-posts .p-article-a .p-article-content table tbody td { padding: 5px !important; } .section-posts .p-article-a .p-article-content table thead th { padding: 5px !important; } } .section-posts .p-article-a .p-article-content table thead th.class-feature { width: 100px !important; } .section-posts .p-article-a .p-article-content table thead th.level { width: 55px; } @media only screen and (min-width: 992px) { .section-posts .p-article-a .p-article-content table thead th.class-feature { width: 200px !important; } .section-posts .p-article-a .p-article-content table thead th.level { width: 100px; } } .section-posts .p-article-a .p-article-content table thead th.whats-new { width: 100%; min-width: 300px; } .section-posts .p-article-a .p-article-content table thead th { text-align: left; } .section-posts .p-article-a caption { text-align: center; } .article-main h3 { font-size: 14pt !important; font-weight: 600 !important; } .article-main h3:after { display: none !important; } .u-typography-format dl:not(.Basic-Text-Frame dl).u-typography-format ol:not(.Basic-Text-Frame ol).u-typography-format ul:not(.Basic-Text-Frame ul) { margin: 0 0 0 19.5px; } figure.article-art { /* margin: 10px 0; */ position: relative; } .article-art { margin: 24px auto 10px; width: fit-content; } .article-art.no-artist { margin: 0 auto 10px; width: fit-content; } figure .artist-credit-leftfigure.article-art-left .artist-credit { text-align: start; left: 0; transform: translateY(15px); top: -36px; } figure .artist-credit-rightfigure.article-art-center .artist-creditfigure.article-art-right .artist-credit { text-align: end; right: 0; transform: translateY(15px); top: -36px; } figure .artist-creditfigure .artist-credit-leftfigure .artist-credit-right { display: block; position: absolute; text-transform: uppercase; font-size: 10px; font-weight: 600; color: #565a62; } .article-art figcaption { text-align: center; font-size: 14px; font-weight: 700; font-: italic; text-transform: uppercase; margin: 10px 0; display: block; } .article-art-center.article-art-center img { text-align: center; display: block; } :is(.article-art-left.article-art-right) img { margin: 0 auto; display: block; } .article-art-left.article-art-right { padding-top: 0!important; padding-bottom: 0!important; } .article-art-left { padding-right: 10px; } .article-art-right { padding-left: 10px; } @media (min-width: 768px) { .article-art-left { float: left; } } @media (min-width: 768px) { .article-art-right { float: right; } } .author-bio { font-: italic; } .epigraph--with-author p:last-child { font-: italic; text-align: right; } .p-article-a .article-main :is(plitable) a:not(.tooltip-hover.ddb-lightbox-outer) { color: #006ABE !important; } .p-article-a .article-main .tooltip-hover:is(.condition-tooltip.sense-tooltip.skill-tooltip.action-tooltip.weapon-properties-tooltip) { color: #11884C !important; } .p-article-a .article-main .tooltip-hover.rule-tooltip { color: #9B740B !important; } .p-article-a .article-main .tooltip-hover.item-tooltip { color: #774521 !important; } .waterdeep-tooltip .tooltip-header-identifier-condition.waterdeep-tooltip .tooltip-header-identifier-sense.waterdeep-tooltip .tooltip-header-identifier-skill.waterdeep-tooltip .tooltip-header-identifier-action.waterdeep-tooltip .tooltip-header-identifier-wprop { background-color: #11884C !important; border-color: #1ce37f !important; } .waterdeep-tooltip .tooltip-header-identifier-gear.waterdeep-tooltip .tooltip-header-identifier-armor.waterdeep-tooltip .tooltip-header-identifier-weapon { background-color: #774521 !important; border-color: #c77337 !important; } .waterdeep-tooltip .tooltip-header-identifier-rule { background-color: #9B740B !important; border-color: #efb61d !important; } blockquote>*:last-child { margin-bottom: 0 !important; }

D&D 2026 Calendar Release

D&D is venturing into 2026 with new worlds to explorenew tools to power your tableand more epic adventures to gather your party. The year ahead features something for everyonewhether you’re a veteran Dungeon Mastera brand-new adventureror somewhere in between.

Sowithout further adolet's dig into what kind of legendary tales 2026 has in store for D&D.

2026 Roadmap: A Year of Adventure

the D&D Beyond Roadmap Graphic

Ravenloft: The Horrors Within

Anna Podedworna | Pam Wishbow

In Springthe Mists roll in as we kick off the Season of Horror—which crescendos with our next upcoming product, Ravenloft: The Horrors Within. This book returns you to some of D&D’s most iconic and chilling nightmaresthe Domains of Dread.

We can’t wait for you to get your hands on it and unleash dark legends at your table.

We'll be sharing more about this new book soonbut here are the key dates to mark now:

  • Pre-order: April 13
  • Master Tier: June 2
  • Hero Tier: June 9
  • Wide Release: June 16

Season of Magic: Arcana Unleashed & More

Javier Charro | Couple of Kooks

After the last scream of the Season of Horror echoes out into the void, we turn the page to the Season of Magic—a celebration of spellcraftwonderand ceaseless drive for power.

To kick off the magic, you’ll be able to add new tools to your table in August with D&D Reference Cardsbuilt to keep key information close at hand when the action heats up.

Thenarriving as a source of inspiration for all lovers of magic and the arcaneArcana Unleashed and the adventure book Arcana Unleashed: Deadfall will debut in September.

D&D Beyond: New Ways to Get Playing Faster

LIXIN YIN

As shared recently in our Development RoadmapD&D Beyond is leveling up with updates that reduce friction and help groups jump into the fun. From smoother onboarding for players to better ways to find events—and more improvements aimed at helping DMs prep with confidence—2026 will help you play your way online and at the table.

If you'd like to dive into more detail on D&D Beyond's feature releases and stay up-to-date with what's recently come out (like Shared Dice in the Maps VTT)keep an eye on our constantly evolving Roadmap Hub.

Partnered Content on D&D Beyond

Lauren Addy

In 2026partnered content continues to bring fresh voicesbold settingsand table-ready delights to D&D Beyondexpanding your library with new ways to playexploreand surprise your group.

You can read more about the content that is arriving on D&D Beyond in the first half of 2026 in our Partnered Content Roadmap updates:

Q2 2026: Partnered Content Release Schedule
by D&D Staff
Q1 2026: Partnered Content Release Schedule
by Laura Hohman
D&D Beyond 2025 Wrap-Up
by Brian Perry

Comments

Posts Quoted:
Reply
Clear All Quotes