Rob Cashwalker wrote:I would suggest the CardList.getValidCards(String with target restrictions) (or something to that effect) that I included with the DestroyTgt syntax. That way you could target any combination of types or non-types, (like Creature.Zombie) based on the string parsed from the keyword.
`
Thank you, Rob.
I have looked at the DestroyTgt code and the CardList file. Looks interesting, I am still trying to figure out how to use the getValidCards() method. The spReturnGraveyardHandOther version of this keyword has not yet been started, but I think it would benefit.
spReturnGraveyardHandOther would be used fpr
Regrowth and similar cards. It will need to be able to return target:
any
artifact
enchantment
sorcery
permanent
multicolored
instant
green
card from your graveyard to your hand.
I have not yet started the spReturnGraveyardHandOther keyword version at this time. The spReturnGraveyardHandCreature keyword version is giving me problems. I have
Boggart Birth Rite working for the most part. Although I have not yet had any luck in adding cards with the keyword Changeling to the list of cards that we could return.
At some point I will either get it to work or not. I will then try to add the last two fields to this keyword so that it can be used with charm spells.