Skip to content

Releases: reonZ/pf2e-dailies

3.18.0

05 Mar 12:54
Compare
Choose a tag to compare
  • Familiar Abilities:
    • add Fast Movement to the list of non-unique abilities
    • now add abilities one at a time to the familiar, making it possible to pick abilities related to each other in order and have their ChoiceSet rule element trigger
      • e.g. picking Flier and then Fast Movement (Fly)

3.17.3

28 Feb 18:15
Compare
Choose a tag to compare
  • Prepare a Staff:
    • fix staff with 0 charges not being added

3.17.2

27 Feb 21:29
Compare
Choose a tag to compare
  • Prepare a Staff:
    • fix new makeshift select not showing up to wizards lower than lv 8

3.17.1

27 Feb 12:16
Compare
Choose a tag to compare
  • Apparition Attunement:
    • add a new Remove Lore Suffix config, disabling it will prevent the stripping of the suffix by the module
  • Prepare a Staff:
    • add a new Staff Type select for Staff Nexus wizards
      • selecting the Makeshift Staff option will set the default charges to 0 instead of the regular charges

3.17.0

17 Jan 13:27
Compare
Choose a tag to compare
  • this is a system 6.8.2 release
  • updated to be compatible with the last system spellcasting changes
    • i am not 100% confident of it all, this would mostly impact staves

3.16.0

20 Dec 13:51
Compare
Choose a tag to compare
  • this is a system 6.8.0 release
  • updated the dailies filter validations to be compatible with the new compendium browser
  • Custom Dailies:
    • add a temporary option to the addItem & addFeat process helpers
      • if set to false the item will not be temporary
    • add new replaceFeat process helper
      • it will replace an existing feat on the character by the one provided
      • if the original feat had a parent, the new feat will be place as a child to it in the sheet

3.15.0

12 Dec 19:14
Compare
Choose a tag to compare
  • the module now uses a migration manager
    • the main GM will be asked to migrate on load
    • if the system is migrating data, make sure to wait until it is done before starting
  • Apparition Attunement:
    • no longer add the * prefix to primary vessel spells
    • now add a star icon to assign/unassign primary vessel spells
      • unassigned primary vessel spells cannot be cast
  • Custom Dailies:
    • the setExtraFlags object is now put behind the daily key context
      • so what was before flags.pf2e-dailies.extra.{} is now flags.pf2e-dailies.extra.custom.my-daily.{}
    • add a temporary option to the deleteItem process helper
      • on rest, items deleted while using this option will be re-added to the actor as they were
    • add config function to dailies
      • used to register the daily own configs like the animist and familiar dailies do
    • add afterItemAdded function to dailies
      • called after all items (from all dailies) have been added to the actor but before any were removed or updated
      • the addedItems contains the items related to the current daily
      • you can use all the process helpers except the ones that add anything to the actor

3.14.0

08 Dec 11:32
Compare
Choose a tag to compare
  • Apparition Attunement:
    • add support for the Circle of Spirits feat
    • now add all vessel spells to the focus spellcasting entry
      • make it easier to swap during the day
      • mark the primary vessel spells with a prefix * in their name
      • subtract the excess focus points to leave only the amount the character should have without the extra vessel spells
  • Custom Dailies:
    • add label to the options argument of createComboSkillDaily
    • add an extra options argument to createLoreSkillDaily
    • add a new hasItemWithSourceId helper to utils

3.13.0

26 Nov 15:06
Compare
Choose a tag to compare
  • this is a system 6.7.1 release
  • change the Perform Daily Crafting handling to work with the latest system changes
    • move from Actor#performDailyCrafting to ActorInventory#deleteTemporaryItems
  • Apparition Attunement:
    • add new Set Signature Spells config option (enabled by default)
      • when enabled, all spells added by the module will be set as signature spells by default
      • when disabled, only the Heal, Harm and Animal Form will

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