Interface itemStatStruct

interface itemStatStruct {
    display: { color: rgbaColorStruct; display_string: string };
    is_negated: boolean;
    type: { name: string; type: string };
    value: number;
}

Properties

display: { color: rgbaColorStruct; display_string: string }
is_negated: boolean
type: { name: string; type: string }
value: number