Variable PerksConst

Perks: Readonly<{
    [key in StandardPerk | UltimatePerk | TradeoffPerk]: Readonly<Perk>
}> = ...

Constant

Perks - A union map of all the Perk Enums to their Perk configs

Generated using TypeDoc