Releases: reonZ/pf2e-dailies
Releases · reonZ/pf2e-dailies
3.12.0
3.11.0
3.10.0
3.9.0
- add a new
Homebrew Settings
menu- this is the place to add homebrew entries for the dailies that allow it
- hombrew entries will be added as options to the daily
- you can use the ID of a compendium pack or the UUID of an item to add entries
- this replaces the previous
Familiar Abilities
setting, you have to set it up again
- this is the place to add homebrew entries for the dailies that allow it
Apparition Attunement
:- now accepts the use of homebrew apparitions via the new
Homebrew Settings
- make sure to not add duplicate spells
- now accepts the use of homebrew apparitions via the new
Familiar Abilities
:- now uses the new
Homebrew Settings
feature instead, the oldFamiliar Abilities
setting is removed and its value not kept, you gonna have to set it up anew
- now uses the new
- add
getItemTypeLabel
helper to theutils
collection
3.8.2
3.8.1
- make sure all added spells are considered when checking for extra focus spells/points
Apparition Attunement
- no longer add the vessel spell from all apparitions, only the primary
- the first apparition select is now considered as the primary
- adding more focus spells also adds more focus points, so this was "breaking" the character
- set static identifiers for the generated spellcasting entries
- useful for third parties
- fix cantrips missing on subsequent preparations (after the first one on load)
- no longer add the vessel spell from all apparitions, only the primary
3.8.0
- this is a system
6.6.0
release - add
Apparition Attunement
built-in daily (for theAnimist
)- lets you select the apparition feats for the day (2~4 based on character level)
- automatically generates the focus and spontaneous spellcasting entries
- parse and add spells to the entries as well as setup the number of slots
- spells are not set as signature by default because of the crazy amount of rows it can create
- add the
Heal
&Harm
spells if you have theEmbodiment of the Balance
class feat- set them as signature spells by default for convenience
- add the
Avatar
spell if you have theSupreme Incarnation
class feature
- add a new
Notify
row- this is a purely informative entry and has no interactivity
- there are no built-in dailies that use it, this is for custom dailies
- add a new
getItemSource
helper in theutils
collection - change the icon of the
Alert
row for a circle, the triangle is now used for theNotify
row - if the number of max focus points has changed between the rest and daily preparation (because focus spells were added during preparation), the module will now add a number of current focus points equal to the difference between the before and after max values
- expose
getDisabledDailies
andgetAnimistConfigs
to the API