Skip to content

Releases: foundryvtt/dnd5e

release-4.1.2

25 Nov 22:19
608eee9
Compare
Choose a tag to compare

A small patch to fix some bugs. For the full 4.1 release notes, see here.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.1.2/system.json


  • [#4007] Fixed obscured validation errors in MappingField
  • [#4501] Fixed errors caused by old concentration effects
  • [#4711] Fixed recovery periods not being visible on unowned items
  • [#4712] Transformation prompt will no longer appear for actors dropped onto Bastions tab
  • [#4714] Fixed chat button errors when enlarging the Barracks to maximum size
  • [#4715] Fixed being able to re-issue the same order on a bastion facility if same order is already in process
  • [#4716] Fixed skill/tool rolls not accepting caller-provided message configuration
  • [#4726] Fixed incorrect damage parts being deleted
  • [#4730] Fixed unidentified names not being properly displayed
  • [#4756] Fixed error when attempting to use a tool without proficiency
  • [#4758] Added legacy localization for "Species Feature" type
  • [#4762] Prevent spells from cast activity from being displayed in loot section of group actors and cargo section of vehicle actors
  • [#4763] Fixed error caused by rolling damage on a consumable that was fully consumed
  • [#4764] Fixed ephemeral items being added to an actor's sourcedItems data
  • [#4776] Fixed individual primordial languages not being selectable using languages config
  • [#4779] Fixed errors with container rendering in V13

release-4.1.1

12 Nov 14:05
bcc1806
Compare
Choose a tag to compare

A small patch release to fix some disruptive issues. For the full 4.1 release notes, see here.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.1.1/system.json


  • [#4701] Fixed cloning a D20Roll losing information.
  • [#4679] Fixed initiative roll dialog not respecting the chosen advantage/disadvantage roll mode.
  • [#4313] Fixed ActiveEffect-modified item uses not displaying on the sheet unless the unmodified version also had uses.
  • [#4582] Fixed chat card pills not showing a weapon's long range value if set.
  • [#4454] Fixed chat card pills not showing spell metadata.
  • [#4669] Added a level filter when browsing bastion facilities in the compendium browser.
  • [#4676] Autofocus the appropriate roll mode buttons in roll dialogs.
  • [#4634] Fixed the SRD Adult Green Dragon's Wing Attack damage bonus.
  • [#4689] Fixed being able to add unowned activities to favourites.
  • [#4684] Fixed the Alert feat's bonus when using modern rules.
  • [#4672] Fixed NPC sheets failing to render if they had class levels.
  • [#4687] Fixed the item creation dialog triggering a deprecation warning.
  • [#4688] Fixed deleting an activity throwing an error during data migration.
  • [#4691] Fixed level 20 scale values not showing in the Advancement tab.
  • [#4683] Fixed an error thrown when using the Short Rest button on group Actor sheets.
  • [#4685] Fixed consumable stacking logic.
  • [#4677] Export ArmorClassConfig class.

release-4.1.0

08 Nov 18:54
a1d6aa9
Compare
Choose a tag to compare

Release Banner 4.1.0
Character portrait art by mikiko.artPoster map by Mike Schley

The 4.1 release of the system builds upon the foundations laid with the Activities system in 4.0, adding the new Cast activity which allows spells to be cast directly from items. It also coincides with the release of the 2024 Dungeon Master's Guide for Foundry Virtual Tabletop, adding support for the Bastion system as presented in that book. As always, full patch notes are available at the end.

⚠️ COMPATIBILITY WARNING: ⚠️ The version 4.1.0 release of the system ONLY SUPPORTS Foundry Virtual Tabletop version 12 (release) and greater. To use this new game system version you must also use Foundry VTT version 12. If you do not wish to update your core software, please continue using a previous version of the dnd5e system.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.1.0/system.json


Cast Activity

Where magic items allow the character to expend charges to cast spells, or duplicate the effects of spells, the new Cast activity can be used to represent them.

Cast Activity Example

Either drop a spell directly onto the Activites tab of an item sheet to automatically create a Cast activity, or create a Cast activity as normal and drop the spell onto the Spell tab of the activity's configuration dialog.

From there, you can configure the exact behaviour of the spell such as what level it is cast at, what components are required to cast it, and the spell attack bonus and save DC.

When activating the item, the available spells will be listed alongside the item's other activities in the activity selection dialog. The spell may also be cast directly from the character's Spells tab if the item is appropriately equipped and attuned.

Spells tab showing spells from items

For full details, please see the wiki.

Bastions

Bastions are a new system for character advancement presented in the 2024 Dungeon Master's Guide. If your table makes use of these rules, they can be enabled via system settings.

Bastion settings

Upon reaching character level 5, characters will have access to the new Bastion tab on their character sheet. This tab allows for new Facility items to be added, configured, and issued orders. It will also track any hirelings or defenders assigned to your special facilities.

Bastion tab

Issuing the Craft order, for example, will allow you to configure which Item is crafted, and will automatically calculate the costs in gold and time required to craft it.

Craft order dialog

Once issued, characters will be given the option to deduct gold automatically, or manually handle paying any costs associated with the order.

Craft order chat card

Similar automation is available for the Harvest order, allowing you to select which item is harvested, and the Trade order, which handles buying and selling stock and automatically calculating the profit generated at the end of the next bastion turn.

Time taken to complete the various orders is tracked on the Bastion tab. When the DM advances a bastion turn, progress on orders is advanced too, and any orders that complete are displayed in a summary chat message.

Bastion turn summary

The DM may advance a bastion turn by using the button in the bottom left corner of the main interface, if enabled.

Advance Bastion Turn button

Otherwise, they may use the following script macro to advance a bastion turn:

dnd5e.bastion.confirmAdvance();

If you own a physical copy of the new Dungeon Master's Guide, you may input all the facility rules and content to use in your own games. Alternatively the Dungeon Master's Guide module for Foundry Virtual Tabletop comes with all facilities pre-configured and ready to use immediately.


⚠️ Breaking Changes

We have completed the upgrade of the roll pipeline. This important infrastructure allows for greater flexibility when configuring rolls programmatically, but also for users, who can now alter various options about a roll before it is made, and have the changes automatically reflected in the pending roll formula.

Due to these changes, many of the roll hooks have been deprecated. We intend for these deprecation paths to remain for several versions, so these changes are not immediately breaking, but the deprecations will eventually be removed, so please update your code accordingly. The list of deprecated hooks appears below. For a full list of the new V2 hooks, please see the wiki.

  • dnd5e.preRollAbilityTest
  • dnd5e.rollAbilityTest
  • dnd5e.preRollAbilitySave
  • dnd5e.rollAbilitySave
  • dnd5e.preRollConcentration
  • dnd5e.rollConcentration
  • dnd5e.preRollDeathSave
  • dnd5e.rollDeathSaveV2
  • dnd5e.preRollSkill
  • dnd5e.rollSkill
  • dnd5e.preRollToolCheck
  • dnd5e.rollToolCheck

Compendium Content

  • [#4486] Various fixes to Hammer of Thunderbolts.
  • [#4439] Update SRD Lay on Hands feature to use the Heal activity.
  • [#2695] Fixed Starter Heroes with Darkvision not having the appropriate vision mode configured in their Prototype Tokens.
  • [#2913] Added an ActiveEffect to the Savage Attacks species feature.
  • [#4499] Fixed SRD Shillelagh implementation.
  • [#4543] Added the Cast activity to appropriate SRD items.
  • [#4337] Adjust Orb item type.
  • [#4350] Removed Attack activity from the Rod.
  • [#4534] Fixed the SRD Dragon Slayer sword requiring attunement.
  • [#2734] Added adamantine as an available property for armour.
  • [#861] Removed Avatar of Death CR.
  • [#4339] Added damage enricher to SRD Bag of Beans fire damage.
  • [#4371] Fixed SRD Glass Bottle capacity and Hourglass description.
  • [#2902] Added 2d6 fire damage part to SRD Flame Tongue.
  • [#4341] Improvements to SRD Wand of Secrets implementation.
  • [#4342] [#4343] Removed saving throw activity from SRD Hempen Rope and Silk Rope.

Bug Fixes

  • [#4378] Fixed ActiveEffect creation not defaulting to item name and image if created via the item sheet.
  • [#4656] Fixed error thrown when rolling an attack which consumed the last piece of ammunition configured with 'Destroy on Empty'.
  • [#3955] Fixed concentration save prompt being triggered when a creature loses temporary maximum hit points.
  • [#4338] Fixed character sheet failing to render if the exhaustion condition was removed from the system.
  • [#4511] Fixed migrating legacy items that contain multiple damage types.
  • [#4404] Fixed attacks with natural weapons defaulting to using the creature's Dexterity modifier.
  • [#4653] Fixed dropping and ActiveEffect housed in a compendium from not correctly transferring configured rider Documents.
  • [#2802] Fixed clicking the quantity field of an item inside a container not behaving consistently with other sheets.
  • [#4650] Fixed error thrown when opening the Prototype Token config of an Actor inside a compendium.
  • [#4617] Fixed linked summons generating duplicated imported Actors when summoned.
  • [#4646] Fixed self-enchanting items causing two enchantment entries to appear.
  • [#4407] Fixed enchantment chat message display when the item providing the enchantment is destroyed.
  • [#4444] Fixed error throw when adding or removing a species from a blank character sheet.
  • [#4510] Fixed scrolling damage text appearing when performing non-HP-related updates to Actors.
  • [#4451] Fixed damage enricher triggering deprecation warnings.
  • [#4642] Fixed enrichers in chat flavour not being enriched properly.
  • [#4645] Fixed generating hotbar macros from dropped ActiveEffects triggering a deprecation warning.
  • [#4641] Fixed long rest hint text when using 2024 rules.
  • [#4603] Fixed 'Consume Resource' button appearing in chat cards for spell scrolls that had already been consumed.
  • [#4603] Fixed refunding item consumption not working if the associated item had been destroyed.
  • [#4565] Fixed macros created from dropping items onto the macro bar triggering deprecation warnings.
  • [#4503] Fixed consumables dropped into containers not auto-stacking in the same way as on Actor sheets.
  • [#4502] Fixed consumables dropped onto Actor sheets stacking with consumables inside a container.
  • [#4585] Fixed roll modifiers not being applied to Scale advancement values via ActiveEffects.
  • [#4626] Fixed NPC XP value displaying as 'NaN' if the creature's CR was set to a value above 30.
  • [#4620] Fixed various deprecation warnings around use of the {{#select}} handlebars helper.
  • [#4618] Fixed activities applied via enchantment not maintaining their applied effects.
  • [#1530] Fixed legacy Remarkable Athlete not applying correctly to a skill roll that had its ability modified in its roll dialog.
  • [#4595] Fixed casting a spell via a Cast activity prompting for consumption even if no consumption had been configured.
  • [#4589] Fixed modifications to 'Item Limit' and 'Replacement Configuration' fields on item sheets not working.
  • [#4566] Fixed item uses not appearing as trackabl...
Read more

release-4.0.4

27 Sep 20:37
e7e0e18
Compare
Choose a tag to compare

Cleaning up a few more bugs. For details on the main release, see the 4.0.0 release notes.


Bug Fixes

  • [#4340] Fixed equipment description tab displaying AC for non-armor items
  • [#4418] Cantrips should no longer count towards prepared spells count
  • [#4423] Subclasses that grant spellcasting now track prepared spells properly
  • [#4428] Fixed error with editing an item after dragging a copy to another sheet
  • [#4431] Fixed subclass table in journal pages not displaying scale value changes at levels without features
  • [#4435] Usage of deprecated consumption hooks should no longer throw error
  • [#4436] Tool IDs can now be modified using mergeObject, in addition to direct assignment
  • [#4441] Fixed weird header height in minimized compendium browser
  • [#4445] Fixed consumption button in chat no respecting activity uses consumption
  • [#4446] Concentrations sources should now display properly in activity usage dialog
  • [#4448] Posting item without activities into chat should no longer display deprecation warnings
  • [#4453] Fixed class journal page displaying class's expertise instead of proficiency if created first
  • [#4455] Break Concentration context menu option should now work from the spellbook tab

Improvements

  • [#4388] Older system.abilities enchantments will now properly modify ability on attack activities
  • [#4413] Activities on locked items can now be dragged

Contributors

Many thanks to the following contributors: @arbron, @MrPrimate

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.0.4/system.json

release-4.0.3

23 Sep 18:14
3e9da36
Compare
Choose a tag to compare

Squashing more bugs. For details on the main release, see the 4.0.0 release notes.


Bug Fixes

  • [#4316] Fixed broken localization when non-english language is enabled but no localization modules are loaded
  • [#4330] Fixed activity sheet header buttons being disabled when activity is locked
  • [#4333] Fixed deprecated dnd5e.preUseItem hook causing error on activity usage
  • [#4356] Fixed last-used damage type being used even if that damage type is no longer set on activity
  • [#4358] Fixed activation tags displayed activity cards to use current activity, not first activity on item
  • [#4359] Fixed bug preventing loot items from being posted to chat
  • [#4361] Fixed recharge control not displaying on inventory tab
  • [#4374] Fixed effects not being draggable from character sheet
  • [#4376] Fixed inconsistencies in activity ordering
  • [#4395] Fixed references to @item.level in spell scrolls always returning 0
  • [#4396] Fixed favorites to deleted activities causing character sheet to not render
  • [#4403] Fixed spell scroll damage scaling being lost after editing the activity

Improvements

  • [#4324] Adjust character & NPC sheets so scrollbar appearing doesn't shift layout.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.0.3/system.json

release-4.0.2

18 Sep 21:07
3e8fdbd
Compare
Choose a tag to compare

Resolve a number of additional issues with the activities system. For details on the main release, see the 4.0.0 release notes.


Bug Fixes

  • [#4276] Fixed migration bug caused by items with effects & the persistSourceMigration flag
  • [#4278], [#4279], [#4297] Fixed several issues with concentration on activities
  • [#4282] Fixed item sheet rendering bug if effect deleted from activity
  • [#4285] Fixed usage of deprecated dnd5e.preRollDamage hook removing roll data
  • [#4286] Fixed activity sheets controls not being disabled when not editable
  • [#4296] Fixed Create New Activity dialog not displaying an error if submitted without type selected
  • [#4298] Fixed rider effects still being applied to actor
  • [#4303] Fixed Always Prepared spells counting towards prepared spell count
  • [#4305] Fixed healing bonuses from summoning not applying to summoned creatures
  • [#4307] Fixed effects application tray appearing on roll cards
  • [#4318] Fixed activities being usable from compendiums
  • [#4319] Fixed Find Item buttons not being disabled on locked actor sheets
  • [#4322] Fixed rider activities displaying in the expanded item dropdown on actor sheets

Improvements

  • [#4270] Chat cards will now display attack mode, attack type, and spell upcast mode
  • [#4295] Tool enrichers can now use the default ability associated with the tool, rather than needing to specify on explicitly

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.0.2/system.json

release-4.0.1

16 Sep 20:10
2678923
Compare
Choose a tag to compare

Patch release to address a number of disruptive issues with the 4.0 release. For details on the main release, see the 4.0.0 release notes.


Compendium Content

Bug Fixes

  • [#4213] Fixed @prof.flat when deterministic roll data is used.
  • [#4216] Fixed dragging containers within containers.
  • [#4220] Fixed activity delete button.
  • [#4221] Fixed localization on Ability Score Improvement advancement dialog.
  • [#4222] Fixed Create Consumption Target tooltip.
  • [#4223] Fixed issue preventing custom tools from being added.
  • [#4224] Fixed "Consume Resource" button in chat message not respecting scaling.
  • [#4229] Fixed error when rolling attack without ammunition & using deprecated roll hooks.
  • [#4235] Fixed cropped title bar on item sheets with many module buttons or long source label.
  • [#4238] Fixed Long Rest recovery being ignored is Short Rest recovery is also set.
  • [#4240] Fixed critical damage settings not being respected.
  • [#4244] Fixed incorrect isMountable checks causing controls to not appear.
  • [#4246] Fixed compendium browser failing to load if non-migrated source data is found in a compendium.
  • [#4250] Fixed deprecation warnings on vehicle sheet caused by accessing old source path.
  • [#4251] Fixed "Book" not being editable in source config.
  • [#4252] Fixed data preparation & localization issues if range.units is not set.
  • [#4253] Fixed Loot item subtypes not displaying if added by module.
  • [#4257] Fixed last used ammunition not being selected when fast forwarding attacks, blank ammunition not being saved
  • [#4264] Fixed bug preventing usage dialog from displaying if no item is selected for material consumption
  • [#4265] Fixed error if prepareData is called multiple times on source data
  • [#4271] Fixed rounding on carried weight on containers to avoid repeating decimals
  • [#4272] Fixed last selected attack mode not being respected when fast forwarding attacks
  • [#4274] Fixed system critical settings not being respected when fast forwarding damage rolls
  • [#4241] Fixed checkboxes not being disabled in uneditable item sheets.

Improvements

  • [#4269] Added Common Sign Language & reshuffle language locations when using Modern Rules

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.0.1/system.json

release-4.0.0

13 Sep 20:01
1513cd4
Compare
Choose a tag to compare

Release Banner 4.0.0
Character portrait art by Hocheol Ryu

The 4.0 release of the system is a huge milestone in its development. Several foundational elements of the system have been overhauled to more flexibly accommodate the game's rules and its content going forward. The flagship feature we are calling 'Activities', which allow a single 'Item' to house any number of different activations, where previously they could have only one. Activities will be discussed in greater detail below, and full patch notes are available at the bottom.

This release also coincides with the release of the 2024 Player's Handbook for Foundry Virtual Tabletop. The Player's Handbook makes full use of the new features presented here, all pre-configured and ready to use immediately. The game system remains compatible with the 2014 rules, while adding support for the 2024 rules in this release. Please see below for instructions on how to configure which rules the game system uses.

⚠️ COMPATIBILITY WARNING: ⚠️ The version 4.0.0 release of the system ONLY SUPPORTS Foundry Virtual Tabletop version 12 (release) and greater. To use this new game system version you must also use Foundry VTT version 12. If you do not wish to update your core software, please continue using a previous version of the dnd5e system.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-4.0.0/system.json


Rules Version

There are a very small handful of rules automations built-into the game system itself that have changed with the latest version of the rules for Dungeons & Dragons Fifth Edition, as published by Wizards of the Coast. Additionally, some of the game terms have also changed. By default, the 4.0.0 release uses the latest rules, but you may opt to continue using the legacy rules by adjusting the 'Rules Version' setting.

image

Activities

Activities are the flagship feature of this release. Conceptually they are very general; they allow any given Item to do multiple 'things', making many spells, magical items, and features a lot easier to model in the game system. For a more concrete example, you can think of certain powerful magical items like the Luck Blade, that have different features that need to be tracked separately, or a spell like eyebite that can produce several different effects. These different features or effects can now be embedded directly on the Item itself in a self-contained manner.

Adding an Activity

You can add new activities on the item's Activities tab. Certain items, like weapons, will have activities added to them automatically when they are created. Any existing items you have when you update to the 4.0.0 release will be automatically migrated to include activities. For the vast majority of cases, this should not require any action on your part, and all your items should continue to work as they did before, but the migration process is inexact, so some items may need manual adjustments. In particular, if the item made heavy use of the versatile field (and it wasn't a versatile weapon), conditional damage parts, or the 'other formula' field, it may be worth checking to make sure they have migrated in a way that functions as you intend.

Activities Tab

Activities can be edited, deleted, duplicated, or re-ordered in this tab. The activity at the top is considered the 'primary' activity. If any activity is more common or more important than the others, you should ensure it is at the top of this list, as this will affect certain things in the system, such as how the item is displayed in sheets, as well as which activity is used when the item use is 'fast-forwarded'.

There is no limit to the number of activities an item may have.

Configuring an Activity

Clicking an activity in the Activities tab will allow you to edit it. If you are used to configuring items in the system, activity configuration should feel familiar. Most of an item's 'activation' and 'action' configuration have now been moved into activities, with some additional refinement and new features added.

You can set certain identifying information like a custom name and icon in the Identity tab.

Activity Identity Tab

The Activation tab is split into several sub-tabs, allowing you to configure most of what used to be the old 'activation' configuration for items, such as limited uses, consumption, recovery, targets, and duration, etc.

Activity Activation Tab

Finally, the activity's effects can be configured in the Effect tab. This largely corresponds to the old 'action' configuration for items.

Activity Effect Tab

Using an Activity

Clicking an item from inside a creature's sheet will now bring up an additional dialog, allowing you to choose which activity you want to use. You may optionally 'fast-forward' through this dialog, automatically using the item's first activity, by shift+clicking the item instead. Finally, you may also expand the item inside the sheet, which will present all of the item's activities, allowing you to choose immediately from the sheet which activity to use, rather than via the dialog.

Activities in-sheet

Activities can also be edited, duplicated or deleted from here via the right-click context menu. They can also be dragged to the character's favourites section.

Learn More

These release notes only cover a brief overview of the activities system. For more details, and a breakdown of each type of activity currently included with the system, please see the wiki article on the topic.

Item Sheets

In order to accommodate Activities, the system's item sheets have been given a fresh coat of paint with the new V2 styles. The legacy sheets are no longer available, as making them available would have required us to duplicate all the additional work done to the V2 sheets in order to support Activities. The legacy sheet API surface remains in order to not break any modules that reference the old API.

V2 Item Sheet Preview


⚠️ Breaking Changes

  • ActionTemplate and ActivatedEffectTemplate have been deprecated in favour of ActivitiesTemplate. Fields on Item5e#system previously provided by these templates have been shimmed.
  • EnchantmentField, EnchantmentData, SummonsField, and SummonsData have been deprecated in favour of EnchantActivity and SummonActivity respectively. Embedded enchantment or summons data on Items have been migrated to activities.
  • Item5e#use has had its signature changed. It will continue to accept the legacy parameters, but it now returns ActivityUsageResults when invoked on an Item that has activities.
  • Various hooks related to the Item activation lifecycle have been deprecated. Please see the wiki for a full list of which hooks have been deprecated and their alternatives.

Compendium Content


Bug Fixes

  • [#4135] Fixed ActiveEffects targeting certain fields causing errors during Actor preparation.
  • [#3890] Fixed in-sheet expanded item descriptions showing identified text even if the item was unidentified.
  • [#4186] Fixed NPC experience value being visible to players with only LIMITED ownership.
  • [#4193] Fixed features not being sorted by level in class summary pages.
  • [#2227] Fixed skills defaulting to Dexterity instead of the system's configured default ability.
  • [#4056] Fixed the encounter award button not awarding XP.
  • [#3899] Fixed issues with deleting items granted via Item Grant or Item Choice advancements if the reference item had been deleted.
  • [#4088] Fixed popped-out chat messages disappearing when minimised.
  • [#4076] Fixed error thrown when rendering NPC sheet if the Perception skill was removed from the system's skill configuration.
  • [#3462] Fixed placement of tokens on hex grids via TokenPlacement#place.
  • [#3895] Fixed system simplification of certain roll formulae.
  • [#3952] Fixed attack rolls against a target AC showing as a failure even if the attack was a critical hit.
  • [#3530] Fixed critical hit calculation when using dice modifiers with critical hit house rules.
  • [#3596] Removed erroneous constant simplification when damage rolls contain multiplication or division.
  • [#3888] Fixed transforming an Actor removing its sight on the canvas.
  • [#3893] Fixed long actor names causing minimised sheet headers to render strangely.

Improvements

  • [#1431] Allow rebinding the keys used for fast-forwarding d20 tests and damage rolls.
  • [#4197] Allow referencing item data in resource recovery formulae.
  • [#4013] Added status effects for cover.
  • [#3759] Allow full-text search of system-provided journal pages.
  • [#3122] Include active statuses in Actor roll data.
  • [#4103] Respect pre-configured `...
Read more

release-3.3.1

22 Jul 18:52
b6ca06a
Compare
Choose a tag to compare

A small patch release to fix disruptive issues, for the full 3.3 release notes, see here.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-3.3.1/system.json


Improvements

  • [#3725] New character & NPC sheets now display preparation warnings
  • [#3854] Temp HP should now be configurable on NPCs when death saves are visible
  • [#3855] NPC sheets now display they XP value
  • [#3156] Add a separate setting to control attack roll result visibility to players

Compendium Content

  • [#3827] Fixed typo in Longsword description
  • [#3834] Fixed typo in Aberrant Ground monster feature

Bug Fixes

  • [#3606] Items on NPC sheets can no longer disappear under certain conditions
  • [#3815] Rider effects for enchantments should now work for consumable items that are destroyed
  • [#3839] Canceled spell scroll creation should no longer throw error
  • [#3840] System diagonal movement setting should no longer display on V12
  • [#3842] Compendium browser tabs should now show proper types when switching modes
  • [#3844] NPC ideas should no longer overwrite flaws
  • [#3846] Damage fields should now be properly disabled by enchantments
  • [#3849] Class, Race, and Background item context menus now no longer show Expand option on PC sheets
  • [#3850] Clicking initiative button on NPC sheets should no longer open portrait
  • [#3852] armor and shield getters on Actor should no longer throw errors for types without AC
  • [#3863] Broken NPC artwork can now be fixed from the new sheet
  • [#3868] Attack rolls no longer display success/failure for players if the proper challenge visibility settings is set

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-3.3.1/system.json

release-3.3.0

18 Jul 20:44
9431dfa
Compare
Choose a tag to compare

Release Banner 3.3.0

In addition to the usual collection of content improvements, bug fixes, and smaller features, the 3.3 release also includes the newly-designed NPC sheets, as well as the new Compendium Browser.

Note: While this release of the system is fully compatible with Version 11 of Foundry Virtual Tabletop, the Compendium Browser will only function in Version 12 and newer.

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-3.3.0/system.json


NPC Sheet Redesign

As part of our ongoing work to give the system a fresh coat of paint, the NPC sheet has also been redesigned. If you've been using the new PC sheets for some time now you will probably be familiar with a lot of the design elements used here, but the main focus of this sheet was to give DMs access to all of the information they need to run the monster without having to switch tabs too frequently.

NPC Sheet features tab preview

NPC Sheet spells tab preview

We've also added a few improvements to make it easier to run NPCs that may be sidekicks or might otherwise be extended companions that travel with the party, such as giving them a fully-featured inventory tab, including currency, as well as the ability to roll death saves.

NPC Sheet sidekick preview
Token art by mikiko.art

Compendium Browser

The compendium browser is a tool that will aggregate all of the content in your World and Module compendium packs, providing a singular place for that content to be searched and filtered.

Compendium Browser spell search

Choices for player classes, races, and backgrounds will now be pulled from all installed content (provided players have permission to view any given compendium pack) when prompted from the character sheet.

Compendium Browser class search

And it's also fully integrated with the summoning system.

Compendium Browser summoning integration

For a more in-depth overview of its features, please see the wiki.


Improvements

  • [#3772] Added CR-based summoning configuration options (v12 only)
  • [#3763] Spells with a source class set will now use that class' spellcasting ability for attack rolls and save DCs
  • [#3730] Added the Compendium Browser (v12 only)
  • [#3093] Implemented NPC sheet v2 redesign
  • [#2247] Display currency information on the NPC sheet
  • [#2728] Hint text is now configurable on all Advancements
  • [#3039] Added enricher specifically for saving throws made to maintain concentration
  • [#3647] Enchantment limits are now displayed on an Enchantment Item's chat card
  • [#3705] Added a way to entirely replace the PIXI Container used to render a map note
  • [#3761] Players rolling blind will not be prompted for manual input if configured
  • [#3410] Added a distinction between normal success/failure and critical success/failure in attack roll chat cards
  • [#2892] Condensed the attack roll target display and made it collapsible
  • [#2967] Restored the ability to expand/collapse Item descriptions in-sheet
  • [#1351] Added the ability to specify a source class for embedded spell Items

Compendium Content

  • [#3753] Updated most staves to add missing effects and adjust usage
  • [#3749] Fixed the Swarm of Poisonous Snakes' image path
  • [#3830] Updated SRD conjure spells with CR-based summoning (v12 only)

Bug Fixes

  • [#3823] Fixed Active Effects affecting maximum attunement slots causing the maximum to continually increase every time the sheet was put into edit mode
  • [#3745] Fixed the targeting animation for tokens using the dynamic token ring
  • [#3732] Fixed creatures still being affected by a status they were immune to
  • [#3743] Fixed a number of issues related to polymorphing tokens using the dynamic token ring
  • [#3742] Replaced uses of Roll.safeEval with Roll#evaluateSync (v12 only)
  • [#3405] Fixed an issue where ability check or saving throw d20 rolls would incorrectly ignore the target DC and show as failure or success if the d20 happened to roll a 1 or 20
  • [#3756] Fixed an issue allowing creatures with the blindsight detection mode to know the location of burrowed creatures
  • [#3445] Fixed the pre-configured Wild Shape transformation option not retaining features
  • [#3726] Fixed a discrepancy between Item descriptions across different Actor sheets
  • [#3700] Fixed limited use recovery rolls posting two chat messages
  • [#2930] Fixed Items with a limited use of recharge not displaying in v2 Actor sheets
  • [#3734] Fixed an error thrown if Actor#prepareData was called independently of Actor#reset
  • [#3767] Fixed the global skill check bonus not being shown in the skill configuration dialog
  • [#3741] Fixed cantrips that require concentration warning about a lack of spell slots when cast
  • [#3752] Fixed an incorrect aria-label on the Actor sheet's level badge

Contributors

Many thanks to the following additional contributors: @arbron, @absymylyar, @dev7355608, @Drental, @Hoppyhob, @krbz999, @lovethebomb, @mattexdee, @MaxPat931

Installation: To manually install this release, please use the following manifest URL: https://github.com/foundryvtt/dnd5e/releases/download/release-3.3.0/system.json