Getting card type in the getText() method?
I have implemented the Amplify keyword, however one minor detail is annoying me. I can't, for the life of me, figure out how to get the type(s) of the card in the getText method, is it possible to get it with just the Mode parameter?
As it is I have the text set up as follow:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each card you reveal in your hand.)
When it should be something like this:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each dragon card you reveal in your hand.)
If not, anybody has any insight as how I might be able to? Or should I go with something like:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each card you reveal that shares a type with it in your hand.)
As it is I have the text set up as follow:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each card you reveal in your hand.)
When it should be something like this:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each dragon card you reveal in your hand.)
If not, anybody has any insight as how I might be able to? Or should I go with something like:
Amplify3(As this enters the battlefield, put three +1/+1 counters on it for each card you reveal that shares a type with it in your hand.)