Releases: reonZ/pf2e-dailies
Releases · reonZ/pf2e-dailies
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