oyachai/HearthSim

Combo (10 cards)

Closed this issue · 2 comments

Combo has not been implemented yet and a whole bunch of cards need it:

ReferenceCard(EX1_133, Perdition's Blade, Weapon, Classic, Rare, 3, Rogue, <b>Battlecry:</b> Deal 1 damage. <b>Combo:</b> Deal 2 instead., [Battlecry, Combo], 2, null, 2, true)
ReferenceCard(EX1_131, Defias Ringleader, Minion, Classic, Common, 2, Rogue, <b>Combo:</b> Summon a 2/1 Defias Bandit., [Combo], 2, 2, null, true)
ReferenceCard(EX1_613, Edwin VanCleef, Minion, Classic, Legendary, 3, Rogue, <b>Combo:</b> Gain +2/+2 for each card played earlier this turn., [Combo], 2, 2, null, true)
ReferenceCard(NEW1_005, Kidnapper, Minion, Classic, Epic, 6, Rogue, <b>Combo:</b> Return a minion to its owner's hand., [Combo], 5, 3, null, true)
ReferenceCard(EX1_134, SI:7 Agent, Minion, Classic, Rare, 3, Rogue, <b>Combo:</b> Deal 2 damage., [Combo], 3, 3, null, true)
ReferenceCard(CS2_073, Cold Blood, Spell, Classic, Common, 1, Rogue, Give a minion +2 Attack. <b>Combo:</b> +4 Attack instead., [Combo], null, null, null, true)
ReferenceCard(EX1_124, Eviscerate, Spell, Classic, Common, 2, Rogue, Deal $2 damage. <b>Combo:</b> Deal $4 damage instead., [Combo], null, null, null, true)
ReferenceCard(EX1_137, Headcrack, Spell, Classic, Rare, 3, Rogue, Deal $2 damage to the enemy hero. <b>Combo:</b> Return this to your hand next turn., [Combo], null, null, null, true)
ReferenceCard(GVG_047, Sabotage, Spell, Goblins vs Gnomes, Epic, 4, Rogue, Destroy a random enemy minion. <b>Combo</b>: And your opponent's weapon., [Combo], null, null, null, true)
ReferenceCard(GVG_022, Tinker's Sharpsword Oil, Spell, Goblins vs Gnomes, Common, 4, Rogue, Give your weapon +3 Attack. <b>Combo:</b> Give a random friendly minion +3 Attack., [Combo], null, null, null, true)

I'm working on implementing the combo mechanics. It's almost done, so I expect to be able o push it in the next few days.

Left to do:

ReferenceCard(EX1_133, Perdition's Blade, Weapon, Classic, Rare, 3, Rogue, <b>Battlecry:</b> Deal 1 damage. <b>Combo:</b> Deal 2 instead., [Battlecry, Combo], 2, null, 2, true)
ReferenceCard(EX1_137, Headcrack, Spell, Classic, Rare, 3, Rogue, Deal $2 damage to the enemy hero. <b>Combo:</b> Return this to your hand next turn., [Combo], null, null, null, true)
ReferenceCard(GVG_047, Sabotage, Spell, Goblins vs Gnomes, Epic, 4, Rogue, Destroy a random enemy minion. <b>Combo</b>: And your opponent's weapon., [Combo], null, null, null, true)
ReferenceCard(GVG_022, Tinker's Sharpsword Oil, Spell, Goblins vs Gnomes, Common, 4, Rogue, Give your weapon +3 Attack. <b>Combo:</b> Give a random friendly minion +3 Attack., [Combo], null, null, null, true)