demilich1 / metastone

Hearthstone simulator written in Java with full GUI support
GNU General Public License v2.0
132 stars 80 forks source link

Transform Specific Cards in Deck #372

Open jglagjglag opened 7 years ago

jglagjglag commented 7 years ago

Hello,

I am trying to create a spell that transforms all copies of a specific minion in your deck into copies of a different specific minion. Whether that means transforming the cards from your deck, or adding/removing cards from you deck (while keeping track of the number of cards removed, to add), I'm not sure. Could anyone give me some help? Thanks in advance.

webadict commented 7 years ago

There would need to be a CardFilter applied to the spell, which doesn't exist yet. But it will eventually