mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
commit
d581fddecf
6 changed files with 42 additions and 68 deletions
|
|
@ -37,7 +37,7 @@ import mage.MageInt;
|
|||
public class DinOfTheFireherdToken extends Token {
|
||||
|
||||
public DinOfTheFireherdToken() {
|
||||
super("", "5/5 black and red Elemental creature");
|
||||
super("Elemental", "5/5 black and red Elemental creature");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add("Elemental");
|
||||
color.setBlack(true);
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.MageInt;
|
|||
public class MysticGenesisOozeToken extends Token {
|
||||
|
||||
public MysticGenesisOozeToken() {
|
||||
this(1);
|
||||
this(0);
|
||||
}
|
||||
public MysticGenesisOozeToken(int xValue) {
|
||||
super("Ooze", "X/X green Ooze creature token");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SuperType;
|
|||
public class TuktukTheReturnedToken extends Token {
|
||||
|
||||
public TuktukTheReturnedToken() {
|
||||
this("ZEN");
|
||||
this("ROE");
|
||||
}
|
||||
|
||||
public TuktukTheReturnedToken(String setCode) {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,9 @@ import mage.abilities.keyword.DeathtouchAbility;
|
|||
*/
|
||||
public class Wurm1Token extends Token {
|
||||
|
||||
public Wurm1Token() {
|
||||
this("MBS");
|
||||
}
|
||||
public Wurm1Token(String setCode) {
|
||||
super("Wurm", "3/3 colorless Wurm artifact creature token with deathtouch");
|
||||
setOriginalExpansionSetCode(setCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue