Variable BOUNCE_SHOT_RANGE_WORKSHOPConst

BOUNCE_SHOT_RANGE_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

BOUNCE_SHOT_RANGE_WORKSHOP - Workshop Bounce Shot Range upgrade { name, min, max, quantity, and cost } with no modifiers or discounts

Generated using TypeDoc