module
Library

PF2e Brewrata

Endorsements
0
Installs
0.60%
Comments
0
Latest version1.1.0
Minimum Core13
Compatible Core14
Last updated2 months ago
Created2 months ago
Authors
Languages
Systems All systems
Project source Project URL
Report bugs Bug tracker URL
Changelog Changelog URL

A library module for creating homebrew erratas to existing content.

How to use

if (game.modules.get("pf2e-brewrata")?.active) {
  const registry = game.brewrata.register("module-id")
  registry.errata("item-uuid-or-slug", "errata-uuid")
  // or
  registry.errata("item-uuid-or-slug", { uuid: "errata-uuid", description: "Description of the changes done" })
}
Subscribe
Notify of
0 Comments
0
Would love your thoughts, please comment.x
()
x