Interface ItemKnowledge

Item knowledge

Hierarchy

  • ItemKnowledge

Properties

item: string

Name of the item

itemLostCause?: "eaten" | "flung" | "knocked off" | "stolen" | "consumed" | "incinerated" | "popped" | "held up"

Cause of the item lost

known: boolean

True if known

previousItem?: string

Name of the previous item In case the item was removed

revealed: boolean

True if revealed

trickMoveFailed?: boolean

True means a trick / switcheroo move failed, this indicates the item cannot be removed

Generated using TypeDoc