Last updated on October 18, 2023

Bot Drafting the Hard Way

For those of you who don’t know me, my name is Ryan Saxe and I’ve been writing Limited content for StarCityGames.com for the last three years. This article is a result of my decision to pursue the intersection of my career (Machine Learning Scientist / Data Scientist) and my passion (Magic: the Gathering Draft).

For the last few months, I have been working with Draftsim to create a Magic: the Gathering draft agent. The purpose of this article is to explore the data provided by Draftsim, the architecture of my algorithm, the results for Throne of Eldraine, and how this model can be used to evaluate and understand future draft formats.

Think of this article as a teaser for what’s to come, as in the near future there will be a similar article for my bot’s learnings on Theros Beyond Death! Additionally, if you’re a mathematician, software developer, data scientist, or just curious, you can view the code for the agent on Github.

I am proud to say that my bot drafted a deck that I took to an undefeated record in a Magic Online event. In fact, I believe this is the first case of an MTG AI demonstrating success in a competitive setting. 

There are two main reasons I set out to design this draft bot. First and foremost, I want to demonstrate that this is an approachable task with fruitful and deep areas to explore. While I am unsure how the bots on MTG Arena work, I believe there is a lot of room for improvement, and I wanted to explore what a more dynamic bot would look like.

Secondly, I attempted this task as a motivator to think about the fundamental mathematics that govern decision making in draft, which would be the foundation of my AI. This design is what differentiates my bot from the way others have approached this same problem. Furthermore, this approach creates a much more interpretable algorithm, and allows me to write an article like this one that truly delves into the inner machinations of how this bot makes decisions.

Let’s start with an overview of the data, then take a look at the three priors that I incorporated into my model. Finally, you’ll get to see just how well it performed when I put it all together.

What Does the Data Look Like?

To start this project, Draftsim gave me a file with over 80,000 drafts of Throne of Eldraine completed on their website. That’s well over 3-million data points (picks), and hence plenty of data for a machine learning algorithm. Unfortunately, after inspection of the drafts, about 35,000 were not sufficient (incomplete, duplicate, etc.), leaving approximately 2-million data points. Luckily, this is still sufficiently large data for a machine learning algorithm.

I then randomly split the data — keeping drafts together to avoid leakage — such that I use 80% of the data to train the model, and 20% of the data to test it (I excluded a validation set because I wanted the test set to be sufficiently large and I didn’t employ any hyperparameter tuning. This will likely change in the near future). Each data point consists of the pool of cards the player drafted so far, the pack they selected from, and the card they selected from that pack.

Draftsim ELD drafting

80,000 drafts just like yours on Draftsim helped make this analysis possible

However, this dataset has a significant problem: the environment doesn’t represent the real world. First, drafting on Draftsim is with bots that don’t navigate drafts like people do. Second, there’s neither risk (entry fee) nor incentive (prize pool). And finally, while the average skill-level of users across Draftsim is unknown, the sample size of this dataset is so large that it is unlikely to represent expert-level drafting at a high density.

Hence treating this dataset like a beautiful oracle, and attempting to create a bot that exactly mimics the users would not necessarily generate a sufficient Draft agent. In order to design an algorithm that would not succumb to the pitfalls of the dataset, I attempted to construct it with reasonable priors based on my expert knowledge of Magic: the Gathering draft. Throughout this article I believe I sufficiently demonstrate that I was successful in my endeavor by juxtaposing the tendencies of my bot’s behavior with human behavior from the dataset. 

First Prior: Set of Archetypes

Every single limited format has a set of archetypes predefined by Wizards of the Coast, often correlated with color combinations. Sometimes there’s a novel addition like Clear the Mind in Ravnica Allegiance, but this nuance is less necessary to capture, and creating the architecture to enable an AI to discover archetypal subtleties is out of the scope of this current project. However, I do intend on exploring this in the future.

Instead, I started with an initial exploration of global archetypes:

archcount
UG3133
WR2651
WU2097
G3353
W1582
B1821
UR4016
R1937
RG2830
BR2822
WG3032
WB2442
BG5679
UB3658
U3627

These archetypal labels are computed via K-means clustering for fifteen clusters, because Throne of Eldraine has fifteen unique archetypes. I took all 45,000 drafts, grabbed their final pools, computed the total number of cards per color, and found fifteen clusters that perfectly separate into all color-combinations and mono-colored archetypes.

One thing I found surprising is that the mono-colored archetypes have a smaller slice of the pie than I expected, as I believe Throne of Eldraine rewards those archetypes significantly. I’m proud to demonstrate that this isn’t the case with my bot! I generated 5,000 drafts with eight copies of my bot, and computed the average number of drafters per table for each archetype. The difference between my bot’s distribution of archetypes and the data’s distribution of archetypes is staggering. 

archhuman_expectedbot_expected
UG0.56096687555953450.1972
WR0.47466427931960610.2804
WU0.37547000895255150.2804
G0.60035810205908680.8508
W0.283258728737690261.0732
B0.32605192479856761.1626
UR0.71906893464637420.3934
R0.34682184422560431.0132
RG0.50671441360787830.1764
BR0.50528200537153090.269
WG0.54288272157564910.2404
WB0.437242614145031350.2948
BG1.01683079677708150.4662
UB0.654968666069830.3824
U0.64941808415398380.9526

So, how did I get here? How did the bot deviate so far, and in what I believe is a good and functional manner, from the dataset? And how did clustering play an important role?

When I sit down to draft, I’m not taking cards randomly. Each card I take has some distribution explaining how good it is in each archetype. Merfolk Secretkeeper pulls me much harder to Dimir than it does to Simic. This is why a global pick order falls apart so quickly in draft; the context of colors and archetypal biases in a draft pool has a drastic impact on the prioritization of cards in the following packs.

So, in order to give my model a representation of archetypes to embed this nuance, I chunked the training dataset by the K-means clusters and trained a linear model for each archetype by feeding it only data from Pack 2 Pick 3 onwards for that specific archetype. 

