forked from External/mage
[KHM] added tokens and download support;
This commit is contained in:
parent
abe65411b6
commit
f7bc745f10
50 changed files with 267 additions and 194 deletions
|
|
@ -5,6 +5,8 @@ import mage.abilities.keyword.ChangelingAbility;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
|
@ -17,7 +19,10 @@ public final class ShapeshifterBlueToken extends TokenImpl {
|
|||
color.setBlue(true);
|
||||
power = new MageInt(2);
|
||||
toughness = new MageInt(2);
|
||||
|
||||
addAbility(new ChangelingAbility());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("KHM");
|
||||
}
|
||||
|
||||
private ShapeshifterBlueToken(final ShapeshifterBlueToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue