Variable DEATH_DEFY_WORKSHOPConst

DEATH_DEFY_WORKSHOP: Readonly<{
    cost: number;
    max: number;
    min: number;
    name: string;
    quantity: number;
}> = ...

Type declaration

  • cost: number
  • max: number
  • min: number
  • name: string
  • quantity: number

Constant

DEATH_DEFY_WORKSHOP - Workshop Death Defy upgrade { name, min, max, quantity, and cost } with no modifiers or discounts

Generated using TypeDoc