Skip to content

Releases: reonZ/pf2e-dailies

3.8.0

31 Oct 21:38
Compare
Choose a tag to compare
  • this is a system 6.6.0 release
  • add Apparition Attunement built-in daily (for the Animist)
    • 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 the Embodiment of the Balance class feat
      • set them as signature spells by default for convenience
    • add the Avatar spell if you have the Supreme 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 the utils collection
  • change the icon of the Alert row for a circle, the triangle is now used for the Notify 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 and getAnimistConfigs to the API

3.7.3

23 Oct 22:51
Compare
Choose a tag to compare
  • fix being able to drop an embedded spell/feat into the drop field

3.7.2

21 Oct 12:17
Compare
Choose a tag to compare
  • remove debug stuff
  • make sure spellcasting entries max rank is never higher than actor level / 2

3.7.1

20 Oct 22:29
Compare
Choose a tag to compare
  • improve how spellcasting entries are checked for the purpose of finding the highest rank
    • this will fix issues with characters who can only cast spells at a lower rank (due to dedication)

3.7.0

17 Sep 23:27
Compare
Choose a tag to compare
  • this is a system 6.4.0 release
  • mainly some behind the scene stuff
  • fix performDailyCrafting not working properly with the latest system version

3.6.1

12 Aug 09:44
Compare
Choose a tag to compare
  • fixed Blade Armament not being updated to PC2

3.6.0

20 Jul 22:23
Compare
Choose a tag to compare
  • this is a system 6.1.0 release
  • switched the remaining applications used by the module to ApplicationV2
  • minor styling updates for headers and the Alert field
  • fixed breaking changes with skills

3.5.3

03 Jul 19:27
Compare
Choose a tag to compare
  • added canPrepareDailies and getDailiesSummary api functions

3.5.2

01 Jul 22:29
Compare
Choose a tag to compare
  • fixed issue preventing the use of counteract with staff spells

3.5.1

23 Jun 16:53
Compare
Choose a tag to compare
  • add getStaffItem function to the API