Interface Identification

A singular identification

interface Identification {
    base?: number;
    max: number;
    min: number;
    name: string;
}

Properties

Properties

base?: number

The base value for the identification

This is only set on Items.
max: number

The numerically highest possible value of the identification's roll

On inverted IDs, this is the worst possible roll.
min: number

The numerically lowest possible value of the identification's roll

On inverted IDs, this is the best possible roll.
name: string

The name of the identification

Generated using TypeDoc