Interface characterEquippedItemStat

interface characterEquippedItemStat {
    display: { color: rgbaColorStruct; display_string: string };
    type: { name: string; type: string };
    value: number;
}

Properties

Properties

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