consumableTypes: {
    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

Type declaration

  • drug: string
  • misc: string
  • poison: string
  • potion: string
  • rod: string
  • scroll: string
  • staff: string
  • wand: string

Generated using TypeDoc