mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed Token/TokenImpl imports and references
This commit is contained in:
parent
d4d8a04694
commit
3e32287f00
593 changed files with 778 additions and 780 deletions
|
|
@ -5,7 +5,7 @@ import mage.abilities.effects.ContinuousEffectImpl;
|
|||
import mage.constants.*;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
|
||||
public class CopyTokenEffect extends ContinuousEffectImpl {
|
||||
protected Token token;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.constants.Outcome;
|
|||
import mage.constants.Zone;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import mage.abilities.dynamicvalue.common.StaticValue;
|
|||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.constants.Outcome;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import mage.abilities.effects.OneShotEffect;
|
|||
import mage.constants.Outcome;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
import mage.players.Player;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import mage.constants.SubLayer;
|
|||
import mage.filter.FilterPermanent;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import mage.abilities.effects.ContinuousEffectImpl;
|
|||
import mage.constants.*;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
* @author jeffwadsworth
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import mage.abilities.effects.ContinuousEffectImpl;
|
|||
import mage.constants.*;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
* @author jeffwadsworth
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import mage.abilities.effects.ContinuousEffectImpl;
|
|||
import mage.constants.*;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import mage.abilities.effects.ContinuousEffectImpl;
|
|||
import mage.constants.*;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
import mage.target.Target;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import mage.constants.Zone;
|
|||
import mage.counters.CounterType;
|
||||
import mage.filter.common.FilterControlledLandPermanent;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
|
||||
import mage.target.Target;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
|
@ -158,7 +158,7 @@ public class AwakenAbility extends SpellAbility {
|
|||
|
||||
}
|
||||
|
||||
class AwakenElementalToken extends Token {
|
||||
class AwakenElementalToken extends TokenImpl {
|
||||
|
||||
public AwakenElementalToken() {
|
||||
super("", "0/0 Elemental creature with haste");
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import mage.MageObject;
|
|||
import mage.abilities.Ability;
|
||||
import mage.abilities.costs.mana.ManaCost;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.abilities.effects.common.CreateTokenEffect;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ATATToken extends Token {
|
||||
public class ATATToken extends TokenImpl {
|
||||
|
||||
public ATATToken() {
|
||||
super("AT-AT", "5/5 white artifact AT-AT creature tokens with \"When this creature dies, create two 1/1 white Trooper creature tokens.\"", 5, 5);
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AbhorrentOverlordHarpyToken extends Token {
|
||||
public class AbhorrentOverlordHarpyToken extends TokenImpl {
|
||||
|
||||
public AbhorrentOverlordHarpyToken() {
|
||||
super("Harpy", "1/1 black Harpy creature tokens with flying");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AerieWorshippersBirdToken extends Token {
|
||||
public class AerieWorshippersBirdToken extends TokenImpl {
|
||||
|
||||
public AerieWorshippersBirdToken() {
|
||||
super("Bird", "2/2 blue Bird enchantment creature token with flying");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.abilities.keyword.TrampleAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AkoumStonewakerElementalToken extends Token {
|
||||
public class AkoumStonewakerElementalToken extends TokenImpl {
|
||||
|
||||
public AkoumStonewakerElementalToken() {
|
||||
super("Elemental", "3/1 red Elemental creature token with trample and haste");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.HasteAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AkroanSoldierToken extends Token {
|
||||
public class AkroanSoldierToken extends TokenImpl {
|
||||
|
||||
public AkroanSoldierToken() {
|
||||
super("Soldier", "1/1 red Soldier creature token with haste");
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
public class AngelToken extends Token {
|
||||
public class AngelToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AnotherSpiritToken extends Token {
|
||||
public class AnotherSpiritToken extends TokenImpl {
|
||||
|
||||
public AnotherSpiritToken() {
|
||||
super("Spirit", "3/3 white Spirit creature token with flying");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AnthousaWarriorToken extends Token {
|
||||
public class AnthousaWarriorToken extends TokenImpl {
|
||||
|
||||
public AnthousaWarriorToken() {
|
||||
super("", "2/2 Warrior creatures");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ApeToken extends Token {
|
||||
public class ApeToken extends TokenImpl {
|
||||
|
||||
public ApeToken() {
|
||||
super("Ape", "2/2 green Ape creature token");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ArchitectOfTheUntamedBeastToken extends Token {
|
||||
public class ArchitectOfTheUntamedBeastToken extends TokenImpl {
|
||||
|
||||
public ArchitectOfTheUntamedBeastToken() {
|
||||
super("Beast", "6/6 colorless Beast artifact creature token");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.abilities.effects.common.LoseGameTargetPlayerEffect;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AssassinToken extends Token {
|
||||
public class AssassinToken extends TokenImpl {
|
||||
|
||||
public AssassinToken() {
|
||||
super("Assassin", "1/1 black Assassin creature tokens with \"Whenever this creature deals combat damage to a player, that player loses the game.\"");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AssemblyWorkerToken extends Token {
|
||||
public class AssemblyWorkerToken extends TokenImpl {
|
||||
|
||||
public AssemblyWorkerToken() {
|
||||
super("Assembly-Worker", "2/2 Assembly-Worker artifact creature");
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ import mage.players.Player;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class AvatarToken extends Token {
|
||||
public class AvatarToken extends TokenImpl {
|
||||
|
||||
public AvatarToken() {
|
||||
super("Avatar", "white Avatar creature token with \"This creature's power and toughness are each equal to your life total.\"");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.HasteAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BalduvianToken extends Token {
|
||||
public class BalduvianToken extends TokenImpl {
|
||||
|
||||
public BalduvianToken() {
|
||||
super("Graveborn", "3/1 black and red Graveborn creature token with haste");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BaruFistOfKrosaToken extends Token {
|
||||
public class BaruFistOfKrosaToken extends TokenImpl {
|
||||
|
||||
public BaruFistOfKrosaToken() {
|
||||
this(1);
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
public class BatToken extends Token {
|
||||
public class BatToken extends TokenImpl {
|
||||
|
||||
public BatToken() {
|
||||
super("Bat", "1/1 black Bat creature token with flying");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class BearToken extends Token {
|
||||
public class BearToken extends TokenImpl {
|
||||
|
||||
public BearToken() {
|
||||
super("Bear", "2/2 green Bear creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BearsCompanionBearToken extends Token {
|
||||
public class BearsCompanionBearToken extends TokenImpl {
|
||||
|
||||
public BearsCompanionBearToken() {
|
||||
super("Bear", "4/4 green Bear creature token");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class BeastToken extends Token {
|
||||
public class BeastToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class BeastToken2 extends Token {
|
||||
public class BeastToken2 extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class BeastToken3 extends Token {
|
||||
public class BeastToken3 extends TokenImpl {
|
||||
|
||||
public BeastToken3() {
|
||||
this(null, 0);
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BeckonApparitionToken extends Token {
|
||||
public class BeckonApparitionToken extends TokenImpl {
|
||||
|
||||
public BeckonApparitionToken() {
|
||||
super("Spirit", "1/1 white and black Spirit creature token with flying");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BirdSoldierToken extends Token {
|
||||
public class BirdSoldierToken extends TokenImpl {
|
||||
|
||||
public BirdSoldierToken() {
|
||||
super("Bird Soldier", "1/1 white Bird Soldier creature with flying");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class BirdToken extends Token {
|
||||
public class BirdToken extends TokenImpl {
|
||||
|
||||
public BirdToken() {
|
||||
super("Bird", "1/1 white Bird creature token with flying");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BoarToken extends Token {
|
||||
public class BoarToken extends TokenImpl {
|
||||
|
||||
public BoarToken() {
|
||||
super("Boar", "3/3 green Boar creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BrainiacToken extends Token {
|
||||
public class BrainiacToken extends TokenImpl {
|
||||
|
||||
public BrainiacToken() {
|
||||
super("Brainiac", "1/1 red Brainiac creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BreedingPitThrullToken extends Token {
|
||||
public class BreedingPitThrullToken extends TokenImpl {
|
||||
|
||||
public BreedingPitThrullToken() {
|
||||
super("Thrull", "0/1 black Thrull creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj & L_J
|
||||
*/
|
||||
public class BrokenVisageSpiritToken extends Token {
|
||||
public class BrokenVisageSpiritToken extends TokenImpl {
|
||||
|
||||
public BrokenVisageSpiritToken() {
|
||||
this(0,0);
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import mage.constants.Zone;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class BroodKeeperDragonToken extends Token {
|
||||
public class BroodKeeperDragonToken extends TokenImpl {
|
||||
|
||||
public BroodKeeperDragonToken() {
|
||||
super("Dragon", "2/2 red Dragon creature token with flying. It has \"{R}: This creature gets +1/+0 until end of turn.\"");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ButterflyToken extends Token {
|
||||
public class ButterflyToken extends TokenImpl {
|
||||
|
||||
public ButterflyToken() {
|
||||
super("Butterfly", "1/1 green Insect creature token with flying named Butterfly");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CallTheSkyBreakerElementalToken extends Token {
|
||||
public class CallTheSkyBreakerElementalToken extends TokenImpl {
|
||||
|
||||
public CallTheSkyBreakerElementalToken() {
|
||||
super("Elemental", "5/5 blue and red Elemental creature token with flying");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CamaridToken extends Token {
|
||||
public class CamaridToken extends TokenImpl {
|
||||
|
||||
public CamaridToken() {
|
||||
super("Camarid", "1/1 blue Camarid creature tokens");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CaribouToken extends Token {
|
||||
public class CaribouToken extends TokenImpl {
|
||||
|
||||
public CaribouToken() {
|
||||
super("Caribou", "0/1 white Caribou creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CarnivoreToken extends Token {
|
||||
public class CarnivoreToken extends TokenImpl {
|
||||
|
||||
public CarnivoreToken() {
|
||||
super("Carnivore", "3/1 red Beast creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class CarrionBlackInsectToken extends Token {
|
||||
public class CarrionBlackInsectToken extends TokenImpl {
|
||||
|
||||
public CarrionBlackInsectToken() {
|
||||
super("Insect", "0/1 black Insect creature token");
|
||||
|
|
|
|||
|
|
@ -31,13 +31,12 @@ import mage.MageInt;
|
|||
import mage.abilities.keyword.VigilanceAbility;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class CatSoldierCreatureToken extends Token {
|
||||
public class CatSoldierCreatureToken extends TokenImpl {
|
||||
|
||||
public CatSoldierCreatureToken() {
|
||||
super("Cat Soldier", "1/1 white Cat Soldier creature token with vigilance");
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class CatToken extends Token {
|
||||
public class CatToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class CatToken2 extends Token {
|
||||
public class CatToken2 extends TokenImpl {
|
||||
|
||||
public CatToken2() {
|
||||
this((String)null);
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CatWarriorToken extends Token {
|
||||
public class CatWarriorToken extends TokenImpl {
|
||||
|
||||
public CatWarriorToken() {
|
||||
super("Cat Warrior", "2/2 green Cat Warrior creature token with forestwalk");
|
||||
|
|
|
|||
|
|
@ -30,13 +30,12 @@ package mage.game.permanent.token;
|
|||
import mage.MageInt;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class CentaurEnchantmentCreatureToken extends Token {
|
||||
public class CentaurEnchantmentCreatureToken extends TokenImpl {
|
||||
|
||||
public CentaurEnchantmentCreatureToken() {
|
||||
super("Centaur", "3/3 green Centaur enchantment creature token");
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import mage.util.RandomUtil;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class CentaurToken extends Token {
|
||||
public class CentaurToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.IslandwalkAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ChasmSkulkerSquidToken extends Token {
|
||||
public class ChasmSkulkerSquidToken extends TokenImpl {
|
||||
|
||||
public ChasmSkulkerSquidToken() {
|
||||
super("Squid", "1/1 blue Squid creature token with islandwalk");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Quercitron
|
||||
*/
|
||||
public class CitizenToken extends Token {
|
||||
public class CitizenToken extends TokenImpl {
|
||||
|
||||
public CitizenToken() {
|
||||
super("Citizen", "1/1 white Citizen creature token");
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CloudSpriteToken extends Token {
|
||||
public class CloudSpriteToken extends TokenImpl {
|
||||
|
||||
public CloudSpriteToken() {
|
||||
super("Cloud Sprite", "1/1 blue faerie creature token named Cloud Sprite with flying and \"Cloud Sprite can block only creatures with flying.\"");
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ import java.util.List;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public class ClueArtifactToken extends Token {
|
||||
public class ClueArtifactToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.DefenderAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ConstructToken extends Token {
|
||||
public class ConstructToken extends TokenImpl {
|
||||
|
||||
public ConstructToken() {
|
||||
this("CNS");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.IslandwalkAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CoralBarrierSquidToken extends Token {
|
||||
public class CoralBarrierSquidToken extends TokenImpl {
|
||||
|
||||
public CoralBarrierSquidToken() {
|
||||
super("Squid", "1/1 blue Squid creature token with islandwalk");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CorpseweftZombieToken extends Token {
|
||||
public class CorpseweftZombieToken extends TokenImpl {
|
||||
|
||||
public CorpseweftZombieToken() {
|
||||
this(2,2);
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CorruptedZendikonOozeToken extends Token {
|
||||
public class CorruptedZendikonOozeToken extends TokenImpl {
|
||||
|
||||
public CorruptedZendikonOozeToken() {
|
||||
super("Ooze", "3/3 black Ooze creature");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CreakwoodLiegeToken extends Token {
|
||||
public class CreakwoodLiegeToken extends TokenImpl {
|
||||
|
||||
public CreakwoodLiegeToken() {
|
||||
super("Worm", "1/1 black and green Worm creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CrestedSunmareToken extends Token {
|
||||
public class CrestedSunmareToken extends TokenImpl {
|
||||
|
||||
public CrestedSunmareToken() {
|
||||
super("Horse", "5/5 white Horse creature token");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.ChangelingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CribSwapShapeshifterWhiteToken extends Token {
|
||||
public class CribSwapShapeshifterWhiteToken extends TokenImpl {
|
||||
|
||||
public CribSwapShapeshifterWhiteToken() {
|
||||
super("Shapeshifter", "1/1 colorless Shapeshifter creature token with changeling");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CrushOfTentaclesToken extends Token {
|
||||
public class CrushOfTentaclesToken extends TokenImpl {
|
||||
|
||||
public CrushOfTentaclesToken() {
|
||||
super("Octopus", "8/8 blue Octopus creature");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class CurseOfTheSwineBoarToken extends Token {
|
||||
public class CurseOfTheSwineBoarToken extends TokenImpl {
|
||||
|
||||
public CurseOfTheSwineBoarToken() {
|
||||
super("Boar", "2/2 green Boar creature token");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.DefenderAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DarettiConstructToken extends Token {
|
||||
public class DarettiConstructToken extends TokenImpl {
|
||||
|
||||
public DarettiConstructToken() {
|
||||
this("CNS");
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import mage.players.Player;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DaxosSpiritToken extends Token {
|
||||
public class DaxosSpiritToken extends TokenImpl {
|
||||
|
||||
public DaxosSpiritToken() {
|
||||
super("Spirit", "white and black Spirit enchantment creature token with \"This creature's power and toughness are each equal to the number of experience counters you have.\"");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.ShroudAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DeadlyGrubToken extends Token {
|
||||
public class DeadlyGrubToken extends TokenImpl {
|
||||
|
||||
public DeadlyGrubToken() {
|
||||
super("Insect", "6/1 green Insect creature token with shroud");
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import mage.target.common.TargetCardInYourGraveyard;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DeathpactAngelToken extends Token {
|
||||
public class DeathpactAngelToken extends TokenImpl {
|
||||
|
||||
private static final FilterCreatureCard filter = new FilterCreatureCard("card named Deathpact Angel from your graveyard");
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Saga
|
||||
*/
|
||||
public class DeathtouchRatToken extends Token {
|
||||
public class DeathtouchRatToken extends TokenImpl {
|
||||
|
||||
public DeathtouchRatToken() {
|
||||
super("Rat", "1/1 black Rat creature token with deathtouch");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.DeathtouchAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DeathtouchSnakeToken extends Token {
|
||||
public class DeathtouchSnakeToken extends TokenImpl {
|
||||
|
||||
public DeathtouchSnakeToken() {
|
||||
super("Snake", "1/1 green Snake creature token with deathtouch");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class DefenderPlantToken extends Token {
|
||||
public class DefenderPlantToken extends TokenImpl {
|
||||
|
||||
public DefenderPlantToken() {
|
||||
this(null, 0);
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class DemonToken extends Token {
|
||||
public class DemonToken extends TokenImpl {
|
||||
|
||||
public DemonToken() {
|
||||
super("Demon", "5/5 black Demon creature token with flying");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DeserterToken extends Token {
|
||||
public class DeserterToken extends TokenImpl {
|
||||
|
||||
public DeserterToken() {
|
||||
super("Deserter", "0/1 white Deserter creature token");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DevastatingSummonsElementalToken extends Token {
|
||||
public class DevastatingSummonsElementalToken extends TokenImpl {
|
||||
|
||||
public DevastatingSummonsElementalToken() {
|
||||
super("Elemental", "X/X red Elemental creature");
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import mage.target.common.TargetCreatureOrPlayer;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DevilToken extends Token {
|
||||
public class DevilToken extends TokenImpl {
|
||||
|
||||
public DevilToken() {
|
||||
super("Devil", "1/1 red Devil creature with \"When this creature dies, it deals 1 damage to target creature or player.\"");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DinOfTheFireherdToken extends Token {
|
||||
public class DinOfTheFireherdToken extends TokenImpl {
|
||||
|
||||
public DinOfTheFireherdToken() {
|
||||
super("Elemental", "5/5 black and red Elemental creature");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class DinosaurToken extends Token {
|
||||
public class DinosaurToken extends TokenImpl {
|
||||
|
||||
public DinosaurToken() {
|
||||
super("Dinosaur", "3/3 green Dinosaur creature token with trample");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DjinnMonkToken extends Token {
|
||||
public class DjinnMonkToken extends TokenImpl {
|
||||
|
||||
public DjinnMonkToken() {
|
||||
super("Djinn Monk", "2/2 blue Djinn Monk creature token with flying");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DjinnToken extends Token {
|
||||
public class DjinnToken extends TokenImpl {
|
||||
|
||||
public DjinnToken() {
|
||||
super("Djinn", "5/5 colorless Djinn artifact creature token with flying");
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ import mage.filter.common.FilterControlledPermanent;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DokaiWeaverofLifeToken extends Token {
|
||||
public class DokaiWeaverofLifeToken extends TokenImpl {
|
||||
|
||||
final static FilterControlledPermanent filterLands = new FilterControlledLandPermanent("lands you control");
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DovescapeToken extends Token {
|
||||
public class DovescapeToken extends TokenImpl {
|
||||
|
||||
public DovescapeToken() {
|
||||
super("Bird", "1/1 white and blue Bird creature token with flying");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DragonBroodmotherDragonToken extends Token {
|
||||
public class DragonBroodmotherDragonToken extends TokenImpl {
|
||||
|
||||
public DragonBroodmotherDragonToken() {
|
||||
super("Dragon", "1/1 red and green Dragon creature token with flying and devour 2");
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import mage.constants.Zone;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DragonEggDragonToken extends Token {
|
||||
public class DragonEggDragonToken extends TokenImpl {
|
||||
|
||||
public DragonEggDragonToken() {
|
||||
super("Dragon", "2/2 red Dragon creature token with flying that has \"{R}: This creature gets +1/+0 until end of turn");
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class DragonToken extends Token {
|
||||
public class DragonToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author LoneFox
|
||||
*/
|
||||
public class DragonToken2 extends Token {
|
||||
public class DragonToken2 extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Saga
|
||||
*/
|
||||
public class DragonTokenGold extends Token {
|
||||
public class DragonTokenGold extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
*
|
||||
* @author North
|
||||
*/
|
||||
public class DrakeToken extends Token {
|
||||
public class DrakeToken extends TokenImpl {
|
||||
|
||||
public DrakeToken() {
|
||||
super("Drake", "2/2 blue Drake creature token with flying");
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Styxo
|
||||
*/
|
||||
public class DroidToken extends Token {
|
||||
public class DroidToken extends TokenImpl {
|
||||
|
||||
public DroidToken() {
|
||||
super("Droid", "1/1 colorless Droid creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class DuneBroodNephilimToken extends Token {
|
||||
public class DuneBroodNephilimToken extends TokenImpl {
|
||||
|
||||
public DuneBroodNephilimToken() {
|
||||
super("Sand", "1/1 colorless Sand creature token");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class EdgarMarkovToken extends Token {
|
||||
public class EdgarMarkovToken extends TokenImpl {
|
||||
|
||||
public EdgarMarkovToken() {
|
||||
super("Vampire", "1/1 black Vampire creature token");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author escplan9 (Derek Monturo - dmontur1 at gmail dot com)
|
||||
*/
|
||||
public class EldraziHorrorToken extends Token {
|
||||
public class EldraziHorrorToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ import mage.util.RandomUtil;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class EldraziScionToken extends Token {
|
||||
public class EldraziScionToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ import mage.util.RandomUtil;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class EldraziSpawnToken extends Token {
|
||||
public class EldraziSpawnToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import mage.MageInt;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class EldraziToken extends Token {
|
||||
public class EldraziToken extends TokenImpl {
|
||||
|
||||
public EldraziToken() {
|
||||
super("Eldrazi", "10/10 colorless Eldrazi creature token");
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ElementalAppealElementalToken extends Token {
|
||||
public class ElementalAppealElementalToken extends TokenImpl {
|
||||
|
||||
public ElementalAppealElementalToken() {
|
||||
super("Elemental", "7/1 red Elemental creature token with trample and haste");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.abilities.keyword.HasteAbility;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ElementalCatToken extends Token {
|
||||
public class ElementalCatToken extends TokenImpl {
|
||||
|
||||
public ElementalCatToken() {
|
||||
super("Elemental Cat", "1/1 red Elemental Cat creature token");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public class ElementalMasteryElementalToken extends Token {
|
||||
public class ElementalMasteryElementalToken extends TokenImpl {
|
||||
|
||||
public ElementalMasteryElementalToken() {
|
||||
super("Elemental", "1/1 red Elemental creature token with haste");
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author Styxo
|
||||
*/
|
||||
public class ElementalShamanToken extends Token {
|
||||
public class ElementalShamanToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import mage.constants.SubType;
|
|||
*
|
||||
* @author magenoxx
|
||||
*/
|
||||
public class ElementalToken extends Token {
|
||||
public class ElementalToken extends TokenImpl {
|
||||
|
||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue