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

    Class SourceInfoInternal

    Source Info

    Temporary structure to help refactor the related handling.

    Index

    General

    enabled: boolean = true
    ignoreNull: boolean
    itemId: any
    value: any
    valueAsNumber: any
    • get id(): any

      Returns any

    • get modifier(): string

      Returns string

    • get name(): any

      Returns any

    • set name(v: any): void

      Parameters

      • v: any

      Returns void

    • get negative(): boolean

      Returns boolean

    • get operator(): "set" | "add"

      Returns "set" | "add"

    • get positive(): any

      Returns any

    • get target(): | "size"
      | "str"
      | "dex"
      | "con"
      | "int"
      | "wis"
      | "cha"
      | "attack"
      | "~attackCore"
      | "cl"
      | "allSavingThrows"
      | "ac"
      | "skills"
      | "allChecks"
      | "damage"
      | "aac"
      | "sac"
      | "nac"
      | "tac"
      | "ffac"
      | "mwdamage"
      | "twdamage"
      | "rwdamage"
      | "sdamage"
      | "reach"
      | "wounds"
      | "vigor"
      | "init"
      | "dexPen"
      | "strPen"
      | "dexMod"
      | "cmd"
      | "mattack"
      | "wdamage"
      | "dc"
      | "acpA"
      | "acpS"
      | "mDexA"
      | "mDexS"
      | "strMod"
      | "conMod"
      | "intMod"
      | "wisMod"
      | "chaMod"
      | "conPen"
      | "intPen"
      | "wisPen"
      | "chaPen"
      | "carryStr"
      | "carryMult"
      | "ageCategory"
      | "ageCategoryPhysical"
      | "ageCategoryMental"
      | "unskills"
      | "strSkills"
      | "dexSkills"
      | "conSkills"
      | "intSkills"
      | "wisSkills"
      | "chaSkills"
      | "skill.knowledge"
      | "strChecks"
      | "dexChecks"
      | "conChecks"
      | "intChecks"
      | "wisChecks"
      | "chaChecks"
      | "landSpeed"
      | "climbSpeed"
      | "swimSpeed"
      | "burrowSpeed"
      | "flySpeed"
      | "allSpeeds"
      | "bab"
      | "wattack"
      | "sattack"
      | "nattack"
      | "rattack"
      | "tattack"
      | "rdamage"
      | "mdamage"
      | "ndamage"
      | "critConfirm"
      | "fort"
      | "ref"
      | "will"
      | "cmb"
      | "ffcmd"
      | "mhp"
      | "spellResist"
      | "bonusFeats"
      | "bonusSkillRanks"
      | "concentration"
      | "senselv"
      | "sensedv"
      | "sensets"
      | "sensebse"
      | "sensebs"
      | "sensels"
      | "sensesc"
      | "sensetr"
      | "senseths"

      Returns
          | "size"
          | "str"
          | "dex"
          | "con"
          | "int"
          | "wis"
          | "cha"
          | "attack"
          | "~attackCore"
          | "cl"
          | "allSavingThrows"
          | "ac"
          | "skills"
          | "allChecks"
          | "damage"
          | "aac"
          | "sac"
          | "nac"
          | "tac"
          | "ffac"
          | "mwdamage"
          | "twdamage"
          | "rwdamage"
          | "sdamage"
          | "reach"
          | "wounds"
          | "vigor"
          | "init"
          | "dexPen"
          | "strPen"
          | "dexMod"
          | "cmd"
          | "mattack"
          | "wdamage"
          | "dc"
          | "acpA"
          | "acpS"
          | "mDexA"
          | "mDexS"
          | "strMod"
          | "conMod"
          | "intMod"
          | "wisMod"
          | "chaMod"
          | "conPen"
          | "intPen"
          | "wisPen"
          | "chaPen"
          | "carryStr"
          | "carryMult"
          | "ageCategory"
          | "ageCategoryPhysical"
          | "ageCategoryMental"
          | "unskills"
          | "strSkills"
          | "dexSkills"
          | "conSkills"
          | "intSkills"
          | "wisSkills"
          | "chaSkills"
          | "skill.knowledge"
          | "strChecks"
          | "dexChecks"
          | "conChecks"
          | "intChecks"
          | "wisChecks"
          | "chaChecks"
          | "landSpeed"
          | "climbSpeed"
          | "swimSpeed"
          | "burrowSpeed"
          | "flySpeed"
          | "allSpeeds"
          | "bab"
          | "wattack"
          | "sattack"
          | "nattack"
          | "rattack"
          | "tattack"
          | "rdamage"
          | "mdamage"
          | "ndamage"
          | "critConfirm"
          | "fort"
          | "ref"
          | "will"
          | "cmb"
          | "ffcmd"
          | "mhp"
          | "spellResist"
          | "bonusFeats"
          | "bonusSkillRanks"
          | "concentration"
          | "senselv"
          | "sensedv"
          | "sensets"
          | "sensebse"
          | "sensebs"
          | "sensels"
          | "sensesc"
          | "sensetr"
          | "senseths"

    • get type(): "base" | ModuleSubType | undefined

      Returns "base" | ModuleSubType | undefined

    Document