Register

PF2e Brewrata

An Add-on Module for Foundry Virtual Tabletop

Zero AI Author: MrVauxs Project: Source Foundry Versions 13+ (Verified 14) Last Updated 1 day, 1 hour ago

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" })
}

Supported Game Systems

  1. Starfinder Second Edition

    Latest Version: Version 1.1.2 Last Updated 5 days, 11 hours ago
  2. Pathfinder Second Edition

    Latest Version: Version 8.1.2 Last Updated 5 days, 11 hours ago

Categories

Available Versions

  1. Version 1.1.0

    1 day, 1 hour ago
    Foundry Version 13+ (Verified 14) Manifest URL Read Notes