Skip to content

Commit

Permalink
chore: update card ids for Year of the Pegasus
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 19, 2024
1 parent 156b2d2 commit 82b54e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Hearthstone Deck Tracker/Hearthstone/CardIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public class Hunter : EnumerateMultiId<Hunter>
{
public static readonly MultiIdCard BaitAndSwitch = new MultiIdCard(Collectible.Hunter.BaitAndSwitch);
public static readonly MultiIdCard BearTrap = new MultiIdCard(Collectible.Hunter.BearTrap);
public static readonly MultiIdCard CatTrick = new MultiIdCard(Collectible.Hunter.CatTrick, Collectible.Hunter.CatTrickCore);
public static readonly MultiIdCard CatTrick = new MultiIdCard(Collectible.Hunter.CatTrick, Collectible.Hunter.CatTrickCorePlaceholder);
public static readonly MultiIdCard DartTrap = new MultiIdCard(Collectible.Hunter.DartTrap);
public static readonly MultiIdCard ExplosiveTrap = new MultiIdCard(Collectible.Hunter.ExplosiveTrap, Collectible.Hunter.ExplosiveTrapCore, Collectible.Hunter.ExplosiveTrapVanilla);
public static readonly MultiIdCard EmergencyManeuvers = new MultiIdCard(Collectible.Hunter.EmergencyManeuvers);
Expand All @@ -181,7 +181,7 @@ public class Hunter : EnumerateMultiId<Hunter>
public static readonly MultiIdCard SnakeTrap = new MultiIdCard(Collectible.Hunter.SnakeTrap, Collectible.Hunter.SnakeTrapCorePlaceholder, Collectible.Hunter.SnakeTrapVanilla);
public static readonly MultiIdCard Snipe = new MultiIdCard(Collectible.Hunter.SnipeExpert1, Collectible.Hunter.SnipeVanilla, Collectible.Hunter.SnipeWONDERS);
public static readonly MultiIdCard VenomstrikeTrap = new MultiIdCard(Collectible.Hunter.VenomstrikeTrapICECROWN, Collectible.Hunter.VenomstrikeTrapInvalid);
public static readonly MultiIdCard WanderingMonster = new MultiIdCard(Collectible.Hunter.WanderingMonster, Collectible.Hunter.WanderingMonsterCore);
public static readonly MultiIdCard WanderingMonster = new MultiIdCard(Collectible.Hunter.WanderingMonster, Collectible.Hunter.WanderingMonsterCorePlaceholder);
public static readonly MultiIdCard Zombeeees = new MultiIdCard(Collectible.Hunter.Zombeeees);
}

Expand Down Expand Up @@ -232,15 +232,15 @@ public class Paladin : EnumerateMultiId<Paladin>

public class Rogue : EnumerateMultiId<Rogue>
{
public static readonly MultiIdCard Ambush = new MultiIdCard(Collectible.Rogue.Ambush, Collectible.Rogue.AmbushCore);
public static readonly MultiIdCard Ambush = new MultiIdCard(Collectible.Rogue.Ambush, Collectible.Rogue.AmbushCorePlaceholder);
public static readonly MultiIdCard Bamboozle = new MultiIdCard(Collectible.Rogue.Bamboozle);
public static readonly MultiIdCard CheatDeath = new MultiIdCard(Collectible.Rogue.CheatDeath, Collectible.Rogue.CheatDeathCore);
public static readonly MultiIdCard CheatDeath = new MultiIdCard(Collectible.Rogue.CheatDeath, Collectible.Rogue.CheatDeathCorePlaceholder);
public static readonly MultiIdCard DirtyTricks = new MultiIdCard(Collectible.Rogue.DirtyTricks);
public static readonly MultiIdCard DoubleCross = new MultiIdCard(Collectible.Rogue.DoubleCross);
public static readonly MultiIdCard Evasion = new MultiIdCard(Collectible.Rogue.Evasion);
public static readonly MultiIdCard Kidnap = new MultiIdCard(Collectible.Rogue.Kidnap);
public static readonly MultiIdCard Perjury = new MultiIdCard(Collectible.Rogue.Perjury);
public static readonly MultiIdCard Plagiarize = new MultiIdCard(Collectible.Rogue.Plagiarize, Collectible.Rogue.PlagiarizeCore);
public static readonly MultiIdCard Plagiarize = new MultiIdCard(Collectible.Rogue.Plagiarize, Collectible.Rogue.PlagiarizeCorePlaceholder);
public static readonly MultiIdCard ShadowClone = new MultiIdCard(Collectible.Rogue.ShadowClone);
public static readonly MultiIdCard Shenanigans = new MultiIdCard(Collectible.Rogue.Shenanigans);
public static readonly MultiIdCard StickySituation = new MultiIdCard(Collectible.Rogue.StickySituation);
Expand Down
10 changes: 5 additions & 5 deletions Hearthstone Deck Tracker/LogReader/Handlers/PowerHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
AddKnownCardId(gameState, NonCollectible.Neutral.SmugSenior_SpectralSeniorToken);
break;
case Collectible.Rogue.Plagiarize:
case Collectible.Rogue.PlagiarizeCore:
case Collectible.Rogue.PlagiarizeCorePlaceholder:
if (actionStartingEntity != null)
{
var player = actionStartingEntity.IsControlledBy(game.Player.Id) ? game.Opponent : game.Player;
Expand Down Expand Up @@ -664,7 +664,7 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
AddKnownCardId(gameState, NonCollectible.Neutral.TheDarkness_DarknessCandleToken, 3);
break;
case Collectible.Rogue.FaldoreiStrider:
case Collectible.Rogue.FaldoreiStriderCorePlaceholder:
case Collectible.Rogue.FaldoreiStriderCore:
AddKnownCardId(gameState, NonCollectible.Rogue.FaldoreiStrider_SpiderAmbushEnchantment, 3);
break;
case Collectible.Neutral.KingTogwaggle:
Expand Down Expand Up @@ -767,9 +767,9 @@ public void Handle(string logLine, IHsGameState gameState, IGame game)
AddKnownCardId(gameState, Collectible.Druid.LunarEclipse);
AddKnownCardId(gameState, Collectible.Druid.SolarEclipse);
break;
case Collectible.Druid.KiriChosenOfEluneCore:
AddKnownCardId(gameState, Collectible.Druid.LunarEclipseCore);
AddKnownCardId(gameState, Collectible.Druid.SolarEclipseCore);
case Collectible.Druid.KiriChosenOfEluneCorePlaceholder:
AddKnownCardId(gameState, Collectible.Druid.LunarEclipseCorePlaceholder);
AddKnownCardId(gameState, Collectible.Druid.SolarEclipseCorePlaceholder);
break;
case NonCollectible.Neutral.CThuntheShattered_EyeOfCthunToken:
case NonCollectible.Neutral.CThuntheShattered_HeartOfCthunToken:
Expand Down

0 comments on commit 82b54e2

Please sign in to comment.