UGWRWUGWBURRRGBRWGWBBGUBU
0The_Great_HengeThe_Circle_of_LoyaltyStolen_by_the_FaeWicked_WolfStonecoil_SerpentRankle_Master_of_PranksIrencrag_PyromancerBonecrusher_GiantBonecrusher_GiantEmbercleaveThe_Great_HengeThe_Circle_of_LoyaltyGarruk_Cursed_HuntsmanRankle_Master_of_PranksStolen_by_the_Fae
1Oko_Thief_of_CrownsBonecrusher_GiantHarmonious_ArchonFeasting_Troll_KingHarmonious_ArchonMurderous_RiderThe_Royal_ScionsEmbercleaveQuesting_BeastMurderous_RiderStonecoil_SerpentMurderous_RiderQuesting_BeastClackbridge_TrollGadwick_the_Wizened
2Questing_BeastEmbercleaveBrazen_BorrowerGarruk_Cursed_HuntsmanGiant_KillerClackbridge_TrollBrazen_BorrowerOpportunistic_DragonEmbercleaveRankle_Master_of_PranksRealm-Cloaked_GiantClackbridge_TrollRankle_Master_of_PranksMurderous_RiderBrazen_Borrower
3Wicked_WolfWorthy_KnightGiant_KillerThe_Great_HengeRealm-Cloaked_GiantPiper_of_the_SwarmOpportunistic_DragonTorbran_Thane_of_Red_FellWicked_WolfBlacklance_ParagonWicked_WolfStonecoil_SerpentMurderous_RiderStonecoil_SerpentStonecoil_Serpent
4Brazen_BorrowerOpportunistic_DragonRealm-Cloaked_GiantGilded_GooseWorthy_KnightGarruk_Cursed_HuntsmanBonecrusher_GiantRobber_of_the_RichOpportunistic_DragonClackbridge_TrollGiant_KillerRealm-Cloaked_GiantClackbridge_TrollStolen_by_the_FaeVantress_Gargoyle
5Feasting_Troll_KingStonecoil_SerpentStonecoil_SerpentLovestruck_BeastThe_Circle_of_LoyaltyStonecoil_SerpentStolen_by_the_FaeSlaying_FireLovestruck_BeastOpportunistic_DragonLovestruck_BeastBlacklance_ParagonThe_Great_HengeBrazen_BorrowerFolio_of_Fancies
6Stonecoil_SerpentAcclaimed_ContenderGadwick_the_WizenedQuesting_BeastSyr_Alin_the_Lion's_ClawBlacklance_ParagonEmbercleaveSundering_StrokeThe_Great_HengeBonecrusher_GiantHarmonious_ArchonOathsworn_KnightWicked_WolfLochmere_SerpentMidnight_Clock
7Garruk_Cursed_HuntsmanOutlaws'_MerrimentThe_Circle_of_LoyaltyYorvo_Lord_of_GarenbrigAcclaimed_ContenderSyr_Konrad_the_GrimStonecoil_SerpentStonecoil_SerpentFeasting_Troll_KingOathsworn_KnightWildborn_PreserverWorthy_KnightFeasting_Troll_KingGadwick_the_WizenedSyr_Elenora_the_Discerning
8Lovestruck_BeastHarmonious_ArchonArcanist's_OwlWildborn_PreserverCharming_PrinceOathsworn_KnightLoch_DragonIrencrag_PyromancerStonecoil_SerpentStonecoil_SerpentFeasting_Troll_KingPiper_of_the_SwarmStonecoil_SerpentPiper_of_the_SwarmHypnotic_Sprite
9Stolen_by_the_FaeInspiring_VeteranVantress_GargoyleOko_Thief_of_CrownsArdenvale_TacticianBake_into_a_PieGadwick_the_WizenedScorching_DragonfireWildborn_PreserverSyr_Konrad_the_GrimQuesting_BeastGiant_KillerGilded_GooseVantress_GargoyleFaerie_Vandal
10Wildborn_PreserverFireborn_KnightMidnight_ClockStonecoil_SerpentArchon_of_AbsolutionAyara_First_of_LocthwainRobber_of_the_RichSyr_Carah_the_BoldGarruk_Cursed_HuntsmanPiper_of_the_SwarmGilded_GooseRankle_Master_of_PranksLovestruck_BeastSyr_Konrad_the_GrimOko_Thief_of_Crowns
11Gilded_GooseSyr_Alin_the_Lion's_ClawGlass_CasketReturn_of_the_WildspeakerLinden_the_Steadfast_QueenEpic_DownfallImprobable_AllianceSearing_BarrageGilded_GooseGarruk_Cursed_HuntsmanGarruk_Cursed_HuntsmanHarmonious_ArchonWildborn_PreserverFolio_of_FanciesFae_of_Wishes
12Gadwick_the_WizenedGiant_KillerCharming_PrinceKeeper_of_FablesGlass_CasketOrder_of_MidnightFaerie_VandalThe_Royal_ScionsRobber_of_the_RichRobber_of_the_RichThe_Circle_of_LoyaltySyr_Konrad_the_GrimPiper_of_the_SwarmEpic_DownfallThe_Royal_Scions
13Yorvo_Lord_of_GarenbrigTorbran_Thane_of_Red_FellArchon_of_AbsolutionBeanstalk_GiantMysterious_PathlighterWitch's_VengeanceSyr_Elenora_the_DiscerningBurning-Yard_TrainerYorvo_Lord_of_GarenbrigSyr_Carah_the_BoldOakhame_RangerOrder_of_MidnightSavvy_HunterBake_into_a_PieCharmed_Sleep
14Return_of_the_WildspeakerRealm-Cloaked_GiantAnimating_FaerieRankle_Master_of_PranksRankle_Master_of_PranksFoulmire_KnightSlaying_FireFervent_ChampionTorbran_Thane_of_Red_FellTorbran_Thane_of_Red_FellYorvo_Lord_of_GarenbrigAcclaimed_ContenderOko_Thief_of_CrownsWitch's_VengeanceLochmere_Serpent
15Midnight_ClockRobber_of_the_RichSyr_Alin_the_Lion's_ClawClackbridge_TrollQuesting_BeastQuesting_BeastTorbran_Thane_of_Red_FellJoustReturn_of_the_WildspeakerEpic_DownfallWandermareEpic_DownfallYorvo_Lord_of_GarenbrigBlacklance_ParagonTurn_into_a_Pumpkin
16Beanstalk_GiantSlaying_FireEmry_Lurker_of_the_LochFierce_WitchstalkerTrapped_in_the_TowerRevenge_of_RavensMad_RatterFireborn_KnightRampart_SmasherStormfist_CrusaderSyr_Alin_the_Lion's_ClawGarruk_Cursed_HuntsmanBake_into_a_PieGarruk_Cursed_HuntsmanAnimating_Faerie
17Keeper_of_FablesSyr_Carah_the_BoldOko_Thief_of_CrownsOakhame_AdversaryCastle_ArdenvaleBog_NaughtyVantress_GargoyleElite_HeadhunterGrumgully_the_GenerousSlaying_FireBeanstalk_GiantSyr_Alin_the_Lion's_ClawSyr_Konrad_the_GrimCovetous_UrgeRankle_Master_of_Pranks
18Vantress_GargoyleSundering_StrokeFae_of_WishesOutmuscleFireborn_KnightReave_SoulSyr_Carah_the_BoldRedcap_MeleeSlaying_FireBake_into_a_PieEdgewall_InnkeeperResolute_RiderEpic_DownfallSyr_Elenora_the_DiscerningGarruk_Cursed_Huntsman
19Maraleaf_PixieGlass_CasketFolio_of_FanciesEdgewall_InnkeeperEmbercleaveOko_Thief_of_CrownsSundering_StrokeThe_Great_HengeKeeper_of_FablesOrder_of_MidnightOko_Thief_of_CrownsBake_into_a_PieDeathless_KnightOrder_of_MidnightTome_Raider
20Thunderous_SnapperFervent_ChampionHypnotic_SpriteOnce_Upon_a_TimeResolute_RiderWicked_WolfScorching_DragonfireRampart_SmasherSundering_StrokeElite_HeadhunterFaeburrow_ElderWintermoor_CommanderReturn_of_the_WildspeakerOathsworn_KnightMerfolk_Secretkeeper
21Syr_Elenora_the_DiscerningArdenvale_TacticianSyr_Elenora_the_DiscerningDeathless_KnightVenerable_KnightThe_Cauldron_of_EternityFolio_of_FanciesLoch_DragonOko_Thief_of_CrownsSundering_StrokeMysterious_PathlighterFoulmire_KnightOathsworn_KnightMidnight_ClockEmry_Lurker_of_the_Loch
22Oakhame_AdversaryScorching_DragonfireShinechaserSyr_Faren_the_HengehammerShepherd_of_the_FlockDeathless_KnightMidnight_ClockGarruk_Cursed_HuntsmanBeanstalk_GiantBelle_of_the_BrawlReturn_of_the_WildspeakerBelle_of_the_BrawlOrder_of_MidnightOko_Thief_of_CrownsLoch_Dragon
23Fae_of_WishesArchon_of_AbsolutionWorthy_KnightMurderous_RiderOakhame_RangerRealm-Cloaked_GiantOko_Thief_of_CrownsEmbereth_ShieldbreakerSyr_Carah_the_BoldSteelclaw_LanceArchon_of_AbsolutionWitch's_VengeanceBog_NaughtyHypnotic_SpriteClackbridge_Troll
24Hypnotic_SpriteGarruk_Cursed_HuntsmanCharmed_SleepEmbercleaveGarruk_Cursed_HuntsmanBelle_of_the_BrawlTurn_into_a_PumpkinRimrock_KnightScorching_DragonfireFoulmire_KnightKeeper_of_FablesCharming_PrinceBeanstalk_GiantRevenge_of_RavensMurderous_Rider
25Fierce_WitchstalkerJoustLinden_the_Steadfast_QueenPiper_of_the_SwarmHushbringerCovetous_UrgeFae_of_WishesOko_Thief_of_CrownsSyr_Faren_the_HengehammerScorching_DragonfireGlass_CasketGlass_CasketWitch's_VengeanceDrown_in_the_LochQuesting_Beast
26Once_Upon_a_TimeFabled_PassageTrapped_in_the_TowerTrail_of_CrumbsYouthful_KnightCastle_LocthwainHypnotic_SpriteQuesting_BeastOutmuscleWitch's_VengeanceCharming_PrinceArchon_of_AbsolutionBlacklance_ParagonReave_SoulCovetous_Urge
27Fabled_PassageCharming_PrinceArdenvale_TacticianRosethorn_AcolyteOutlaws'_MerrimentFeasting_Troll_KingAnimating_FaerieRankle_Master_of_PranksIrencrag_PyromancerFervent_ChampionFierce_WitchstalkerRevenge_of_RavensFierce_WitchstalkerTurn_into_a_PumpkinCastle_Vantress
28Folio_of_FanciesBurning-Yard_TrainerGarruk_Cursed_HuntsmanEpic_DownfallArcanist's_OwlThe_Circle_of_LoyaltyTome_RaiderMad_RatterFierce_WitchstalkerReave_SoulArdenvale_TacticianReave_SoulFoulmire_KnightFae_of_WishesOverwhelmed_Apprentice
29Syr_Faren_the_HengehammerIrencrag_PyromancerFabled_PassageBake_into_a_PieOathsworn_KnightFabled_PassageCharmed_SleepThe_Circle_of_LoyaltyOnce_Upon_a_TimeIrencrag_PyromancerSyr_Faren_the_HengehammerArdenvale_TacticianKeeper_of_FablesAyara_First_of_LocthwainFrogify
30OutmuscleTrapped_in_the_TowerFaerie_VandalSavvy_HunterBrazen_BorrowerResolute_RiderSearing_BarrageCastle_EmberethOakhame_AdversaryRevenge_of_RavensShepherd_of_the_FlockEmbercleaveReave_SoulAnimating_FaerieBonecrusher_Giant
31Faerie_VandalVenerable_KnightAcclaimed_ContenderRampart_SmasherClackbridge_TrollLochmere_SerpentSage_of_the_FallsPiper_of_the_SwarmSearing_BarrageBurning-Yard_TrainerLucky_CloverAyara_First_of_LocthwainRevenge_of_RavensFoulmire_KnightInto_the_Story
32Charmed_SleepLinden_the_Steadfast_QueenTurn_into_a_PumpkinFabled_PassageFaerie_GuidemotherElite_HeadhunterGarruk_Cursed_HuntsmanMurderous_RiderFabled_PassageJoustOakhame_AdversaryQuesting_BeastTrail_of_CrumbsCharmed_SleepEmbercleave
33Animating_FaerieCastle_ArdenvaleMysterious_PathlighterRealm-Cloaked_GiantFlutterfoxBrazen_BorrowerEmry_Lurker_of_the_LochRealm-Cloaked_GiantThe_Royal_ScionsFabled_PassageOutmuscleVenerable_KnightOakhame_AdversaryFaerie_VandalIrencrag_Pyromancer
34Turn_into_a_PumpkinSearing_BarrageCastle_VantressLucky_CloverBonecrusher_GiantWitch's_OvenMerchant_of_the_ValeRaging_RedcapRedcap_MeleeThe_Cauldron_of_EternityTrapped_in_the_TowerTrapped_in_the_TowerAyara_First_of_LocthwainEmry_Lurker_of_the_LochSage_of_the_Falls
35Edgewall_InnkeeperRedcap_MeleeThe_Royal_ScionsSyr_Konrad_the_GrimBlacklance_ParagonSmitten_SwordmasterRedcap_MeleeMerchant_of_the_ValeEdgewall_InnkeeperSmitten_SwordmasterWorthy_KnightSmitten_SwordmasterOutmuscleMerfolk_SecretkeeperArcanist's_Owl
36Lochmere_SerpentEmbereth_ShieldbreakerLucky_CloverCastle_GarenbrigOpportunistic_DragonLovestruck_BeastCastle_VantressBrimstone_TrebuchetRealm-Cloaked_GiantAyara_First_of_LocthwainOnce_Upon_a_TimeMysterious_PathlighterOnce_Upon_a_TimeThe_Cauldron_of_EternityQueen_of_Ice
37Rankle_Master_of_PranksMurderous_RiderMirrormadeGarenbrig_PaladinLovestruck_BeastForeboding_FruitQuesting_BeastSeven_DwarvesFervent_ChampionEmbereth_ShieldbreakerFabled_PassageThe_Cauldron_of_EternitySyr_Faren_the_HengehammerFabled_PassageDidn't_Say_Please
38Rosethorn_AcolyteRankle_Master_of_PranksShepherd_of_the_FlockThunderous_SnapperThe_Great_HengeCauldron_FamiliarFrogifyOathsworn_KnightEscape_to_the_WildsQuesting_BeastAcclaimed_ContenderCastle_ArdenvaleEdgewall_InnkeeperOverwhelmed_ApprenticeRun_Away_Together
39EmbercleaveMysterious_PathlighterEnchanted_CarriageGiant_OpportunitySilverflame_SquireTempting_WitchLochmere_SerpentHeraldic_BannerRankle_Master_of_PranksRedcap_MeleeLinden_the_Steadfast_QueenLinden_the_Steadfast_QueenThe_Cauldron_of_EternityBog_NaughtySo_Tiny
40Tome_RaiderRimrock_KnightTome_RaiderOakhame_RangerMurderous_RiderLost_LegionFabled_PassageClockwork_ServantEmbereth_ShieldbreakerSearing_BarrageRosethorn_AcolyteShepherd_of_the_FlockGiant_OpportunityThe_Royal_ScionsPiper_of_the_Swarm
41Clackbridge_TrollShepherd_of_the_FlockCastle_ArdenvaleCurious_PairRally_for_the_ThroneGilded_GooseQueen_of_IceOgre_ErrantRosethorn_AcolyteOko_Thief_of_CrownsHushbringerCastle_LocthwainLochmere_SerpentCastle_LocthwainMirrormade
42FrogifyYouthful_KnightClockwork_ServantOnce_and_FutureRobber_of_the_RichSavvy_HunterSpinning_WheelBlacklance_ParagonJoustHarmonious_ArchonMurderous_RiderBog_NaughtyBelle_of_the_BrawlTome_RaiderSyr_Konrad_the_Grim
43Emry_Lurker_of_the_LochClackbridge_TrollFrogifyBonecrusher_GiantScalding_CauldronClockwork_ServantOptBrazen_BorrowerRimrock_KnightBog_NaughtyCastle_ArdenvaleOutlaws'_MerrimentWitch's_OvenCastle_VantressWicked_Wolf
44The_Royal_ScionsBrimstone_TrebuchetQuesting_BeastKenrith's_TransformationSundering_StrokeYorvo_Lord_of_GarenbrigInto_the_StoryStormfist_CrusaderCastle_EmberethCastle_LocthwainFaerie_GuidemotherRobber_of_the_RichTempting_WitchQuesting_BeastLucky_Clover
45Trail_of_CrumbsResolute_RiderLochmere_SerpentBrazen_BorrowerLonesome_UnicornLucky_CloverEmbereth_ShieldbreakerThrill_of_PossibilityKenrith's_TransformationRimrock_KnightEmbercleaveFabled_PassageFabled_PassageQueen_of_IceOpportunistic_Dragon
46Giant_OpportunityHeraldic_BannerFlutterfoxHarmonious_ArchonLucky_CloverGiant_KillerMurderous_RiderOutlaws'_MerrimentBurning-Yard_TrainerBrazen_BorrowerSpinning_WheelYouthful_KnightEmbercleaveInto_the_StoryEpic_Downfall
47Lucky_CloverOathsworn_KnightSpinning_WheelBog_NaughtyHeraldic_BannerLocthwain_PaladinRealm-Cloaked_GiantFeasting_Troll_KingCastle_GarenbrigGiant_KillerTrail_of_CrumbsOko_Thief_of_CrownsCastle_LocthwainThe_Great_HengeWitching_Well
48Queen_of_IceThe_Royal_ScionsScalding_CauldronLochmere_SerpentOko_Thief_of_CrownsHeraldic_BannerRun_Away_TogetherClackbridge_TrollOnce_and_FutureThe_Circle_of_LoyaltySilverflame_SquireLucky_CloverRosethorn_AcolyteFrogifyOpt
49Into_the_StoryHushbringerHushbringerFoulmire_KnightEpic_DownfallWildborn_PreserverCastle_EmberethWeaselback_RedcapGarenbrig_PaladinResolute_RiderCurious_PairDoom_ForetoldCurious_PairBelle_of_the_BrawlBake_into_a_Pie
50Once_and_FutureOko_Thief_of_CrownsDance_of_the_ManseBlacklance_ParagonEnchanted_CarriageHarmonious_ArchonWitching_WellBake_into_a_PieLucky_CloverBrimstone_TrebuchetLonesome_UnicornFireborn_KnightKenrith's_TransformationDidn't_Say_PleaseGolden_Egg
51Kenrith's_TransformationBrazen_BorrowerRankle_Master_of_PranksGiant_KillerClockwork_ServantThe_Great_HengeThrill_of_PossibilityOrder_of_MidnightTrail_of_CrumbsFireborn_KnightClackbridge_TrollLost_LegionRealm-Cloaked_GiantSo_TinySlaying_Fire
52Castle_VantressThe_Great_HengeClackbridge_TrollSpinning_WheelPiper_of_the_SwarmRobber_of_the_RichFervent_ChampionEmbereth_PaladinRaging_RedcapHeraldic_BannerGarenbrig_PaladinLochmere_SerpentSpinning_WheelSage_of_the_FallsFabled_Passage
53Castle_GarenbrigRaging_RedcapGolden_EggOathsworn_KnightOutflankBonecrusher_GiantGolden_EggBloodhaze_WolverineMerchant_of_the_ValeThe_Royal_ScionsGarenbrig_CarverBonecrusher_GiantCauldron_FamiliarSpinning_WheelSundering_Stroke
54Bonecrusher_GiantPiper_of_the_SwarmQueen_of_IceOrder_of_MidnightWicked_WolfCauldron's_GiftSo_TinyFabled_PassageFerocity_of_the_WildsOgre_ErrantKenrith's_TransformationSilverflame_SquireSmitten_SwordmasterRun_Away_TogetherClockwork_Servant
55Spinning_WheelQuesting_BeastThe_Great_HengeWitch's_VengeanceFabled_PassageForever_YoungBloodhaze_WolverineRedcap_RaidersSpinning_WheelWorthy_KnightTuinvale_TreefolkEnchanted_CarriageHarmonious_ArchonMirrormadeSpinning_Wheel
56Sage_of_the_FallsCastle_EmberethBonecrusher_GiantWitch's_OvenPrized_GriffinWishclaw_TalismanThe_Magic_MirrorEnchanted_CarriageMurderous_RiderCastle_EmberethOnce_and_FutureHushbringerOnce_and_FutureWitch's_OvenHarmonious_Archon
57Realm-Cloaked_GiantBlacklance_ParagonInto_the_StoryTuinvale_TreefolkWildborn_PreserverEmbercleaveJoustWitch's_VengeanceHarmonious_ArchonRaging_RedcapCastle_GarenbrigWitch's_OvenBrazen_BorrowerLucky_CloverThe_Magic_Mirror
58Murderous_RiderOgre_ErrantHeraldic_BannerThe_Circle_of_LoyaltySpinning_WheelMalevolent_NobleMirrormadeEpic_DownfallEnchanted_CarriageLost_LegionHeraldic_BannerBrazen_BorrowerCastle_GarenbrigEnchanted_CarriageTorbran_Thane_of_Red_Fell
59Enchanted_CarriageEnchanted_CarriageAll_That_GlittersReave_SoulOrder_of_MidnightFierce_WitchstalkerEnchanted_CarriageWildborn_PreserverMad_RatterForeboding_FruitVenerable_KnightTorbran_Thane_of_Red_FellGolden_EggClockwork_ServantImprobable_Alliance
60Merfolk_SecretkeeperFaerie_GuidemotherThe_Magic_MirrorRobber_of_the_RichTorbran_Thane_of_Red_FellGadwick_the_WizenedOverwhelmed_ApprenticeSpinning_WheelHeraldic_BannerRealm-Cloaked_GiantGiant_OpportunityLocthwain_PaladinLucky_CloverTorbran_Thane_of_Red_FellLovestruck_Beast
61Garenbrig_PaladinLucky_CloverSo_TinyGarenbrig_CarverBake_into_a_PieReturn_of_the_WildspeakerMerfolk_SecretkeeperWicked_WolfTuinvale_TreefolkThe_Great_HengeFlutterfoxClockwork_ServantForeboding_FruitTempting_WitchRealm-Cloaked_Giant
62MirrormadeRally_for_the_ThroneSage_of_the_FallsClockwork_ServantInspiring_VeteranSundering_StrokeHeraldic_BannerSyr_Konrad_the_GrimLoch_DragonAcclaimed_ContenderEnchanted_CarriageFaerie_GuidemotherGarenbrig_PaladinForeboding_FruitMystical_Dispute
63Rampart_SmasherTournament_GroundsMurderous_RiderMaraleaf_RiderSyr_Carah_the_BoldOakhame_AdversarySteelgaze_GriffinInspiring_VeteranBrazen_BorrowerMad_RatterOutlaws'_MerrimentScalding_CauldronEnchanted_CarriageGolden_EggHeraldic_Banner
64Clockwork_ServantElite_HeadhunterShambling_SuitAyara_First_of_LocthwainSlaying_FireThe_Royal_ScionsRankle_Master_of_PranksBelle_of_the_BrawlGiant_OpportunityLocthwain_PaladinGolden_EggHeraldic_BannerResolute_RiderWitching_WellThe_Circle_of_Loyalty
65Overwhelmed_ApprenticeSilverflame_SquireEmbercleaveHeraldic_BannerSilverflame_RitualSyr_Faren_the_HengehammerThe_Great_HengeFerocity_of_the_WildsDeathless_KnightDeathless_KnightClockwork_ServantLonesome_UnicornLost_LegionForever_YoungRobber_of_the_Rich
66Run_Away_TogetherOrder_of_MidnightRun_Away_TogetherSundering_StrokeReave_SoulGolden_EggThe_Circle_of_LoyaltySkullknocker_OgrePiper_of_the_SwarmScalding_CauldronBonecrusher_GiantDeathless_KnightOpportunistic_DragonThe_Circle_of_LoyaltyVantress_Paladin
67Heraldic_BannerSpinning_WheelFeasting_Troll_KingFlaxen_IntruderFoulmire_KnightReaper_of_NightUnexplained_VisionGiant_KillerGarenbrig_CarverOutlaws'_MerrimentDeathless_KnightRally_for_the_ThroneBonecrusher_GiantHarmonious_ArchonEnchanted_Carriage
68So_TinyLonesome_UnicornWitching_WellGolden_EggWintermoor_CommanderMidnight_ClockDidn't_Say_PleaseBarge_InOgre_ErrantSpinning_WheelRampart_SmasherSpinning_WheelMalevolent_NobleRealm-Cloaked_GiantMoonlit_Scavengers
69Golden_EggWicked_WolfOverwhelmed_ApprenticeEnchanted_CarriageGilded_GooseOnce_Upon_a_TimeBurning-Yard_TrainerLovestruck_BeastSeven_DwarvesMerchant_of_the_ValeScalding_CauldronForeboding_FruitClockwork_ServantThe_Magic_MirrorGiant_Killer
70Didn't_Say_PleaseScalding_CauldronOutlaws'_MerrimentRevenge_of_RavensArdenvale_PaladinBarrow_WitchesRimrock_KnightAcclaimed_ContenderMaraleaf_RiderLovestruck_BeastYouthful_KnightOutflankWishclaw_TalismanSmitten_SwordmasterDrown_in_the_Loch
71Robber_of_the_RichMerchant_of_the_ValeGilded_GooseThe_Cauldron_of_EternityWitch's_OvenScalding_CauldronClockwork_ServantImprobable_AllianceClackbridge_TrollFeasting_Troll_KingFlaxen_IntruderBarrow_WitchesRampart_SmasherOptSyr_Carah_the_Bold
72Sundering_StrokeOutflankDidn't_Say_PleaseThe_Royal_ScionsSyr_Konrad_the_GrimWicked_GuardianClackbridge_TrollSteelclaw_LanceScalding_CauldronClockwork_ServantRally_for_the_ThroneElite_HeadhunterHeraldic_BannerLost_LegionUnexplained_Vision
73Scalding_CauldronWeaselback_RedcapVenerable_KnightSporecap_SpiderBelle_of_the_BrawlEnchanted_CarriageHarmonious_ArchonHarmonious_ArchonRedcap_RaidersTournament_GroundsWitch's_OvenTournament_GroundsTuinvale_TreefolkScalding_CauldronThe_Great_Henge
74The_Circle_of_LoyaltyRampart_SmasherLovestruck_BeastStolen_by_the_FaeAll_That_GlittersGiant_OpportunityScalding_CauldronClaim_the_FirstbornThunderous_SnapperWitch's_OvenSundering_StrokeOpportunistic_DragonGarenbrig_CarverCauldron_FamiliarBlacklance_Paragon
75Garenbrig_CarverFlutterfoxLoch_DragonOpportunistic_DragonIdyllic_GrangeTrail_of_CrumbsGilded_GooseScalding_CauldronOutlaws'_MerrimentLucky_CloverRankle_Master_of_PranksOakhame_RangerThe_Circle_of_LoyaltyBonecrusher_GiantScalding_Cauldron
76Deathless_KnightBelle_of_the_BrawlTorbran_Thane_of_Red_FellScalding_CauldronWitch's_VengeanceSpinning_WheelFeasting_Troll_KingWitch's_OvenOakhame_RangerWishclaw_TalismanOpportunistic_DragonThe_Great_HengeOakhame_RangerMoonlit_ScavengersOrder_of_Midnight
77Curious_PairStormfist_CrusaderFaerie_GuidemotherIrencrag_PyromancerFeasting_Troll_KingKeeper_of_FablesLucky_CloverLucky_CloverCurious_PairLochmere_SerpentOutflankGilded_GooseReaper_of_NightReaper_of_NightGilded_Goose
78Tuinvale_TreefolkClockwork_ServantMerfolk_SecretkeeperGingerbread_CabinScorching_DragonfireBeanstalk_GiantVantress_PaladinCharming_PrinceGolden_EggWildborn_PreserverStolen_by_the_FaeWishclaw_TalismanMaraleaf_RiderOpportunistic_DragonSteelgaze_Griffin
79OptEmbereth_PaladinYouthful_KnightSorcerer's_BroomKnight_of_the_KeepIrencrag_PyromancerBrimstone_TrebuchetDwarven_MineGiant_KillerWeaselback_RedcapPrized_GriffinThe_Royal_ScionsGiant_KillerFeasting_Troll_KingThunderous_Snapper
80Witching_WellFeasting_Troll_KingUnexplained_VisionCastle_LocthwainThe_Royal_ScionsEdgewall_InnkeeperMoonlit_ScavengersReave_SoulFireborn_KnightForever_YoungPiper_of_the_SwarmSteelclaw_LanceSorcerer's_BroomMalevolent_NobleScorching_Dragonfire
81Oakhame_RangerSteelclaw_LanceRally_for_the_ThroneFaeburrow_ElderYorvo_Lord_of_GarenbrigWitch's_CottageGiant_KillerGadwick_the_WizenedWeaselback_RedcapTempting_WitchGarenbrig_SquireWicked_WolfScalding_CauldronEmbercleaveWildborn_Preserver
82Epic_DownfallWitch's_VengeanceBlacklance_ParagonGarenbrig_SquireThe_Cauldron_of_EternityOutmuscleMystical_DisputeFoulmire_KnightWitch's_OvenBarrow_WitchesMaraleaf_RiderFlutterfoxForever_YoungLoch_DragonMad_Ratter
83Covetous_UrgeGolden_EggPiper_of_the_SwarmFolio_of_FanciesAyara_First_of_LocthwainFestive_FuneralArcanist's_OwlGrumgully_the_GenerousThrill_of_PossibilityEmbereth_PaladinBrazen_BorrowerForever_YoungWicked_GuardianVantress_PaladinReave_Soul
84Giant_KillerFoulmire_KnightSilverflame_SquireTempting_WitchFervent_ChampionVantress_GargoyleCovetous_UrgeVantress_GargoyleClockwork_ServantInspiring_VeteranRobber_of_the_RichCauldron_FamiliarGingerbread_CabinMystical_DisputeWitch's_Vengeance
85The_Magic_MirrorEpic_DownfallWildborn_PreserverInsatiable_AppetiteDoom_ForetoldSlaying_FireThunderous_SnapperGolden_EggWildwood_TrackerEnchanted_CarriageThe_Royal_ScionsInspiring_VeteranThe_Royal_ScionsUnexplained_VisionSearing_Barrage
86Opportunistic_DragonOakhame_RangerWicked_WolfTorbran_Thane_of_Red_FellIrencrag_PyromancerFolio_of_FanciesOutlaws'_MerrimentFlingBrimstone_TrebuchetRampart_SmasherFireborn_KnightFeasting_Troll_KingSporecap_SpiderHeraldic_BannerFoulmire_Knight
87Harmonious_ArchonReave_SoulOptGrumgully_the_GenerousGolden_EggStormfist_CrusaderWicked_WolfFires_of_InventionBloodhaze_WolverineCauldron_FamiliarSporecap_SpiderGolden_EggLocthwain_PaladinWildborn_PreserverOathsworn_Knight
88Witch's_OvenLochmere_SerpentIrencrag_PyromancerWildwood_TrackerSearing_BarrageSorcerer's_BroomOgre_ErrantThe_Cauldron_of_EternityWorthy_KnightGilded_GooseResolute_RiderLovestruck_BeastCovetous_UrgeWicked_GuardianWitch's_Oven
89Piper_of_the_SwarmLoch_DragonThunderous_SnapperGadwick_the_WizenedGadwick_the_WizenedGingerbruteMystic_SanctuaryCrystal_SlipperSkullknocker_OgreThrill_of_PossibilityIrencrag_PyromancerTempting_WitchIrencrag_PyromancerThunderous_SnapperRevenge_of_Ravens
90Moonlit_ScavengersRevenge_of_RavensMoonlit_ScavengersCauldron_FamiliarJoustSyr_Alin_the_Lion's_ClawSeven_DwarvesStolen_by_the_FaeSporecap_SpiderGolden_EggSilverflame_RitualReaper_of_NightFlaxen_IntruderRobber_of_the_RichFeasting_Troll_King
91Oathsworn_KnightMad_RatterWitch's_OvenArchon_of_AbsolutionRedcap_MeleeGiant's_SkewerRaging_RedcapBlow_Your_House_DownBarge_InMalevolent_NobleOrder_of_MidnightMalevolent_NobleRobber_of_the_RichArcanist's_OwlMystic_Sanctuary
92Unexplained_VisionSyr_Konrad_the_GrimOpportunistic_DragonSyr_Alin_the_Lion's_ClawSmitten_SwordmasterEye_CollectorRampart_SmasherGilded_GooseFlaxen_IntruderWintermoor_CommanderThunderous_SnapperStormfist_CrusaderThunderous_SnapperWishclaw_TalismanCorridor_Monitor
93Vantress_PaladinSilverflame_RitualVantress_PaladinFae_of_WishesRighteousnessDrown_in_the_LochMantle_of_TidesLochmere_SerpentStolen_by_the_FaeCovetous_UrgeThe_Cauldron_of_EternityArdenvale_PaladinCauldron's_GiftCauldron's_GiftAyara_First_of_Locthwain
94Loch_DragonPrized_GriffinCovetous_UrgeRosethorn_HalberdShining_ArmorFae_of_WishesWildborn_PreserverTournament_GroundsRosethorn_HalberdWicked_GuardianGadwick_the_WizenedPrized_GriffinWitch's_CottageMystic_SanctuaryMistford_River_Turtle
95Flaxen_IntruderBake_into_a_PieSyr_Konrad_the_GrimMidnight_ClockRevenge_of_RavensOpportunistic_DragonLovestruck_BeastSmitten_SwordmasterThe_Circle_of_LoyaltyLoch_DragonBlacklance_ParagonCauldron's_GiftTorbran_Thane_of_Red_FellSundering_StrokeOnce_Upon_a_Time
96Torbran_Thane_of_Red_FellLovestruck_BeastPrized_GriffinBelle_of_the_BrawlGingerbruteAcclaimed_ContenderRedcap_RaidersIrencrag_FeatElite_HeadhunterReaper_of_NightAll_That_GlittersSlaying_FireFestive_FuneralFestive_FuneralBog_Naughty
97Irencrag_PyromancerSeven_DwarvesOutflankForeboding_FruitFortifying_ProvisionsStolen_by_the_FaeCorridor_MonitorRevenge_of_RavensFires_of_InventionSeven_DwarvesArcanist's_OwlCovetous_UrgeSundering_StrokeResolute_RiderMantle_of_Tides
98Maraleaf_RiderArdenvale_PaladinOakhame_RangerVantress_GargoyleOnce_Upon_a_TimeCastle_GarenbrigSkullknocker_OgreArdenvale_TacticianGarenbrig_SquireStolen_by_the_FaeBake_into_a_PieSilverflame_RitualGiant's_SkewerSteelgaze_GriffinWishful_Merfolk
99Sporecap_SpiderThrill_of_PossibilityLonesome_UnicornWandermareCastle_EmberethRosethorn_AcolytePiper_of_the_SwarmEmry_Lurker_of_the_LochInsatiable_AppetiteRedcap_RaidersFolio_of_FanciesFervent_ChampionElite_HeadhunterGilded_GooseThe_Cauldron_of_Eternity
100Mystical_DisputeYorvo_Lord_of_GarenbrigFireborn_KnightFell_the_PheasantCastle_LocthwainEmry_Lurker_of_the_LochMistford_River_TurtleSyr_Alin_the_Lion's_ClawEpic_DownfallCauldron's_GiftVantress_GargoyleIrencrag_PyromancerGadwick_the_WizenedReturn_of_the_WildspeakerCastle_Ardenvale
101Bake_into_a_PieShining_ArmorOathsworn_KnightMaraleaf_PixieBurning-Yard_TrainerTorbran_Thane_of_Red_FellFires_of_InventionMidnight_ClockLochmere_SerpentGiant's_SkewerOathsworn_KnightArcanist's_OwlBarrow_WitchesLocthwain_PaladinShambling_Suit
102Garenbrig_SquireGadwick_the_WizenedCorridor_MonitorReturn_to_NatureFaeburrow_ElderSyr_Elenora_the_DiscerningWitch's_OvenArchon_of_AbsolutionGingerbread_CabinWicked_WolfFae_of_WishesKnight_of_the_KeepGarenbrig_SquireGiant_KillerCastle_Locthwain
103Syr_Konrad_the_GrimThe_Cauldron_of_EternitySorcerer's_BroomGlass_CasketWandermareWintermoor_CommanderFerocity_of_the_WildsCastle_LocthwainFae_of_WishesSyr_Alin_the_Lion's_ClawTorbran_Thane_of_Red_FellWicked_GuardianMidnight_ClockEye_CollectorRedcap_Melee
104Steelgaze_GriffinStolen_by_the_FaeResolute_RiderTall_as_a_BeanstalkBeloved_PrincessMemory_TheftElite_HeadhunterSyr_Elenora_the_DiscerningThe_Cauldron_of_EternityClaim_the_FirstbornArdenvale_PaladinWitch's_CottageInsatiable_AppetiteLovestruck_BeastMerchant_of_the_Vale
105Arcanist's_OwlKnight_of_the_KeepOnce_Upon_a_TimeTrapped_in_the_TowerFae_of_WishesGlass_CasketWeaselback_RedcapWorthy_KnightSavvy_HunterFestive_FuneralEpic_DownfallSyr_Carah_the_BoldGingerbruteCorridor_MonitorSorcerer's_Broom
106Savvy_HunterBarge_InMystical_DisputeWishclaw_TalismanKeeper_of_FablesKenrith's_TransformationWitch's_VengeanceEscape_to_the_WildsAcclaimed_ContenderYorvo_Lord_of_GarenbrigLochmere_SerpentSundering_StrokeStolen_by_the_FaeIrencrag_PyromancerOutlaws'_Merriment
107Blacklance_ParagonAyara_First_of_LocthwainSteelgaze_GriffinCastle_ArdenvaleJousting_DummySteelclaw_LanceEmbereth_PaladinHushbringerDwarven_MineReturn_of_the_WildspeakerMidnight_ClockGiant's_SkewerWildwood_TrackerDeathless_KnightMaraleaf_Pixie
108Order_of_MidnightWintermoor_CommanderHenge_WalkerEscape_to_the_WildsShambling_SuitDoom_ForetoldFireborn_KnightCastle_ArdenvaleFaeburrow_ElderBarge_InInsatiable_AppetiteYorvo_Lord_of_GarenbrigFae_of_WishesWitch's_CottageBeanstalk_Giant
109Slaying_FireMidnight_ClockReturn_of_the_WildspeakerHypnotic_SpriteTrue_Love's_KissCastle_VantressOathsworn_KnightReturn_of_the_WildspeakerEmbereth_PaladinSkullknocker_OgreWildwood_TrackerReturn_of_the_WildspeakerRosethorn_HalberdMemory_TheftWorthy_Knight
110Gingerbread_CabinReturn_of_the_WildspeakerThe_Cauldron_of_EternityHenge_WalkerEmry_Lurker_of_the_LochGarenbrig_PaladinEpic_DownfallTrapped_in_the_TowerAyara_First_of_LocthwainVantress_GargoyleRosethorn_HalberdShining_ArmorVantress_GargoyleElite_HeadhunterReturn_of_the_Wildspeaker
111Acclaimed_ContenderCastle_LocthwainGingerbruteForever_YoungHenge_WalkerLash_of_ThornsBlacklance_ParagonGingerbruteGingerbruteLash_of_ThornsGingerbread_CabinAll_That_GlittersReturn_to_NatureShambling_SuitArchon_of_Absolution
112Foulmire_KnightFires_of_InventionInquisitive_PuppetLinden_the_Steadfast_QueenBrimstone_TrebuchetHushbringerOnce_Upon_a_TimeVenerable_KnightOathsworn_KnightFolio_of_FanciesRevenge_of_RavensFestive_FuneralFell_the_PheasantMistford_River_TurtleKeeper_of_Fables
113Outlaws'_MerrimentSmitten_SwordmasterSilverflame_RitualWolf's_QuarryCrashing_DrawbridgeProphet_of_the_PeakWishful_MerfolkSyr_Faren_the_HengehammerFlingArchon_of_AbsolutionSorcerer's_BroomGadwick_the_WizenedLash_of_ThornsWishful_MerfolkShinechaser
114Sorcerer's_BroomIdyllic_GrangeAyara_First_of_LocthwainScorching_DragonfireBog_NaughtyScorching_DragonfireBarge_InFaerie_VandalTall_as_a_BeanstalkGlass_CasketGingerbruteSorcerer's_BroomFolio_of_FanciesBarrow_WitchesGlass_Casket
115Faeburrow_ElderJousting_DummyRighteousnessGingerbruteTournament_GroundsHypnotic_SpriteBake_into_a_PieTurn_into_a_PumpkinSyr_Konrad_the_GrimWitch's_CottageSavvy_HunterFolio_of_FanciesTall_as_a_BeanstalkGiant's_SkewerTrapped_in_the_Tower
116Ayara_First_of_LocthwainRighteousnessSorcerous_SpyglassSyr_Carah_the_BoldEmbereth_ShieldbreakerCurious_PairFlingFae_of_WishesBlacklance_ParagonFae_of_WishesIdyllic_GrangeOnce_Upon_a_TimeMemory_TheftWicked_WolfGingerbrute
117Scorching_DragonfireWildborn_PreserverEpic_DownfallAnimating_FaerieDeathless_KnightFaerie_VandalDwarven_MineBog_NaughtyEmry_Lurker_of_the_LochLinden_the_Steadfast_QueenFell_the_PheasantGingerbruteEye_CollectorYorvo_Lord_of_GarenbrigCharming_Prince
118Mistford_River_TurtleCrystal_SlipperSlaying_FireCharming_PrinceLochmere_SerpentOnce_and_FutureWorthy_KnightSorcerer's_BroomClaim_the_FirstbornBloodhaze_WolverineTrue_Love's_KissScorching_DragonfireEmry_Lurker_of_the_LochSorcerer's_BroomSyr_Alin_the_Lion's_Claw
119Rosethorn_HalberdAll_That_GlittersCrashing_DrawbridgeSearing_BarrageBartered_CowOutlaws'_MerrimentSyr_Konrad_the_GrimCastle_GarenbrigFell_the_PheasantFlingRighteousnessStolen_by_the_FaeWorthy_KnightLash_of_ThornsYorvo_Lord_of_Garenbrig
120Reave_SoulArcanist's_OwlMystic_SanctuaryWorthy_KnightShinechaserArchon_of_AbsolutionYorvo_Lord_of_GarenbrigJousting_DummyCrystal_SlipperVenerable_KnightReturn_to_NatureRighteousnessMaraleaf_PixieCharming_PrinceProphet_of_the_Peak
121Witch's_VengeanceClaim_the_FirstbornArdenvale_PaladinReaper_of_NightElite_HeadhunterSpecter's_ShriekShambling_SuitOnce_Upon_a_TimeReturn_to_NatureDoom_ForetoldCastle_LocthwainShambling_SuitGrumgully_the_GenerousSpecter's_ShriekDance_of_the_Manse
122The_Cauldron_of_EternityRedcap_RaidersRevenge_of_RavensResolute_RiderEdgewall_InnkeeperCharming_PrinceClaim_the_FirstbornShambling_SuitBake_into_a_PieJousting_DummySlaying_FireVantress_GargoyleWolf's_QuarryGingerbruteForeboding_Fruit
123Drown_in_the_LochSkullknocker_OgreWishclaw_TalismanSlaying_FireOakhame_AdversaryTurn_into_a_PumpkinCastle_LocthwainHypnotic_SpriteFoulmire_KnightCastle_ArdenvaleBartered_CowJousting_DummyFaeburrow_ElderGlass_CasketEmbereth_Shieldbreaker
124Corridor_MonitorFerocity_of_the_WildsCastle_LocthwainMysterious_PathlighterFolio_of_FanciesArdenvale_TacticianCrystal_SlipperGlass_CasketWishclaw_TalismanFires_of_InventionFortifying_ProvisionsIdyllic_GrangeSyr_Alin_the_Lion's_ClawProphet_of_the_PeakFierce_Witchstalker
125Mystic_SanctuaryGingerbruteShining_ArmorCastle_VantressCovetous_UrgeFervent_ChampionIrencrag_FeatHenge_WalkerCastle_ArdenvaleMidnight_ClockGrumgully_the_GenerousLash_of_ThornsSpecter's_ShriekMantle_of_TidesOakhame_Adversary
126Grumgully_the_GenerousFlingMantle_of_TidesOutlaws'_MerrimentOutmuscleSyr_Carah_the_BoldHushbringerBeanstalk_GiantSyr_Alin_the_Lion's_ClawArdenvale_TacticianKnight_of_the_KeepTrue_Love's_KissProphet_of_the_PeakCrashing_DrawbridgeCrashing_Drawbridge
127Castle_LocthwainWishclaw_TalismanFortifying_ProvisionsShambling_SuitBeanstalk_GiantCastle_EmberethOrder_of_MidnightKeeper_of_FablesCastle_LocthwainDwarven_MineCrashing_DrawbridgeCastle_EmberethCharming_PrinceSavvy_HunterInquisitive_Puppet
128Linden_the_Steadfast_QueenFolio_of_FanciesJousting_DummySmitten_SwordmasterStolen_by_the_FaeHenge_WalkerCharming_PrinceOutmuscleGadwick_the_WizenedFerocity_of_the_WildsTall_as_a_BeanstalkFae_of_WishesShambling_SuitWorthy_KnightBelle_of_the_Brawl
129Wildwood_TrackerOnce_Upon_a_TimeMistford_River_TurtleShepherd_of_the_FlockReturn_of_the_WildspeakerCrashing_DrawbridgeDrown_in_the_LochAnimating_FaerieWolf's_QuarrySorcerer's_BroomBeloved_PrincessFortifying_ProvisionsStormfist_CrusaderHushbringerOutmuscle
130Insatiable_AppetiteWitch's_OvenDoom_ForetoldFervent_ChampionSorcerer's_BroomCharmed_SleepReturn_of_the_WildspeakerAyara_First_of_LocthwainRevenge_of_RavensGingerbruteAyara_First_of_LocthwainWildborn_PreserverDrown_in_the_LochStormfist_CrusaderThrill_of_Possibility
131Revenge_of_RavensBloodhaze_WolverineBake_into_a_PieEmry_Lurker_of_the_LochSyr_Elenora_the_DiscerningTrapped_in_the_TowerLinden_the_Steadfast_QueenCrashing_DrawbridgeMidnight_ClockEmry_Lurker_of_the_LochShambling_SuitSavvy_HunterWandermareAcclaimed_ContenderEdgewall_Innkeeper
132GingerbruteFortifying_ProvisionsWitch's_VengeanceCovetous_UrgeHypnotic_SpriteJousting_DummyGingerbruteTome_RaiderThe_Magic_MirrorOnce_Upon_a_TimeMaraleaf_PixieJoustArchon_of_AbsolutionDance_of_the_ManseFireborn_Knight
133Return_to_NatureDoom_ForetoldLocthwain_GargoyleCharmed_SleepProphet_of_the_PeakLinden_the_Steadfast_QueenCrashing_DrawbridgeYorvo_Lord_of_GarenbrigIrencrag_FeatEye_CollectorJousting_DummyEye_CollectorScorching_DragonfireBeanstalk_GiantForever_Young
134Wishful_MerfolkFae_of_WishesSyr_Carah_the_BoldLost_LegionSyr_Faren_the_HengehammerAnimating_FaerieGrumgully_the_GenerousCharmed_SleepReave_SoulGadwick_the_WizenedProphet_of_the_PeakCrashing_DrawbridgeEscape_to_the_WildsOnce_Upon_a_TimeHenge_Walker
135Archon_of_AbsolutionDwarven_MineDrown_in_the_LochTurn_into_a_PumpkinWishclaw_TalismanGingerbread_CabinStormfist_CrusaderYouthful_KnightCrashing_DrawbridgeCharming_PrinceShining_ArmorSpecter's_ShriekThe_Magic_MirrorHenge_WalkerBrimstone_Trebuchet
136Shambling_SuitCrashing_DrawbridgeProphet_of_the_PeakCrashing_DrawbridgeMerchant_of_the_ValeShambling_SuitRevenge_of_RavensLinden_the_Steadfast_QueenSteelclaw_LanceCrystal_SlipperInquisitive_PuppetSearing_BarrageCrashing_DrawbridgeDoom_ForetoldCastle_Embereth
137Charming_PrinceEmry_Lurker_of_the_LochBeloved_PrincessMalevolent_NobleThe_Magic_MirrorTuinvale_TreefolkReave_SoulWintermoor_CommanderBlow_Your_House_DownTrapped_in_the_TowerWolf's_QuarryCastle_VantressOutlaws'_MerrimentImprobable_AllianceSorcerous_Spyglass
138Wishclaw_TalismanSorcerer's_BroomImprobable_AllianceWicked_GuardianLost_LegionEmbereth_ShieldbreakerAcclaimed_ContenderSage_of_the_FallsShambling_SuitImprobable_AllianceEscape_to_the_WildsMemory_TheftHenge_WalkerOutlaws'_MerrimentSignpost_Scarecrow
139Fell_the_PheasantTrue_Love's_KissTrue_Love's_KissGiant's_SkewerInquisitive_PuppetWorthy_KnightSorcerer's_BroomFierce_WitchstalkerStormfist_CrusaderSpecter's_ShriekHypnotic_SpriteHenge_WalkerInquisitive_PuppetCastle_GarenbrigFervent_Champion
140Tall_as_a_BeanstalkBlow_Your_House_DownIdyllic_GrangeFaerie_VandalVantress_GargoyleInquisitive_PuppetCastle_ArdenvaleLost_LegionVantress_GargoyleBlow_Your_House_DownFervent_ChampionProphet_of_the_PeakGlass_CasketInquisitive_PuppetMysterious_Pathlighter
141Glass_CasketVantress_GargoyleBartered_CowCauldron's_GiftMidnight_ClockMerfolk_SecretkeeperBlow_Your_House_DownMalevolent_NobleImprobable_AllianceMemory_TheftEmry_Lurker_of_the_LochEmbereth_ShieldbreakerSorcerous_SpyglassFervent_ChampionJousting_Dummy
142Prophet_of_the_PeakLost_LegionWishful_MerfolkJoustCastle_VantressThe_Magic_MirrorProphet_of_the_PeakMirrormadeWitch's_VengeanceThe_Magic_MirrorHenge_WalkerBeloved_PrincessSteelclaw_LanceSorcerous_SpyglassKenrith's_Transformation
143Searing_BarrageGilded_GooseSundering_StrokeSyr_Elenora_the_DiscerningOgre_ErrantRampart_SmasherEscape_to_the_WildsProphet_of_the_PeakSorcerer's_BroomSavvy_HunterSorcerous_SpyglassBurning-Yard_TrainerDoom_ForetoldCastle_ArdenvaleSmitten_Swordmaster
144Wolf's_QuarryBartered_CowRampart_SmasherProphet_of_the_PeakLocthwain_GargoyleSporecap_SpiderThe_Cauldron_of_EternityWeapon_RackHenge_WalkerIrencrag_FeatFoulmire_KnightInquisitive_PuppetSlaying_FireJousting_DummyReaper_of_Night
145Escape_to_the_WildsFaeburrow_ElderKnight_of_the_KeepLocthwain_PaladinLocthwain_PaladinMaraleaf_RiderArchon_of_AbsolutionFolio_of_FanciesGlass_CasketHushbringerHappily_Ever_AfterBartered_CowAcclaimed_ContenderLocthwain_GargoyleArdenvale_Tactician
146Improbable_AllianceBeloved_PrincessHappily_Ever_AfterWitch's_CottageHappily_Ever_AfterCastle_ArdenvaleInquisitive_PuppetOptOrder_of_MidnightShambling_SuitWitch's_VengeanceRimrock_KnightSyr_Elenora_the_DiscerningKeeper_of_FablesLost_Legion
147Worthy_KnightImprobable_AllianceYorvo_Lord_of_GarenbrigCastle_EmberethFierce_WitchstalkerShepherd_of_the_FlockSorcerous_SpyglassInquisitive_PuppetBog_NaughtyOakhame_RangerThe_Magic_MirrorSyr_Elenora_the_DiscerningSyr_Carah_the_BoldMaraleaf_PixieHushbringer
148WandermareInquisitive_PuppetOrder_of_MidnightFestive_FuneralCastle_GarenbrigFaeburrow_ElderHenge_WalkerForever_YoungInspiring_VeteranCastle_VantressScorching_DragonfireBrimstone_TrebuchetCastle_ArdenvaleScorching_DragonfireStormfist_Crusader
149Bog_NaughtyHenge_WalkerRedcap_MeleeTome_RaiderSavvy_HunterGarenbrig_CarverResolute_RiderBarrow_WitchesArchon_of_AbsolutionGrumgully_the_GenerousAnimating_FaerieThe_Magic_MirrorFervent_ChampionSignpost_ScarecrowCastle_Garenbrig
150Castle_EmberethWeapon_RackWeapon_RackThe_Magic_MirrorSteelclaw_LanceMysterious_PathlighterDance_of_the_ManseMysterious_PathlighterFaerie_VandalCrashing_DrawbridgeInspiring_VeteranFaeburrow_ElderAnimating_FaerieTrail_of_CrumbsAcclaimed_Contender
151Mantle_of_TidesSyr_Elenora_the_DiscerningFoulmire_KnightRedcap_MeleeForever_YoungRimrock_KnightBeanstalk_GiantOakhame_AdversaryMaraleaf_PixieShepherd_of_the_FlockMirrormadeCastle_GarenbrigSearing_BarrageEdgewall_InnkeeperWishclaw_Talisman
152Mad_RatterHypnotic_SpriteSignpost_ScarecrowFaerie_GuidemotherSorcerous_SpyglassSage_of_the_FallsSteelclaw_LanceFrogifyCastle_VantressHenge_WalkerWeapon_RackWeapon_RackSignpost_ScarecrowOakhame_AdversaryLocthwain_Gargoyle
153Belle_of_the_BrawlShambling_SuitEdgewall_InnkeeperSorcerous_SpyglassTrail_of_CrumbsOverwhelmed_ApprenticeAyara_First_of_LocthwainForeboding_FruitWandermareFierce_WitchstalkerCastle_EmberethSignpost_ScarecrowHypnotic_SpriteSyr_Alin_the_Lion's_ClawBloodhaze_Wolverine
154Syr_Carah_the_BoldThe_Magic_MirrorBeanstalk_GiantInquisitive_PuppetDance_of_the_ManseFrogifyJousting_DummyLocthwain_PaladinInquisitive_PuppetInquisitive_PuppetWishclaw_TalismanDrown_in_the_LochJousting_DummyWeapon_RackOnce_and_Future
155Elite_HeadhunterDeafening_SilenceKeeper_of_FablesSignpost_ScarecrowRimrock_KnightSorcerous_SpyglassSyr_Alin_the_Lion's_ClawCastle_VantressSignpost_ScarecrowYouthful_KnightDoom_ForetoldBeanstalk_GiantLocthwain_GargoyleArchon_of_AbsolutionCauldron_Familiar
156Signpost_ScarecrowSorcerous_SpyglassFaeburrow_ElderAcclaimed_ContenderGiant's_SkewerFlaxen_IntruderBog_NaughtyShepherd_of_the_FlockCharming_PrinceProphet_of_the_PeakSignpost_ScarecrowSorcerous_SpyglassWintermoor_CommanderShinechaserFlutterfox
157HushbringerHappily_Ever_AfterMaraleaf_PixieArdenvale_TacticianAnimating_FaerieTournament_GroundsEdgewall_InnkeeperSignpost_ScarecrowTrapped_in_the_TowerSorcerous_SpyglassSyr_Konrad_the_GrimHypnotic_SpriteHushbringerRedcap_MeleeWeapon_Rack
158Crashing_DrawbridgeIrencrag_FeatDeafening_SilenceBarrow_WitchesDeafening_SilenceOakhame_RangerMaraleaf_PixieResolute_RiderJousting_DummyBeanstalk_GiantStormfist_CrusaderDance_of_the_ManseCastle_EmberethSyr_Carah_the_BoldSavvy_Hunter
159Henge_WalkerProphet_of_the_PeakMad_RatterQueen_of_IceRosethorn_AcolyteQueen_of_IceInspiring_VeteranEdgewall_InnkeeperProphet_of_the_PeakMirrormadeLocthwain_GargoyleEdgewall_InnkeeperCastle_VantressSearing_BarrageShepherd_of_the_Flock
160Inquisitive_PuppetGrumgully_the_GenerousCastle_GarenbrigDoom_ForetoldMirrormadeSo_TinyWeapon_RackSorcerous_SpyglassSyr_Elenora_the_DiscerningFaerie_VandalBog_NaughtyGiant_OpportunityImprobable_AllianceSteelclaw_LanceJoust
161Castle_ArdenvaleBog_NaughtyReave_SoulFireborn_KnightCharmed_SleepWeapon_RackSignpost_ScarecrowDoom_ForetoldLinden_the_Steadfast_QueenWeapon_RackSearing_BarrageSyr_Faren_the_HengehammerLinden_the_Steadfast_QueenMad_RatterTrail_of_Crumbs
162Resolute_RiderCastle_VantressFervent_ChampionJousting_DummyStormfist_CrusaderInspiring_VeteranLocthwain_GargoyleWitching_WellSorcerous_SpyglassEscape_to_the_WildsCastle_VantressRedcap_MeleeMysterious_PathlighterRoving_KeepFestive_Funeral
163Fervent_ChampionSignpost_ScarecrowRoving_KeepFrogifyRampart_SmasherThunderous_SnapperRoving_KeepRighteousnessHushbringerFaeburrow_ElderFaerie_VandalLocthwain_GargoyleShepherd_of_the_FlockSlaying_FireTempting_Witch
164Jousting_DummyDeathless_KnightGiant_OpportunityLocthwain_GargoyleRaging_RedcapSignpost_ScarecrowOutmuscleThe_Magic_MirrorDoom_ForetoldDrown_in_the_LochDance_of_the_ManseHappily_Ever_AfterWeapon_RackOutmuscleBurning-Yard_Trainer
165ShinechaserCastle_GarenbrigScorching_DragonfireEmbereth_ShieldbreakerWitch's_CottageSearing_BarrageArdenvale_TacticianWicked_GuardianMirrormadeSyr_Elenora_the_DiscerningSyr_Elenora_the_DiscerningMirrormadeTrapped_in_the_TowerShepherd_of_the_FlockRimrock_Knight
166Sorcerous_SpyglassEdgewall_InnkeeperSyr_Faren_the_HengehammerMad_RatterFaerie_VandalInto_the_StoryFaeburrow_ElderInto_the_StoryDrown_in_the_LochKeeper_of_FablesReave_SoulShinechaserRoving_KeepTrapped_in_the_TowerElite_Headhunter
167Syr_Alin_the_Lion's_ClawForeboding_FruitWandermareOverwhelmed_ApprenticeSignpost_ScarecrowTome_RaiderBelle_of_the_BrawlDidn't_Say_PleaseArcanist's_OwlHypnotic_SpriteShinechaserOakhame_AdversaryDance_of_the_ManseFaeburrow_ElderFaeburrow_Elder
168Fires_of_InventionEscape_to_the_WildsSavvy_HunterSage_of_the_FallsTurn_into_a_PumpkinLocthwain_GargoyleOakhame_AdversaryFaerie_GuidemotherWeapon_RackRoving_KeepTurn_into_a_PumpkinDeafening_SilenceFires_of_InventionSyr_Faren_the_HengehammerGiant's_Skewer
169Trapped_in_the_TowerWandermareJoustWeapon_RackRoving_KeepWitching_WellShinechaserReaper_of_NightAnimating_FaerieSyr_Faren_the_HengehammerWintermoor_CommanderEmry_Lurker_of_the_LochFrogifyFierce_WitchstalkerCauldron's_Gift
170Weapon_RackForever_YoungOakhame_AdversaryMerchant_of_the_ValeBarrow_WitchesRosethorn_HalberdKeeper_of_FablesSpecter's_ShriekMysterious_PathlighterMysterious_PathlighterBelle_of_the_BrawlFierce_WitchstalkerMirrormadeWintermoor_CommanderRosethorn_Acolyte
171Forever_YoungLocthwain_PaladinCastle_EmberethFlutterfoxTempting_WitchDidn't_Say_PleaseTrail_of_CrumbsTempting_WitchFolio_of_FanciesEdgewall_InnkeeperDeafening_SilenceWandermareTournament_GroundsOakhame_RangerWicked_Guardian
172Mysterious_PathlighterMirrormadeBurning-Yard_TrainerStormfist_CrusaderGiant_OpportunityFires_of_InventionTournament_GroundsRosethorn_AcolyteBelle_of_the_BrawlCastle_GarenbrigEmbereth_ShieldbreakerAnimating_FaerieMad_RatterGrumgully_the_GenerousFires_of_Invention
173Roving_KeepDance_of_the_ManseDeathless_KnightMerfolk_SecretkeeperCurious_PairImprobable_AllianceWishclaw_TalismanTrail_of_CrumbsSage_of_the_FallsOutmuscleSyr_Carah_the_BoldWeaselback_RedcapFaerie_VandalCastle_EmberethWitch's_Cottage
174Foreboding_FruitBarrow_WitchesTournament_GroundsSilverflame_SquireEmbereth_PaladinRedcap_MeleeGlass_CasketOverwhelmed_ApprenticeCovetous_UrgeSignpost_ScarecrowImprobable_AllianceOutmuscleJoustKenrith's_TransformationDoom_Foretold
175Smitten_SwordmasterLocthwain_GargoyleFlaxen_IntruderLash_of_ThornsTome_RaiderVenerable_KnightDoom_ForetoldRun_Away_TogetherHypnotic_SpriteWandermareJoustMad_RatterHappily_Ever_AfterTournament_GroundsFerocity_of_the_Wilds
176Cauldron_FamiliarGiant_OpportunitySteelclaw_LanceDance_of_the_ManseReaper_of_NightBurning-Yard_TrainerDeathless_KnightLonesome_UnicornTurn_into_a_PumpkinLocthwain_GargoyleRoving_KeepMidnight_ClockTurn_into_a_PumpkinLinden_the_Steadfast_QueenRoving_Keep
177Locthwain_GargoyleShinechaserEscape_to_the_WildsRimrock_KnightLoch_DragonJoustFierce_WitchstalkerQueen_of_IceLocthwain_GargoyleOakhame_AdversaryDrown_in_the_LochGrumgully_the_GenerousInspiring_VeteranEscape_to_the_WildsGarenbrig_Paladin
178Dance_of_the_ManseOakhame_AdversaryInspiring_VeteranLonesome_UnicornFrogifyBrimstone_TrebuchetGiant_OpportunityFaeburrow_ElderTournament_GroundsDance_of_the_ManseMerfolk_SecretkeeperRaging_RedcapMystical_DisputeInspiring_VeteranSteelclaw_Lance
179Shepherd_of_the_FlockTurn_into_a_PumpkinStormfist_CrusaderHushbringerCauldron's_GiftEscape_to_the_WildsMysterious_PathlighterRoving_KeepArdenvale_TacticianFaerie_GuidemotherSteelclaw_LanceRoving_KeepFaerie_GuidemotherGiant_OpportunityFaerie_Guidemother
180Ardenvale_TacticianRoving_KeepGrumgully_the_GenerousMirrormadeWeapon_RackOptFoulmire_KnightLocthwain_GargoyleTempting_WitchLonesome_UnicornRedcap_MeleeEmbereth_PaladinMerfolk_SecretkeeperRosethorn_AcolyteMemory_Theft
181JoustCauldron_FamiliarKenrith's_TransformationArcanist's_OwlWeaselback_RedcapGarenbrig_SquireForever_YoungGiant's_SkewerWintermoor_CommanderAll_That_GlittersTournament_GroundsKenrith's_TransformationInto_the_StoryFlaxen_IntruderGrumgully_the_Generous
182Tempting_WitchBeanstalk_GiantWintermoor_CommanderSo_TinyMalevolent_NobleMad_RatterSavvy_HunterKenrith's_TransformationRoving_KeepAnimating_FaerieSmitten_SwordmasterSage_of_the_FallsMoonlit_ScavengersEmbereth_ShieldbreakerRaging_Redcap
183Stormfist_CrusaderMaraleaf_PixieFires_of_InventionRun_Away_TogetherInto_the_StoryMaraleaf_PixieTrapped_in_the_TowerDeathless_KnightShinechaserSage_of_the_FallsMad_RatterFires_of_InventionIrencrag_FeatJoustSyr_Faren_the_Hengehammer
184Merchant_of_the_ValeCauldron's_GiftTrail_of_CrumbsBurning-Yard_TrainerCrystal_SlipperInsatiable_AppetiteCastle_GarenbrigMystical_DisputeFrogifyArdenvale_PaladinMerchant_of_the_ValeKeeper_of_FablesCharmed_SleepIrencrag_FeatEye_Collector
185Steelclaw_LanceTempting_WitchFierce_WitchstalkerYouthful_KnightForeboding_FruitThrill_of_PossibilityWandermareThunderous_SnapperVenerable_KnightHappily_Ever_AfterFires_of_InventionOgre_ErrantFireborn_KnightWandermareAll_That_Glitters
186Redcap_MeleeSavvy_HunterEmbereth_ShieldbreakerRoving_KeepEscape_to_the_WildsMoonlit_ScavengersSmitten_SwordmasterOutflankMystical_DisputeThunderous_SnapperBrimstone_TrebuchetGarenbrig_PaladinArdenvale_TacticianVenerable_KnightWintermoor_Commander
187Giant's_SkewerDrown_in_the_LochSearing_BarrageImprobable_AllianceTuinvale_TreefolkFell_the_PheasantKenrith's_TransformationSilverflame_RitualTome_RaiderOnce_and_FutureGiant's_SkewerFrogifyQueen_of_IceHappily_Ever_AfterClaim_the_Firstborn
188Doom_ForetoldFaerie_VandalSmitten_SwordmasterWitching_WellWicked_GuardianGrumgully_the_GenerousOnce_and_FutureCurious_PairQueen_of_IceRighteousnessSage_of_the_FallsMaraleaf_PixieEmbereth_ShieldbreakerFires_of_InventionSporecap_Spider
189Wintermoor_CommanderGiant's_SkewerBog_NaughtyDrown_in_the_LochCauldron_FamiliarReturn_to_NatureRighteousnessDance_of_the_ManseSmitten_SwordmasterGiant_OpportunityInto_the_StoryOnce_and_FutureWitching_WellRighteousnessEscape_to_the_Wilds
190Irencrag_FeatQueen_of_IceBelle_of_the_BrawlMystical_DisputeFlaxen_IntruderIrencrag_FeatCauldron_FamiliarWishclaw_TalismanShepherd_of_the_FlockRally_for_the_ThroneRimrock_KnightFlaxen_IntruderTome_RaiderGarenbrig_PaladinSpecter's_Shriek
191Faerie_GuidemotherSage_of_the_FallsOutmuscleTournament_GroundsMad_RatterRoving_KeepOakhame_RangerSo_TinyCharmed_SleepMystical_DisputeRun_Away_TogetherEscape_to_the_WildsVenerable_KnightMerchant_of_the_ValeWandermare
192Venerable_KnightFlaxen_IntruderGiant's_SkewerMemory_TheftQueen_of_IceTall_as_a_BeanstalkRally_for_the_ThroneGiant_OpportunityDance_of_the_ManseTrail_of_CrumbsCauldron_FamiliarTurn_into_a_PumpkinDidn't_Say_PleaseOnce_and_FutureInspiring_Veteran
193Cauldron's_GiftKeeper_of_FablesRimrock_KnightUnexplained_VisionOnce_and_FutureMirrormadeSyr_Faren_the_HengehammerFlutterfoxGiant's_SkewerMaraleaf_PixieCharmed_SleepSkullknocker_OgreBrimstone_TrebuchetGingerbread_CabinCurious_Pair
194Embereth_ShieldbreakerWitch's_CottageMerchant_of_the_ValeInto_the_StoryImprobable_AllianceAll_That_GlittersFlaxen_IntruderAll_That_GlittersHappily_Ever_AfterOutflankReaper_of_NightInto_the_StorySage_of_the_FallsFaerie_GuidemotherMalevolent_Noble
195Reaper_of_NightKenrith's_TransformationCauldron_FamiliarElite_HeadhunterGarenbrig_PaladinFireborn_KnightVenerable_KnightDrown_in_the_LochForever_YoungTurn_into_a_PumpkinTome_RaiderTrail_of_CrumbsAll_That_GlittersReturn_to_NatureCrystal_Slipper
196Burning-Yard_TrainerFestive_FuneralForever_YoungFerocity_of_the_WildsKenrith's_TransformationWolf's_QuarryForeboding_FruitSavvy_HunterMerfolk_SecretkeeperKnight_of_the_KeepQueen_of_IceMerfolk_SecretkeeperOverwhelmed_ApprenticeArdenvale_TacticianGiant_Opportunity
197Fireborn_KnightFierce_WitchstalkerTuinvale_TreefolkVenerable_KnightMaraleaf_RiderWildwood_TrackerWintermoor_CommanderCauldron_FamiliarRun_Away_TogetherFrogifyTempting_WitchQueen_of_IceShinechaserTuinvale_TreefolkSkullknocker_Ogre
198All_That_GlittersInto_the_StoryBrimstone_TrebuchetRighteousnessMerfolk_SecretkeeperYouthful_KnightRosethorn_AcolyteFestive_FuneralReaper_of_NightGarenbrig_PaladinFrogifyMerchant_of_the_ValeUnexplained_VisionGarenbrig_CarverFling
199Tournament_GroundsMalevolent_NobleOnce_and_FutureSpecter's_ShriekMaraleaf_PixieRun_Away_TogetherGiant's_SkewerGarenbrig_PaladinCauldron_FamiliarSilverflame_SquireCovetous_UrgeIrencrag_FeatRimrock_KnightRally_for_the_ThroneOgre_Errant
200Lost_LegionGarenbrig_PaladinWitch's_CottageBrimstone_TrebuchetGarenbrig_CarverMystical_DisputeShepherd_of_the_FlockFlaxen_IntruderOverwhelmed_ApprenticeShining_ArmorMoonlit_ScavengersFaerie_VandalArcanist's_OwlMysterious_PathlighterTuinvale_Treefolk
201Wicked_GuardianRosethorn_AcolyteFerocity_of_the_WildsShinechaserVantress_PaladinSilverflame_SquireReaper_of_NightShinechaserWitch's_CottageKenrith's_TransformationForeboding_FruitFerocity_of_the_WildsSkullknocker_OgreAll_That_GlittersIrencrag_Feat
202Malevolent_NobleLash_of_ThornsGarenbrig_PaladinIdyllic_GrangeIrencrag_FeatWandermareGarenbrig_PaladinCauldron's_GiftFaerie_GuidemotherCharmed_SleepLost_LegionRosethorn_AcolyteSo_TinyBrimstone_TrebuchetRampart_Smasher
203Rimrock_KnightReaper_of_NightRosethorn_AcolyteBloodhaze_WolverineRun_Away_TogetherShinechaserCauldron's_GiftWitch's_CottageSpecter's_ShriekCurious_PairBurning-Yard_TrainerCharmed_SleepRun_Away_TogetherDeafening_SilenceSeven_Dwarves
204RighteousnessTrail_of_CrumbsCurious_PairOutflankWitching_WellDance_of_the_ManseHappily_Ever_AfterOnce_and_FutureAll_That_GlittersShinechaserDidn't_Say_PleaseWitching_WellMystic_SanctuaryThrill_of_PossibilityFlaxen_Intruder
205Witch's_CottageSyr_Faren_the_HengehammerIrencrag_FeatWintermoor_CommanderFires_of_InventionRaging_RedcapCurious_PairKnight_of_the_KeepWitching_WellPrized_GriffinVantress_PaladinImprobable_AllianceRedcap_MeleeRimrock_KnightGarenbrig_Carver
206Memory_TheftEye_CollectorReaper_of_NightMoonlit_ScavengersClaim_the_FirstbornMystic_SanctuaryAll_That_GlittersMantle_of_TidesResolute_RiderOverwhelmed_ApprenticeMystical_DisputeClaim_the_FirstbornClaim_the_FirstbornSilverflame_SquireVenerable_Knight
207Rally_for_the_ThroneMystical_DisputeLost_LegionIrencrag_FeatOverwhelmed_ApprenticeFaerie_GuidemotherTuinvale_TreefolkShining_ArmorFlutterfoxTuinvale_TreefolkLocthwain_PaladinOverwhelmed_ApprenticeLonesome_UnicornFerocity_of_the_WildsDeathless_Knight
208Happily_Ever_AfterAnimating_FaerieReturn_to_NatureHappily_Ever_AfterGarenbrig_SquireRally_for_the_ThroneFaerie_GuidemotherGarenbrig_CarverForeboding_FruitWitching_WellOptDidn't_Say_PleaseYouthful_KnightFlutterfoxHappily_Ever_After
209Lonesome_UnicornFrogifyClaim_the_FirstbornSteelclaw_LanceBarge_InOgre_ErrantTempting_WitchSteelgaze_GriffinLonesome_UnicornRosethorn_AcolyteForever_YoungRedcap_RaidersOutflankOutflankRedcap_Raiders
210Inspiring_VeteranSpecter's_ShriekCauldron's_GiftEye_CollectorFlingMerchant_of_the_ValeFestive_FuneralMystic_SanctuaryInto_the_StorySilverflame_RitualCauldron's_GiftFlingDeafening_SilenceBurning-Yard_TrainerDwarven_Mine
211Locthwain_PaladinCharmed_SleepLash_of_ThornsLoch_DragonFestive_FuneralFlutterfoxPrized_GriffinSilverflame_SquireRighteousnessFlutterfoxClaim_the_FirstbornMystical_DisputeSilverflame_SquireCurious_PairLash_of_Thorns
212Thrill_of_PossibilityOutmuscleSkullknocker_OgreThrill_of_PossibilitySage_of_the_FallsVantress_PaladinDeafening_SilenceWandermareSilverflame_RitualFlaxen_IntruderRaging_RedcapCrystal_SlipperOptPrized_GriffinLocthwain_Paladin
213Specter's_ShriekVantress_PaladinCrystal_SlipperOptThrill_of_PossibilityHappily_Ever_AfterLonesome_UnicornMaraleaf_PixieSilverflame_SquireTrue_Love's_KissUnexplained_VisionOptMerchant_of_the_ValeSeven_DwarvesBarge_In
214Ferocity_of_the_WildsGingerbread_CabinSporecap_SpiderFires_of_InventionRedcap_RaidersSteelgaze_GriffinWicked_GuardianTuinvale_TreefolkFestive_FuneralIdyllic_GrangeSkullknocker_OgreThrill_of_PossibilityRighteousnessRaging_RedcapGingerbread_Cabin
215Claim_the_FirstbornOverwhelmed_ApprenticeWicked_GuardianPrized_GriffinBlow_Your_House_DownShining_ArmorSpecter's_ShriekLash_of_ThornsWishful_MerfolkDeafening_SilenceMalevolent_NobleSeven_DwarvesThrill_of_PossibilityIdyllic_GrangeMaraleaf_Rider
216Skullknocker_OgreSo_TinyMemory_TheftRaging_RedcapMemory_TheftClaim_the_FirstbornLost_LegionIdyllic_GrangeCauldron's_GiftGarenbrig_CarverWeaselback_RedcapTome_RaiderWishful_MerfolkArdenvale_PaladinWeaselback_Redcap
217Deafening_SilenceRun_Away_TogetherTall_as_a_BeanstalkAll_That_GlittersLash_of_ThornsUnexplained_VisionReturn_to_NatureMoonlit_ScavengersUnexplained_VisionRun_Away_TogetherIrencrag_FeatDwarven_MineCorridor_MonitorSkullknocker_OgreLonesome_Unicorn
218Festive_FuneralMerfolk_SecretkeeperMalevolent_NobleRally_for_the_ThroneEye_CollectorRighteousnessGarenbrig_CarverMaraleaf_RiderOptTome_RaiderOverwhelmed_ApprenticeCurious_PairPrized_GriffinFell_the_PheasantBarrow_Witches
219Beloved_PrincessCurious_PairForeboding_FruitRedcap_RaidersGrumgully_the_GenerousDeafening_SilenceArdenvale_PaladinRally_for_the_ThroneEye_CollectorVantress_PaladinLash_of_ThornsFell_the_PheasantVantress_PaladinTall_as_a_BeanstalkDeafening_Silence
220Ogre_ErrantGarenbrig_SquireRosethorn_HalberdArdenvale_PaladinSpecter's_ShriekLonesome_UnicornSporecap_SpiderRosethorn_HalberdDeafening_SilenceOptWitching_WellMystic_SanctuaryRaging_RedcapMaraleaf_RiderIdyllic_Grange
221Barrow_WitchesRosethorn_HalberdEmbereth_PaladinDidn't_Say_PleaseMystical_DisputeCorridor_MonitorBartered_CowMemory_TheftVantress_PaladinDidn't_Say_PleaseMistford_River_TurtleInsatiable_AppetiteFlutterfoxFortifying_ProvisionsReturn_to_Nature
222Brimstone_TrebuchetMemory_TheftFestive_FuneralMystic_SanctuarySo_TinyArdenvale_PaladinWitch's_CottageArdenvale_PaladinWicked_GuardianMerfolk_SecretkeeperWitch's_CottageTuinvale_TreefolkRally_for_the_ThroneSporecap_SpiderEmbereth_Paladin
223OutflankTuinvale_TreefolkSpecter's_ShriekSilverflame_RitualOptPrized_GriffinOutflankEye_CollectorLost_LegionQueen_of_IceWicked_GuardianMaraleaf_RiderLoch_DragonCrystal_SlipperRosethorn_Halberd
224Idyllic_GrangeFell_the_PheasantGarenbrig_CarverVantress_PaladinBloodhaze_WolverineEmbereth_PaladinFlutterfoxMerfolk_SecretkeeperOutflankCorridor_MonitorBloodhaze_WolverineRun_Away_TogetherTrue_Love's_KissLonesome_UnicornSilverflame_Squire
225True_Love's_KissDidn't_Say_PleaseTempting_WitchCorridor_MonitorRosethorn_HalberdWeaselback_RedcapMalevolent_NobleUnexplained_VisionLocthwain_PaladinSo_TinyCorridor_MonitorSo_TinyBlow_Your_House_DownOgre_ErrantResolute_Rider
226Silverflame_SquireOptBarge_InWishful_MerfolkDwarven_MineOutflankShining_ArmorTrue_Love's_KissBeloved_PrincessMaraleaf_RiderDwarven_MineBarge_InShining_ArmorClaim_the_FirstbornRighteousness
227FlingReturn_to_NatureThrill_of_PossibilityClaim_the_FirstbornFell_the_PheasantSkullknocker_OgreMaraleaf_RiderHappily_Ever_AfterMystic_SanctuarySteelgaze_GriffinSpecter's_ShriekRosethorn_HalberdBurning-Yard_TrainerBeloved_PrincessTournament_Grounds
228Lash_of_ThornsMystic_SanctuaryFlingOgre_ErrantMystic_SanctuaryBartered_CowWolf's_QuarryPrized_GriffinSo_TinyMystic_SanctuarySeven_DwarvesReturn_to_NatureMistford_River_TurtleTrue_Love's_KissOutflank
229Youthful_KnightTome_RaiderRaging_RedcapTrue_Love's_KissSeven_DwarvesRedcap_RaidersYouthful_KnightCorridor_MonitorTrue_Love's_KissFell_the_PheasantWishful_MerfolkGarenbrig_CarverFlingRosethorn_HalberdTrue_Love's_Kiss
230Raging_RedcapWitching_WellMaraleaf_RiderInspiring_VeteranSporecap_SpiderFerocity_of_the_WildsEye_CollectorSporecap_SpiderMalevolent_NobleBeloved_PrincessMemory_TheftMistford_River_TurtleSeven_DwarvesBlow_Your_House_DownShining_Armor
231FlutterfoxMistford_River_TurtleFell_the_PheasantKnight_of_the_KeepGingerbread_CabinTrue_Love's_KissBeloved_PrincessBartered_CowMoonlit_ScavengersFortifying_ProvisionsBlow_Your_House_DownBlow_Your_House_DownIdyllic_GrangeGarenbrig_SquireBlow_Your_House_Down
232Eye_CollectorMaraleaf_RiderWeaselback_RedcapSteelgaze_GriffinMoonlit_ScavengersSilverflame_RitualMemory_TheftGingerbread_CabinMistford_River_TurtleBartered_CowFestive_FuneralVantress_PaladinFerocity_of_the_WildsSilverflame_RitualOakhame_Ranger
233Blow_Your_House_DownGarenbrig_CarverWildwood_TrackerDeafening_SilenceDrown_in_the_LochSeven_DwarvesLocthwain_PaladinVantress_PaladinPrized_GriffinInto_the_StoryMystic_SanctuarySteelgaze_GriffinSteelgaze_GriffinBloodhaze_WolverineFell_the_Pheasant
234Bartered_CowUnexplained_VisionSeven_DwarvesMistford_River_TurtleCorridor_MonitorFortifying_ProvisionsGingerbread_CabinInsatiable_AppetiteIdyllic_GrangeUnexplained_VisionMantle_of_TidesWishful_MerfolkArdenvale_PaladinWolf's_QuarryPrized_Griffin
235Embereth_PaladinCorridor_MonitorWolf's_QuarryCrystal_SlipperFerocity_of_the_WildsMantle_of_TidesSilverflame_SquireFell_the_PheasantArdenvale_PaladinWolf's_QuarryFlingCorridor_MonitorBartered_CowWeaselback_RedcapFortifying_Provisions
236Knight_of_the_KeepOnce_and_FutureGingerbread_CabinBarge_InDidn't_Say_PleaseBlow_Your_House_DownTrue_Love's_KissReturn_to_NatureLash_of_ThornsRosethorn_HalberdEmbereth_PaladinBloodhaze_WolverineCrystal_SlipperKnight_of_the_KeepArdenvale_Paladin
237Barge_InMoonlit_ScavengersGarenbrig_SquireFortifying_ProvisionsReturn_to_NatureWishful_MerfolkFortifying_ProvisionsWildwood_TrackerBarrow_WitchesTall_as_a_BeanstalkEye_CollectorMoonlit_ScavengersOgre_ErrantEmbereth_PaladinTall_as_a_Beanstalk
238Crystal_SlipperWicked_GuardianInsatiable_AppetiteEmbereth_PaladinInsatiable_AppetiteBloodhaze_WolverineSilverflame_RitualDeafening_SilenceBartered_CowMoonlit_ScavengersSteelgaze_GriffinWildwood_TrackerWeaselback_RedcapInsatiable_AppetiteBeloved_Princess
239Bloodhaze_WolverineSteelgaze_GriffinLocthwain_PaladinWeaselback_RedcapWishful_MerfolkKnight_of_the_KeepLash_of_ThornsWishful_MerfolkSteelgaze_GriffinInsatiable_AppetiteFerocity_of_the_WildsGarenbrig_SquireKnight_of_the_KeepWildwood_TrackerGarenbrig_Squire
240Ardenvale_PaladinWolf's_QuarryOgre_ErrantBlow_Your_House_DownSkullknocker_OgreBeloved_PrincessFell_the_PheasantFortifying_ProvisionsMemory_TheftMantle_of_TidesOgre_ErrantTall_as_a_BeanstalkRedcap_RaidersShining_ArmorKnight_of_the_Keep
241Seven_DwarvesInsatiable_AppetiteEye_CollectorBeloved_PrincessMistford_River_TurtleDwarven_MineRosethorn_HalberdMistford_River_TurtleCorridor_MonitorWildwood_TrackerCrystal_SlipperUnexplained_VisionEmbereth_PaladinFlingSilverflame_Ritual
242Prized_GriffinMantle_of_TidesBarrow_WitchesSeven_DwarvesWolf's_QuarryFlingGarenbrig_SquireWolf's_QuarryShining_ArmorReturn_to_NatureBarrow_WitchesWolf's_QuarryFortifying_ProvisionsBartered_CowYouthful_Knight
243Redcap_RaidersWildwood_TrackerBlow_Your_House_DownBartered_CowWildwood_TrackerMistford_River_TurtleIdyllic_GrangeBeloved_PrincessDidn't_Say_PleaseGingerbread_CabinSo_TinyGingerbread_CabinBeloved_PrincessYouthful_KnightLinden_the_Steadfast_Queen
244Shining_ArmorTall_as_a_BeanstalkRedcap_RaidersShining_ArmorUnexplained_VisionIdyllic_GrangeInsatiable_AppetiteTall_as_a_BeanstalkYouthful_KnightSporecap_SpiderThrill_of_PossibilityMantle_of_TidesBloodhaze_WolverineBarge_InInsatiable_Appetite
245Dwarven_MineWishful_MerfolkRobber_of_the_RichSkullknocker_OgreTall_as_a_BeanstalkBarge_InTall_as_a_BeanstalkGarenbrig_SquireKnight_of_the_KeepMistford_River_TurtleRedcap_RaidersSporecap_SpiderSilverflame_RitualDwarven_MineWolf's_Quarry
246Fortifying_ProvisionsSporecap_SpiderBloodhaze_WolverineFlingMantle_of_TidesCrystal_SlipperWildwood_TrackerOakhame_RangerFortifying_ProvisionsWishful_MerfolkBarge_InThunderous_SnapperMantle_of_TidesRedcap_RaidersBartered_Cow
247Weaselback_RedcapCovetous_UrgeDwarven_MineMantle_of_TidesSteelgaze_GriffinArcanist's_OwlBarrow_WitchesArcanist's_OwlMantle_of_TidesGarenbrig_SquireLoch_DragonLoch_DragonDwarven_MineFireborn_KnightWildwood_Tracker
248Silverflame_RitualThunderous_SnapperElite_HeadhunterDwarven_MineThunderous_SnapperLoch_DragonKnight_of_the_KeepCovetous_UrgeRally_for_the_ThroneArcanist's_OwlElite_HeadhunterRampart_SmasherBarge_InRampart_SmasherRally_for_the_Throne

Second Prior: Bias to an Archetype Given a Draft Pool

What’s the math that governs how a person navigates a Draft? The value of cards in your current draft pool has a large impact on what the correct pick is in future packs. For example, even though Scorching Dragonfire is a better card than Outmuscle, if there are five green cards in a draft pool and zero red cards, Outmuscle is the correct pick.

Outmuscle

Because of this, I believe that the bias towards an archetype is a function of archetypal card quality related to the draft pool. This means that draft decisions are not made by the general card quality in the pool by color, but rather by considering the total value a draft pool would provide to any specific archetype

Let D be a draft pool, and let Ca be the value of card C in archetype a. Then the corresponding bias βa to archetype a for draft pool D is:

Bias towards an archetype

This bias is used to update the value of the cards in the pack that the bot is going to draft from according to the current draft pool. The proper pick out of any pack is the card with the highest value given the draft pool. Hence, in a format with n archetypes, the correct card C to pick out of pack P is:

Score for best pick


Overcoming Bad Human Behavior

The introduction of this bias tells the bot to stick to its archetype in a formal and structured way. At Pack 3 Pick 1, the bias towards the proper archetype will be large enough that it should fight improper drafting where a player takes an enticing card, often a rare, that they can’t really cast.

Notice that this fact isn’t hard-coded into the bot, but rather an emergent phenomenon that it learns as a consequence of the math. Furthermore, it appears that the bot behaves better than humans in this case! In the test set, approximately only 80% of picks by humans are in the proper archetype for Pack 3 Pick 1. However, the bot takes cards in the proper archetype 91% of the time at Pack 3 Pick 1 in the same test set, which is a substantial improvement.

