Variable itemClassificationsConst

itemClassifications: {
    normal: 0;
    progression: 1;
    trap: 4;
    useful: 2;
} = ...

Bit flags that define the special characteristics of a NetworkItem.

Type declaration

  • Readonlynormal: 0

    A shorthand with no flags set, also known as 'filler' or 'junk' items.

  • Readonlyprogression: 1

    If set, indicates the item may unlock logical advancement.

  • Readonlytrap: 4

    If set, indicates the item can inconvenience a player.

  • Readonlyuseful: 2

    If set, indicates the item is classified as useful to have.