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){constregistry=game.brewrata.register("module-id")registry.errata("item-uuid-or-slug","errata-uuid")// orregistry.errata("item-uuid-or-slug",{uuid: "errata-uuid",description: "Description of the changes done"})}