Believe it or not, people actually raredraft on draft simulators!

Deriving the Defining Cards for Each Archetype

Furthermore, this math incentivizes the model to learn deviations in the value of cards that correspond to their archetypes. This means that the model can learn inflated values for gold cards within their archetypes, but assign them generic values low enough such that they aren’t picked until the bias to that color combination is high enough.

For example, Wandermare might be great and have a high power level in a WG adventure deck, but just like a human drafter would, the bot hedges and doesn't speculate on the Wandermare until the bias is sufficiently high.

This is a type of nuance that a generic pick order can never represent, but can easily be aggregated into a pick order for early picks! Below are the generic, unbiased, value of cards for the entire set — also known as the pick order for my bot at Pack 1 Pick 1, which achieved 70% accuracy (matching human picks) on the test set.

learned_order
0Garruk_Cursed_Huntsman
1Oko_Thief_of_Crowns
2The_Great_Henge
3Harmonious_Archon
4Stonecoil_Serpent
5Rankle_Master_of_Pranks
6Clackbridge_Troll
7Murderous_Rider
8Realm-Cloaked_Giant
9Questing_Beast
10The_Circle_of_Loyalty
11Wicked_Wolf
12Embercleave
13Feasting_Troll_King
14Brazen_Borrower
15Opportunistic_Dragon
16Bonecrusher_Giant
17Lochmere_Serpent
18Gilded_Goose
19Irencrag_Pyromancer
20Lovestruck_Beast
21Giant_Killer
22Wildborn_Preserver
23The_Royal_Scions
24Torbran_Thane_of_Red_Fell
25Stolen_by_the_Fae
26Piper_of_the_Swarm
27Gadwick_the_Wizened
28Outlaws'_Merriment
29Robber_of_the_Rich
30Worthy_Knight
31Yorvo_Lord_of_Garenbrig
32Blacklance_Paragon
33Oathsworn_Knight
34Folio_of_Fancies
35Syr_Konrad_the_Grim
36Epic_Downfall
37Sundering_Stroke
38Bake_into_a_Pie
39Acclaimed_Contender
40Return_of_the_Wildspeaker
41Revenge_of_Ravens
42Order_of_Midnight
43Witch's_Vengeance
44Ayara_First_of_Locthwain
45Vantress_Gargoyle
46Syr_Carah_the_Bold
47Lucky_Clover
48Slaying_Fire
49Syr_Alin_the_Lion's_Claw
50Keeper_of_Fables
51Midnight_Clock
52Syr_Elenora_the_Discerning
53Fae_of_Wishes
54Edgewall_Innkeeper
55Bog_Naughty
56Arcanist's_Owl
57Fabled_Passage
58Archon_of_Absolution
59Faerie_Vandal
60The_Cauldron_of_Eternity
61Beanstalk_Giant
62Foulmire_Knight
63Emry_Lurker_of_the_Loch
64Once_Upon_a_Time
65Reave_Soul
66Savvy_Hunter
67Hypnotic_Sprite
68Linden_the_Steadfast_Queen
69Scorching_Dragonfire
70Glass_Casket
71Rampart_Smasher
72Deathless_Knight
73Loch_Dragon
74Fierce_Witchstalker
75Animating_Faerie
76Charming_Prince
77Improbable_Alliance
78Syr_Faren_the_Hengehammer
79Fervent_Champion
80Belle_of_the_Brawl
81Resolute_Rider
82Outmuscle
83Fireborn_Knight
84Turn_into_a_Pumpkin
85Faeburrow_Elder
86Oakhame_Ranger
87Witch's_Oven
88Mad_Ratter
89Castle_Ardenvale
90Trail_of_Crumbs
91Grumgully_the_Generous
92Oakhame_Adversary
93Ardenvale_Tactician
94Castle_Locthwain
95Clockwork_Servant
96Mysterious_Pathlighter
97Castle_Vantress
98Heraldic_Banner
99Inspiring_Veteran
100Enchanted_Carriage
101Charmed_Sleep
102Trapped_in_the_Tower
103Stormfist_Crusader
104Elite_Headhunter
105Covetous_Urge
106Searing_Barrage
107Thunderous_Snapper
108Maraleaf_Pixie
109Merfolk_Secretkeeper
110Joust
111Cauldron_Familiar
112Spinning_Wheel
113Mirrormade
114Burning-Yard_Trainer
115Steelclaw_Lance
116Sage_of_the_Falls
117Hushbringer
118The_Magic_Mirror
119Tome_Raider
120Redcap_Melee
121Wintermoor_Commander
122Drown_in_the_Loch
123Shepherd_of_the_Flock
124Wandermare
125Castle_Embereth
126Golden_Egg
127Scalding_Cauldron
128Castle_Garenbrig
129Rosethorn_Acolyte
130Overwhelmed_Apprentice
131Giant_Opportunity
132Into_the_Story
133Garenbrig_Paladin
134Frogify
135Embereth_Shieldbreaker
136Smitten_Swordmaster
137Kenrith's_Transformation
138Queen_of_Ice
139Run_Away_Together
140Once_and_Future
141Escape_to_the_Wilds
142Venerable_Knight
143Didn't_Say_Please
144Lost_Legion
145Dance_of_the_Manse
146Tempting_Witch
147Merchant_of_the_Vale
148Doom_Foretold
149Foreboding_Fruit
150Youthful_Knight
151Rimrock_Knight
152Curious_Pair
153So_Tiny
154Witching_Well
155Brimstone_Trebuchet
156Wishclaw_Talisman
157Shinechaser
158Opt
159Raging_Redcap
160Faerie_Guidemother
161Flutterfox
162Fires_of_Invention
163Tuinvale_Treefolk
164Reaper_of_Night
165Sorcerer's_Broom
166Forever_Young
167Garenbrig_Carver
168Rally_for_the_Throne
169Locthwain_Paladin
170Seven_Dwarves
171Silverflame_Squire
172Gingerbrute
173Shambling_Suit
174Cauldron's_Gift
175Ogre_Errant
176Unexplained_Vision
177Lonesome_Unicorn
178Flaxen_Intruder
179Tournament_Grounds
180All_That_Glitters
181Thrill_of_Possibility
182Mystical_Dispute
183Moonlit_Scavengers
184Malevolent_Noble
185Maraleaf_Rider
186Ferocity_of_the_Wilds
187Vantress_Paladin
188Steelgaze_Griffin
189Sporecap_Spider
190Wicked_Guardian
191Giant's_Skewer
192Prized_Griffin
193Barrow_Witches
194Festive_Funeral
195Redcap_Raiders
196Outflank
197Bloodhaze_Wolverine
198Weaselback_Redcap
199Skullknocker_Ogre
200Sorcerous_Spyglass
201Garenbrig_Squire
202Embereth_Paladin
203Mystic_Sanctuary
204Wildwood_Tracker
205Crashing_Drawbridge
206Eye_Collector
207Henge_Walker
208Gingerbread_Cabin
209Rosethorn_Halberd
210Silverflame_Ritual
211Claim_the_Firstborn
212Irencrag_Feat
213Witch's_Cottage
214Corridor_Monitor
215Inquisitive_Puppet
216Insatiable_Appetite
217Righteousness
218Jousting_Dummy
219Prophet_of_the_Peak
220Barge_In
221Ardenvale_Paladin
222Memory_Theft
223Mantle_of_Tides
224Lash_of_Thorns
225Mistford_River_Turtle
226Return_to_Nature
227Fell_the_Pheasant
228Fling
229Specter's_Shriek
230Crystal_Slipper
231Shining_Armor
232Wishful_Merfolk
233Knight_of_the_Keep
234Happily_Ever_After
235Idyllic_Grange
236Tall_as_a_Beanstalk
237Dwarven_Mine
238Wolf's_Quarry
239Weapon_Rack
240Locthwain_Gargoyle
241Fortifying_Provisions
242Signpost_Scarecrow
243Blow_Your_House_Down
244True_Love's_Kiss
245Beloved_Princess
246Roving_Keep
247Bartered_Cow
248Deafening_Silence

This pick order is actually different than the one that would correspond to the sum of the archetypal pick orders described in the previous section. This is because I used the earlier matrix just to initialize my bots “understanding” of archetypes. And I allowed the model to update those values in order to satisfy the math I just described.

Additionally, given that the values I used to initialize the model have an embedded representation of archetype and color, the gradients that correspond to these weights — the math that governs how to update/learn the value of cards in this system — are unlikely to maneuver these values in a manner that fundamentally shifts the archetypal vector (e.g. the Izzet vector will not represent aspects of Golgari, however it is possible for smaller deviations where the Mono-Red archetype represents aspects of Izzet). So, according to this methodology, what does the model learn? 

Defining archetypal cards 1

Merfolk Secretkeeper is in the top five cards in the set for Dimir and Mono-Blue according to this archetypal representation. But It’s not a top five card in the set for those archetypes because of rares and efficient uncommons. What these lists above effectively represent are the cards with the largest delta from that archetype to the other archetypes. This is because this feature is used to compute pull towards archetype.

Merfolk Secretkeeper doesn’t create much of a bias towards Simic, but it certainly gets me thinking about Mono-Blue and Dimir. 

Merfolk Secretkeeper

Intuitively, the model learned what I call archetypal inflation. Look at the Selesnya section of the above table. Selesnya has the best adventure rare first, followed by the three uncommon adventure payoffs, and lastly the worst of the hybrid uncommons.

First off, why are any of these represented more than Lucky Clover (which is a couple more slots down, but not far behind)? It’s because Lucky Clover is solid in enough other places that it doesn’t need as incredible of an inflation factor for Selesnya. Wandermare, Mysterious Pathlighter, and Oakhame Ranger all are quite good in Selesnya and mediocre to unplayable elsewhere.

By definition, this means they should create a specific pull towards Selesnya. And Edgewall Innkeeper is incredibly high here because, while it does pull towards green in general — as can be seen by being in the top five for mono-green as well — it creates the largest pull to white as a secondary color thanks to the density of adventure cards.

But these results don't just represent the obvious synergies like adventure for Selesnya or draw-two for Izzet. The best rares will jump to the top. For example Garruk, Cursed Huntsman, Embercleave, and Oko, Thief of Crowns surface because their value has to be so high. 

Defining archetypal cards 2

And, as I expected, it learned to largely inflate the value of gold cards in their respective archetypes like Shinechaser and Steelclaw Lance. It’s also why hybrid cards like Arcanist's Owl, Fireborn Knight, and Elite Headhunter are close to the top in all of their corresponding latent vectors.

And it’s also why Henge Walker is all the way at the top for mono-white. Mono-white has artifact synergies with Arcanist’s Owl and Flutterfox, but it also has a huge gap in the three-drop slot. The only good common three-drop for white is Ardenvale Tactician, and that card is taken so highly that it’s impossible to guarantee even one copy. And neither Knight of the Keep nor Lonesome Unicorn are particularly good cards. Hence, Henge Walker is likely largely inflated in mono-white because it plays an important role there while also being a colorless card that needs reasonable representation. 

Inspecting this aspect of my bot is what I’m most excited for in future formats. Henge Walker at the top of mono-white raises an eyebrow, but actually makes a lot of sense upon inspection. Furthermore, note that mono-white is the only mono-colored archetype to contain multiple hybrid cards. This isn’t random. The specific incentive for mono-white is a density of uncommon hybrid cards, where other mono-colored archetypes have other incentives. Delving into the latent archetypal representations of Theros Beyond Death may reveal similar subtleties. 

However, not all of these representations are as good. Cauldron Familiar at the top of mono-black is concerning. I believe this is because the math I implemented says nothing explicit about synergy. The algorithm can learn an archetypal representation of synergy, but it can’t easily represent smaller synergy pockets like Cauldron Familiar and Witch's Oven.

Given that the Oven is not too far behind in this vector, I imagine that the algorithm learned to represent them both very highly in mono black, and let black bias increase their value. Unfortunately, this yields some odd cases of overfitting: where the algorithm learns exploitations of the dataset it’s trained on rather than the fundamentals in the game. I use techniques like regularization to try and fight overfitting, but I also intend to add synergy logic in the future to handle this case. 

Defining archetypal cards 3

Just for completion, this is the last part of the top five learned archetypal weights. There is a clear problem with mono-red. It’s a lot more representative of Izzet than it likely should be. And I’m not entirely sure why this is the case.

My best guess is that in order to reprioritize the proper red card draw synergies (e.g. with multiple copies of Mad Ratter, Merchant of the Vale becomes an extremely high pick even if the deck is not Izzet), they all got additional representation in mono-red to enable that flexibility when navigating a draft. Importantly, this doesn’t mean that mono red is actually drafted like Izzet. Here is a draft log from the bot, where it drafted a pretty phenomenal mono-red deck that clearly demonstrates the ability to differentiate mono-red from base-red Izzet.

Below is the full learned matrix if you want to drill further down than just the top five picks per archetype. Notice that it isn't perfect, and there are clear erroneous cases sprinkled throughout such as Seven Dwarves being represented highly in Dimir. These cases happen due to the complexity of the problem, and I intend to explore how to prevent them. However, this still demonstrates a reasonable abstract representation of archetypes, and I don't believe undermines the interpretability of the algorithm.

UGWRWUGWBURRRGBRWGWBBGUBU
0Oko_Thief_of_CrownsFireborn_KnightArcanist's_OwlGarruk_Cursed_HuntsmanHenge_WalkerGarruk_Cursed_HuntsmanIrencrag_PyromancerSeven_DwarvesRampart_SmasherStormfist_CrusaderRealm-Cloaked_GiantWorthy_KnightGarruk_Cursed_HuntsmanLochmere_SerpentMerfolk_Secretkeeper
1Thunderous_SnapperInspiring_VeteranDance_of_the_ManseOko_Thief_of_CrownsThe_Circle_of_LoyaltyRankle_Master_of_PranksLoch_DragonIrencrag_PyromancerGrumgully_the_GenerousElite_HeadhunterEdgewall_InnkeeperThe_Circle_of_LoyaltySavvy_HunterDrown_in_the_LochFolio_of_Fancies
2Maraleaf_PixieOutlaws'_MerrimentShinechaserWicked_WolfOakhame_RangerCauldron_FamiliarThe_Royal_ScionsImprobable_AllianceTorbran_Thane_of_Red_FellSteelclaw_LanceWandermareResolute_RiderFeasting_Troll_KingCovetous_UrgeDidn't_Say_Please
3The_Great_HengeEmbercleaveMirrormadeEdgewall_InnkeeperResolute_RiderAyara_First_of_LocthwainMad_RatterMad_RatterEscape_to_the_WildsMurderous_RiderMysterious_PathlighterWintermoor_CommanderWicked_WolfRankle_Master_of_PranksRun_Away_Together
4Yorvo_Lord_of_GarenbrigThe_Circle_of_LoyaltyEmry_Lurker_of_the_LochWildborn_PreserverArcanist's_OwlDeathless_KnightImprobable_AllianceThe_Royal_ScionsQuesting_BeastOathsworn_KnightOakhame_RangerAcclaimed_ContenderDeathless_KnightMerfolk_SecretkeeperSo_Tiny
5Questing_BeastWorthy_KnightAll_That_GlittersRampart_SmasherRealm-Cloaked_GiantMurderous_RiderArcanist's_OwlThrill_of_PossibilityYorvo_Lord_of_GarenbrigEmbercleaveGiant_KillerHarmonious_ArchonClackbridge_TrollMurderous_RiderStolen_by_the_Fae
6Gadwick_the_WizenedTorbran_Thane_of_Red_FellHushbringerLovestruck_BeastHarmonious_ArchonEye_CollectorFaerie_VandalBlow_Your_House_DownOpportunistic_DragonFervent_ChampionHarmonious_ArchonOathsworn_KnightGilded_GooseVantress_GargoyleRedcap_Melee
7Wicked_WolfAcclaimed_ContenderThe_Magic_MirrorBeanstalk_GiantFireborn_KnightClackbridge_TrollOpportunistic_DragonBloodhaze_WolverineReturn_of_the_WildspeakerBlacklance_ParagonLucky_CloverBlacklance_ParagonBog_NaughtySeven_DwarvesCharmed_Sleep
8Stolen_by_the_FaeBurning-Yard_TrainerShambling_SuitThe_Great_HengeWorthy_KnightGingerbruteStolen_by_the_FaeInspiring_VeteranThe_Great_HengeTorbran_Thane_of_Red_FellFaeburrow_ElderGiant_KillerTrail_of_CrumbsFolio_of_FanciesOverwhelmed_Apprentice
9Feasting_Troll_KingBonecrusher_GiantLinden_the_Steadfast_QueenKeeper_of_FablesJousting_DummySyr_Konrad_the_GrimEmbercleaveFlingBonecrusher_GiantPiper_of_the_SwarmThe_Great_HengeClackbridge_TrollThe_Great_HengeSyr_Konrad_the_GrimTurn_into_a_Pumpkin
10Wildborn_PreserverArcanist's_OwlHappily_Ever_AfterOutmuscleLinden_the_Steadfast_QueenBog_NaughtyGadwick_the_WizenedMerchant_of_the_ValeWildborn_PreserverRankle_Master_of_PranksLovestruck_BeastMurderous_RiderQuesting_BeastEmry_Lurker_of_the_LochVantress_Gargoyle
11Brazen_BorrowerOpportunistic_DragonHarmonious_ArchonFeasting_Troll_KingAcclaimed_ContenderWitch's_OvenBrazen_BorrowerEmbercleaveFerocity_of_the_WildsIrencrag_PyromancerShepherd_of_the_FlockRealm-Cloaked_GiantPiper_of_the_SwarmOverwhelmed_ApprenticeInto_the_Story
12Lovestruck_BeastFervent_ChampionCastle_VantressOakhame_AdversarySyr_Alin_the_Lion's_ClawTempting_WitchBonecrusher_GiantClaim_the_FirstbornEmbercleaveWishclaw_TalismanFaerie_GuidemotherPiper_of_the_SwarmGiant_OpportunityRevenge_of_RavensGadwick_the_Wizened
13Gilded_GooseJoustCharming_PrinceFierce_WitchstalkerCrashing_DrawbridgeSavvy_HunterTorbran_Thane_of_Red_FellBarge_InFeasting_Troll_KingWitch's_VengeanceArdenvale_TacticianArchon_of_AbsolutionRankle_Master_of_PranksPiper_of_the_SwarmMidnight_Clock
14Return_of_the_WildspeakerSyr_Alin_the_Lion's_ClawWishclaw_TalismanQuesting_BeastScalding_CauldronGiant's_SkewerSlaying_FireCrystal_SlipperRobber_of_the_RichAyara_First_of_LocthwainSilverflame_SquireSyr_Alin_the_Lion's_ClawTempting_WitchClackbridge_TrollIrencrag_Pyromancer
15Syr_Faren_the_HengehammerSyr_Carah_the_BoldSorcerous_SpyglassThunderous_SnapperArdenvale_TacticianElite_HeadhunterSyr_Elenora_the_DiscerningTournament_GroundsWicked_WolfSundering_StrokeOutlaws'_MerrimentRankle_Master_of_PranksLovestruck_BeastAyara_First_of_LocthwainGolden_Egg
16Folio_of_FanciesRedcap_MeleeDoom_ForetoldGilded_GooseSignpost_ScarecrowRevenge_of_RavensSyr_Carah_the_BoldEmbereth_PaladinLovestruck_BeastRobber_of_the_RichArchon_of_AbsolutionLinden_the_Steadfast_QueenBake_into_a_PieBrazen_BorrowerScalding_Cauldron
17Once_Upon_a_TimeSlaying_FireGiant_KillerMaraleaf_PixieYouthful_KnightBake_into_a_PieScorching_DragonfireWeaselback_RedcapRedcap_RaidersOrder_of_MidnightSyr_Alin_the_Lion's_ClawEpic_DownfallWitch's_OvenStolen_by_the_FaeMystic_Sanctuary
18Hypnotic_SpriteGlass_CasketRealm-Cloaked_GiantAnimating_FaerieLonesome_UnicornLash_of_ThornsSundering_StrokeRaging_RedcapKeeper_of_FablesBurning-Yard_TrainerLonesome_UnicornOrder_of_MidnightMurderous_RiderBake_into_a_PieMoonlit_Scavengers
19Syr_Elenora_the_DiscerningArdenvale_TacticianCastle_ArdenvaleTrail_of_CrumbsClockwork_ServantOathsworn_KnightRobber_of_the_RichSyr_Carah_the_BoldGilded_GooseBonecrusher_GiantCharming_PrinceBelle_of_the_BrawlWitch's_VengeanceFae_of_WishesLucky_Clover
20Keeper_of_FablesSteelclaw_LanceDeafening_SilenceSyr_Faren_the_HengehammerIdyllic_GrangeFoulmire_KnightTome_RaiderRimrock_KnightCastle_EmberethOpportunistic_DragonBeanstalk_GiantSyr_Konrad_the_GrimThe_Cauldron_of_EternityMidnight_ClockScorching_Dragonfire
21Worthy_KnightGiant_KillerGadwick_the_WizenedYorvo_Lord_of_GarenbrigSilverflame_RitualGiant_OpportunityMerchant_of_the_ValeScorching_DragonfireSkullknocker_OgreBelle_of_the_BrawlThe_Circle_of_LoyaltyVenerable_KnightCauldron_FamiliarWitch's_VengeanceHypnotic_Sprite
22Vantress_GargoyleRampart_SmasherBrazen_BorrowerDeathless_KnightPrized_GriffinWildwood_TrackerAnimating_FaerieSlaying_FireWildwood_TrackerSmitten_SwordmasterWildborn_PreserverDoom_ForetoldLochmere_SerpentDidn't_Say_PleaseWitching_Well
23Fae_of_WishesTrapped_in_the_TowerRighteousnessOrder_of_MidnightArdenvale_PaladinOrder_of_MidnightCharmed_SleepStormfist_CrusaderSeven_DwarvesGarruk_Cursed_HuntsmanYorvo_Lord_of_GarenbrigBake_into_a_PieOnce_Upon_a_TimeGadwick_the_WizenedSyr_Elenora_the_Discerning
24Oakhame_AdversaryScorching_DragonfireInquisitive_PuppetCurious_PairProphet_of_the_PeakPiper_of_the_SwarmSage_of_the_FallsWolf's_QuarryCastle_GarenbrigCastle_EmberethGilded_GooseReave_SoulOutlaws'_MerrimentEpic_DownfallMad_Ratter
25Tome_RaiderBrimstone_TrebuchetFae_of_WishesStonecoil_SerpentLocthwain_GargoyleResolute_RiderSearing_BarrageEmbereth_ShieldbreakerOnce_Upon_a_TimeFires_of_InventionGarenbrig_CarverYouthful_KnightWildborn_PreserverThe_Cauldron_of_EternitySlaying_Fire
26Beanstalk_GiantRimrock_KnightVantress_GargoyleGarenbrig_SquireMysterious_PathlighterMerfolk_SecretkeeperTurn_into_a_PumpkinOpportunistic_DragonSundering_StrokeCastle_LocthwainQuesting_BeastTrapped_in_the_TowerFierce_WitchstalkerReave_SoulSearing_Barrage
27Midnight_ClockRobber_of_the_RichFaeburrow_ElderGarenbrig_CarverBrimstone_TrebuchetBlacklance_ParagonBloodhaze_WolverineOgre_ErrantFires_of_InventionEmbereth_ShieldbreakerTrapped_in_the_TowerWitch's_VengeanceCastle_LocthwainHypnotic_SpriteUnexplained_Vision
28Charmed_SleepEmbereth_ShieldbreakerAnimating_FaerieRosethorn_AcolyteHeraldic_BannerSmitten_SwordmasterCovetous_UrgeLash_of_ThornsFaeburrow_ElderDoom_ForetoldRosethorn_AcolyteGlass_CasketSorcerer's_BroomSo_TinyTome_Raider
29Overwhelmed_ApprenticeSundering_StrokeIrencrag_FeatShinechaserTrapped_in_the_TowerEpic_DownfallRedcap_MeleeDwarven_MineIrencrag_FeatSyr_Konrad_the_GrimWicked_WolfRevenge_of_RavensYorvo_Lord_of_GarenbrigFrogifyDrown_in_the_Loch
30Faerie_VandalRealm-Cloaked_GiantMidnight_ClockBog_NaughtyWandermareForeboding_FruitHypnotic_SpriteSteelclaw_LanceSyr_Faren_the_HengehammerJoustFeasting_Troll_KingRally_for_the_ThroneEpic_DownfallReaper_of_NightLoch_Dragon
31Queen_of_IceHarmonious_ArchonSorcerer's_BroomEpic_DownfallFlutterfoxLocthwain_PaladinHarmonious_ArchonIrencrag_FeatRosethorn_HalberdFoulmire_KnightFlaxen_IntruderLochmere_SerpentSyr_Konrad_the_GrimQueen_of_IceSage_of_the_Falls
32Fierce_WitchstalkerArchon_of_AbsolutionStolen_by_the_FaeSorcerer's_BroomKnight_of_the_KeepLost_LegionElite_HeadhunterBrimstone_TrebuchetSlaying_FireClackbridge_TrollGlass_CasketFoulmire_KnightOko_Thief_of_CrownsFoulmire_KnightOpt
33Turn_into_a_PumpkinFlutterfoxFolio_of_FanciesOnce_and_FutureFaerie_GuidemotherForever_YoungMidnight_ClockFervent_ChampionThe_Magic_MirrorThe_Cauldron_of_EternityTuinvale_TreefolkCastle_ArdenvaleWishclaw_TalismanCastle_LocthwainQueen_of_Ice
34FrogifyVenerable_KnightMystical_DisputeReturn_of_the_WildspeakerGlass_CasketOverwhelmed_ApprenticeRampart_SmasherMantle_of_TidesFervent_ChampionSyr_Carah_the_BoldCastle_ArdenvaleCharming_PrinceAyara_First_of_LocthwainBlacklance_ParagonBonecrusher_Giant
35Castle_VantressRaging_RedcapFires_of_InventionTuinvale_TreefolkGiant_KillerMalevolent_NobleEmry_Lurker_of_the_LochInsatiable_AppetiteOakhame_AdversaryTournament_GroundsCurious_PairAyara_First_of_LocthwainOutmuscleEye_CollectorFaerie_Vandal
36OutmuscleOko_Thief_of_CrownsRally_for_the_ThroneGarenbrig_PaladinOutflankRosethorn_HalberdThrill_of_PossibilityCastle_EmberethKenrith's_TransformationIrencrag_FeatGarenbrig_SquireSmitten_SwordmasterReave_SoulInto_the_StoryArcanist's_Owl
37Vantress_PaladinStormfist_CrusaderFrogifyScalding_CauldronArchon_of_AbsolutionWicked_WolfVantress_GargoyleRedcap_RaidersRaging_RedcapFabled_PassageKeeper_of_FablesArdenvale_TacticianBeanstalk_GiantVantress_PaladinMystical_Dispute
38Garenbrig_PaladinOgre_ErrantBeloved_PrincessLucky_CloverSilverflame_SquireCurious_PairSteelgaze_GriffinFerocity_of_the_WildsLinden_the_Steadfast_QueenEscape_to_the_WildsLinden_the_Steadfast_QueenDrown_in_the_LochRevenge_of_RavensCharmed_SleepAnimating_Faerie
39Loch_DragonElite_HeadhunterFortifying_ProvisionsShambling_SuitVenerable_KnightFeasting_Troll_KingRealm-Cloaked_GiantFires_of_InventionBarge_InThe_Royal_ScionsHushbringerHushbringerReturn_of_the_WildspeakerLucky_CloverSignpost_Scarecrow
40Castle_GarenbrigSeven_DwarvesMaraleaf_PixieKenrith's_TransformationWeapon_RackBelle_of_the_BrawlFae_of_WishesLoch_DragonGarenbrig_PaladinEpic_DownfallOakhame_AdversaryCastle_LocthwainOakhame_AdversaryStormfist_CrusaderWishful_Merfolk
41Run_Away_TogetherYouthful_KnightCorridor_MonitorReave_SoulGingerbruteCovetous_UrgeLochmere_SerpentFell_the_PheasantClaim_the_FirstbornSlaying_FireWorthy_KnightOutflankOnce_and_FutureOrder_of_MidnightStonecoil_Serpent
42The_Royal_ScionsSearing_BarrageCastle_GarenbrigGiant_OpportunityShining_ArmorReave_SoulStonecoil_SerpentOptOakhame_RangerHappily_Ever_AfterFierce_WitchstalkerShepherd_of_the_FlockCastle_GarenbrigCastle_VantressCorridor_Monitor
43Merfolk_SecretkeeperCharming_PrinceOutlaws'_MerrimentPiper_of_the_SwarmCastle_ArdenvaleMemory_TheftClockwork_ServantWishful_MerfolkGarruk_Cursed_HuntsmanEmbereth_PaladinMerfolk_SecretkeeperCovetous_UrgeKeeper_of_FablesBog_NaughtySyr_Carah_the_Bold
44Into_the_StoryTournament_GroundsAcclaimed_ContenderRankle_Master_of_PranksLocthwain_PaladinTall_as_a_BeanstalkOptBeloved_PrincessMaraleaf_RiderSkullknocker_OgreOnce_Upon_a_TimeBarrow_WitchesForeboding_FruitRun_Away_TogetherEpic_Downfall
45Sage_of_the_FallsShinechaserThe_Royal_ScionsMalevolent_NobleEnchanted_CarriageCauldron's_GiftRankle_Master_of_PranksSearing_BarrageDwarven_MineBrimstone_TrebuchetPrized_GriffinStonecoil_SerpentCurious_PairAnimating_FaerieMistford_River_Turtle
46Inspiring_VeteranShambling_SuitFabled_PassageWitch's_OvenCharming_PrinceTrail_of_CrumbsQueen_of_IceWintermoor_CommanderWeaselback_RedcapClaim_the_FirstbornFlutterfoxThe_Cauldron_of_EternityInspiring_VeteranWitching_WellMerchant_of_the_Vale
47Didn't_Say_PleaseStonecoil_SerpentGlass_CasketHenge_WalkerRoving_KeepWitch's_VengeancePiper_of_the_SwarmSteelgaze_GriffinScorching_DragonfireLucky_CloverOutmuscleLost_LegionEmry_Lurker_of_the_LochSyr_Elenora_the_DiscerningBrazen_Borrower
48Animating_FaerieLinden_the_Steadfast_QueenMantle_of_TidesSmitten_SwordmasterRally_for_the_ThroneWitch's_CottageWitching_WellTall_as_a_BeanstalkBeanstalk_GiantMad_RatterOutflankLocthwain_PaladinOrder_of_MidnightLost_LegionReave_Soul
49Rosethorn_AcolyteAll_That_GlittersOko_Thief_of_CrownsSporecap_SpiderShambling_SuitInsatiable_AppetiteArchon_of_AbsolutionDeafening_SilenceHushbringerBarrow_WitchesVenerable_KnightBrazen_BorrowerGingerbread_CabinCauldron's_GiftSundering_Stroke
50Oakhame_RangerEmry_Lurker_of_the_LochImprobable_AllianceBake_into_a_PieDeathless_KnightLucky_CloverGolden_EggSkullknocker_OgreRimrock_KnightWorthy_KnightYouthful_KnightPrized_GriffinGolden_EggTurn_into_a_PumpkinClockwork_Servant
51Tournament_GroundsWeaselback_RedcapCauldron_FamiliarMurderous_RiderFortifying_ProvisionsReaper_of_NightAyara_First_of_LocthwainJoustOutmuscleWintermoor_CommanderOnce_and_FutureKnight_of_the_KeepStonecoil_SerpentFestive_FuneralCovetous_Urge
52Garruk_Cursed_HuntsmanAnimating_FaerieTurn_into_a_PumpkinGingerbread_CabinBartered_CowThe_Cauldron_of_EternityEnchanted_CarriageGiant's_SkewerTall_as_a_BeanstalkDeathless_KnightAcclaimed_ContenderTournament_GroundsFoulmire_KnightMoonlit_ScavengersThrill_of_Possibility
53Steelgaze_GriffinMaraleaf_PixieOverwhelmed_ApprenticeOathsworn_KnightTrue_Love's_KissShambling_SuitScalding_CauldronOutlaws'_MerrimentSearing_BarrageThe_Magic_MirrorRally_for_the_ThroneWicked_GuardianKenrith's_TransformationThe_Magic_MirrorSpinning_Wheel
54So_TinyMysterious_PathlighterHypnotic_SpriteEnchanted_CarriageShepherd_of_the_FlockFestive_FuneralClackbridge_TrollReturn_to_NatureFlingCauldron's_GiftSyr_Faren_the_HengehammerSilverflame_SquireResolute_RiderMystical_DisputeFrogify
55Lochmere_SerpentCastle_EmberethBartered_CowRosethorn_HalberdGolden_EggBarrow_WitchesFolio_of_FanciesBonecrusher_GiantBloodhaze_WolverineMerchant_of_the_ValeTrail_of_CrumbsRighteousnessMalevolent_NobleForever_YoungSteelgaze_Griffin
56OptCastle_ArdenvaleFlutterfoxBelle_of_the_BrawlEmry_Lurker_of_the_LochAll_That_GlittersFrogifyMistford_River_TurtleFierce_WitchstalkerOgre_ErrantReturn_of_the_WildspeakerIdyllic_GrangeOathsworn_KnightCorridor_MonitorForever_Young
57Unexplained_VisionScalding_CauldronSage_of_the_FallsFoulmire_KnightBarrow_WitchesDidn't_Say_PleaseInto_the_StoryRighteousnessWishclaw_TalismanEdgewall_InnkeeperStonecoil_SerpentForeboding_FruitFaeburrow_ElderMemory_TheftTrapped_in_the_Tower
58Kenrith's_TransformationShepherd_of_the_FlockSyr_Elenora_the_DiscerningTempting_WitchFaeburrow_ElderQuesting_BeastFireborn_KnightShining_ArmorSyr_Carah_the_BoldImprobable_AllianceCastle_GarenbrigWishclaw_TalismanBlacklance_ParagonLocthwain_PaladinOpportunistic_Dragon
59Edgewall_InnkeeperFaerie_GuidemotherWitching_WellMaraleaf_RiderOutmuscleWintermoor_CommanderUnexplained_VisionSpecter's_ShriekOnce_and_FutureRedcap_MeleeGarenbrig_PaladinArdenvale_PaladinSyr_Faren_the_HengehammerUnexplained_VisionBake_into_a_Pie
60Mystical_DisputeEmbereth_PaladinWitch's_OvenClockwork_ServantGarruk_Cursed_HuntsmanLocthwain_GargoyleHenge_WalkerGiant_OpportunityThunderous_SnapperResolute_RiderSilverflame_RitualFestive_FuneralRosethorn_AcolyteBelle_of_the_BrawlLochmere_Serpent
61Once_and_FutureWitch's_OvenClaim_the_FirstbornInsatiable_AppetiteSmitten_SwordmasterMirrormadeMurderous_RiderRobber_of_the_RichIrencrag_PyromancerFaeburrow_ElderKenrith's_TransformationBog_NaughtyFabled_PassageOathsworn_KnightCastle_Vantress
62Wintermoor_CommanderSilverflame_SquireGiant_OpportunityTrapped_in_the_TowerSpinning_WheelWeapon_RackGiant_KillerMaraleaf_PixieFlaxen_IntruderLoch_DragonThe_Royal_ScionsReturn_of_the_WildspeakerGarenbrig_PaladinWishful_MerfolkBloodhaze_Wolverine
63Moonlit_ScavengersLucky_CloverIrencrag_PyromancerGolden_EggBeloved_PrincessSyr_Faren_the_HengehammerLinden_the_Steadfast_QueenKnight_of_the_KeepSorcerous_SpyglassSpecter's_ShriekSavvy_HunterSilverflame_RitualSporecap_SpiderTome_RaiderRevenge_of_Ravens
64Mistford_River_TurtleBarge_InOptHeraldic_BannerElite_HeadhunterWicked_GuardianTrapped_in_the_TowerFaerie_VandalLoch_DragonRimrock_KnightTrue_Love's_KissSyr_Elenora_the_DiscerningForever_YoungMirrormadeGingerbread_Cabin
65Arcanist's_OwlHeraldic_BannerShepherd_of_the_FlockFlutterfoxLost_LegionWolf's_QuarryEmbereth_ShieldbreakerTrue_Love's_KissSporecap_SpiderLocthwain_PaladinImprobable_AllianceCauldron's_GiftEnchanted_CarriageCauldron_FamiliarFae_of_Wishes
66Maraleaf_RiderLoch_DragonInto_the_StoryWicked_GuardianGarenbrig_PaladinBrazen_BorrowerHeraldic_BannerMemory_TheftDrown_in_the_LochOutlaws'_MerrimentRighteousnessMalevolent_NobleSpinning_WheelMystic_SanctuaryForeboding_Fruit
67MirrormadeFolio_of_FanciesShining_ArmorBrazen_BorrowerBelle_of_the_BrawlMaraleaf_RiderSo_TinyIdyllic_GrangeDance_of_the_ManseBake_into_a_PieArdenvale_PaladinGrumgully_the_GenerousFolio_of_FanciesSpecter's_ShriekWitch's_Oven
68Tuinvale_TreefolkDance_of_the_ManseTrue_Love's_KissWildwood_TrackerDwarven_MineFierce_WitchstalkerSeven_DwarvesBartered_CowTuinvale_TreefolkLost_LegionFireborn_KnightMysterious_PathlighterClockwork_ServantElite_HeadhunterEnchanted_Carriage
69Deathless_KnightSorcerer's_BroomFaerie_VandalBarrow_WitchesVantress_PaladinRaging_RedcapEpic_DownfallTorbran_Thane_of_Red_FellOgre_ErrantThrill_of_PossibilityBeloved_PrincessInspiring_VeteranLost_LegionSteelclaw_LanceTempting_Witch
70Witching_WellMerfolk_SecretkeeperFlaxen_IntruderHypnotic_SpriteHushbringerFervent_ChampionBog_NaughtyRedcap_MeleeInsatiable_AppetiteSorcerous_SpyglassBonecrusher_GiantLonesome_UnicornReaper_of_NightMistford_River_TurtleOutmuscle
71The_Magic_MirrorHushbringerSpecter's_ShriekRedcap_MeleeInquisitive_PuppetInquisitive_PuppetBake_into_a_PieSilverflame_RitualMirrormadeInspiring_VeteranGrumgully_the_GenerousShining_ArmorIrencrag_PyromancerSage_of_the_FallsMantle_of_Tides
72The_Circle_of_LoyaltyShining_ArmorArchon_of_AbsolutionSpinning_WheelEmbereth_PaladinWeaselback_RedcapBurning-Yard_TrainerArdenvale_PaladinFabled_PassageAcclaimed_ContenderInspiring_VeteranSpecter's_ShriekMaraleaf_RiderWicked_GuardianSporecap_Spider
73Trail_of_CrumbsRedcap_RaidersLocthwain_GargoyleSteelclaw_LanceCovetous_UrgeRun_Away_TogetherVantress_PaladinFlaxen_IntruderRosethorn_AcolyteWeaselback_RedcapIdyllic_GrangeFlutterfoxWicked_GuardianOptOrder_of_Midnight
74Giant_OpportunityBrazen_BorrowerThe_Circle_of_LoyaltyFlaxen_IntruderSearing_BarrageGingerbread_CabinRun_Away_TogetherGingerbread_CabinHappily_Ever_AfterFireborn_KnightMaraleaf_RiderArcanist's_OwlCauldron's_GiftSmitten_SwordmasterReaper_of_Night
75Sporecap_SpiderLonesome_UnicornWishful_MerfolkFaerie_VandalWicked_GuardianFaerie_GuidemotherResolute_RiderLocthwain_PaladinRedcap_MeleeSearing_BarrageDoom_ForetoldWildborn_PreserverMidnight_ClockMaraleaf_PixieImprobable_Alliance
76Rampart_SmasherGrumgully_the_GenerousWeapon_RackMysterious_PathlighterGarenbrig_CarverSpecter's_ShriekGlass_CasketVantress_PaladinBlow_Your_House_DownRevenge_of_RavensFell_the_PheasantShinechaserEscape_to_the_WildsForeboding_FruitMemory_Theft
77Fervent_ChampionOutflankCastle_EmberethReturn_to_NatureSyr_Faren_the_HengehammerOnce_Upon_a_TimeCastle_VantressMystical_DisputeJoustReaper_of_NightGiant_OpportunityWitch's_CottageOakhame_RangerFaerie_VandalRedcap_Raiders
78Mystic_SanctuaryClockwork_ServantMoonlit_ScavengersGlass_CasketBlacklance_ParagonFlaxen_IntruderSpinning_WheelSundering_StrokeWolf's_QuarryScorching_DragonfireReturn_to_NatureEscape_to_the_WildsBelle_of_the_BrawlTorbran_Thane_of_Red_FellFierce_Witchstalker
79Wildwood_TrackerBelle_of_the_BrawlEscape_to_the_WildsElite_HeadhunterWitch's_CottageGilded_GooseMysterious_PathlighterEye_CollectorInquisitive_PuppetRaging_RedcapAll_That_GlittersForever_YoungFestive_FuneralWishclaw_TalismanProphet_of_the_Peak
80Acclaimed_ContenderPrized_GriffinSteelgaze_GriffinForeboding_FruitSporecap_SpiderMantle_of_TidesShinechaserRosethorn_HalberdThe_Royal_ScionsWicked_GuardianSporecap_SpiderMemory_TheftImprobable_AllianceLash_of_ThornsVantress_Paladin
81Blacklance_ParagonSilverflame_RitualMystic_SanctuaryTurn_into_a_PumpkinAll_That_GlittersSteelclaw_LanceThe_Circle_of_LoyaltyBurning-Yard_TrainerWandermareCastle_GarenbrigArcanist's_OwlSyr_Faren_the_HengehammerRampart_SmasherMalevolent_NobleDwarven_Mine
82Rosethorn_HalberdEnchanted_CarriageMistford_River_TurtleSyr_Konrad_the_GrimGarenbrig_SquireFerocity_of_the_WildsOathsworn_KnightFortifying_ProvisionsEmbereth_PaladinCastle_VantressInsatiable_AppetiteHappily_Ever_AfterDrown_in_the_LochBarrow_WitchesInspiring_Veteran
83Garenbrig_CarverGingerbruteFervent_ChampionStolen_by_the_FaeThunderous_SnapperCrashing_DrawbridgeSyr_Alin_the_Lion's_ClawMaraleaf_RiderDoom_ForetoldFolio_of_FanciesGarruk_Cursed_HuntsmanTempting_WitchScalding_CauldronClockwork_ServantWitch's_Cottage
84Flaxen_IntruderArdenvale_PaladinGingerbruteFell_the_PheasantBurning-Yard_TrainerBeloved_PrincessMoonlit_ScavengersSavvy_HunterHenge_WalkerFlaxen_IntruderWildwood_TrackerDeafening_SilenceAcclaimed_ContenderGarruk_Cursed_HuntsmanWicked_Guardian
85Wishful_MerfolkRally_for_the_ThroneTournament_GroundsWolf's_QuarryCrystal_SlipperEdgewall_InnkeeperRedcap_RaidersMystic_SanctuaryEye_CollectorFlingMerchant_of_the_ValeSteelclaw_LanceGiant's_SkewerWitch's_CottageFestive_Funeral
86Grumgully_the_GenerousMidnight_ClockThunderous_SnapperTall_as_a_BeanstalkSteelgaze_GriffinTuinvale_TreefolkMirrormadeWeapon_RackFell_the_PheasantReave_SoulBartered_CowGadwick_the_WizenedMad_RatterEdgewall_InnkeeperFoulmire_Knight
87Tall_as_a_BeanstalkWintermoor_CommanderAyara_First_of_LocthwainQueen_of_IceStonecoil_SerpentJousting_DummyJoustFestive_FuneralElite_HeadhunterForever_YoungKnight_of_the_KeepJoustSundering_StrokeWandermareCurious_Pair
88Covetous_UrgeFerocity_of_the_WildsMysterious_PathlighterBlacklance_ParagonOgre_ErrantGarenbrig_CarverCastle_EmberethCauldron_FamiliarReturn_to_NatureDance_of_the_ManseRampart_SmasherTrue_Love's_KissWitch's_CottageStonecoil_SerpentPiper_of_the_Swarm
89Steelclaw_LanceCrystal_SlipperSilverflame_RitualRedcap_RaidersThe_Great_HengeCastle_LocthwainOrder_of_MidnightVenerable_KnightLochmere_SerpentEmry_Lurker_of_the_LochTall_as_a_BeanstalkFortifying_ProvisionsFell_the_PheasantGiant's_SkewerTrail_of_Crumbs
90Garenbrig_SquireKnight_of_the_KeepWandermareSilverflame_SquireMalevolent_NobleKeeper_of_FablesCharming_PrinceUnexplained_VisionFireborn_KnightDwarven_MineResolute_RiderReaper_of_NightDance_of_the_ManseSteelgaze_GriffinRoving_Keep
91Stonecoil_SerpentFabled_PassageRoving_KeepClackbridge_TrollEmbercleaveSorcerer's_BroomGilded_GooseBelle_of_the_BrawlGingerbruteCrystal_SlipperIrencrag_PyromancerLash_of_ThornsCovetous_UrgeMantle_of_TidesMalevolent_Noble
92Improbable_AllianceJousting_DummySkullknocker_OgreShepherd_of_the_FlockCorridor_MonitorShining_ArmorReave_SoulRoving_KeepCrystal_SlipperFae_of_WishesFabled_PassageCastle_VantressReturn_to_NatureShinechaserSorcerer's_Broom
93Fabled_PassageTrail_of_CrumbsOakhame_RangerSyr_Elenora_the_DiscerningScorching_DragonfireEmbercleaveArdenvale_TacticianGarenbrig_SquireGarenbrig_CarverStonecoil_SerpentReaper_of_NightBartered_CowCastle_ArdenvaleDance_of_the_ManseBrimstone_Trebuchet
94Curious_PairGolden_EggWintermoor_CommanderCharmed_SleepJoustGolden_EggSyr_Konrad_the_GrimTome_RaiderThrill_of_PossibilityLochmere_SerpentFortifying_ProvisionsStolen_by_the_FaeWolf's_QuarryTempting_WitchCrashing_Drawbridge
95Faeburrow_ElderClaim_the_FirstbornUnexplained_VisionMoonlit_ScavengersOnce_Upon_a_TimeHenge_WalkerBlacklance_ParagonLost_LegionMad_RatterWitch's_CottageRosethorn_HalberdFaerie_GuidemotherInsatiable_AppetiteIrencrag_FeatEmbereth_Shieldbreaker
96Emry_Lurker_of_the_LochBlacklance_ParagonCastle_LocthwainSavvy_HunterFestive_FuneralEmbereth_PaladinThe_Magic_MirrorCurious_PairVantress_GargoyleMidnight_ClockGingerbread_CabinStormfist_CrusaderThe_Royal_ScionsFires_of_InventionRimrock_Knight
97Belle_of_the_BrawlSpinning_WheelVantress_PaladinFabled_PassageRosethorn_HalberdRimrock_KnightRimrock_KnightWildwood_TrackerOverwhelmed_ApprenticeCauldron_FamiliarOko_Thief_of_CrownsQuesting_BeastEdgewall_InnkeeperLocthwain_GargoyleOnce_and_Future
98JoustHypnotic_SpriteArdenvale_PaladinSeven_DwarvesTorbran_Thane_of_Red_FellSilverflame_RitualRevenge_of_RavensHappily_Ever_AfterShinechaserFestive_FuneralWintermoor_CommanderOakhame_RangerLinden_the_Steadfast_QueenSorcerous_SpyglassReturn_to_Nature
99Gingerbread_CabinSkullknocker_OgreHeraldic_BannerTome_RaiderWeaselback_RedcapReturn_to_NatureThunderous_SnapperCauldron's_GiftEmry_Lurker_of_the_LochBlow_Your_House_DownFolio_of_FanciesEnchanted_CarriageDoom_ForetoldFabled_PassageFell_the_Pheasant
100Locthwain_PaladinResolute_RiderFerocity_of_the_WildsArchon_of_AbsolutionRosethorn_AcolyteShinechaserFerocity_of_the_WildsSorcerous_SpyglassGiant_OpportunityDrown_in_the_LochSundering_StrokeEye_CollectorShambling_SuitOko_Thief_of_CrownsFling
101Mantle_of_TidesFlingKnight_of_the_KeepEmbereth_ShieldbreakerYorvo_Lord_of_GarenbrigSporecap_SpiderMantle_of_TidesSage_of_the_FallsHeraldic_BannerDeafening_SilenceHappily_Ever_AfterFireborn_KnightTuinvale_TreefolkGingerbruteSyr_Konrad_the_Grim
102Fell_the_PheasantOrder_of_MidnightVenerable_KnightWitch's_CottageForeboding_FruitFell_the_PheasantShepherd_of_the_FlockWandermareDeafening_SilenceHeraldic_BannerEscape_to_the_WildsRedcap_MeleeMaraleaf_PixieHeraldic_BannerHenge_Walker
103Heraldic_BannerRun_Away_TogetherStonecoil_SerpentRevenge_of_RavensSorcerer's_BroomWildborn_PreserverFlutterfoxTrail_of_CrumbsShambling_SuitMirrormadeFires_of_InventionHypnotic_SpriteSorcerous_SpyglassWitch's_OvenIdyllic_Grange
104Jousting_DummyMerchant_of_the_ValeCauldron's_GiftWeapon_RackMaraleaf_RiderLinden_the_Steadfast_QueenShambling_SuitWitch's_CottageLocthwain_GargoyleForeboding_FruitFoulmire_KnightYorvo_Lord_of_GarenbrigCastle_VantressEnchanted_CarriageOgre_Errant
105WandermareEpic_DownfallQueen_of_IceProphet_of_the_PeakMerchant_of_the_ValeBloodhaze_WolverineSyr_Faren_the_HengehammerTuinvale_TreefolkBurning-Yard_TrainerThe_Circle_of_LoyaltyRevenge_of_RavensFaeburrow_ElderSpecter's_ShriekFlaxen_IntruderGrumgully_the_Generous
106Oathsworn_KnightSmitten_SwordmasterPrized_GriffinSage_of_the_FallsRighteousnessFortifying_ProvisionsWitch's_VengeanceSmitten_SwordmasterMerchant_of_the_ValeSavvy_HunterFae_of_WishesBeloved_PrincessThe_Circle_of_LoyaltyFaeburrow_ElderSilverflame_Squire
107Return_to_NatureMirrormadeSyr_Alin_the_Lion's_ClawFae_of_WishesForever_YoungCrystal_SlipperBrimstone_TrebuchetGingerbruteSpecter's_ShriekCovetous_UrgeWolf's_QuarrySpinning_WheelLocthwain_PaladinProphet_of_the_PeakBlow_Your_House_Down
108Insatiable_AppetiteFortifying_ProvisionsWolf's_QuarryWitch's_VengeanceTuinvale_TreefolkYorvo_Lord_of_GarenbrigTempting_WitchYouthful_KnightOutlaws'_MerrimentFerocity_of_the_WildsDidn't_Say_PleaseOutlaws'_MerrimentTournament_GroundsGarenbrig_CarverBartered_Cow
109Corridor_MonitorDwarven_MineIdyllic_GrangeSignpost_ScarecrowFierce_WitchstalkerThe_Circle_of_LoyaltyMalevolent_NobleFrogifyCastle_VantressLash_of_ThornsDeafening_SilenceCharmed_SleepRobber_of_the_RichArcanist's_OwlFlutterfox
110Spinning_WheelWildborn_PreserverOnce_Upon_a_TimeGrumgully_the_GenerousReaper_of_NightOko_Thief_of_CrownsWitch's_OvenCorridor_MonitorDeathless_KnightWandermareMad_RatterInto_the_StoryIrencrag_FeatAll_That_GlittersBarge_In
111Weaselback_RedcapFoulmire_KnightLoch_DragonBarge_InReave_SoulGarenbrig_PaladinQuesting_BeastFaerie_GuidemotherGarenbrig_SquireOnce_Upon_a_TimeQueen_of_IceVantress_GargoyleFlaxen_IntruderInquisitive_PuppetArchon_of_Absolution
112Ardenvale_PaladinStolen_by_the_FaeSpinning_WheelCastle_GarenbrigAyara_First_of_LocthwainHeraldic_BannerOgre_ErrantBarrow_WitchesCastle_LocthwainInquisitive_PuppetEnchanted_CarriageElite_HeadhunterSeven_DwarvesCrashing_DrawbridgeOutflank
113Raging_RedcapSo_TinyWorthy_KnightOakhame_RangerSyr_Carah_the_BoldOptGrumgully_the_GenerousReaper_of_NightGingerbread_CabinCastle_ArdenvaleBrazen_BorrowerFabled_PassageRealm-Cloaked_GiantShambling_SuitLocthwain_Gargoyle
114Smitten_SwordmasterGiant_OpportunityTome_RaiderReaper_of_NightFeasting_Troll_KingRoving_KeepDidn't_Say_PleaseForever_YoungEmbereth_ShieldbreakerBloodhaze_WolverineCauldron_FamiliarFerocity_of_the_WildsWorthy_KnightResolute_RiderArdenvale_Tactician
115Venerable_KnightReave_SoulDidn't_Say_PleaseGiant's_SkewerMystic_SanctuarySteelgaze_GriffinBelle_of_the_BrawlWitching_WellFae_of_WishesMemory_TheftOverwhelmed_ApprenticeSyr_Carah_the_BoldFireborn_KnightMysterious_PathlighterSkullknocker_Ogre
116Ogre_ErrantWicked_WolfOutflankJoustRampart_SmasherFolio_of_FanciesWildborn_PreserverGarenbrig_CarverCastle_ArdenvaleSpinning_WheelSlaying_FireGiant's_SkewerHeraldic_BannerTuinvale_TreefolkTrue_Love's_Kiss
117Brimstone_TrebuchetBlow_Your_House_DownStormfist_CrusaderMantle_of_TidesMoonlit_ScavengersYouthful_KnightFabled_PassageTempting_WitchThe_Cauldron_of_EternityMalevolent_NobleThe_Magic_MirrorOutmuscleMemory_TheftRoving_KeepWitch's_Vengeance
118Drown_in_the_LochTurn_into_a_PumpkinFaerie_GuidemotherRoving_KeepOakhame_AdversaryArdenvale_TacticianSavvy_HunterPrized_GriffinRally_for_the_ThroneSorcerer's_BroomHypnotic_SpriteFierce_WitchstalkerWintermoor_CommanderFaerie_GuidemotherMirrormade
119Syr_Carah_the_BoldSyr_Konrad_the_GrimProphet_of_the_PeakJousting_DummyTall_as_a_BeanstalkQueen_of_IceRaging_RedcapBog_NaughtyAll_That_GlittersBarge_InShining_ArmorTurn_into_a_PumpkinElite_HeadhunterRosethorn_AcolyteJoust
120Knight_of_the_KeepOutmuscleSignpost_ScarecrowEmbercleaveWishful_MerfolkGarenbrig_SquireWorthy_KnightSporecap_SpiderClockwork_ServantYorvo_Lord_of_GarenbrigWitch's_OvenRaging_RedcapGarenbrig_CarverWeapon_RackGarenbrig_Squire
121Savvy_HunterRighteousnessKenrith's_TransformationCastle_LocthwainGiant's_SkewerKenrith's_TransformationSorcerer's_BroomLonesome_UnicornAyara_First_of_LocthwainRedcap_RaidersMaraleaf_PixieGilded_GooseStormfist_CrusaderOnce_Upon_a_TimeEmry_Lurker_of_the_Loch
122Wolf's_QuarryFierce_WitchstalkerCharmed_SleepLost_LegionRaging_RedcapFaerie_VandalLovestruck_BeastOko_Thief_of_CrownsRighteousnessJousting_DummyRimrock_KnightRedcap_RaidersWandermareSpinning_WheelEscape_to_the_Wilds
123Escape_to_the_WildsThrill_of_PossibilityRun_Away_TogetherRimrock_KnightUnexplained_VisionFlutterfoxOutmuscleForeboding_FruitRoving_KeepGiant's_SkewerRun_Away_TogetherScorching_DragonfireFires_of_InventionBeanstalk_GiantClackbridge_Troll
124Fires_of_InventionRankle_Master_of_PranksTrapped_in_the_TowerScorching_DragonfireFabled_PassageHarmonious_ArchonFeasting_Troll_KingQueen_of_IceCrashing_DrawbridgeSignpost_ScarecrowRobber_of_the_RichTome_RaiderHappily_Ever_AfterSorcerer's_BroomEye_Collector
125Embereth_PaladinOverwhelmed_ApprenticeSo_TinyGingerbruteMurderous_RiderMystical_DisputeFierce_WitchstalkerRosethorn_AcolyteEnchanted_CarriageGarenbrig_CarverStolen_by_the_FaeFaerie_VandalSignpost_ScarecrowPrized_GriffinMaraleaf_Rider
126Shining_ArmorBake_into_a_PieTall_as_a_BeanstalkSearing_BarrageMistford_River_TurtleClaim_the_FirstbornMystic_SanctuaryDidn't_Say_PleaseInto_the_StoryCharming_PrinceForever_YoungWildwood_TrackerOpportunistic_DragonOpportunistic_DragonPrized_Griffin
127Lost_LegionCharmed_SleepClockwork_ServantLocthwain_PaladinMemory_TheftLochmere_SerpentDwarven_MineMalevolent_NobleStonecoil_SerpentShambling_SuitDance_of_the_ManseDeathless_KnightThe_Magic_MirrorDeafening_SilenceGarenbrig_Paladin
128Crashing_DrawbridgeCauldron_FamiliarThe_Cauldron_of_EternityBartered_CowLovestruck_BeastRosethorn_AcolyteCastle_ArdenvaleFireborn_KnightMystical_DisputeRampart_SmasherCastle_LocthwainFae_of_WishesProphet_of_the_PeakBrimstone_TrebuchetWolf's_Quarry
129Stormfist_CrusaderCrashing_DrawbridgeLonesome_UnicornAll_That_GlittersGingerbread_CabinSyr_Alin_the_Lion's_ClawDeathless_KnightMoonlit_ScavengersBrimstone_TrebuchetSage_of_the_FallsVantress_GargoyleFrogifyRedcap_MeleeDoom_ForetoldJousting_Dummy
130Outlaws'_MerrimentFires_of_InventionGolden_EggSkullknocker_OgreFell_the_PheasantTome_RaiderGingerbruteJousting_DummyFrogifyOnce_and_FutureLochmere_SerpentScalding_CauldronBarrow_WitchesJousting_DummyFabled_Passage
131Embereth_ShieldbreakerVantress_GargoyleGiant's_SkewerFerocity_of_the_WildsSlaying_FireSorcerous_SpyglassOakhame_RangerRally_for_the_ThroneDidn't_Say_PleaseRighteousnessSpinning_WheelCastle_EmberethCharming_PrinceBeloved_PrincessDeafening_Silence
132Irencrag_PyromancerMurderous_RiderCrashing_DrawbridgeDwarven_MineBeanstalk_GiantInspiring_VeteranSmitten_SwordmasterThe_Magic_MirrorFolio_of_FanciesClockwork_ServantEmbercleaveOgre_ErrantGrumgully_the_GenerousScalding_CauldronFortifying_Provisions
133Rimrock_KnightWeapon_RackDrown_in_the_LochCrashing_DrawbridgeTournament_GroundsSilverflame_SquireRally_for_the_ThroneProphet_of_the_PeakProphet_of_the_PeakGadwick_the_WizenedSage_of_the_FallsThe_Magic_MirrorHarmonious_ArchonCastle_GarenbrigCrystal_Slipper
134Youthful_KnightBeloved_PrincessEnchanted_CarriageBurning-Yard_TrainerWitching_WellStormfist_CrusaderWicked_GuardianInquisitive_PuppetCauldron's_GiftVenerable_KnightThe_Cauldron_of_EternityGarenbrig_PaladinGingerbruteEscape_to_the_WildsYouthful_Knight
135Sorcerous_SpyglassIdyllic_GrangeFell_the_PheasantSundering_StrokeReturn_to_NatureAnimating_FaerieKeeper_of_FablesGolden_EggSignpost_ScarecrowLonesome_UnicornGadwick_the_WizenedSkullknocker_OgreBrimstone_TrebuchetHushbringerLonesome_Unicorn
136Scorching_DragonfireOakhame_RangerMad_RatterStormfist_CrusaderThe_Cauldron_of_EternityThe_Royal_ScionsForeboding_FruitCastle_GarenbrigSavvy_HunterVantress_GargoyleWitch's_VengeanceSage_of_the_FallsThunderous_SnapperFervent_ChampionShambling_Suit
137Prophet_of_the_PeakGiant's_SkewerInsatiable_AppetiteLonesome_UnicornCharmed_SleepBarge_InLucky_CloverRun_Away_TogetherWeapon_RackMysterious_PathlighterDeathless_KnightWicked_WolfGiant_KillerFlutterfoxBog_Naughty
138Robber_of_the_RichHenge_WalkerInspiring_VeteranBlow_Your_House_DownRimrock_KnightLovestruck_BeastYorvo_Lord_of_GarenbrigLocthwain_GargoyleMystic_SanctuaryLovestruck_BeastSearing_BarrageBarge_InLash_of_ThornsOakhame_AdversaryShepherd_of_the_Flock
139Doom_ForetoldTrue_Love's_KissSilverflame_SquireCovetous_UrgeKeeper_of_FablesVenerable_KnightOverwhelmed_ApprenticeSilverflame_SquireWishful_MerfolkCrashing_DrawbridgeTorbran_Thane_of_Red_FellMystical_DisputeInquisitive_PuppetThunderous_SnapperDance_of_the_Manse
140Signpost_ScarecrowFrogifyJousting_DummyLocthwain_GargoyleEmbereth_ShieldbreakerReturn_of_the_WildspeakerWicked_WolfOutflankRealm-Cloaked_GiantKenrith's_TransformationFaerie_VandalRimrock_KnightCrashing_DrawbridgeTournament_GroundsGlass_Casket
141Golden_EggDidn't_Say_PleaseCrystal_SlipperArdenvale_TacticianLash_of_ThornsOgre_ErrantOutlaws'_MerrimentTurn_into_a_PumpkinSpinning_WheelEnchanted_CarriageSo_TinyCauldron_FamiliarSyr_Carah_the_BoldGrumgully_the_GenerousGarenbrig_Carver
142Syr_Alin_the_Lion's_ClawWitching_WellTrail_of_CrumbsMistford_River_TurtleSeven_DwarvesBurning-Yard_TrainerSkullknocker_OgreSo_TinyHarmonious_ArchonMystical_DisputeDrown_in_the_LochRobber_of_the_RichGlass_CasketReturn_to_NatureRaging_Redcap
143Lucky_CloverGadwick_the_WizenedReturn_to_NatureForever_YoungThrill_of_PossibilityVantress_GargoyleThe_Cauldron_of_EternityEdgewall_InnkeeperBeloved_PrincessGrumgully_the_GenerousSeven_DwarvesVantress_PaladinVantress_GargoyleThe_Royal_ScionsThe_Royal_Scions
144Ardenvale_TacticianMoonlit_ScavengersLash_of_ThornsPrized_GriffinOpportunistic_DragonHypnotic_SpriteAcclaimed_ContenderKenrith's_TransformationMidnight_ClockProphet_of_the_PeakOptSavvy_HunterTorbran_Thane_of_Red_FellRosethorn_HalberdSpecter's_Shriek
145Henge_WalkerOakhame_AdversaryHenge_WalkerWitching_WellBake_into_a_PieBlow_Your_House_DownSilverflame_SquireCrashing_DrawbridgeMemory_TheftHushbringerEye_CollectorKenrith's_TransformationSyr_Alin_the_Lion's_ClawRighteousnessInsatiable_Appetite
146Barrow_WitchesInquisitive_PuppetBlow_Your_House_DownCauldron_FamiliarMantle_of_TidesWishclaw_TalismanCorridor_MonitorHypnotic_SpriteFestive_FuneralEye_CollectorGingerbruteMaraleaf_RiderCastle_EmberethKeeper_of_FablesRosethorn_Acolyte
147Clockwork_ServantKeeper_of_FablesFlingFrogifyWildwood_TrackerArdenvale_PaladinHushbringerInto_the_StoryCharming_PrinceInto_the_StorySorcerous_SpyglassSlaying_FireWitching_WellHappily_Ever_AfterBeanstalk_Giant
148Happily_Ever_AfterBartered_CowResolute_RiderWishclaw_TalismanBlow_Your_House_DownShepherd_of_the_FlockWandermareArdenvale_TacticianCorridor_MonitorRoving_KeepMystical_DisputeLovestruck_BeastInto_the_StoryClaim_the_FirstbornThunderous_Snapper
149Burning-Yard_TrainerOathsworn_KnightGingerbread_CabinOnce_Upon_a_TimeSo_TinyOutmuscleEmbereth_PaladinHeraldic_BannerCauldron_FamiliarShepherd_of_the_FlockClaim_the_FirstbornIrencrag_FeatHushbringerCastle_EmberethEmbereth_Paladin
150Enchanted_CarriageFae_of_WishesOnce_and_FutureOutflankTome_RaiderRighteousnessReturn_of_the_WildspeakerFoulmire_KnightMistford_River_TurtleReturn_of_the_WildspeakerEmbereth_ShieldbreakerSearing_BarrageSmitten_SwordmasterRealm-Cloaked_GiantTuinvale_Treefolk
151Searing_BarrageRevenge_of_RavensYouthful_KnightCorridor_MonitorCurious_PairDoom_ForetoldYouthful_KnightElite_HeadhunterTrail_of_CrumbsWeapon_RackOrder_of_MidnightMaraleaf_PixieGarenbrig_SquireFerocity_of_the_WildsFaerie_Guidemother
152Lash_of_ThornsQueen_of_IceRosethorn_HalberdOgre_ErrantInspiring_VeteranProphet_of_the_PeakFaeburrow_ElderWicked_GuardianEdgewall_InnkeeperLocthwain_GargoyleThrill_of_PossibilityDance_of_the_ManseSearing_BarrageTrue_Love's_KissClaim_the_Firstborn
153Foulmire_KnightLost_LegionEye_CollectorBloodhaze_WolverineInsatiable_AppetiteFrogifyThe_Great_HengeSyr_Elenora_the_DiscerningImprobable_AllianceGarenbrig_SquireBake_into_a_PieBloodhaze_WolverineTrapped_in_the_TowerGarenbrig_SquireOutlaws'_Merriment
154RighteousnessSyr_Elenora_the_DiscerningCovetous_UrgeUnexplained_VisionOathsworn_KnightStonecoil_SerpentFervent_ChampionGarenbrig_PaladinSilverflame_RitualTuinvale_TreefolkScorching_DragonfireAll_That_GlittersTurn_into_a_PumpkinCrystal_SlipperWeapon_Rack
155Castle_EmberethForever_YoungDwarven_MineAyara_First_of_LocthwainOrder_of_MidnightRedcap_RaidersStormfist_CrusaderOnce_Upon_a_TimeStormfist_CrusaderBog_NaughtyOpportunistic_DragonQueen_of_IceSage_of_the_FallsRedcap_RaidersKnight_of_the_Keep
156Crystal_SlipperBarrow_WitchesArdenvale_TacticianVantress_PaladinSorcerous_SpyglassSo_TinyDance_of_the_ManseThe_Cauldron_of_EternityCurious_PairRosethorn_AcolyteMirrormadeGarruk_Cursed_HuntsmanMoonlit_ScavengersCastle_ArdenvaleKenrith's_Transformation
157Weapon_RackProphet_of_the_PeakFireborn_KnightFaerie_GuidemotherSyr_Konrad_the_GrimHushbringerWeaselback_RedcapGrumgully_the_GenerousLash_of_ThornsBeanstalk_GiantGolden_EggSporecap_SpiderDeafening_SilenceFlingLash_of_Thorns
158HushbringerThunderous_SnapperWildwood_TrackerCrystal_SlipperSundering_StrokeLoch_DragonMystical_DisputeFierce_WitchstalkerBartered_CowGolden_EggSmitten_SwordmasterBurning-Yard_TrainerHenge_WalkerGarenbrig_PaladinGilded_Goose
159Slaying_FireBeanstalk_GiantMemory_TheftDance_of_the_ManseWintermoor_CommanderThe_Great_HengeBarge_InCastle_VantressBrazen_BorrowerStolen_by_the_FaeMidnight_ClockHeraldic_BannerSo_TinyBlow_Your_House_DownBarrow_Witches
160Festive_FuneralCorridor_MonitorLochmere_SerpentFortifying_ProvisionsBloodhaze_WolverineFlingFoulmire_KnightDoom_ForetoldGiant_KillerOverwhelmed_ApprenticeMurderous_RiderBonecrusher_GiantUnexplained_VisionEmbereth_PaladinRobber_of_the_Rich
161The_Cauldron_of_EternityReturn_of_the_WildspeakerLucky_CloverInquisitive_PuppetLoch_DragonOakhame_AdversarySteelclaw_LanceCastle_ArdenvaleJousting_DummyWitch's_OvenRedcap_MeleeDidn't_Say_PleaseArchon_of_AbsolutionWeaselback_RedcapBurning-Yard_Trainer
162Scalding_CauldronEscape_to_the_WildsYorvo_Lord_of_GarenbrigCauldron's_GiftFlingThe_Magic_MirrorFaerie_GuidemotherWitch's_OvenArchon_of_AbsolutionMerfolk_SecretkeeperShinechaserKeeper_of_FablesGadwick_the_WizenedSkullknocker_OgreWeaselback_Redcap
163Thrill_of_PossibilityBog_NaughtyRobber_of_the_RichMemory_TheftEpic_DownfallTournament_GroundsLonesome_UnicornOakhame_AdversaryWitch's_CottageScalding_CauldronWitching_WellInsatiable_AppetiteMirrormadeCharming_PrinceLost_Legion
164Giant's_SkewerOnce_and_FutureReturn_of_the_WildspeakerRobber_of_the_RichQueen_of_IceWishful_MerfolkOakhame_AdversarySignpost_ScarecrowSage_of_the_FallsArdenvale_PaladinIrencrag_FeatOnce_and_FutureScorching_DragonfireKnight_of_the_KeepQuesting_Beast
165Roving_KeepSorcerous_SpyglassMerfolk_SecretkeeperFestive_FuneralEye_CollectorCorridor_MonitorMerfolk_SecretkeeperEnchanted_CarriageMerfolk_SecretkeeperKnight_of_the_KeepBloodhaze_WolverineSteelgaze_GriffinRally_for_the_ThroneLonesome_UnicornWildwood_Tracker
166Sundering_StrokeLocthwain_GargoyleBloodhaze_WolverineRun_Away_TogetherLucky_CloverWitching_WellMistford_River_TurtleCharmed_SleepWicked_GuardianTrue_Love's_KissCastle_EmberethRosethorn_HalberdMystic_SanctuaryLoch_DragonSilverflame_Ritual
167Irencrag_FeatSyr_Faren_the_HengehammerThrill_of_PossibilityOpportunistic_DragonKenrith's_TransformationSignpost_ScarecrowBeanstalk_GiantOnce_and_FutureMantle_of_TidesAll_That_GlittersSyr_Carah_the_BoldWeaselback_RedcapBonecrusher_GiantArdenvale_PaladinOakhame_Adversary
168Forever_YoungIrencrag_FeatWitch's_CottageFlingClackbridge_TrollMystic_SanctuaryLocthwain_PaladinBake_into_a_PieRevenge_of_RavensSporecap_SpiderCharmed_SleepOakhame_AdversaryFervent_ChampionTall_as_a_BeanstalkShining_Armor
169Silverflame_RitualGarenbrig_PaladinSavvy_HunterLash_of_ThornsBarge_InKnight_of_the_KeepCastle_LocthwainSpinning_WheelIdyllic_GrangeHenge_WalkerUnexplained_VisionClaim_the_FirstbornSteelclaw_LanceRimrock_KnightRealm-Cloaked_Giant
170Inquisitive_PuppetCurious_PairTempting_WitchArcanist's_OwlTempting_WitchThrill_of_PossibilityPrized_GriffinReave_SoulSteelgaze_GriffinMystic_SanctuaryCauldron's_GiftBlow_Your_House_DownSlaying_FireShepherd_of_the_FlockFerocity_of_the_Wilds
171Syr_Konrad_the_GrimTempting_WitchCurious_PairSteelgaze_GriffinOptGadwick_the_WizenedEdgewall_InnkeeperCastle_LocthwainVantress_PaladinReturn_to_NatureFlingFires_of_InventionTall_as_a_BeanstalkRobber_of_the_RichGiant_Killer
172Merchant_of_the_ValeFeasting_Troll_KingGilded_GooseMerchant_of_the_ValeCauldron's_GiftWorthy_KnightTrail_of_CrumbsMysterious_PathlighterOutflankUnexplained_VisionMystic_SanctuarySundering_StrokeCorridor_MonitorBarge_InThe_Magic_Mirror
173Blow_Your_House_DownLovestruck_BeastBarge_InEmry_Lurker_of_the_LochRedcap_RaidersBeanstalk_GiantProphet_of_the_PeakBeanstalk_GiantSorcerer's_BroomMaraleaf_PixieInto_the_StoryOpportunistic_DragonVenerable_KnightFell_the_PheasantGiant_Opportunity
174OutflankForeboding_FruitTuinvale_TreefolkGadwick_the_WizenedDeafening_SilenceThunderous_SnapperCrashing_DrawbridgeBlacklance_ParagonTrue_Love's_KissSyr_Faren_the_HengehammerWishful_MerfolkMystic_SanctuaryRoving_KeepSilverflame_RitualTall_as_a_Beanstalk
175Cauldron's_GiftInto_the_StoryScalding_CauldronCharming_PrinceCastle_GarenbrigOutflankCauldron_FamiliarSyr_Alin_the_Lion's_ClawPrized_GriffinSteelgaze_GriffinPiper_of_the_SwarmFlingJousting_DummySignpost_ScarecrowInquisitive_Puppet
176Castle_ArdenvaleQuesting_BeastFestive_FuneralBonecrusher_GiantOnce_and_FutureDrown_in_the_LochGarenbrig_PaladinAll_That_GlittersScalding_CauldronShining_ArmorMemory_TheftWishful_MerfolkEye_CollectorSavvy_HunterBeloved_Princess
177Specter's_ShriekOnce_Upon_a_TimeGarenbrig_SquireSlaying_FireAnimating_FaerieCastle_GarenbrigWintermoor_CommanderEscape_to_the_WildsGiant's_SkewerSilverflame_SquireSkullknocker_OgreOptThrill_of_PossibilitySilverflame_SquireCauldron_Familiar
178Barge_InMaraleaf_RiderWitch's_VengeanceTrue_Love's_KissFoulmire_KnightClockwork_ServantCrystal_SlipperFae_of_WishesOptOutflankReave_SoulGarenbrig_SquireIdyllic_GrangeRaging_RedcapArdenvale_Paladin
179Reave_SoulEdgewall_InnkeeperEmbereth_PaladinIdyllic_GrangeWolf's_QuarryTrue_Love's_KissGarruk_Cursed_HuntsmanFaeburrow_ElderFortifying_ProvisionsTurn_into_a_PumpkinFrogifySorcerous_SpyglassFae_of_WishesBurning-Yard_TrainerKeeper_of_Fables
180Bloodhaze_WolverineGilded_GooseWildborn_PreserverRaging_RedcapHappily_Ever_AfterInto_the_StoryLost_LegionKeeper_of_FablesUnexplained_VisionBartered_CowBog_NaughtyWandermareAnimating_FaerieBartered_CowTorbran_Thane_of_Red_Fell
181Idyllic_GrangeMystical_DisputeSporecap_SpiderSyr_Carah_the_BoldCastle_EmberethSkullknocker_OgreWishful_MerfolkRevenge_of_RavensReaper_of_NightCorridor_MonitorFervent_ChampionClockwork_ServantYouthful_KnightArchon_of_AbsolutionOko_Thief_of_Crowns
182Giant_KillerCastle_LocthwainMaraleaf_RiderSo_TinyFervent_ChampionMistford_River_TurtleFlingHushbringerKnight_of_the_KeepTempting_WitchHeraldic_BannerEmbereth_ShieldbreakerPrized_GriffinSearing_BarrageFireborn_Knight
183Witch's_VengeanceMad_RatterLovestruck_BeastEscape_to_the_WildsMidnight_ClockArcanist's_OwlRosethorn_AcolyteOverwhelmed_ApprenticeGadwick_the_WizenedMoonlit_ScavengersScalding_CauldronHenge_WalkerRighteousnessOutmuscleGiant's_Skewer
184Linden_the_Steadfast_QueenPiper_of_the_SwarmSteelclaw_LanceBeloved_PrincessRun_Away_TogetherGlass_CasketEscape_to_the_WildsGilded_GooseFlutterfoxThe_Great_HengeCastle_VantressMistford_River_TurtleLocthwain_GargoyleHenge_WalkerHappily_Ever_After
185True_Love's_KissWitch's_VengeanceBurning-Yard_TrainerMidnight_ClockLochmere_SerpentVantress_PaladinFires_of_InventionOutmuscleForever_YoungFell_the_PheasantClockwork_ServantUnexplained_VisionArdenvale_PaladinWintermoor_CommanderEdgewall_Innkeeper
186Memory_TheftBloodhaze_WolverineWeaselback_RedcapSyr_Alin_the_Lion's_ClawQuesting_BeastFabled_PassageDrown_in_the_LochAcclaimed_ContenderRun_Away_TogetherRally_for_the_ThroneThunderous_SnapperThe_Great_HengeMerfolk_SecretkeeperGolden_EggWishclaw_Talisman
187Prized_GriffinLocthwain_PaladinBog_NaughtyRally_for_the_ThroneSyr_Elenora_the_DiscerningRobber_of_the_RichBarrow_WitchesOathsworn_KnightRankle_Master_of_PranksCurious_PairSyr_Konrad_the_GrimTall_as_a_BeanstalkRosethorn_HalberdKenrith's_TransformationRally_for_the_Throne
188GingerbruteThe_Cauldron_of_EternityEdgewall_InnkeeperCastle_VantressGilded_GooseTurn_into_a_PumpkinJousting_DummyWildborn_PreserverSyr_Elenora_the_DiscerningFaerie_VandalMistford_River_TurtleMoonlit_ScavengersWildwood_TrackerGlass_CasketCauldron's_Gift
189Locthwain_GargoyleGingerbread_CabinOathsworn_KnightWishful_MerfolkOutlaws'_MerrimentOnce_and_FutureOutflankWicked_WolfMalevolent_NobleWishful_MerfolkSorcerer's_BroomJousting_DummyBartered_CowReturn_of_the_WildspeakerSorcerous_Spyglass
190Revenge_of_RavensCastle_VantressGarenbrig_CarverGiant_KillerRevenge_of_RavensScalding_CauldronAll_That_GlittersShepherd_of_the_FlockStolen_by_the_FaeFortifying_ProvisionsClackbridge_TrollWolf's_QuarryOptDwarven_MineSyr_Faren_the_Hengehammer
191Lonesome_UnicornDeafening_SilenceThe_Great_HengeYouthful_KnightRobber_of_the_RichCharmed_SleepForever_YoungThe_Circle_of_LoyaltyShepherd_of_the_FlockWitching_WellWicked_GuardianDwarven_MineBurning-Yard_TrainerMaraleaf_RiderGingerbrute
192Reaper_of_NightKenrith's_TransformationMerchant_of_the_ValeWeaselback_RedcapWitch's_VengeanceOakhame_RangerSignpost_ScarecrowSorcerer's_BroomWitch's_OvenFaerie_GuidemotherSpecter's_ShriekFell_the_PheasantJoustOutflankReturn_of_the_Wildspeaker
193Bake_into_a_PieSignpost_ScarecrowEmbereth_ShieldbreakerShining_ArmorBog_NaughtyUnexplained_VisionKenrith's_TransformationWorthy_KnightCharmed_SleepGarenbrig_PaladinFerocity_of_the_WildsCastle_GarenbrigMerchant_of_the_ValeOnce_and_FutureShinechaser
194EmbercleaveFaerie_VandalReaper_of_NightSilverflame_RitualSpecter's_ShriekOutlaws'_MerrimentClaim_the_FirstbornFabled_PassageForeboding_FruitOptSteelgaze_GriffinThrill_of_PossibilityMystical_DisputeWolf's_QuarryFeasting_Troll_King
195Murderous_RiderLash_of_ThornsMalevolent_NobleClaim_the_FirstbornFlaxen_IntruderMad_RatterVenerable_KnightSyr_Faren_the_HengehammerWitching_WellSyr_Elenora_the_DiscerningTome_RaiderGingerbread_CabinWeapon_RackShining_ArmorRighteousness
196Epic_DownfallCastle_GarenbrigWicked_GuardianThe_Cauldron_of_EternityWitch's_OvenDance_of_the_ManseReaper_of_NightWishclaw_TalismanWitch's_VengeanceQueen_of_IceFestive_FuneralGiant_OpportunityEmbereth_ShieldbreakerEmbereth_ShieldbreakerCastle_Locthwain
197Order_of_MidnightMalevolent_NobleBeanstalk_GiantEmbereth_PaladinThe_Magic_MirrorLonesome_UnicornCurious_PairWitch's_VengeancePiper_of_the_SwarmRun_Away_TogetherMoonlit_ScavengersFervent_ChampionCharmed_SleepOgre_ErrantWicked_Wolf
198FlingTome_RaiderRosethorn_AcolyteOptReturn_of_the_WildspeakerImprobable_AllianceCauldron's_GiftFeasting_Troll_KingTome_RaiderMantle_of_TidesEpic_DownfallSo_TinyKnight_of_the_KeepJoustThe_Cauldron_of_Eternity
199Fortifying_ProvisionsLochmere_SerpentSyr_Faren_the_HengehammerMystical_DisputeWicked_WolfMerchant_of_the_ValeInquisitive_PuppetQuesting_BeastOathsworn_KnightOakhame_AdversaryBrimstone_TrebuchetOverwhelmed_ApprenticeSyr_Elenora_the_DiscerningSporecap_SpiderThe_Great_Henge
200Mad_RatterVantress_PaladinRedcap_RaidersHarmonious_ArchonThe_Royal_ScionsBrimstone_TrebuchetGarenbrig_CarverOrder_of_MidnightAcclaimed_ContenderAnimating_FaerieRedcap_RaidersReturn_to_NatureAll_That_GlittersCurious_PairLovestruck_Beast
201Claim_the_FirstbornUnexplained_VisionWicked_WolfSpecter's_ShriekSavvy_HunterRally_for_the_ThroneWeapon_RackSyr_Konrad_the_GrimOko_Thief_of_CrownsGiant_KillerInquisitive_PuppetGolden_EggDidn't_Say_PleaseLovestruck_BeastRosethorn_Halberd
202Witch's_CottageRoving_KeepFeasting_Troll_KingInto_the_StoryDance_of_the_ManseBonecrusher_GiantOnce_and_FutureLucky_CloverShining_ArmorBeloved_PrincessLost_LegionOnce_Upon_a_TimeOverwhelmed_ApprenticeSundering_StrokeSavvy_Hunter
203Foreboding_FruitRosethorn_AcolyteSeven_DwarvesCastle_EmberethCastle_LocthwainSpinning_WheelIdyllic_GrangeRampart_SmasherClackbridge_TrollMistford_River_TurtleTurn_into_a_PumpkinRoving_KeepLonesome_UnicornBonecrusher_GiantIrencrag_Feat
204Bonecrusher_GiantWishclaw_TalismanForever_YoungRealm-Cloaked_GiantEdgewall_InnkeeperDwarven_MineWitch's_CottageBrazen_BorrowerMoonlit_ScavengersTall_as_a_BeanstalkEmbereth_PaladinFolio_of_FanciesFortifying_ProvisionsInsatiable_AppetiteCastle_Embereth
205Deafening_SilenceThe_Great_HengeForeboding_FruitMystic_SanctuaryBonecrusher_GiantSyr_Elenora_the_DiscerningOnce_Upon_a_TimeMerfolk_SecretkeeperGlass_CasketGilded_GooseSyr_Elenora_the_DiscerningEmbercleaveFlutterfoxWildwood_TrackerSyr_Alin_the_Lion's_Claw
206Harmonious_ArchonReaper_of_NightSundering_StrokeWandermareImprobable_AllianceArchon_of_AbsolutionGiant_OpportunityThe_Great_HengeTempting_WitchSyr_Alin_the_Lion's_ClawWishclaw_TalismanCrystal_SlipperTrue_Love's_KissImprobable_AllianceDoom_Foretold
207Faerie_GuidemotherTuinvale_TreefolkRankle_Master_of_PranksEye_CollectorIrencrag_FeatAcclaimed_ContenderSporecap_SpiderFlutterfoxSo_TinySo_TinyAnimating_FaerieMidnight_ClockFrogifyOutlaws'_MerrimentWildborn_Preserver
208Dance_of_the_ManseIrencrag_PyromancerRedcap_MeleeThrill_of_PossibilitySage_of_the_FallsFires_of_InventionGarenbrig_SquireDrown_in_the_LochArdenvale_PaladinIdyllic_GrangeProphet_of_the_PeakSignpost_ScarecrowMistford_River_TurtleWildborn_PreserverMysterious_Pathlighter
209Glass_CasketDoom_ForetoldKeeper_of_FablesDeafening_SilenceDidn't_Say_PleaseBartered_CowSilverflame_RitualMurderous_RiderQueen_of_IceKeeper_of_FablesRaging_RedcapProphet_of_the_PeakOutflankFortifying_ProvisionsRampart_Smasher
210Skullknocker_OgreClackbridge_TrollGrumgully_the_GenerousSorcerous_SpyglassRankle_Master_of_PranksGrumgully_the_GenerousBlow_Your_House_DownMirrormadeLocthwain_PaladinYouthful_KnightMantle_of_TidesMirrormadeSilverflame_RitualArdenvale_TacticianFlaxen_Intruder
211Beloved_PrincessSage_of_the_FallsLocthwain_PaladinKnight_of_the_KeepMerfolk_SecretkeeperPrized_GriffinGiant's_SkewerTrapped_in_the_TowerFaerie_GuidemotherOko_Thief_of_CrownsLash_of_ThornsRun_Away_TogetherEmbercleaveDeathless_KnightOnce_Upon_a_Time
212Clackbridge_TrollInsatiable_AppetiteQuesting_BeastCastle_ArdenvaleVantress_GargoyleIdyllic_GrangeLocthwain_GargoyleAyara_First_of_LocthwainVenerable_KnightDidn't_Say_PleaseForeboding_FruitBeanstalk_GiantWishful_MerfolkScorching_DragonfireHarmonious_Archon
213Eye_CollectorDrown_in_the_LochOakhame_AdversaryRighteousnessMirrormadeSlaying_FireMaraleaf_RiderClackbridge_TrollGolden_EggFrogifyCrystal_SlipperEmbereth_PaladinShining_ArmorVenerable_KnightCharming_Prince
214Opportunistic_DragonRosethorn_HalberdRaging_RedcapHappily_Ever_AfterInto_the_StoryStolen_by_the_FaeTuinvale_TreefolkCharming_PrinceTournament_GroundsTome_RaiderCrashing_DrawbridgeMantle_of_TidesShinechaserTrapped_in_the_TowerFires_of_Invention
215Charming_PrinceThe_Royal_ScionsLost_LegionArdenvale_PaladinFrogifyDeafening_SilenceOko_Thief_of_CrownsLovestruck_BeastHypnotic_SpriteGingerbread_CabinGiant's_SkewerRosethorn_AcolyteDwarven_MineFierce_WitchstalkerVenerable_Knight
216Rally_for_the_ThroneMistford_River_TurtleGarenbrig_PaladinTournament_GroundsSteelclaw_LanceFireborn_KnightWildwood_TrackerStonecoil_SerpentYouthful_KnightTrail_of_CrumbsBlow_Your_House_DownCrashing_DrawbridgeStolen_by_the_FaeLinden_the_Steadfast_QueenHeraldic_Banner
217Torbran_Thane_of_Red_FellMystic_SanctuaryBarrow_WitchesResolute_RiderMad_RatterMysterious_PathlighterRosethorn_HalberdPiper_of_the_SwarmLost_LegionArdenvale_TacticianBarge_InSeven_DwarvesLucky_CloverRally_for_the_ThroneRankle_Master_of_Pranks
218Ferocity_of_the_WildsWitch's_CottageJoustLochmere_SerpentFaerie_VandalEmbereth_ShieldbreakerRoving_KeepReturn_of_the_WildspeakerMaraleaf_PixieHypnotic_SpriteJoustCorridor_MonitorRun_Away_TogetherMerchant_of_the_ValeCastle_Ardenvale
219Redcap_RaidersFestive_FuneralOgre_ErrantDoom_ForetoldWildborn_PreserverGiant_KillerFestive_FuneralResolute_RiderTurn_into_a_PumpkinWolf's_QuarryRoving_KeepTrail_of_CrumbsOgre_ErrantIdyllic_GrangeSmitten_Swordmaster
220Silverflame_SquireHappily_Ever_AfterDeathless_KnightLoch_DragonCastle_VantressIrencrag_PyromancerDoom_ForetoldScalding_CauldronSilverflame_SquireOakhame_RangerTournament_GroundsInquisitive_PuppetClaim_the_FirstbornGilded_GooseMaraleaf_Pixie
221Realm-Cloaked_GiantGarenbrig_CarverElite_HeadhunterMirrormadeFires_of_InventionMoonlit_ScavengersGingerbread_CabinEpic_DownfallBarrow_WitchesWildborn_PreserverAyara_First_of_LocthwainWeapon_RackHypnotic_SpriteSyr_Alin_the_Lion's_ClawMurderous_Rider
222Mysterious_PathlighterEye_CollectorPiper_of_the_SwarmBrimstone_TrebuchetOverwhelmed_ApprenticeRampart_SmasherIrencrag_FeatGarruk_Cursed_HuntsmanLonesome_UnicornGlass_CasketBurning-Yard_TrainerWitching_WellArdenvale_TacticianThrill_of_PossibilityLocthwain_Paladin
223Redcap_MeleeReturn_to_NatureBrimstone_TrebuchetWintermoor_CommanderFolio_of_FanciesFae_of_WishesWishclaw_TalismanLinden_the_Steadfast_QueenFaerie_VandalPrized_GriffinVantress_PaladinTuinvale_TreefolkVantress_PaladinTrail_of_CrumbsEmbercleave
224Ayara_First_of_LocthwainYorvo_Lord_of_GarenbrigBelle_of_the_BrawlTorbran_Thane_of_Red_FellTurn_into_a_PumpkinSearing_BarrageFortifying_ProvisionsClockwork_ServantSteelclaw_LanceVantress_PaladinWeaselback_RedcapAnimating_FaerieTome_RaiderYouthful_KnightCastle_Garenbrig
225Trapped_in_the_TowerSporecap_SpiderClackbridge_TrollFaeburrow_ElderRedcap_MeleeEmry_Lurker_of_the_LochSorcerous_SpyglassAnimating_FaerieTrapped_in_the_TowerMaraleaf_RiderRankle_Master_of_PranksWitch's_OvenShepherd_of_the_FlockThe_Great_HengeTournament_Grounds
226Bartered_CowOptRevenge_of_RavensMad_RatterGadwick_the_WizenedTorbran_Thane_of_Red_FellArdenvale_PaladinOakhame_RangerBog_NaughtyWildwood_TrackerLocthwain_GargoyleFeasting_Troll_KingBrazen_BorrowerMad_RatterAll_That_Glitters
227Shambling_SuitMemory_TheftBlacklance_ParagonHushbringerFae_of_WishesSyr_Carah_the_BoldBartered_CowYorvo_Lord_of_GarenbrigInspiring_VeteranSilverflame_RitualTempting_WitchBrimstone_TrebuchetFlingGiant_KillerThe_Circle_of_Loyalty
228Wicked_GuardianMantle_of_TidesTorbran_Thane_of_Red_FellIrencrag_FeatStolen_by_the_FaeJoustInsatiable_AppetiteDeathless_KnightLucky_CloverOutmuscleOgre_ErrantLocthwain_GargoyleSkullknocker_OgreQuesting_BeastBlacklance_Paragon
229Resolute_RiderWildwood_TrackerSmitten_SwordmasterVenerable_KnightHypnotic_SpriteEnchanted_CarriageCastle_GarenbrigArchon_of_AbsolutionReave_SoulGingerbruteStormfist_CrusaderMerchant_of_the_ValeArcanist's_OwlEmbercleaveWandermare
230All_That_GlittersWolf's_QuarryFierce_WitchstalkerVantress_GargoyleDoom_ForetoldCharming_PrinceEye_CollectorGlass_CasketBlacklance_ParagonRosethorn_HalberdLocthwain_PaladinFlaxen_IntruderSteelgaze_GriffinHarmonious_ArchonWorthy_Knight
231Witch's_OvenCauldron's_GiftFoulmire_KnightDidn't_Say_PleaseIrencrag_PyromancerTrapped_in_the_TowerShining_ArmorStolen_by_the_FaeWorthy_KnightGiant_OpportunityBarrow_WitchesGarenbrig_CarverMantle_of_TidesSyr_Carah_the_BoldHushbringer
232Wishclaw_TalismanThe_Magic_MirrorRimrock_KnightDrown_in_the_LochShinechaserScorching_DragonfireFlaxen_IntruderVantress_GargoyleSyr_Konrad_the_GrimBrazen_BorrowerWeapon_RackThe_Royal_ScionsBeloved_PrincessSlaying_FireOathsworn_Knight
233Castle_LocthwainFell_the_PheasantBonecrusher_GiantFires_of_InventionPiper_of_the_SwarmSage_of_the_FallsTrue_Love's_KissMidnight_ClockEpic_DownfallQuesting_BeastCorridor_MonitorCurious_PairFaerie_VandalGingerbread_CabinBelle_of_the_Brawl
234Shepherd_of_the_FlockFlaxen_IntruderEmbercleaveFervent_ChampionSkullknocker_OgreCastle_EmberethMaraleaf_PixieFolio_of_FanciesCovetous_UrgeTrapped_in_the_TowerWitch's_CottageOko_Thief_of_CrownsBlow_Your_House_DownYorvo_Lord_of_GarenbrigGarruk_Cursed_Huntsman
235ShinechaserWishful_MerfolkSyr_Carah_the_BoldThe_Magic_MirrorClaim_the_FirstbornIrencrag_FeatRighteousnessGadwick_the_WizenedBake_into_a_PieFeasting_Troll_KingMalevolent_NobleGingerbruteFaerie_GuidemotherBloodhaze_WolverineFaeburrow_Elder
236Dwarven_MineTall_as_a_BeanstalkOrder_of_MidnightThe_Royal_ScionsEscape_to_the_WildsWandermareBeloved_PrincessRankle_Master_of_PranksAnimating_FaerieCharmed_SleepSteelclaw_LanceThunderous_SnapperEmbereth_PaladinAcclaimed_ContenderWintermoor_Commander
237Archon_of_AbsolutionSpecter's_ShriekSearing_BarrageFireborn_KnightDrown_in_the_LochMaraleaf_PixieLash_of_ThornsThunderous_SnapperSyr_Alin_the_Lion's_ClawInsatiable_AppetiteBlacklance_ParagonSorcerer's_BroomMysterious_PathlighterThe_Circle_of_LoyaltyFervent_Champion
238Bog_NaughtyFaeburrow_ElderOutmuscleOverwhelmed_ApprenticeMystical_DisputeOpportunistic_DragonMemory_TheftGiant_KillerBelle_of_the_BrawlLinden_the_Steadfast_QueenJousting_DummyMerfolk_SecretkeeperCrystal_SlipperGiant_OpportunitySteelclaw_Lance
239Malevolent_NobleWicked_GuardianEpic_DownfallLinden_the_Steadfast_QueenFerocity_of_the_WildsCastle_VantressKnight_of_the_KeepDance_of_the_ManseWintermoor_CommanderRealm-Cloaked_GiantDwarven_MineShambling_SuitBloodhaze_WolverineFeasting_Troll_KingDeathless_Knight
240FlutterfoxGarenbrig_SquireOpportunistic_DragonImprobable_AllianceGiant_OpportunityHappily_Ever_AfterWolf's_QuarryShinechaserArdenvale_TacticianShinechaserSignpost_ScarecrowImprobable_AllianceFerocity_of_the_WildsSyr_Faren_the_HengehammerYorvo_Lord_of_Garenbrig
241Tempting_WitchSteelgaze_GriffinMurderous_RiderAcclaimed_ContenderCauldron_FamiliarMidnight_ClockFell_the_PheasantHarmonious_ArchonFoulmire_KnightFierce_WitchstalkerBelle_of_the_BrawlLucky_CloverQueen_of_IceRedcap_MeleeOakhame_Ranger
242Cauldron_FamiliarSavvy_HunterSlaying_FireThe_Circle_of_LoyaltyTrail_of_CrumbsRealm-Cloaked_GiantTall_as_a_BeanstalkHenge_WalkerMysterious_PathlighterWicked_WolfOathsworn_KnightTorbran_Thane_of_Red_FellSilverflame_SquireInspiring_VeteranAcclaimed_Contender
243Rankle_Master_of_PranksCovetous_UrgeSyr_Konrad_the_GrimMerfolk_SecretkeeperGrumgully_the_GenerousRedcap_MeleeReturn_to_NatureLochmere_SerpentThe_Circle_of_LoyaltyThunderous_SnapperEmry_Lurker_of_the_LochMad_RatterRaging_RedcapWicked_WolfSeven_Dwarves
244Sorcerer's_BroomDeathless_KnightReave_SoulWorthy_KnightBrazen_BorrowerCastle_ArdenvaleHappily_Ever_AfterRealm-Cloaked_GiantMurderous_RiderHarmonious_ArchonLoch_DragonEdgewall_InnkeeperBarge_InFireborn_KnightLinden_the_Steadfast_Queen
245Fireborn_KnightImprobable_AllianceRampart_SmasherFolio_of_FanciesWishclaw_TalismanFaeburrow_ElderTournament_GroundsCovetous_UrgeResolute_RiderArchon_of_AbsolutionShambling_SuitIrencrag_PyromancerWeaselback_RedcapWorthy_KnightElite_Headhunter
246Piper_of_the_SwarmWandermareScorching_DragonfireOutlaws'_MerrimentStormfist_CrusaderSundering_StrokeSpecter's_ShriekShambling_SuitOrder_of_MidnightFlutterfoxHenge_WalkerEmry_Lurker_of_the_LochRedcap_RaidersRampart_SmasherResolute_Rider
247Seven_DwarvesAyara_First_of_LocthwainBake_into_a_PieIrencrag_PyromancerMaraleaf_PixieSeven_DwarvesInspiring_VeteranEmry_Lurker_of_the_LochSmitten_SwordmasterSeven_DwarvesCovetous_UrgeRampart_SmasherRimrock_KnightOakhame_RangerAyara_First_of_Locthwain
248Elite_HeadhunterGarruk_Cursed_HuntsmanGarruk_Cursed_HuntsmanInspiring_VeteranOko_Thief_of_CrownsEscape_to_the_WildsDeafening_SilenceArcanist's_OwlArcanist's_OwlArcanist's_OwlElite_HeadhunterLoch_DragonLoch_DragonIrencrag_PyromancerStormfist_Crusader

Third Prior: Staying Open Decays over Time

Ben Stark’s article, Drafting the Hard Way (also discussed in his course here), is considered to be one of the most influential and fundamental pieces of Limited theory. It can't be summarized by an easily actionable heuristic like “take removal highly”. It’s a philosophy that describes draft navigation agnostic of format. It’s a card evaluation framework that embeds format context alongside staying open to greatly increase the probability that the drafter ends up in the proper archetype for their seat.

The math described in the previous section is good for teaching the bot how to commit to an archetype, but in consequence that leads to marrying early picks a high percentage of the time. Because of this, I updated my math with a learned function to simulate the concept of “Drafting the Hard Way.” 

As always, discerning how to introduce math corresponding to an abstract concept is no easy feat. I knew that a function representing how to stay open would decay, as eventually a drafter is required to solidify into an archetype. But where would this decaying factor  — let’s call it λt where t is the current pick of the draft — fit into the math?

After spending some time thinking, I decided to model “Drafting the Hard Way” as a smoothing function over archetypal bias that decays over time. What this means is that, at Pack 1 Pick 2, there is still a strong bias towards every archetype even if the first pick was a fantastic red card. There is still, by definition, a larger bias towards red, but this math minimizes the delta between the value of red cards and other cards at Pack 1 Pick 2. Thereby the math describing how the bot picks cards is altered in the following way:

Decaying archetypal bias over time


Effectively this is like simulating a draft pool with good cards in every archetype. The best card in any archetype is represented with a matrix weight between 1 and 1.2, with planeswalkers as exceptions (The Royal Scions, Garruk, and Oko are between 1.6 and 1.8). It's important to note that this is learned without a representation of card type. The planeswalkers jumped to the top because people take them so highly. If The Scarab God — one of the best Draft cards of all time — was in the format, it would also have a comparably high weight.

Hence, when λt > 1, the bot is behaving as if it had at least one of the best cards in every archetype. This clearly demonstrates that, for the first couple picks, the bot takes the best cards out of the pack. However, it’s not until the beginning of Pack 2 where this smoothing function decays under 1, which means the bot should be able to switch colors if necessary up until that point.

To demonstrate this, here are two draft logs where the bot pivots into the open archetype even though it started with extremely strong cards outside of it:

  1. First picks Oko, but drafts Orzhov
  2. Fully pivots off of Sultai cards into Boros, the open archetype

This begs the question: “how do I know that the bot wouldn’t be able to pivot without this logic”? To test this, I trained two versions of the bot, one with λt and one without. The difference is so much larger than I expected!

In both drafts above, the bot without the structure for drafting the hard way can’t deviate when necessary. It picks Tuinvale Treefolk over Ardenvale Tactician Pack 1 Pick 3 in the draft starting with Oko, Thief of Crowns. I could see taking So Tiny, but this just goes to show the issue without the staying open logic as Garenbrig Paladin must have added too much to Oko’s green bias without the smoothing function.

In the other draft, the simpler bot takes Locthwain Paladin over Inspiring Veteran Pack 1 Pick 5, which I believe is an egregious pick, but I guess makes sense if there’s no way to fight the bias from the other cards in the pool. 

If these were the only examples I gave, it would look like I cherry-picked them to illustrate my point. So, I created a table with 8 copies of the staying open bot, and a separate table with 8 copies of the simpler bot. I then simulated 5,000 full-table drafts, and gave the different tables of bots the identical simulated drafts to see what the different bots would do. It’s not a perfect exploration of the delta between these bots, but given how stark the difference is, I believe it is sufficient.

The bot with this learned decaying smoothing function could cast the card it first picked 64% of the time. The bot without it could cast the card it first picked 77% of the time. And, in the data they were trained on, the humans could cast their first pick 81% of the time.

I believe that an overwhelming majority of expert drafters would agree that both 81%, and even 77%, are much higher than optimal, and that my bot represents closer to the ideal percentage. However, it’s a very common mistake in less experienced players, and so it’s not surprising that the training dataset has this quality.

The fact that the model learned a decaying structure that both myself and Ben Stark believe properly represents this fundamental draft philosophy and this version of the model can largely deviate from the mistakes in the dataset using this technique is truly amazing. Furthermore, this demonstrates that introducing priors according to the fundamentals ofl limited theory into the math that governs draft AI is a fruitful pursuit, and I will continue to explore these types of structures and complexities!

How Well Did it Do?

Average bot accuracy by pick number

Bot pick accuracy % by pick number

The above plot demonstrates my algorithm’s ability to successfully predict what a human would pick given a draft pool and a pack of options. The blue line is the accuracy of the bot defined as the percentage of picks in the dataset at a given time where the bot would have taken the same card as the human (e.g. Pack 1 Pick 1 = 70%). The orange line represents that accuracy inflated by counting the bot’s second choice as well.

This yields an average accuracy of 63%, and that increases to 83% when considering the second pick. I believe this performance is sufficiently good because it’s unlikely the entire population of people in the dataset abide by the same rules. Many will disagree on picks, and hence it is likely impossible for any agent to achieve accuracy above some threshold.

While I do believe that there’s lots of room for improvement, I’m not certain how far away the upper-bound-threshold on performance is. Overall, I believe that this article was a sufficient demonstration that the algorithm I created is not only sufficient at draft navigation, but structured in a way such that we can analyze and understand how it works. I have achieved my initial goals I set out for, and am excited to take this to the next level in the near future as I improve it over the course of Theros Beyond Death!

Keep an eye on Draftsim soon for my next article when I'll have some very early Theros Beyond Death data to use in my model. And if this article sparked your technical interest, don't forget to check it out on Github!

As a final bonus for you, I was asked if I could show what an entire draft table would look like using my bot. Check it out below:

Follow Draftsim for awesome articles and set updates:

Add Comment

Your email address will not be published. Required fields are marked *