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

    Variable levelAbilityScoreFeatureConst

    levelAbilityScoreFeature: {
        img: "systems/pf1/icons/skills/affliction_10.jpg";
        name: "Added Ability Scores";
        system: {
            description: {
                value: "<p>This feature is used for tracking your ability score changes from gaining hit die.</p>";
            };
            subType: "misc";
        };
        type: "feat";
    } = ...

    Item data for the feature associated with ability scores gained from leveling.

    Type declaration

    • Readonlyimg: "systems/pf1/icons/skills/affliction_10.jpg"
    • Readonlyname: "Added Ability Scores"
    • Readonlysystem: {
          description: {
              value: "<p>This feature is used for tracking your ability score changes from gaining hit die.</p>";
          };
          subType: "misc";
      }
    • Readonlytype: "feat"