Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SemanticItemJSON

a serialization of an {Item} that aims convey meaning of its properties and not how they are supposed to be displayed.

Its goal is it to be deserialized into an Item

Hierarchy

  • SemanticItemJSON

Index

Properties

base

Optional corrupted

corrupted: undefined | false | true

Optional elder

elder: undefined | false | true

groups

groups: SocketGroup[]

Optional item_level

item_level: undefined | number

Optional mirrored

mirrored: undefined | false | true

Optional mods

mods: undefined | {}

name

name: string

Optional quality

quality: undefined | number

rarity

rarity: RarityIdent

requirements

requirements: { dex: AugmentableValue; int: AugmentableValue; level: AugmentableValue; str: AugmentableValue }

Type declaration

Optional shaper

shaper: undefined | false | true

sockets

sockets: Socket[]

Generated using TypeDoc