levelAbilityScoreFeature: {
    img: string;
    name: string;
    system: {
        description: {
            value: string;
        };
        subType: string;
    };
    type: string;
} = ...

Data for the feature associated with ability scores gained from leveling.

Type declaration

  • img: string
  • name: string
  • system: {
        description: {
            value: string;
        };
        subType: string;
    }
    • description: {
          value: string;
      }
      • value: string
    • subType: string
  • type: string

Generated using TypeDoc