The Base Registry Object class, providing shared functionality for all registry objects in the system. For the required data, see defineSchema.

Hierarchy (View Summary)

Constructors

Properties

_id: string
abbr?: string

Abbreviation

date?: number
flags?: object
isbn?: string
legacy?: boolean

D&D 3.5 material

level?: number

Starting level of the adventure

name: string
namespace: string
pages?: number

Page count

publisher?: string
Paizo
tieIn?: string
type?: readonly [
    "core",
    "setting",
    "ap",
    "module",
    "companion",
    "pg",
    "comic",
    "pfs",
]
url?: string
TYPES: readonly [
    "core",
    "setting",
    "ap",
    "module",
    "companion",
    "pg",
    "comic",
    "pfs",
] = ...

An array of allowed types of sources.

core: Core book companion: Player companion setting: Campaign setting book ap: Adventure path pg: Adventure path - player guide comic: Comic pfs: Pathfinder Society module: Module

Accessors

Methods

  • Returns {
        _id: any;
        abbr: any;
        date: DateField;
        flags: any;
        isbn: any;
        legacy: any;
        level: any;
        name: any;
        namespace: any;
        pages: any;
        publisher: any;
        tieIn: any;
        type: any;
        url: URLField;
    }