I'm happy to announce a new beta version for both D&D 5e and 5.5e. The 5.5 (2024) sheet finally encompasses all PHB classes, as this update adds the 2024 Druid class and its Circle of the Land and Circle of the Moon subclasses.
The previous poll, where I asked your input about updating the Wild Shape page, showed a clear winner for updating the Printer Friendly sheets now, but letting the Colourful sheets wait until more 2024 content is done. The attached image shows the end result of this change.
Even though the lay-out of the Printer Friendly sheets is somewhat easier to change, it was still a timely undertaking keeping all the fields lined up exactly without having to go in and manually drag each one on all 4 versions of the Printer Friendly sheets. Both the 5e and the 5.5e sheets got this update, to increase space for a Wild Shape form's Traits & Features. The 5.5e sheets also have the HP box switched out with a new Senses box.
The extra space is especially useful in the 5.5e (2024) sheets, because this update introduces a way for features to affect a wild shape directly using `calcChanges.wildshapeCallback`. For example, the Primal Strikes Druid feature can now show up in the Traits & Features section, and the Circle Forms from Circle of the Moon can now automatically set the AC to 13 + Wisdom modifier for Wild Shape forms.
I'm sorry to disappoint, but there is no update for the 1st of April's PURPLE version.
This is a beta release exclusively for Patreon supporters to try out. Please give feedback for things not working as expected, because that is what a beta is for!
>> Click here to get the Beta Sheets via Patreon <<
( https://www.patreon.com/posts/19406992 )>> Click here to get the Beta Sheets via MPMB's website <<
( https://www.flapkan.com/patrons#betas )The links above include both v14.0.7-beta+260428 (for 5e, 2014) and v24.0.7-beta+260428 (for 5.5e, 2024).
This Beta is still limited in content.
Fully updated to the 2024 rules
[NEW] Druid class and its Circle of the Land and Circle of the Moon subclasses
Barbarian, Bard, Cleric, Fighter, Monk, Paladin, Ranger, Rogue, Sorcerer, Warlock, and Wizard classes and their subclasses:
From the SRD: Path of the Berserker, College of Lore, Life Domain, Champion, Warrior of the Open Hand, Oath of Devotion, Hunter, Thief, Draconic Sorcery, Fiend Patron, and Evoker
From the PHB: Battle Master, Warrior of Shadow
Feats from the PHB’24 and (optionally) the non-reprinted feats from the PHB’14
Creatures: all Beasts, Pact of the Chain options, most summonable undead, and other likely familiar options
Find Familiar and Pact of the Chain options on the Companion Page
Non-reprinted Eldritch Invocations from the PHB’14 (optionally enable)
Weapons, Ammunition, and Armour
Adventuring Gear, Tools, and Packs
Backgrounds and Background Features
Species (races)
Spells
Not included because not finished yet
Magic Items
Subclasses not in the SRD except for the Battle Master, Circle of the Moon, and Warrior of Shadow
Changes in the 5.5e (2024) sheets
Content
Added Druid class and its Circle of the Land and Circle of the Moon subclasses.
Fixed some backgrounds not setting their skill proficiencies (MBUG-141, thanks SolipSchism for reporting).
Fixed some feats not detecting the presence of a spellcasting class correctly (thanks Anthony Kleist for reporting).
Fixed Aasimar notes having a stray tab (MBUG-142, thanks SolipSchism for reporting).
Fixed Monk’s Deflect Attacks not matching with the SRD/PHB description (MBUG-143, thanks SolipSchism for reporting).
Moved Barbarian’s Brutal Strike effects to the third page to save space on the second page.
Lay-out
Changed the Wild Shape page boxes at the top to accommodate the 5.5e (2024) rules.
Changed the Wild Shape page on the Printer Friendly by replacing the Hit Points box for a Senses box (and more, see below).
Other Fixes
Fixed updates to the included/excluded feats causing an error (PR #1, thanks @pkok for fixing it).
Changes in the 5e (2014) sheets
Implemented Find Steed errata on the companion page (thanks Ainavargr for reporting).
Fixed Sneak Attack description to mention incapacitated instead of conscious (thanks Rosehawk for testing and suggesting an alternative).
Updated all `wildshapeString` entries to the new way of displaying Wild Shape traits using the new rich text formatting options.
Changes in both the 5e (2014) and the 5.5e (2024) sheets
Wild Shape
Changed the Wild Shape page on the Printer Friendly sheet to have more space for Traits and Features.
Added the `calcChanges.wildshapeCallback` attribute by overhauling how Wild Shapes are applied by the sheet. It now first makes a consolidated object of the selected creature and the character, which is then fed to any present `calcChanges.wildshapeCallback` functions to manipulate before applying the outcome to the sheet.
Added the `forceWildshapeOption` attribute to `CreatureList` objects. Setting this attribute forces an entry to be displayed in the Wild Shape Options menu and in the dropdowns on the Wild Shape page. This even works for creatures added with the `creatureOptions` common attribute.
Added the `wildshapeShow` attribute to a `features`, `traits`, or `actions` entry of a `CreatureList` objects. Setting this to `false` will cause that entry to not appear on a Wild Shape page, while setting it to a string will make that string appear on the wild shape page instead of the `description` attribute.
Changed the `useSpellMod` attribute for an attack entry of a creature. It will now work on the Wild Shape page.
Changed how the header of the Wild Shape page is populated. It is no longer taken from the `additional` attribute of the “wild shape” class feature, but instead class features can set this header with the `wildshapePageInfo` attribute. Note that only the highest level of the last applied class will determine what the header says.
Changed the wording of Multiattack of all creatures to follow the same style, thus making it possible to shorten it on the Wild Shape page to save space.
Fixed Wild Shape failing for `CreatureList` objects with a `type` or `subtype` attribute that is an array.
Changed how the “Wild Shape Options” button generates the list of selectable wild shapes. Now only Beasts are added by default and the “All Beasts” entry also has sub-groups for parts of the alphabet.
Other Changes
Made LR button also reset Short Rest limited features.
Fixed `bonusClassExtrachoices` not getting removed when the last feature granting them is removed.
Fixed `bonusClassExtrachoices` not appearing in the “Choose Feature” menu after the first time clicking the menu, if the granted extra features are for a subclass of a class that is selected but that has no or a different subclass (MBUG-144 & MBUG-145, thanks Piers for reporting).
Extended the ability to not display a feature’s text to `extrachoices` entries. Now they also won’t appear if their `description` attribute is set to be `undefined`.
Fixed feature text appearing in the wrong place in the Class Feature field when multiclassing.
Updated mentions of the rules version to reflect new labels on D&D Beyond, from “2024 (5.5e)” to “5.5e (2024)”.