HearthSim / Hearthstone-Deck-Tracker

A deck tracker and deck manager for Hearthstone on Windows
https://hsreplay.net/downloads/
4.76k stars 1.12k forks source link

Reveal known cards in opponent hand. #2224

Open azeier opened 8 years ago

azeier commented 8 years ago

Show cards created in the opponent hand in a similar fashion as cards that were created in the deck.

There is a chance this can be done by parsing the card text, but at least some of the cards will require hardcoding it.

Specific cards:

Game state dependant:

Random collectibles:

Random misc:

Other:

culinko commented 8 years ago

Related: #961.

jleclanche commented 8 years ago

Looking over the fireplace implementations, this should be exhaustive (I didn't include adventure cards; also left out tavern brawl cards):

Specific cards:

Game state dependant:

Random collectibles:

Random misc:

Other:

jleclanche commented 8 years ago

Not included in this list: Tracking, Captain's Parrot.

jleclanche commented 8 years ago

Also not included: All the discover effects. Easy enough to add those.

jleclanche commented 8 years ago

Also tracking: Golden Monkey (Morph all in deck, CardType=MINION Rarity=LEGENDARY). For your own cards, you can already get all the IDs I think.

culinko commented 8 years ago

Also Headcrack is the same ID that was moved to graveyard, not a new entity (same as Malorne, Entomb). Not sure about Explorer's Hat. More created cards also here: https://github.com/HearthSim/hs-bugs/issues/375.

culinko commented 8 years ago

Note: Both friendly and opponent's Spellslinger and E.T.C. can add cards to opponent's hand.

cachirro commented 8 years ago

thanks for #2838, all good things to wait for