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

    Class DamagePartModel

    Hierarchy

    • any
      • DamagePartModel
    Index

    Constructors

    Properties

    formula: string

    Damage formula

    types: Set<String>

    Damage type IDs

    Is an array in raw data instead.

    Accessors

    Methods

    • Returns {
          formula: FormulaField;
          types: SetField<
              StringField<
                  { blank: false; nullable: false },
                  AssignmentType<{ blank: false; nullable: false }>,
                  InitializedType<{ blank: false; nullable: false }>,
                  InitializedType<{ blank: false; nullable: false }>,
              >,
              DefaultOptions,
              AssignmentType<{ blank: false; nullable: false }>,
              InitializedType<{ blank: false; nullable: false }>,
              AssignmentType<
                  AssignmentType<{ blank: false; nullable: false }>,
                  DefaultOptions,
              >,
              Set<InitializedType<{ blank: false; nullable: false }>>,
              InitializedType<{ blank: false; nullable: false }>,
              InitializedType<{ blank: false; nullable: false }>[],
          >;
      }