League of Legends Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!
You can even turn off ads in your preferences.

Come join the LoL Wiki community Discord server!

READ MORE

League of Legends Wiki
Advertisement
LoL Facebook Icon 21
"Time for a shakedown."

This article or section may require clean-up to meet League of Legends Wiki's quality standards. Reason given:

  • Construction section needs more links, explanations, or clarification as to what's written in it means.
  • The images in Deck Builder section needs better formatting, and the section in general needs better wording.


Please help improve the article if you can.
This article was last edited by Inkybinky3 on 27-May-2022 20:29.

A deck is a collection of cards assembled before a match, as well as where players Keyword Draw draw cards from (and sometimes add cards to) during gameplay.

Decks for use in Constructed modes can be created in the Collection LoR Collection tab and modified either there or in the Play LoR Play tab when selecting a deck. A player can have a maximum of 30 decks stored in their collection at once.

Players start with starter decks, but can customize or replace these. Deck sharing is a feature that allows players to easily import and export each other's decks using deck codes.

The in-game appearance of a deck (and the cards in it) can be customized with Card Backs.

Construction[]

This section is about creating decks for the Constructed format. For the deck building process in Expeditions, see Expeditions (Legends of Runeterra).

Decks are added to the Collection via the Deck Builder or by importing decks. They can then be changed in the deck builder. Only collectible cards from the player's collection ("owned cards") can be added. Decks with unowned cards can be gained through importing. It is however not possible to include non-collectible cards, which are only generated by other, collectible cards. Moreover, only collectible cards are encoded in the deck code.

There are restrictions on the cards that can be added to a deck that depend on the ruleset chosen for that specific deck. Decks typically need to contain 40 cards and at most 6 champions, in addition to special region and duplicate constraints depending on the ruleset. Decks that do not satisfy the rules or contain unowned cards can still be created, saved, exported, and imported, but can not be chosen for games.

Constructed decks are used in versus AI, casual play, ranked, friendly matches, gauntlets, and certain labs.

Starter Decks[]

To aid new players, some basic cards and decks are added to the player's collection during the tutorial road. These are pre-built decks, but can be treated as any other deck, i.e. they can be edited or deleted.


Deck Builder[]

The player can choose to create a new deck or edit an existing one in the Collection tab in the decks section. The deck builder will open and allow them to add or remove cards from their collection.

The player can select which constructed format they'd like the deck to use in the deck builder as well as the cover art using the button at the top left corner. Once the player has cards from the maximum number of regions allowed, cards from all other regions will be grayed out and can't be added to the deck. The numbers at the bottom left display how many champions and total cards, respectively, the deck has in respect to the maximum allowed. Adding more or fewer than 40 cards, or more than 6 champions, to the deck will cause the number to be highlighted red, and the deck will be listed as invalid and unplayable once saved until the numbers have been corrected. This can also happen should the player have more than 1 copy of a card in singleton format, or the deck list has cards the player doesn't own in their collection.

The player can give the deck a name on the top left and add HTML codes to format it.[1] Decks not named will simply be given the name "New Deck" when saved. To the right of the name text field is a button to see the number of Champion card champions, Spell card spells, Unit card units, and Keyword Landmark landmarks currently in the deck, as well as bar graph displaying the total number of cards for each mana value. This allows the player to quickly analyze the deck's consistency of different card types and tempo.

At the top, there is button to open a filter for card types, rarity, LoR mana icon alt mana cost, set, or any other special categories. Next to it is a button toggle showing cards the player owns 0 copies of, a Runeterra region region filter, and a search bar which will filter cards by name, keywords, groups (such as Elnuk or Elite), or other card text. The search will also filter by cards associated with a card (such as LoR Champion Indicator5Heimerdinger's turrets).

Multi-region[]

Deck Multi-Region Warning

Warning displayed when adding a multi-region card.

When adding a multi-region card to a deck, the player must also include at least one mono-region card from one of that card's regions or the deck will be considered invalid. After doing so, the multi-region card is treated as being of that region exclusively. For example, adding LoR Champion Indicator1Fizz and then Bilgewater LoR Region Bilgewater cards will make the deck a mono-Bilgewater deck. The player can then add LoR Champion Indicator3Lulu and Ionia LoR Region Ionian cards to make a Bilgewater/Ionia deck. This is only for the purposes of the deck and the cards themselves will still retain the properties of their excluded region. However, cards effects that specify "from your regions" will only use the regions of the deck itself even if multi-region cards have other included regions.

Exporting and Importing[]

In order to share information across players, the game provides standardized ways to refer to cards and decks: Card Codes and Deck Codes encode the necessary information to identify each.

From the Deck Collection tab, players can choose to import decks by copying the deck code and clicking the Import Deck button at the top. They can also export their own decks by selecting them and clicking share, which gives them a deck code they can share with others. A player can import a deck even if they don't have all the cards included in it in their collection, though it will be considered invalid and the deck can't be used until they own the cards.

Card Codes[]

Every card has a corresponding card code, all of which are listed here. The codes for collectible cards are seven-character strings with the first two denoting the set, the second two denoting the region, and the last three being a number corresponding to that card. For example, LoR Champion Indicator5Lux's card code is 01DE042: 01 for LoR Set 1 icon Set 1, DE for Demacia LoR Region Demacia, and 042 is Lux's card number. Most non-collectible cards will instead have a "T" followed by a number, following the first collectible card they're associated with as their card code (LoR Spell Non-Slow Indicator3 Lux's Prismatic Barrier card code is 01DE042T1).

