forked from External/mage
[MH2] added tokens and images download;
This commit is contained in:
parent
9624b27b3a
commit
6e26a8d7a6
20 changed files with 146 additions and 131 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue