Jeff Hitchcock
Jeff Hitchcock
Takes advantage of the existing `CONFIG.DND5E.sourcePacks` object to define packs for backgrounds, classes, and races. Closes #2780
First part of refactoring the rolling system. This adds a new `BasicRoll` type that replaces core's `Roll` adding a number of methods to help with building one or more rolls,...
In addition to the current damage enricher, it would be good to have an attack enricher in the style of `[[/attack +5]]` which would compose a generic attack roll, taking...
The current damage enricher supports rolling a single set of damage with a single type. There are a number of times where content includes rolling two different types as part...
A common pattern that has been used frequently in new content is spells being granted that can be cast once per rest for free at their base level and also...
The `applyDamage` method includes an option to only apply the damage portion or only apply the healing portion when there are mixed types, but that functionality isn't currently exposed in...
Continuing the work started with #893, this is a list of additional features the summoning system will require to support official summoning spells & features. ## Features Required - [x]...
Currently if you re-summon a linked actor it re-applies the changes each time it is summoned.
With upcoming work on enchantment (https://github.com/foundryvtt/dnd5e/issues/3305) there is sometimes a need to add text to the beginning of an existing string or around an existing string. For example, for the...
Currently spell configuration on `ItemGrant` & `ItemChoice` advancements allows for specifying a single ability that is used for the granted spells, but there are a number of places such as...