Deck Codes[]

Deck codes are created using card codes through the following process:[2]

  1. All encodings begin with 4 bits for format and 4 bits for version.
  2. Cards are grouped together based on how many copies of the card are in the deck (e.g., cards with three copies are grouped together, cards with two copies are grouped together, and cards with a single copy are grouped together).
  3. Within those groups, lists of cards are created which share the same set and region.
  4. The set/region lists are ordered ascending by increasing length. The contents of the set/region lists are ordered by card number.
  5. Variable length integer (varint) bytes for each ordered group of cards are written into the byte array according to the following convention:
LoR Deck Share

The popup when sharing a deck. The code is the one shown when incorrectly importing a deck.

  • How many lists of set/region combination have three copies of a card
    • How many cards within this set/region combination follow
    • Set
    • Region
      • Card number
      • Card number
      • ...
    • How many cards within the next set/region combination follow
    • Set
    • Region
      • Card number
      • Card number
      • ...
  • Repeat for the groups of two copies of a card
  • Repeat for the groups of a single copy of a card

The regions are mapped to numbers as followed: Demacia LoR Region Demacia (DE)=0, Freljord LoR Region Freljord (FR)=1, Ionia LoR Region Ionia (IO)=2, Noxus LoR Region Noxus (NX)=3, Piltover Zaun LoR Region Piltover & Zaun (PZ)=4, Shadow Isles LoR Region Shadow Isles (SI)=5, Bilgewater LoR Region Bilgewater (BW)=6, Shurima LoR Region Shurima (SH)=7, Targon LoR Region Targon (MT)=9.

The resulting byte array is then base32 encoded into a string.

During a match[]

While in a match, the deck serves as a primary source to Keyword Draw draw cards from, and displays useful information about the current state of the deck to both players. The deck of remaining undrawn cards is displayed on the bottom left for the player, and the top right for their opponent.

Visible Information[]

The following can be seen when clicking on a deck:

  • Deck name: Only if it's the player's own, constructed deck.
  • Region icons: The card region(s) that the deck consists of.
  • Champion card Champions: Champion cards and respective Keyword Level Up level up progress, if it can progress in the deck. Clicking on a champion brings the player to the card view of the champion card.
  • Cards and Keyword Trap Traps left: The number of cards that can be drawn, as well as the number of LoR Spell Non-Slow Indicator Poison Puffcaps inside the deck (if any). It displays the total number only and does not track unique cards or how many traps are on each individual card.

The Deck enters a special animation when going Keyword Deep deep (and there are cards in the deck that utilize the Deep keyword). Furthermore, there are other animations playing on or with the deck, such as LoR Champion Indicator4Maokai's Level Up.

Decking Out[]

When there are no cards left in the deck, it will disappear. This indicates the player will lose the game the next time they try to draw a card, unless they can add more cards to the deck.

Manipulating the deck[]

During the game, the player's (and the opponent's) deck can be interacted with in the following ways:

  • Keyword Draw Drawing: Drawing cards from the player's deck or the opponent's deck (e.g. Keyword Nab Nab), or drawing cards with certain requirements (e.g. LoR Non-Champion Non-Spell Indicator4 "a unit with X power", LoR Non-Champion Non-Spell Indicator4 "a spell with X costs", LoR Spell Non-Slow Indicator3 "a landmark").
  • Generating: Creates cards and shuffles them into a deck. If no other information is present, it targets the player's deck, but it is possible to generate cards in the opponent's deck as well (e.g. LoR Non-Champion Non-Spell Indicator0 Pesky Specter). Can include non-collectible cards or other cards that were not part of the original deck. Changes to a deck in-game don't affect the actual contents of the deck outside of it.
  • Shuffling: Shuffles (or "places") a card from the hand or the board (or even the deck) into the deck. (e.g. LoR Spell Non-Slow Indicator3 Stalking Shadows or LoR Spell Non-Slow Indicator2 Pick a Card).

Deck-Targeted effects[]

Some effects target or refer to cards in the deck, including the following:


References

Advertisement