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

    Interface SourceInfo

    Source info chunk

    data/handling to changes

    interface SourceInfo {
        change: Change;
        modifier: string;
        name: string;
        operator: "add" | "set";
        type: string;
        value: number;
    }
    Index

    Properties

    change: Change

    Parent change

    modifier: string

    Bonus type

    name: string

    Item name or other label

    operator: "add" | "set"

    Change operator

    type: string

    Arbitrary type

    value: number

    Change value