Skip to content

Commit 713198c

Browse files
v35.0.0
1 parent 0d32e95 commit 713198c

28 files changed

+2595
-191
lines changed

HearthDb/CardIds.Collectible.Deathknight.cs

Lines changed: 123 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,78 @@ public partial class Collectible
77
{
88
public class Deathknight
99
{
10+
/// <summary>
11+
/// <b>Colossal +2</b>. When your hero would lose Health on your turn, gain that much max Health instead.<br/>
12+
/// 9-Cost 3/6 Dragon/Undead Minion
13+
/// </summary>
14+
public const string ArisenOnyxia = "CATA_155";
15+
16+
/// <summary>
17+
/// <b>Herald</b> {0}. Deal $4 damage to all enemy minions.<br/>
18+
/// 6-Cost Spell
19+
/// </summary>
20+
public const string ExperimentalAnimation = "CATA_156";
21+
22+
/// <summary>
23+
/// <b>Battlecry:</b> Give a minion in your hand or battlefield Attack equal to this minion's Attack.<br/>
24+
/// 3-Cost 3/3 Beast Minion
25+
/// </summary>
26+
public const string GruesomeNightmare = "CATA_161";
27+
28+
/// <summary>
29+
/// <b>Deathrattle:</b> Get a 2-Cost spell that deals this minion's Attack damage.<br/>
30+
/// 2-Cost 3/1 Dragon/Undead Minion
31+
/// </summary>
32+
public const string BlackwingExperiment = "CATA_464";
33+
34+
/// <summary>
35+
/// Summon five 5/4 Undead Drakes. Spend 8 <b>Corpses</b> to give them <b>Rush</b>.<br/>
36+
/// 8-Cost Spell
37+
/// </summary>
38+
public const string ChowDown = "CATA_465";
39+
40+
/// <summary>
41+
/// After your hero attacks, give a random friendly minion +2 Attack.<br/>
42+
/// 2-Cost Weapon
43+
/// </summary>
44+
public const string CommandClaw = "CATA_467";
45+
46+
/// <summary>
47+
/// <b>Rush</b> Whenever this attacks, refresh Mana Crystals equal to this minion's Attack.<br/>
48+
/// 4-Cost 2/5 Dragon/Undead Minion
49+
/// </summary>
50+
public const string ChromaticBroodmother = "CATA_469";
51+
1052
/// <summary>
1153
/// <b>Battlecry:</b> Craft a custom Undead Dragon. If you're holding a Dragon, reduce the Creation's Cost by (3).<br/>
1254
/// 4-Cost 4/4 Undead Minion
1355
/// </summary>
1456
public const string VictorNefarius = "CATA_470";
1557

58+
/// <summary>
59+
/// Give your minions "<b>Deathrattle:</b> Summon a random 4-Cost minion."<br/>
60+
/// 5-Cost Spell
61+
/// </summary>
62+
public const string TalanjisLastStand = "CATA_471";
63+
64+
/// <summary>
65+
/// <b>Lifesteal</b> <b>Battlecry:</b> <b>Herald</b> {0}.<br/>
66+
/// 4-Cost 2/5 Minion
67+
/// </summary>
68+
public const string ObsessiveTechnician = "CATA_780";
69+
70+
/// <summary>
71+
/// Deal $3 damage to two random enemy minions. Draw a card for each that dies.<br/>
72+
/// 4-Cost Spell
73+
/// </summary>
74+
public const string ConsumptionCorePlaceholder = "CORE_CATA_007";
75+
76+
/// <summary>
77+
/// <b>Freeze</b> a character. <b>Discover</b> a spell.<br/>
78+
/// 2-Cost Spell
79+
/// </summary>
80+
public const string DeathsAdvanceCorePlaceholder = "CORE_CATA_009";
81+
1682
/// <summary>
1783
/// Give a friendly Undead <b>Poisonous</b>.<br/>
1884
/// 2-Cost Spell
@@ -133,6 +199,18 @@ public class Deathknight
133199
/// </summary>
134200
public const string MarrowManipulatorCore = "CORE_RLK_505";
135201

202+
/// <summary>
203+
/// <b>Taunt</b> <b>Battlecry:</b> Raise up to 6 <b>Corpses</b> as 1/3 Risen Footmen with <b>Taunt</b>.<br/>
204+
/// 8-Cost 8/8 Undead Minion
205+
/// </summary>
206+
public const string BoneguardCommanderCorePlaceholder = "CORE_RLK_506";
207+
208+
/// <summary>
209+
/// <b>Battlecry:</b> For the rest of the game, deal 3 damage to your opponent at the end of your turns.<br/>
210+
/// 7-Cost 7/7 Undead Minion
211+
/// </summary>
212+
public const string AlexandrosMograineCorePlaceholder = "CORE_RLK_706";
213+
136214
/// <summary>
137215
/// Give all minions in your hand +1/+1. Spend 2 <b>Corpses</b> to give them +1/+1 more.<br/>
138216
/// 2-Cost Spell
@@ -157,6 +235,12 @@ public class Deathknight
157235
/// </summary>
158236
public const string MalignantHorrorCore = "CORE_RLK_745";
159237

238+
/// <summary>
239+
/// Spend up to 8 <b>Corpses</b> to summon a random minion of that Cost.<br/>
240+
/// 3-Cost Spell
241+
/// </summary>
242+
public const string CorpseFarmCorePlaceholder = "CORE_WW_374";
243+
160244
/// <summary>
161245
/// <b>Magnetic</b>, <b>Reborn</b> Can <b>Magnetize</b> to Mechs or Undead.<br/>
162246
/// 3-Cost 3/1 Mechanical Minion
@@ -339,7 +423,7 @@ public class Deathknight
339423

340424
/// <summary>
341425
/// <b><b>Spellburst</b>:</b> Trigger a random friendly minion's <b>Deathrattle</b>. <b>Starship Piece</b><br/>
342-
/// 3-Cost 3/2 Minion
426+
/// 2-Cost 3/2 Minion
343427
/// </summary>
344428
public const string GuidingFigure = "GDB_106";
345429

@@ -517,6 +601,24 @@ public class Deathknight
517601
/// </summary>
518602
public const string TheLichKing_InfiniteIngeHeroHeroSkins = "HERO_11as";
519603

604+
/// <summary>
605+
/// (No Text)<br/>
606+
/// 0-Cost Hero
607+
/// </summary>
608+
public const string TheLichKing_UndeadKatranaHeroHeroSkins = "HERO_11aw";
609+
610+
/// <summary>
611+
/// (No Text)<br/>
612+
/// 0-Cost Hero
613+
/// </summary>
614+
public const string TheLichKing_LordVictorNefariusHeroHeroSkins = "HERO_11ax";
615+
616+
/// <summary>
617+
/// (No Text)<br/>
618+
/// 0-Cost Hero
619+
/// </summary>
620+
public const string TheLichKing_BlackrockSheriffReskaHeroHeroSkins = "HERO_11ay";
621+
520622
/// <summary>
521623
/// (No Text)<br/>
522624
/// 0-Cost Hero
@@ -698,7 +800,7 @@ public class Deathknight
698800
public const string DeadAir = "JAM_008";
699801

700802
/// <summary>
701-
/// Deal $3 damage to a minion. If that kills it, gain a <b>Corpse</b>.<br/>
803+
/// Deal $3 damage to a minion. If it dies, gain a <b>Corpse</b>.<br/>
702804
/// 1-Cost Spell
703805
/// </summary>
704806
public const string HeartStrikeLegacy = "LEG_RLK_034";
@@ -733,6 +835,12 @@ public class Deathknight
733835
/// </summary>
734836
public const string NoxiousCadaverLegacy = "LEG_RLK_079";
735837

838+
/// <summary>
839+
/// <b>Taunt</b> <b>Deathrattle:</b> Return this to your hand. It costs Health instead of Mana.<br/>
840+
/// 5-Cost 4/6 Undead Minion
841+
/// </summary>
842+
public const string DeathbringerSaurfangCorePlaceholder = "LEG_RLK_082";
843+
736844
/// <summary>
737845
/// <b>Battlecry:</b> Raise ALL of your <b>Corpses</b> as 1/1 Risen Golems with <b>Rush</b>. For each that can't fit, give one +2/+2.<br/>
738846
/// 8-Cost 9/7 Undead Minion
@@ -787,6 +895,12 @@ public class Deathknight
787895
/// </summary>
788896
public const string RuneforgingLegacy = "LEG_RLK_715";
789897

898+
/// <summary>
899+
/// Costs (1) less for each <b>Corpse</b> you've spent this game.<br/>
900+
/// 9-Cost 8/8 Undead Minion
901+
/// </summary>
902+
public const string StitchedGiantCorePlaceholder = "LEG_RLK_744";
903+
790904
/// <summary>
791905
/// <b>Battlecry:</b> Summon two 2/1 Rime Elementals with "<b>Deathrattle:</b> Deal 2 damage to a random enemy."<br/>
792906
/// 5-Cost 4/3 Undead Minion
@@ -848,7 +962,7 @@ public class Deathknight
848962
public const string HowlingBlast = "RLK_015";
849963

850964
/// <summary>
851-
/// Deal $3 damage to a minion. If that kills it, summon a 2/2 Zombie with <b>Rush</b>.<br/>
965+
/// Deal $3 damage to a minion. If it dies, summon a 2/2 Zombiewith <b>Rush</b>.<br/>
852966
/// 2-Cost Spell
853967
/// </summary>
854968
public const string PlagueStrike = "RLK_018";
@@ -860,13 +974,13 @@ public class Deathknight
860974
public const string DeathStrikeCore = "RLK_024";
861975

862976
/// <summary>
863-
/// Deal $3 damage to a minion. If that kills it, <b>Discover</b> a Frost Rune card.<br/>
977+
/// Deal $3 damage to a minion. If it dies, <b>Discover</b> a Frost Rune card.<br/>
864978
/// 2-Cost Spell
865979
/// </summary>
866980
public const string FrostStrikeCore = "RLK_025";
867981

868982
/// <summary>
869-
/// Deal $3 damage to a minion. If that kills it, gain a <b>Corpse</b>.<br/>
983+
/// Deal $3 damage to a minion. If it dies, gain a <b>Corpse</b>.<br/>
870984
/// 1-Cost Spell
871985
/// </summary>
872986
public const string HeartStrikeCorePlaceholder = "RLK_034";
@@ -1419,7 +1533,7 @@ public class Deathknight
14191533

14201534
/// <summary>
14211535
/// Give all minions "<b>Deathrattle:</b> Deal 1 damage to all minions."<br/>
1422-
/// 3-Cost Spell
1536+
/// 2-Cost Spell
14231537
/// </summary>
14241538
public const string ThreadsOfDespair = "TOY_826";
14251539

@@ -1527,7 +1641,7 @@ public class Deathknight
15271641

15281642
/// <summary>
15291643
/// Deal $3 damage. Spend 3 <b>Corpses</b> to return this to your hand at the end of your turn.<br/>
1530-
/// 3-Cost Spell
1644+
/// 2-Cost Spell
15311645
/// </summary>
15321646
public const string Corpsicle = "VAC_427";
15331647

@@ -1539,7 +1653,7 @@ public class Deathknight
15391653

15401654
/// <summary>
15411655
/// Whenever you play a <b>Deathrattle</b> minion, give it <b>Reborn</b>.<br/>
1542-
/// 2-Cost 1/3 Undead/Pirate Minion
1656+
/// 2-Cost 1/4 Undead/Pirate Minion
15431657
/// </summary>
15441658
public const string BrittleboneBuccaneer = "VAC_436";
15451659

@@ -1563,7 +1677,7 @@ public class Deathknight
15631677

15641678
/// <summary>
15651679
/// <b>Rush</b> <b>Deathrattle:</b> Summon a 1/1 Dreadhound with <b>Reborn</b>.<br/>
1566-
/// 2-Cost 2/1 Pirate/Undead Minion
1680+
/// 2-Cost 2/2 Pirate/Undead Minion
15671681
/// </summary>
15681682
public const string DreadhoundHandler = "VAC_514";
15691683

0 commit comments

Comments
 (0)