Refactor - Move Born of the Gods tokens to shared area

This commit is contained in:
JOAC69 2016-09-29 19:47:26 -05:00
parent da94a40658
commit 58252f5b5f
9 changed files with 9 additions and 10 deletions

View file

@ -44,7 +44,7 @@ import mage.game.combat.CombatGroup;
import mage.game.permanent.Permanent;
import mage.game.permanent.token.Token;
import mage.players.Player;
import mage.sets.bornofthegods.TokenAndCounters.CatSoldierCreatureToken;
import mage.game.permanent.token.CatSoldierCreatureToken;
/**
*

View file

@ -35,7 +35,7 @@ import mage.abilities.effects.keyword.ScryEffect;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Rarity;
import mage.sets.bornofthegods.TokenAndCounters.CentaurEnchantmentCreatureToken;
import mage.game.permanent.token.CentaurEnchantmentCreatureToken;
/**
*

View file

@ -34,7 +34,7 @@ import mage.abilities.effects.common.ExileTargetEffect;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Rarity;
import mage.sets.bornofthegods.TokenAndCounters.GoldToken;
import mage.game.permanent.token.GoldToken;
import mage.target.common.TargetCreaturePermanent;
/**

View file

@ -36,7 +36,7 @@ import mage.abilities.keyword.InspiredAbility;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Rarity;
import mage.sets.bornofthegods.TokenAndCounters.CentaurEnchantmentCreatureToken;
import mage.game.permanent.token.CentaurEnchantmentCreatureToken;
/**
*

View file

@ -33,7 +33,7 @@ import mage.abilities.effects.common.CreateTokenEffect;
import mage.abilities.keyword.HeroicAbility;
import mage.abilities.keyword.VigilanceAbility;
import mage.cards.CardImpl;
import mage.sets.bornofthegods.TokenAndCounters.CatSoldierCreatureToken;
import mage.game.permanent.token.CatSoldierCreatureToken;
import mage.constants.CardType;
import mage.constants.Rarity;

View file

@ -37,7 +37,7 @@ import mage.abilities.keyword.InspiredAbility;
import mage.cards.CardImpl;
import mage.constants.CardType;
import mage.constants.Rarity;
import mage.sets.bornofthegods.TokenAndCounters.GoldToken;
import mage.game.permanent.token.GoldToken;
import mage.target.common.TargetCreaturePermanent;

View file

@ -25,7 +25,7 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.bornofthegods.TokenAndCounters;
package mage.game.permanent.token;
import mage.MageInt;
import mage.abilities.keyword.VigilanceAbility;

View file

@ -25,7 +25,7 @@
* authors and should not be interpreted as representing official policies, either expressed
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.bornofthegods.TokenAndCounters;
package mage.game.permanent.token;
import mage.MageInt;
import mage.constants.CardType;

View file

@ -26,14 +26,13 @@
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.bornofthegods.TokenAndCounters;
package mage.game.permanent.token;
import mage.abilities.costs.common.SacrificeSourceCost;
import mage.abilities.effects.common.AddManaOfAnyColorEffect;
import mage.abilities.mana.SimpleManaAbility;
import mage.constants.CardType;
import mage.constants.Zone;
import mage.game.permanent.token.Token;
/**
*