Variable REND_MULT_WORKSHOPConst

REND_MULT_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

REND_MULT_WORKSHOP - Workshop Rend Armor Mult upgrade { name, min, max, quantity, and cost } with no modifiers or discounts

Generated using TypeDoc