[MH2] added tokens and images download;

This commit is contained in:
Oleg Agafonov 2021-07-05 22:20:48 +04:00
parent 9624b27b3a
commit 6e26a8d7a6
20 changed files with 146 additions and 131 deletions

View file

@ -4,6 +4,8 @@ import mage.MageInt;
import mage.constants.CardType;
import mage.constants.SubType;
import java.util.Arrays;
/**
* @author TheElk801
*/
@ -16,6 +18,8 @@ public final class CrabToken extends TokenImpl {
subtype.add(SubType.CRAB);
power = new MageInt(0);
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("MH2");
}
public CrabToken(final CrabToken token) {