Skip to content

Commit

Permalink
add LOE DeathrattleSummonCardIds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zeier committed Nov 19, 2015
1 parent 8d689d1 commit 8d4d99e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Hearthstone Deck Tracker/Hearthstone/CardIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,20 @@ public class CardIds
// todo: Baron Rivendare
public static readonly Dictionary<string, int> DeathrattleSummonCardIds = new Dictionary<string, int>
{
{HearthDb.CardIds.Collectible.Druid.MountedRaptor, 1},
{HearthDb.CardIds.Collectible.Hunter.SavannahHighmane, 2},
{HearthDb.CardIds.Collectible.Rogue.Anubarak, 1},
{HearthDb.CardIds.Collectible.Warlock.Dreadsteed, 1},
{HearthDb.CardIds.Collectible.Warlock.Voidcaller, 1}, //false negative better than false positive
{HearthDb.CardIds.Collectible.Neutral.CairneBloodhoof, 1},
{HearthDb.CardIds.Collectible.Neutral.HarvestGolem, 1},
{HearthDb.CardIds.Collectible.Neutral.PilotedShredder, 1},
{HearthDb.CardIds.Collectible.Neutral.PilotedSkyGolem, 1},
{HearthDb.CardIds.Collectible.Neutral.SneedsOldShredder, 1},
{HearthDb.CardIds.Collectible.Neutral.HauntedCreeper, 2},
{HearthDb.CardIds.Collectible.Neutral.NerubianEgg, 1},
{HearthDb.CardIds.Collectible.Neutral.SludgeBelcher, 1}
{HearthDb.CardIds.Collectible.Neutral.SludgeBelcher, 1},
{HearthDb.CardIds.Collectible.Neutral.WobblingRunts, 3}
};

public static readonly Dictionary<string, string> HeroIdDict = new Dictionary<string, string>
Expand Down

0 comments on commit 8d4d99e

Please sign in to comment.