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

    Class Source

    Source Entry

    Hierarchy (View Summary)

    Index

    General

    _id: string

    Raw ID

    abbr?: string

    Abbreviation

    date?: number
    flags: object

    Freeform data

    isbn?: string
    legacy?: boolean

    D&D 3.5 material

    level?: number

    Starting level of the adventure

    name: string

    Name

    namespace: string

    Source package ID

    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

    • get id(): string

      The unique key of the value.

      Returns string

    • Protected

      Localize fields

      Returns void

    Document

    • Internal

      Safely prepare data

      Returns void

    • Protected

      Prepare data after initialization or reset.

      Returns void