Hierarchy

  • LoRDeck

Properties

cardCostQt: {
    [cardCost: number]: number;
}

Type declaration

  • [cardCost: number]: number
cards: {
    champions: DeckCard[];
    equipments: DeckCard[];
    followers: DeckCard[];
    landmarks: DeckCard[];
    spells: DeckCard[];
}

Type declaration

code: string
essenceCost: number
factionCardsQt: {
    [faction: string]: number;
}

Type declaration

  • [faction: string]: number
formats: RIOT_LOR_FORMAT[]
mainFactions: RIOT_LOR_REGION_ABBREVIATION[]

Generated using TypeDoc