Variable consumableTypesConst
consumableTypes: {
drug: string;
misc: string;
poison: string;
potion: string;
rod: string;
scroll: string;
staff: string;
wand: string;
} = ...
Type declaration
-
drug: string
-
misc: string
-
poison: string
-
potion: string
-
rod: string
-
scroll: string
-
staff: string
-
wand: string
Enumerate the valid consumable types which are recognized by the system