oyachai / HearthSim

Generic Hearthstone game simulator
MIT License
316 stars 59 forks source link

Asymetrical Auras (5 cards) #107

Closed MrHen closed 5 years ago

MrHen commented 9 years ago

Some auras aren't really "undoable". These need a different system.

ReferenceCard(NEW1_029, Millhouse Manastorm, Minion, Classic, Legendary, 2, Neutral, <b>Battlecry:</b> Enemy spells cost (0) next turn., [Battlecry], 4, 4, null, true, null)
ReferenceCard(EX1_315, Summoning Portal, Minion, Classic, Common, 4, Warlock, Your minions cost (2) less, but not less than (1)., [Aura], 0, 4, null, true, null)
ReferenceCard(DS1_178, Tundra Rhino, Minion, Basic, Common, 5, Hunter, Your Beasts have <b>Charge</b>., null, 2, 5, null, true, Beast)
ReferenceCard(GVG_122, Wee Spellstopper, Minion, Goblins vs Gnomes, Epic, 4, Mage, Adjacent minions can't be targeted by spells or Hero Powers., [Aura], 2, 5, null, true, null)
ReferenceCard(FP1_030, Loatheb, Minion, Curse of Naxxramas, Legendary, 5, Neutral, <b>Battlecry:</b> Enemy spells cost (5) more next turn., [Battlecry], 5, 5, null, true, null)

The game doesn't classify all of these as Auras but we can still implement that way for now.