mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Refactor - Move Born of the Gods tokens to shared area
This commit is contained in:
parent
da94a40658
commit
58252f5b5f
9 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
Loading…
Reference in a new issue