Skip to content

Releases: reonZ/pf2e-dailies

3.12.0

22 Nov 22:27
Compare
Choose a tag to compare
  • Apparition Attunement:
    • add support for the Medium dual invocation
      • both vessels will be added which will automatically give a second focus point to the animist
  • some internal changes as well

3.11.0

21 Nov 13:56
Compare
Choose a tag to compare
  • this is a system 6.7.0 release
  • updated the performDailyCrafting to be compatible with latest system version
    • it will now delete any temporary item that isn't part of the crafting special resource as well as not have been added by the module

3.10.0

16 Nov 15:07
Compare
Choose a tag to compare
  • add support for the Proteankin feat (from Nephilim heritage)
  • Apparition Attunement:
    • now add the Animal Form spell if you have the Walk the Wilds class feat
      • set it as signature spells by default

3.9.0

06 Nov 11:46
Compare
Choose a tag to compare
  • 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
  • Apparition Attunement:
    • now accepts the use of homebrew apparitions via the new Homebrew Settings
    • make sure to not add duplicate spells
  • Familiar Abilities:
    • now uses the new Homebrew Settings feature instead, the old Familiar Abilities setting is removed and its value not kept, you gonna have to set it up anew
  • add getItemTypeLabel helper to the utils collection

3.8.2

31 Oct 23:37
Compare
Choose a tag to compare
  • Apparition Attunement:
    • fix 10th rank slot only being considered at character level 20 instead of level 19

3.8.1

31 Oct 23:25
Compare
Choose a tag to compare
  • 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)

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)