Skip to content

3.15.0

Compare
Choose a tag to compare
@reonZ reonZ released this 12 Dec 19:14
· 8 commits to master since this release
  • 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