| Latest version | 1.1.0 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 14 |
| Last updated | 3 months ago |
| Created | 3 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.
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" }) }
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: pf2e-brewrata or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.