Pathfinder 1e for Foundry VTT
    Preparing search index...

    Class Source

    Source Entry

    Hierarchy (View Summary)

    Index

    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

    • get id(): string

      The unique key of the value.

      Returns string

    Methods

    • Protected

      Localize fields

      Returns void

    • Protected

      Prepares the data of the registry entry.

      Returns void