mirror of
https://github.com/correl/mage.git
synced 2025-04-02 17:00:11 -09:00
Added Game Day promos
This commit is contained in:
parent
a8b20f23d5
commit
c93c5c3011
47 changed files with 2527 additions and 342 deletions
Mage.Client/src/main
java
mage/client/util/sets
org/mage/plugins/card/dl/sources
resources
Mage.Sets/src/mage/sets
GameDay.java
gameday
BlackSunsZenith.javaChiefEngineer.javaCryptbornHorror.javaDictateOfKruphix.javaDiregrafGhoul.javaDryadMilitant.javaDungroveElder.javaEliteInquisitor.javaFiremaneAvenger.javaGoblinDiplomats.javaHallOfTriumph.javaHeirOfTheWilds.javaHiveStirrings.javaKillingWave.javaKiorasFollower.javaLatchSeeker.javaLilianasSpecter.javaMagmaquake.javaMelekIzzetParagon.javaMemnite.javaMitoticSlime.javaMwonvuliBeastTracker.javaMyrSuperion.javaNighthowler.javaPainSeer.javaPhalanxLeader.javaPriestOfUrabrask.javaPristineTalisman.javaReclamationSage.javaReyaDawnbringer.javaSquelchingLeeches.javaStormbloodBerserker.javaStranglerootGeist.javaSuturePriest.javaTemperedSteel.javaTreasureMage.javaTrostanisSummoner.javaUtterEnd.javaZameckGuildmage.javaZombieApocalypse.java
Utils
|
@ -89,6 +89,7 @@ public class ConstructedFormats {
|
|||
"Duel Decks: Jace vs. Vraska",
|
||||
"Duel Decks: Speed vs. Cunning",
|
||||
"Friday Night Magic",
|
||||
"Game Day",
|
||||
"Guru",
|
||||
"Unhinged",
|
||||
};
|
||||
|
@ -449,6 +450,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Friday Night Magic")) {
|
||||
return Arrays.asList("FNMP");
|
||||
}
|
||||
if (format.equals("Game Day")) {
|
||||
return Arrays.asList("MGDC");
|
||||
}
|
||||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("MGDC", "magic-game-day-cards");
|
||||
put("FNMP", "friday-night-magic");
|
||||
put("FRF", "fate-reforged");
|
||||
put("C14", "commander-2014-edition");
|
||||
|
|
|
@ -1,343 +1,351 @@
|
|||
|Generate|TOK:DDN|Goblin|
|
||||
|
||||
#|Generate|TOK:KTK|Bear|
|
||||
#|Generate|TOK:KTK|Bird|
|
||||
#|Generate|TOK:KTK|Goblin|
|
||||
#|Generate|TOK:KTK|Morph|
|
||||
#|Generate|TOK:KTK|Snake|
|
||||
#|Generate|TOK:KTK|Spirit Warrior|
|
||||
#|Generate|TOK:KTK|Spirit|
|
||||
#|Generate|TOK:KTK|Vampire|
|
||||
#|Generate|TOK:KTK|Warrior 1|
|
||||
#|Generate|TOK:KTK|Warrior 2|
|
||||
#|Generate|TOK:KTK|Zombie|
|
||||
#|Generate|EMBLEM!:KTK|Emblem Sarkhan, the Dragonspeaker|
|
||||
#|Generate|EMBLEM!:KTK|Emblem Sorin, Solemn Visitor|
|
||||
|
||||
|Generate|TOK:M15|Sliver|
|
||||
|Generate|TOK:M15|Soldier|
|
||||
|Generate|TOK:M15|Zombie|
|
||||
|Generate|TOK:M15|Goblin|
|
||||
|Generate|TOK:M15|Beast 1|
|
||||
|Generate|TOK:M15|Insect|
|
||||
|Generate|TOK:M15|Spirit|
|
||||
|Generate|TOK:M15|Squid|
|
||||
|Generate|TOK:M15|Beast 2|
|
||||
|Generate|TOK:M15|Dragon|
|
||||
|Generate|TOK:M15|Treefolk Warrior|
|
||||
|Generate|TOK:M15|Land Mine|
|
||||
|Generate|EMBLEM!:M15|Emblem Ajani|
|
||||
|Generate|EMBLEM!:M15|Emblem Garruk|
|
||||
|
||||
|Generate|TOK:CNS|Zombie|
|
||||
|Generate|TOK:CNS|Spirit|
|
||||
|Generate|TOK:CNS|Demon|
|
||||
|Generate|TOK:CNS|Ogre|
|
||||
|Generate|TOK:CNS|Elephant|
|
||||
|Generate|TOK:CNS|Squirrel|
|
||||
|Generate|TOK:CNS|Wolf|
|
||||
|Generate|TOK:CNS|Construct|
|
||||
|Generate|EMBLEM!:CNS|Emblem Dack Fayden|
|
||||
|
||||
|Generate|TOK:JOU|Sphinx|
|
||||
|Generate|TOK:JOU|Zombie|
|
||||
|Generate|TOK:JOU|Minotaur|
|
||||
|Generate|TOK:JOU|Hydra|
|
||||
|Generate|TOK:JOU|Spider|
|
||||
|Generate|TOK:JOU|Snake|
|
||||
|
||||
|Generate|TOK:DDM|Assassin|
|
||||
|
||||
|Generate|TOK:BNG|Bird 1|
|
||||
|Generate|TOK:BNG|Cat Soldier|
|
||||
|Generate|TOK:BNG|Soldier|
|
||||
|Generate|TOK:BNG|Bird 2|
|
||||
|Generate|TOK:BNG|Kraken|
|
||||
|Generate|TOK:BNG|Zombie|
|
||||
|Generate|TOK:BNG|Elemental|
|
||||
|Generate|TOK:BNG|Centaur|
|
||||
|Generate|TOK:BNG|Wolf|
|
||||
|Generate|TOK:BNG|Gold|
|
||||
|Generate|EMBLEM:BNG|Kiora, the Crashing Wave|
|
||||
|
||||
|Generate|TOK:M14|Sliver|
|
||||
|Generate|TOK:M14|Angel|
|
||||
|Generate|TOK:M14|Cat|
|
||||
|Generate|TOK:M14|Goat|
|
||||
|Generate|TOK:M14|Zombie|
|
||||
|Generate|TOK:M14|Dragon|
|
||||
|Generate|TOK:M14|Elemental 1|
|
||||
|Generate|TOK:M14|Elemental 2|
|
||||
|Generate|TOK:M14|Beast|
|
||||
|Generate|TOK:M14|Saproling|
|
||||
|Generate|TOK:M14|Wolf|
|
||||
|Generate|EMBLEM:M14|Liliana of the Dark Realms|
|
||||
|Generate|EMBLEM:M14|Garruk, Caller of Beasts|
|
||||
|
||||
|Generate|TOK:THS|Cleric|
|
||||
|Generate|TOK:THS|Soldier 1|
|
||||
|Generate|TOK:THS|Soldier 2|
|
||||
|Generate|TOK:THS|Bird|
|
||||
|Generate|TOK:THS|Elemental|
|
||||
|Generate|TOK:THS|Harpy|
|
||||
|Generate|TOK:THS|Soldier 3|
|
||||
|Generate|TOK:THS|Boar|
|
||||
|Generate|TOK:THS|Satyr|
|
||||
|Generate|TOK:THS|Golem|
|
||||
|Generate|EMBLEM-:THS|Elspeth, Suns Champion|
|
||||
|
||||
|Generate|TOK:DDL|Griffin|
|
||||
|Generate|TOK:DDL|Beast|
|
||||
|
||||
|Generate|TOK:MMA|Giant Warrior|
|
||||
|Generate|TOK:MMA|Kithkin Soldier|
|
||||
|Generate|TOK:MMA|Soldier|
|
||||
|Generate|TOK:MMA|Illusion|
|
||||
|Generate|TOK:MMA|Bat|
|
||||
|Generate|TOK:MMA|Goblin Rogue|
|
||||
|Generate|TOK:MMA|Spider|
|
||||
|Generate|TOK:MMA|Zombie|
|
||||
|Generate|TOK:MMA|Dragon|
|
||||
|Generate|TOK:MMA|Goblin|
|
||||
|Generate|TOK:MMA|Elemental|
|
||||
|Generate|TOK:MMA|Saproling|
|
||||
|Generate|TOK:MMA|Treefolk Shaman|
|
||||
|Generate|TOK:MMA|Faerie Rogue|
|
||||
|Generate|TOK:MMA|Worm|
|
||||
|Generate|EMBLEM:MMA|Elspeth, Knight Errant|
|
||||
|
||||
|Generate|TOK:DGM|Elemental|
|
||||
|
||||
|Generate|TOK:DDK|Spirit|
|
||||
|
||||
|Generate|TOK:GTC|Angel|
|
||||
|Generate|TOK:GTC|Rat|
|
||||
|Generate|TOK:GTC|Frog Lizard|
|
||||
|Generate|TOK:GTC|Cleric|
|
||||
|Generate|TOK:GTC|Horror|
|
||||
|Generate|TOK:GTC|Soldier|
|
||||
|Generate|TOK:GTC|Spirit|
|
||||
|Generate|EMBLEM:GTC|Domri Rade|
|
||||
|
||||
|Generate|TOK:RTR|Bird|
|
||||
|Generate|TOK:RTR|Knight|
|
||||
|Generate|TOK:RTR|Soldier|
|
||||
|Generate|TOK:RTR|Assassin|
|
||||
|Generate|TOK:RTR|Dragon|
|
||||
|Generate|TOK:RTR|Goblin|
|
||||
|Generate|TOK:RTR|Ooze|
|
||||
|Generate|TOK:RTR|Rhino|
|
||||
|Generate|TOK:RTR|Saproling|
|
||||
|Generate|TOK:RTR|Wurm|
|
||||
|Generate|TOK:RTR|Elemental|
|
||||
|Generate|TOK:RTR|Centaur 2|
|
||||
|
||||
|Generate|EMBLEM-:M13|Liliana of the Dark Realms|
|
||||
|
||||
|Generate|TOK:DDJ|Saproling|
|
||||
|
||||
|Generate|TOK:M13|Cat|
|
||||
|Generate|TOK:M13|Goat|
|
||||
|Generate|TOK:M13|Soldier|
|
||||
|Generate|TOK:M13|Drake|
|
||||
|Generate|TOK:M13|Zombie|
|
||||
|Generate|TOK:M13|Goblin|
|
||||
|Generate|TOK:M13|Hellion|
|
||||
|Generate|TOK:M13|Beast|
|
||||
|Generate|TOK:M13|Saproling|
|
||||
|Generate|TOK:M13|Wurm|
|
||||
|
||||
|Generate|EMBLEM:AVR|Tamiyo, the Moon Sage|
|
||||
|
||||
|Generate|TOK:AVR|Angel|
|
||||
|Generate|TOK:AVR|Human 1|
|
||||
|Generate|TOK:AVR|Spirit 1|
|
||||
|Generate|TOK:AVR|Spirit 2|
|
||||
|Generate|TOK:AVR|Demon|
|
||||
|Generate|TOK:AVR|Zombie|
|
||||
|Generate|TOK:AVR|Human 2|
|
||||
|
||||
|Generate|EMBLEM:DDI|Venser, the Sojourner|
|
||||
|Generate|EMBLEM:DDI|Koth of the Hammer|
|
||||
|
||||
|Generate|TOK:DKA|Human|
|
||||
|Generate|TOK:DKA|Vampire|
|
||||
|
||||
|Generate|TOK:ISD|Angel|
|
||||
|Generate|TOK:ISD|Spirit|
|
||||
|Generate|TOK:ISD|Homunculus|
|
||||
|Generate|TOK:ISD|Demon|
|
||||
|Generate|TOK:ISD|Vampire|
|
||||
|Generate|TOK:ISD|Wolf 1|
|
||||
|Generate|TOK:ISD|Zombie 1|
|
||||
|Generate|TOK:ISD|Zombie 2|
|
||||
|Generate|TOK:ISD|Zombie 3|
|
||||
|Generate|TOK:ISD|Ooze|
|
||||
|Generate|TOK:ISD|Spider|
|
||||
|Generate|TOK:ISD|Wolf 2|
|
||||
|
||||
|Generate|TOK:DDH|Griffin|
|
||||
|Generate|TOK:DDH|Saproling|
|
||||
|
||||
|Generate|TOK:M12|Bird|
|
||||
|Generate|TOK:M12|Soldier|
|
||||
|Generate|TOK:M12|Zombie|
|
||||
|Generate|TOK:M12|Beast|
|
||||
|Generate|TOK:M12|Saproling|
|
||||
|Generate|TOK:M12|Wurm|
|
||||
|Generate|TOK:M12|Pentavite|
|
||||
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Goblin|
|
||||
|Generate|TOK:NPH|Golem|
|
||||
|Generate|TOK:NPH|Myr|
|
||||
|
||||
|Generate|TOK:DDG|Goblin|
|
||||
|
||||
|Generate|TOK:MBS|Germ|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|Generate|TOK:MBS|Golem|
|
||||
|Generate|TOK:MBS|Horror|
|
||||
|Generate|TOK:MBS|Thopter|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|
||||
|Generate|TOK:DDF|Soldier|
|
||||
|
||||
|Generate|TOK:SOM|Cat|
|
||||
|Generate|TOK:SOM|Soldier|
|
||||
|Generate|TOK:SOM|Goblin|
|
||||
|Generate|TOK:SOM|Insect|
|
||||
|Generate|TOK:SOM|Wolf|
|
||||
|Generate|TOK:SOM|Golem|
|
||||
|Generate|TOK:SOM|Myr|
|
||||
|Generate|TOK:SOM|Wurm 1|
|
||||
|Generate|TOK:SOM|Wurm 2|
|
||||
|
||||
|Generate|TOK:M11|Avatar|
|
||||
|Generate|TOK:M11|Bird|
|
||||
|Generate|TOK:M11|Zombie|
|
||||
|Generate|TOK:M11|Beast|
|
||||
|Generate|TOK:M11|Ooze 1|
|
||||
|Generate|TOK:M11|Ooze 2|
|
||||
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 1|
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 2|
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 3|
|
||||
|Generate|TOK:ROE|Elemental|
|
||||
|Generate|TOK:ROE|Ooze|
|
||||
|Generate|TOK:ROE|Tuktuk the Returned|
|
||||
|
||||
|Generate|TOK:DDE|Saproling|
|
||||
|Generate|TOK:DDE|Hornet|
|
||||
|Generate|TOK:DDE|Minion|
|
||||
|
||||
|Generate|TOK:WWK|Soldier Ally|
|
||||
|Generate|TOK:WWK|Dragon|
|
||||
|Generate|TOK:WWK|Ogre|
|
||||
|Generate|TOK:WWK|Elephant|
|
||||
|Generate|TOK:WWK|Plant|
|
||||
|Generate|TOK:WWK|Construct|
|
||||
|
||||
|Generate|TOK:ZEN|Angel|
|
||||
|Generate|TOK:ZEN|Bird|
|
||||
|Generate|TOK:ZEN|Kor Soldier|
|
||||
|Generate|TOK:ZEN|Illusion|
|
||||
|Generate|TOK:ZEN|Merfolk|
|
||||
|Generate|TOK:ZEN|Vampire|
|
||||
|Generate|TOK:ZEN|Zombie Giant|
|
||||
|Generate|TOK:ZEN|Elemental|
|
||||
|Generate|TOK:ZEN|Beast|
|
||||
|Generate|TOK:ZEN|Snake|
|
||||
|Generate|TOK:ZEN|Wolf|
|
||||
|
||||
|Generate|TOK:M10|Avatar|
|
||||
|Generate|TOK:M10|Beast|
|
||||
|Generate|TOK:M10|Gargoyle|
|
||||
|Generate|TOK:M10|Goblin|
|
||||
|Generate|TOK:M10|Insect|
|
||||
|Generate|TOK:M10|Soldier|
|
||||
|Generate|TOK:M10|Wolf|
|
||||
|Generate|TOK:M10|Zombie|
|
||||
|
||||
|Generate|TOK:DDD|Beast 1|
|
||||
|Generate|TOK:DDD|Beast 2|
|
||||
|Generate|TOK:DDD|Elephant|
|
||||
|
||||
|Generate|TOK:ARB|Bird Soldier|
|
||||
|Generate|TOK:ARB|Lizard|
|
||||
|Generate|TOK:ARB|Dragon|
|
||||
|Generate|TOK:ARB|Zombie Wizard|
|
||||
|
||||
|Generate|TOK:DDC|Spirit|
|
||||
|Generate|TOK:DDC|Demon|
|
||||
|Generate|TOK:DDC|Thrull|
|
||||
|
||||
|Generate|TOK:CON|Angel|
|
||||
|Generate|TOK:CON|Elemental|
|
||||
|
||||
|Generate|TOK:DD2|Elemental Shaman|
|
||||
|
||||
|Generate|TOK:ALA|Soldier|
|
||||
|Generate|TOK:ALA|Beast|
|
||||
|Generate|TOK:ALA|Homunculus|
|
||||
|Generate|TOK:ALA|Thopter|
|
||||
|Generate|TOK:ALA|Skeleton|
|
||||
|Generate|TOK:ALA|Zombie|
|
||||
|Generate|TOK:ALA|Dragon|
|
||||
|Generate|TOK:ALA|Goblin|
|
||||
|Generate|TOK:ALA|Ooze|
|
||||
|Generate|TOK:ALA|Saproling|
|
||||
|
||||
|Generate|TOK:EVE|Goat|
|
||||
|Generate|TOK:EVE|Bird|
|
||||
|Generate|TOK:EVE|Beast|
|
||||
|Generate|TOK:EVE|Spirit|
|
||||
|Generate|TOK:EVE|Elemental|
|
||||
|Generate|TOK:EVE|Worm|
|
||||
|Generate|TOK:EVE|Goblin Soldier|
|
||||
|
||||
|Generate|TOK:SHM|Kithkin Soldier|
|
||||
|Generate|TOK:SHM|Spirit|
|
||||
|Generate|TOK:SHM|Rat|
|
||||
|Generate|TOK:SHM|Elemental 1|
|
||||
|Generate|TOK:SHM|Elf Warrior 1|
|
||||
|Generate|TOK:SHM|Spider|
|
||||
|Generate|TOK:SHM|Wolf|
|
||||
|Generate|TOK:SHM|Faerie Rogue|
|
||||
|Generate|TOK:SHM|Elemental 2|
|
||||
|Generate|TOK:SHM|Giant Warrior|
|
||||
|Generate|TOK:SHM|Goblin Warrior|
|
||||
|Generate|TOK:SHM|Elf Warrior 2|
|
||||
|
||||
|Generate|TOK:EVG|Elemental|
|
||||
|Generate|TOK:EVG|Elf Warrior|
|
||||
|Generate|TOK:EVG|Goblin|
|
||||
|
||||
|Generate|TOK:MOR|Giant Warrior|
|
||||
|Generate|TOK:MOR|Faerie Rogue|
|
||||
|Generate|TOK:MOR|Treefolk Shaman|
|
||||
|
||||
|Generate|TOK:LRW|Avatar|
|
||||
|Generate|TOK:LRW|Elemental 1|
|
||||
|Generate|TOK:LRW|Kithkin Soldier|
|
||||
|Generate|TOK:LRW|Merfolk Wizard|
|
||||
|Generate|TOK:LRW|Goblin Rogue|
|
||||
|Generate|TOK:LRW|Elemental Shaman|
|
||||
|Generate|TOK:LRW|Beast|
|
||||
|Generate|TOK:LRW|Elemental 2|
|
||||
|Generate|TOK:LRW|Elf Warrior|
|
||||
|Generate|TOK:LRW|Wolf|
|
||||
|Generate|TOK:LRW|Shapeshifter|
|
||||
|
||||
|Generate|TOK:10E|Soldier|
|
||||
|Generate|TOK:10E|Zombie|
|
||||
|Generate|TOK:10E|Dragon|
|
||||
|Generate|TOK:10E|Goblin|
|
||||
|Generate|TOK:10E|Saproling|
|
||||
|Generate|TOK:10E|Wasp|
|
||||
|
||||
|Generate|TOK:CSP|Marit Lage|
|
||||
|
||||
#|Generate|TOK:MGDC|Sliver|
|
||||
#|Generate|TOK:FNMP|Knight|
|
||||
#|Generate|TOK:FNMP|Centaur|
|
||||
#|Generate|TOK:FNMP||Rhino|
|
||||
|
||||
#|Generate|TOK:FNMP|Centaur|
|
||||
#|Generate|TOK:FNMP|Wurm|
|
||||
|
||||
|Generate|TOK:DDN|Goblin|
|
||||
|
||||
#|Generate|TOK:KTK|Bear|
|
||||
#|Generate|TOK:KTK|Bird|
|
||||
#|Generate|TOK:KTK|Goblin|
|
||||
#|Generate|TOK:KTK|Morph|
|
||||
#|Generate|TOK:KTK|Snake|
|
||||
#|Generate|TOK:KTK|Spirit Warrior|
|
||||
#|Generate|TOK:KTK|Spirit|
|
||||
#|Generate|TOK:KTK|Vampire|
|
||||
#|Generate|TOK:KTK|Warrior 1|
|
||||
#|Generate|TOK:KTK|Warrior 2|
|
||||
#|Generate|TOK:KTK|Zombie|
|
||||
#|Generate|EMBLEM!:KTK|Emblem Sarkhan, the Dragonspeaker|
|
||||
#|Generate|EMBLEM!:KTK|Emblem Sorin, Solemn Visitor|
|
||||
|
||||
|Generate|TOK:M15|Sliver|
|
||||
|Generate|TOK:M15|Soldier|
|
||||
|Generate|TOK:M15|Zombie|
|
||||
|Generate|TOK:M15|Goblin|
|
||||
|Generate|TOK:M15|Beast 1|
|
||||
|Generate|TOK:M15|Insect|
|
||||
|Generate|TOK:M15|Spirit|
|
||||
|Generate|TOK:M15|Squid|
|
||||
|Generate|TOK:M15|Beast 2|
|
||||
|Generate|TOK:M15|Dragon|
|
||||
|Generate|TOK:M15|Treefolk Warrior|
|
||||
|Generate|TOK:M15|Land Mine|
|
||||
|Generate|EMBLEM!:M15|Emblem Ajani|
|
||||
|Generate|EMBLEM!:M15|Emblem Garruk|
|
||||
|
||||
|Generate|TOK:CNS|Zombie|
|
||||
|Generate|TOK:CNS|Spirit|
|
||||
|Generate|TOK:CNS|Demon|
|
||||
|Generate|TOK:CNS|Ogre|
|
||||
|Generate|TOK:CNS|Elephant|
|
||||
|Generate|TOK:CNS|Squirrel|
|
||||
|Generate|TOK:CNS|Wolf|
|
||||
|Generate|TOK:CNS|Construct|
|
||||
|Generate|EMBLEM!:CNS|Emblem Dack Fayden|
|
||||
|
||||
|Generate|TOK:JOU|Sphinx|
|
||||
|Generate|TOK:JOU|Zombie|
|
||||
|Generate|TOK:JOU|Minotaur|
|
||||
|Generate|TOK:JOU|Hydra|
|
||||
|Generate|TOK:JOU|Spider|
|
||||
|Generate|TOK:JOU|Snake|
|
||||
|
||||
|Generate|TOK:DDM|Assassin|
|
||||
|
||||
|Generate|TOK:BNG|Bird 1|
|
||||
|Generate|TOK:BNG|Cat Soldier|
|
||||
|Generate|TOK:BNG|Soldier|
|
||||
|Generate|TOK:BNG|Bird 2|
|
||||
|Generate|TOK:BNG|Kraken|
|
||||
|Generate|TOK:BNG|Zombie|
|
||||
|Generate|TOK:BNG|Elemental|
|
||||
|Generate|TOK:BNG|Centaur|
|
||||
|Generate|TOK:BNG|Wolf|
|
||||
|Generate|TOK:BNG|Gold|
|
||||
|Generate|EMBLEM:BNG|Kiora, the Crashing Wave|
|
||||
|
||||
|Generate|TOK:M14|Sliver|
|
||||
|Generate|TOK:M14|Angel|
|
||||
|Generate|TOK:M14|Cat|
|
||||
|Generate|TOK:M14|Goat|
|
||||
|Generate|TOK:M14|Zombie|
|
||||
|Generate|TOK:M14|Dragon|
|
||||
|Generate|TOK:M14|Elemental 1|
|
||||
|Generate|TOK:M14|Elemental 2|
|
||||
|Generate|TOK:M14|Beast|
|
||||
|Generate|TOK:M14|Saproling|
|
||||
|Generate|TOK:M14|Wolf|
|
||||
|Generate|EMBLEM:M14|Liliana of the Dark Realms|
|
||||
|Generate|EMBLEM:M14|Garruk, Caller of Beasts|
|
||||
|
||||
|Generate|TOK:THS|Cleric|
|
||||
|Generate|TOK:THS|Soldier 1|
|
||||
|Generate|TOK:THS|Soldier 2|
|
||||
|Generate|TOK:THS|Bird|
|
||||
|Generate|TOK:THS|Elemental|
|
||||
|Generate|TOK:THS|Harpy|
|
||||
|Generate|TOK:THS|Soldier 3|
|
||||
|Generate|TOK:THS|Boar|
|
||||
|Generate|TOK:THS|Satyr|
|
||||
|Generate|TOK:THS|Golem|
|
||||
|Generate|EMBLEM-:THS|Elspeth, Suns Champion|
|
||||
|
||||
|Generate|TOK:DDL|Griffin|
|
||||
|Generate|TOK:DDL|Beast|
|
||||
|
||||
|Generate|TOK:MMA|Giant Warrior|
|
||||
|Generate|TOK:MMA|Kithkin Soldier|
|
||||
|Generate|TOK:MMA|Soldier|
|
||||
|Generate|TOK:MMA|Illusion|
|
||||
|Generate|TOK:MMA|Bat|
|
||||
|Generate|TOK:MMA|Goblin Rogue|
|
||||
|Generate|TOK:MMA|Spider|
|
||||
|Generate|TOK:MMA|Zombie|
|
||||
|Generate|TOK:MMA|Dragon|
|
||||
|Generate|TOK:MMA|Goblin|
|
||||
|Generate|TOK:MMA|Elemental|
|
||||
|Generate|TOK:MMA|Saproling|
|
||||
|Generate|TOK:MMA|Treefolk Shaman|
|
||||
|Generate|TOK:MMA|Faerie Rogue|
|
||||
|Generate|TOK:MMA|Worm|
|
||||
|Generate|EMBLEM:MMA|Elspeth, Knight Errant|
|
||||
|
||||
|Generate|TOK:DGM|Elemental|
|
||||
|
||||
|Generate|TOK:DDK|Spirit|
|
||||
|
||||
|Generate|TOK:GTC|Angel|
|
||||
|Generate|TOK:GTC|Rat|
|
||||
|Generate|TOK:GTC|Frog Lizard|
|
||||
|Generate|TOK:GTC|Cleric|
|
||||
|Generate|TOK:GTC|Horror|
|
||||
|Generate|TOK:GTC|Soldier|
|
||||
|Generate|TOK:GTC|Spirit|
|
||||
|Generate|EMBLEM:GTC|Domri Rade|
|
||||
|
||||
|Generate|TOK:RTR|Bird|
|
||||
|Generate|TOK:RTR|Knight|
|
||||
|Generate|TOK:RTR|Soldier|
|
||||
|Generate|TOK:RTR|Assassin|
|
||||
|Generate|TOK:RTR|Dragon|
|
||||
|Generate|TOK:RTR|Goblin|
|
||||
|Generate|TOK:RTR|Ooze|
|
||||
|Generate|TOK:RTR|Rhino|
|
||||
|Generate|TOK:RTR|Saproling|
|
||||
|Generate|TOK:RTR|Wurm|
|
||||
|Generate|TOK:RTR|Elemental|
|
||||
|Generate|TOK:RTR|Centaur 2|
|
||||
|
||||
|Generate|EMBLEM-:M13|Liliana of the Dark Realms|
|
||||
|
||||
|Generate|TOK:DDJ|Saproling|
|
||||
|
||||
|Generate|TOK:M13|Cat|
|
||||
|Generate|TOK:M13|Goat|
|
||||
|Generate|TOK:M13|Soldier|
|
||||
|Generate|TOK:M13|Drake|
|
||||
|Generate|TOK:M13|Zombie|
|
||||
|Generate|TOK:M13|Goblin|
|
||||
|Generate|TOK:M13|Hellion|
|
||||
|Generate|TOK:M13|Beast|
|
||||
|Generate|TOK:M13|Saproling|
|
||||
|Generate|TOK:M13|Wurm|
|
||||
|
||||
|Generate|EMBLEM:AVR|Tamiyo, the Moon Sage|
|
||||
|
||||
|Generate|TOK:AVR|Angel|
|
||||
|Generate|TOK:AVR|Human 1|
|
||||
|Generate|TOK:AVR|Spirit 1|
|
||||
|Generate|TOK:AVR|Spirit 2|
|
||||
|Generate|TOK:AVR|Demon|
|
||||
|Generate|TOK:AVR|Zombie|
|
||||
|Generate|TOK:AVR|Human 2|
|
||||
|
||||
|Generate|EMBLEM:DDI|Venser, the Sojourner|
|
||||
|Generate|EMBLEM:DDI|Koth of the Hammer|
|
||||
|
||||
|Generate|TOK:DKA|Human|
|
||||
|Generate|TOK:DKA|Vampire|
|
||||
|
||||
|Generate|TOK:ISD|Angel|
|
||||
|Generate|TOK:ISD|Spirit|
|
||||
|Generate|TOK:ISD|Homunculus|
|
||||
|Generate|TOK:ISD|Demon|
|
||||
|Generate|TOK:ISD|Vampire|
|
||||
|Generate|TOK:ISD|Wolf 1|
|
||||
|Generate|TOK:ISD|Zombie 1|
|
||||
|Generate|TOK:ISD|Zombie 2|
|
||||
|Generate|TOK:ISD|Zombie 3|
|
||||
|Generate|TOK:ISD|Ooze|
|
||||
|Generate|TOK:ISD|Spider|
|
||||
|Generate|TOK:ISD|Wolf 2|
|
||||
|
||||
|Generate|TOK:DDH|Griffin|
|
||||
|Generate|TOK:DDH|Saproling|
|
||||
|
||||
|Generate|TOK:M12|Bird|
|
||||
|Generate|TOK:M12|Soldier|
|
||||
|Generate|TOK:M12|Zombie|
|
||||
|Generate|TOK:M12|Beast|
|
||||
|Generate|TOK:M12|Saproling|
|
||||
|Generate|TOK:M12|Wurm|
|
||||
|Generate|TOK:M12|Pentavite|
|
||||
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Beast|
|
||||
|Generate|TOK:NPH|Goblin|
|
||||
|Generate|TOK:NPH|Golem|
|
||||
|Generate|TOK:NPH|Myr|
|
||||
|
||||
|Generate|TOK:DDG|Goblin|
|
||||
|
||||
|Generate|TOK:MBS|Germ|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|Generate|TOK:MBS|Golem|
|
||||
|Generate|TOK:MBS|Horror|
|
||||
|Generate|TOK:MBS|Thopter|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|Generate|TOK:MBS|Zombie|
|
||||
|
||||
|Generate|TOK:DDF|Soldier|
|
||||
|
||||
|Generate|TOK:SOM|Cat|
|
||||
|Generate|TOK:SOM|Soldier|
|
||||
|Generate|TOK:SOM|Goblin|
|
||||
|Generate|TOK:SOM|Insect|
|
||||
|Generate|TOK:SOM|Wolf|
|
||||
|Generate|TOK:SOM|Golem|
|
||||
|Generate|TOK:SOM|Myr|
|
||||
|Generate|TOK:SOM|Wurm 1|
|
||||
|Generate|TOK:SOM|Wurm 2|
|
||||
|
||||
|Generate|TOK:M11|Avatar|
|
||||
|Generate|TOK:M11|Bird|
|
||||
|Generate|TOK:M11|Zombie|
|
||||
|Generate|TOK:M11|Beast|
|
||||
|Generate|TOK:M11|Ooze 1|
|
||||
|Generate|TOK:M11|Ooze 2|
|
||||
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 1|
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 2|
|
||||
|Generate|TOK:ROE|Eldrazi Spawn 3|
|
||||
|Generate|TOK:ROE|Elemental|
|
||||
|Generate|TOK:ROE|Ooze|
|
||||
|Generate|TOK:ROE|Tuktuk the Returned|
|
||||
|
||||
|Generate|TOK:DDE|Saproling|
|
||||
|Generate|TOK:DDE|Hornet|
|
||||
|Generate|TOK:DDE|Minion|
|
||||
|
||||
|Generate|TOK:WWK|Soldier Ally|
|
||||
|Generate|TOK:WWK|Dragon|
|
||||
|Generate|TOK:WWK|Ogre|
|
||||
|Generate|TOK:WWK|Elephant|
|
||||
|Generate|TOK:WWK|Plant|
|
||||
|Generate|TOK:WWK|Construct|
|
||||
|
||||
|Generate|TOK:ZEN|Angel|
|
||||
|Generate|TOK:ZEN|Bird|
|
||||
|Generate|TOK:ZEN|Kor Soldier|
|
||||
|Generate|TOK:ZEN|Illusion|
|
||||
|Generate|TOK:ZEN|Merfolk|
|
||||
|Generate|TOK:ZEN|Vampire|
|
||||
|Generate|TOK:ZEN|Zombie Giant|
|
||||
|Generate|TOK:ZEN|Elemental|
|
||||
|Generate|TOK:ZEN|Beast|
|
||||
|Generate|TOK:ZEN|Snake|
|
||||
|Generate|TOK:ZEN|Wolf|
|
||||
|
||||
|Generate|TOK:M10|Avatar|
|
||||
|Generate|TOK:M10|Beast|
|
||||
|Generate|TOK:M10|Gargoyle|
|
||||
|Generate|TOK:M10|Goblin|
|
||||
|Generate|TOK:M10|Insect|
|
||||
|Generate|TOK:M10|Soldier|
|
||||
|Generate|TOK:M10|Wolf|
|
||||
|Generate|TOK:M10|Zombie|
|
||||
|
||||
|Generate|TOK:DDD|Beast 1|
|
||||
|Generate|TOK:DDD|Beast 2|
|
||||
|Generate|TOK:DDD|Elephant|
|
||||
|
||||
|Generate|TOK:ARB|Bird Soldier|
|
||||
|Generate|TOK:ARB|Lizard|
|
||||
|Generate|TOK:ARB|Dragon|
|
||||
|Generate|TOK:ARB|Zombie Wizard|
|
||||
|
||||
|Generate|TOK:DDC|Spirit|
|
||||
|Generate|TOK:DDC|Demon|
|
||||
|Generate|TOK:DDC|Thrull|
|
||||
|
||||
|Generate|TOK:CON|Angel|
|
||||
|Generate|TOK:CON|Elemental|
|
||||
|
||||
|Generate|TOK:DD2|Elemental Shaman|
|
||||
|
||||
|Generate|TOK:ALA|Soldier|
|
||||
|Generate|TOK:ALA|Beast|
|
||||
|Generate|TOK:ALA|Homunculus|
|
||||
|Generate|TOK:ALA|Thopter|
|
||||
|Generate|TOK:ALA|Skeleton|
|
||||
|Generate|TOK:ALA|Zombie|
|
||||
|Generate|TOK:ALA|Dragon|
|
||||
|Generate|TOK:ALA|Goblin|
|
||||
|Generate|TOK:ALA|Ooze|
|
||||
|Generate|TOK:ALA|Saproling|
|
||||
|
||||
|Generate|TOK:EVE|Goat|
|
||||
|Generate|TOK:EVE|Bird|
|
||||
|Generate|TOK:EVE|Beast|
|
||||
|Generate|TOK:EVE|Spirit|
|
||||
|Generate|TOK:EVE|Elemental|
|
||||
|Generate|TOK:EVE|Worm|
|
||||
|Generate|TOK:EVE|Goblin Soldier|
|
||||
|
||||
|Generate|TOK:SHM|Kithkin Soldier|
|
||||
|Generate|TOK:SHM|Spirit|
|
||||
|Generate|TOK:SHM|Rat|
|
||||
|Generate|TOK:SHM|Elemental 1|
|
||||
|Generate|TOK:SHM|Elf Warrior 1|
|
||||
|Generate|TOK:SHM|Spider|
|
||||
|Generate|TOK:SHM|Wolf|
|
||||
|Generate|TOK:SHM|Faerie Rogue|
|
||||
|Generate|TOK:SHM|Elemental 2|
|
||||
|Generate|TOK:SHM|Giant Warrior|
|
||||
|Generate|TOK:SHM|Goblin Warrior|
|
||||
|Generate|TOK:SHM|Elf Warrior 2|
|
||||
|
||||
|Generate|TOK:EVG|Elemental|
|
||||
|Generate|TOK:EVG|Elf Warrior|
|
||||
|Generate|TOK:EVG|Goblin|
|
||||
|
||||
|Generate|TOK:MOR|Giant Warrior|
|
||||
|Generate|TOK:MOR|Faerie Rogue|
|
||||
|Generate|TOK:MOR|Treefolk Shaman|
|
||||
|
||||
|Generate|TOK:LRW|Avatar|
|
||||
|Generate|TOK:LRW|Elemental 1|
|
||||
|Generate|TOK:LRW|Kithkin Soldier|
|
||||
|Generate|TOK:LRW|Merfolk Wizard|
|
||||
|Generate|TOK:LRW|Goblin Rogue|
|
||||
|Generate|TOK:LRW|Elemental Shaman|
|
||||
|Generate|TOK:LRW|Beast|
|
||||
|Generate|TOK:LRW|Elemental 2|
|
||||
|Generate|TOK:LRW|Elf Warrior|
|
||||
|Generate|TOK:LRW|Wolf|
|
||||
|Generate|TOK:LRW|Shapeshifter|
|
||||
|
||||
|Generate|TOK:10E|Soldier|
|
||||
|Generate|TOK:10E|Zombie|
|
||||
|Generate|TOK:10E|Dragon|
|
||||
|Generate|TOK:10E|Goblin|
|
||||
|Generate|TOK:10E|Saproling|
|
||||
|Generate|TOK:10E|Wasp|
|
||||
|
||||
|Generate|TOK:CSP|Marit Lage|
|
||||
|
||||
|Generate|TOK:CHK|Spirit|
|
50
Mage.Sets/src/mage/sets/GameDay.java
Normal file
50
Mage.Sets/src/mage/sets/GameDay.java
Normal file
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
|
||||
package mage.sets;
|
||||
|
||||
import java.util.GregorianCalendar;
|
||||
import mage.constants.SetType;
|
||||
import mage.cards.ExpansionSet;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class GameDay extends ExpansionSet {
|
||||
|
||||
private static final GameDay fINSTANCE = new GameDay();
|
||||
|
||||
public static GameDay getInstance() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
|
||||
private GameDay() {
|
||||
super("Game Day", "MGDC", "mage.sets.gameday", new GregorianCalendar(2011, 6, 17).getTime(), SetType.REPRINT);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/BlackSunsZenith.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/BlackSunsZenith.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class BlackSunsZenith extends mage.sets.mirrodinbesieged.BlackSunsZenith {
|
||||
|
||||
public BlackSunsZenith(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 7;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public BlackSunsZenith(final BlackSunsZenith card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlackSunsZenith copy() {
|
||||
return new BlackSunsZenith(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/ChiefEngineer.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/ChiefEngineer.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class ChiefEngineer extends mage.sets.magic2015.ChiefEngineer {
|
||||
|
||||
public ChiefEngineer(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 40;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public ChiefEngineer(final ChiefEngineer card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ChiefEngineer copy() {
|
||||
return new ChiefEngineer(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/CryptbornHorror.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/CryptbornHorror.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class CryptbornHorror extends mage.sets.returntoravnica.CryptbornHorror {
|
||||
|
||||
public CryptbornHorror(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 22;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public CryptbornHorror(final CryptbornHorror card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CryptbornHorror copy() {
|
||||
return new CryptbornHorror(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/DictateOfKruphix.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/DictateOfKruphix.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DictateOfKruphix extends mage.sets.journeyintonyx.DictateOfKruphix {
|
||||
|
||||
public DictateOfKruphix(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 35;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public DictateOfKruphix(final DictateOfKruphix card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DictateOfKruphix copy() {
|
||||
return new DictateOfKruphix(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/DiregrafGhoul.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/DiregrafGhoul.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DiregrafGhoul extends mage.sets.innistrad.DiregrafGhoul {
|
||||
|
||||
public DiregrafGhoul(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 12;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public DiregrafGhoul(final DiregrafGhoul card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DiregrafGhoul copy() {
|
||||
return new DiregrafGhoul(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/DryadMilitant.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/DryadMilitant.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DryadMilitant extends mage.sets.returntoravnica.DryadMilitant {
|
||||
|
||||
public DryadMilitant(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 23;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public DryadMilitant(final DryadMilitant card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DryadMilitant copy() {
|
||||
return new DryadMilitant(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/DungroveElder.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/DungroveElder.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class DungroveElder extends mage.sets.magic2012.DungroveElder {
|
||||
|
||||
public DungroveElder(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 11;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public DungroveElder(final DungroveElder card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DungroveElder copy() {
|
||||
return new DungroveElder(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/EliteInquisitor.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/EliteInquisitor.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class EliteInquisitor extends mage.sets.innistrad.EliteInquisitor {
|
||||
|
||||
public EliteInquisitor(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 13;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public EliteInquisitor(final EliteInquisitor card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public EliteInquisitor copy() {
|
||||
return new EliteInquisitor(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/FiremaneAvenger.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/FiremaneAvenger.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class FiremaneAvenger extends mage.sets.gatecrash.FiremaneAvenger {
|
||||
|
||||
public FiremaneAvenger(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 24;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public FiremaneAvenger(final FiremaneAvenger card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public FiremaneAvenger copy() {
|
||||
return new FiremaneAvenger(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/GoblinDiplomats.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/GoblinDiplomats.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class GoblinDiplomats extends mage.sets.magic2014.GoblinDiplomats {
|
||||
|
||||
public GoblinDiplomats(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 29;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public GoblinDiplomats(final GoblinDiplomats card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public GoblinDiplomats copy() {
|
||||
return new GoblinDiplomats(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/HallOfTriumph.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/HallOfTriumph.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class HallOfTriumph extends mage.sets.journeyintonyx.HallOfTriumph {
|
||||
|
||||
public HallOfTriumph(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 36;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public HallOfTriumph(final HallOfTriumph card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HallOfTriumph copy() {
|
||||
return new HallOfTriumph(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/HeirOfTheWilds.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/HeirOfTheWilds.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class HeirOfTheWilds extends mage.sets.khansoftarkir.HeirOfTheWilds {
|
||||
|
||||
public HeirOfTheWilds(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 37;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public HeirOfTheWilds(final HeirOfTheWilds card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HeirOfTheWilds copy() {
|
||||
return new HeirOfTheWilds(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/HiveStirrings.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/HiveStirrings.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class HiveStirrings extends mage.sets.magic2014.HiveStirrings {
|
||||
|
||||
public HiveStirrings(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 28;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public HiveStirrings(final HiveStirrings card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HiveStirrings copy() {
|
||||
return new HiveStirrings(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/KillingWave.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/KillingWave.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class KillingWave extends mage.sets.avacynrestored.KillingWave {
|
||||
|
||||
public KillingWave(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 19;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public KillingWave(final KillingWave card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public KillingWave copy() {
|
||||
return new KillingWave(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/KiorasFollower.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/KiorasFollower.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class KiorasFollower extends mage.sets.bornofthegods.KiorasFollower {
|
||||
|
||||
public KiorasFollower(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 33;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public KiorasFollower(final KiorasFollower card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public KiorasFollower copy() {
|
||||
return new KiorasFollower(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/LatchSeeker.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/LatchSeeker.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class LatchSeeker extends mage.sets.avacynrestored.LatchSeeker {
|
||||
|
||||
public LatchSeeker(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 18;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public LatchSeeker(final LatchSeeker card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public LatchSeeker copy() {
|
||||
return new LatchSeeker(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/LilianasSpecter.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/LilianasSpecter.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class LilianasSpecter extends mage.sets.magic2011.LilianasSpecter {
|
||||
|
||||
public LilianasSpecter(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 2;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public LilianasSpecter(final LilianasSpecter card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public LilianasSpecter copy() {
|
||||
return new LilianasSpecter(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/Magmaquake.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/Magmaquake.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class Magmaquake extends mage.sets.magic2013.Magmaquake {
|
||||
|
||||
public Magmaquake(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 20;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public Magmaquake(final Magmaquake card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Magmaquake copy() {
|
||||
return new Magmaquake(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/MelekIzzetParagon.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/MelekIzzetParagon.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class MelekIzzetParagon extends mage.sets.dragonsmaze.MelekIzzetParagon {
|
||||
|
||||
public MelekIzzetParagon(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 26;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public MelekIzzetParagon(final MelekIzzetParagon card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MelekIzzetParagon copy() {
|
||||
return new MelekIzzetParagon(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/Memnite.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/Memnite.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class Memnite extends mage.sets.scarsofmirrodin.Memnite {
|
||||
|
||||
public Memnite(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 4;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public Memnite(final Memnite card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Memnite copy() {
|
||||
return new Memnite(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/MitoticSlime.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/MitoticSlime.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class MitoticSlime extends mage.sets.magic2011.MitoticSlime {
|
||||
|
||||
public MitoticSlime(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 3;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public MitoticSlime(final MitoticSlime card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MitoticSlime copy() {
|
||||
return new MitoticSlime(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/MwonvuliBeastTracker.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/MwonvuliBeastTracker.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class MwonvuliBeastTracker extends mage.sets.magic2013.MwonvuliBeastTracker {
|
||||
|
||||
public MwonvuliBeastTracker(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 21;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public MwonvuliBeastTracker(final MwonvuliBeastTracker card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MwonvuliBeastTracker copy() {
|
||||
return new MwonvuliBeastTracker(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/MyrSuperion.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/MyrSuperion.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class MyrSuperion extends mage.sets.newphyrexia.MyrSuperion {
|
||||
|
||||
public MyrSuperion(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 8;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public MyrSuperion(final MyrSuperion card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MyrSuperion copy() {
|
||||
return new MyrSuperion(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/Nighthowler.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/Nighthowler.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class Nighthowler extends mage.sets.theros.Nighthowler {
|
||||
|
||||
public Nighthowler(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 31;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public Nighthowler(final Nighthowler card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Nighthowler copy() {
|
||||
return new Nighthowler(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/PainSeer.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/PainSeer.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class PainSeer extends mage.sets.bornofthegods.PainSeer {
|
||||
|
||||
public PainSeer(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 32;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public PainSeer(final PainSeer card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public PainSeer copy() {
|
||||
return new PainSeer(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/PhalanxLeader.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/PhalanxLeader.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class PhalanxLeader extends mage.sets.theros.PhalanxLeader {
|
||||
|
||||
public PhalanxLeader(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 30;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public PhalanxLeader(final PhalanxLeader card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public PhalanxLeader copy() {
|
||||
return new PhalanxLeader(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/PriestOfUrabrask.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/PriestOfUrabrask.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class PriestOfUrabrask extends mage.sets.newphyrexia.PriestOfUrabrask {
|
||||
|
||||
public PriestOfUrabrask(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 9;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public PriestOfUrabrask(final PriestOfUrabrask card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public PriestOfUrabrask copy() {
|
||||
return new PriestOfUrabrask(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/PristineTalisman.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/PristineTalisman.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class PristineTalisman extends mage.sets.newphyrexia.PristineTalisman {
|
||||
|
||||
public PristineTalisman(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 17;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public PristineTalisman(final PristineTalisman card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public PristineTalisman copy() {
|
||||
return new PristineTalisman(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/ReclamationSage.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/ReclamationSage.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class ReclamationSage extends mage.sets.magic2015.ReclamationSage {
|
||||
|
||||
public ReclamationSage(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 39;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public ReclamationSage(final ReclamationSage card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ReclamationSage copy() {
|
||||
return new ReclamationSage(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/ReyaDawnbringer.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/ReyaDawnbringer.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class ReyaDawnbringer extends mage.sets.tenth.ReyaDawnbringer {
|
||||
|
||||
public ReyaDawnbringer(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 1;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public ReyaDawnbringer(final ReyaDawnbringer card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ReyaDawnbringer copy() {
|
||||
return new ReyaDawnbringer(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/SquelchingLeeches.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/SquelchingLeeches.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class SquelchingLeeches extends mage.sets.journeyintonyx.SquelchingLeeches {
|
||||
|
||||
public SquelchingLeeches(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 34;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public SquelchingLeeches(final SquelchingLeeches card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SquelchingLeeches copy() {
|
||||
return new SquelchingLeeches(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/StormbloodBerserker.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/StormbloodBerserker.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class StormbloodBerserker extends mage.sets.magic2012.StormbloodBerserker {
|
||||
|
||||
public StormbloodBerserker(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 10;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public StormbloodBerserker(final StormbloodBerserker card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public StormbloodBerserker copy() {
|
||||
return new StormbloodBerserker(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/StranglerootGeist.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/StranglerootGeist.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class StranglerootGeist extends mage.sets.darkascension.StranglerootGeist {
|
||||
|
||||
public StranglerootGeist(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 15;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public StranglerootGeist(final StranglerootGeist card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public StranglerootGeist copy() {
|
||||
return new StranglerootGeist(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/SuturePriest.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/SuturePriest.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class SuturePriest extends mage.sets.newphyrexia.SuturePriest {
|
||||
|
||||
public SuturePriest(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 16;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public SuturePriest(final SuturePriest card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SuturePriest copy() {
|
||||
return new SuturePriest(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/TemperedSteel.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/TemperedSteel.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class TemperedSteel extends mage.sets.scarsofmirrodin.TemperedSteel {
|
||||
|
||||
public TemperedSteel(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 5;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public TemperedSteel(final TemperedSteel card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public TemperedSteel copy() {
|
||||
return new TemperedSteel(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/TreasureMage.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/TreasureMage.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class TreasureMage extends mage.sets.mirrodinbesieged.TreasureMage {
|
||||
|
||||
public TreasureMage(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 6;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public TreasureMage(final TreasureMage card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public TreasureMage copy() {
|
||||
return new TreasureMage(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/TrostanisSummoner.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/TrostanisSummoner.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class TrostanisSummoner extends mage.sets.dragonsmaze.TrostanisSummoner {
|
||||
|
||||
public TrostanisSummoner(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 27;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public TrostanisSummoner(final TrostanisSummoner card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public TrostanisSummoner copy() {
|
||||
return new TrostanisSummoner(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/UtterEnd.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/UtterEnd.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class UtterEnd extends mage.sets.khansoftarkir.UtterEnd {
|
||||
|
||||
public UtterEnd(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 38;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public UtterEnd(final UtterEnd card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public UtterEnd copy() {
|
||||
return new UtterEnd(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/ZameckGuildmage.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/ZameckGuildmage.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class ZameckGuildmage extends mage.sets.gatecrash.ZameckGuildmage {
|
||||
|
||||
public ZameckGuildmage(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 25;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public ZameckGuildmage(final ZameckGuildmage card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ZameckGuildmage copy() {
|
||||
return new ZameckGuildmage(this);
|
||||
}
|
||||
}
|
52
Mage.Sets/src/mage/sets/gameday/ZombieApocalypse.java
Normal file
52
Mage.Sets/src/mage/sets/gameday/ZombieApocalypse.java
Normal file
|
@ -0,0 +1,52 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.gameday;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class ZombieApocalypse extends mage.sets.darkascension.ZombieApocalypse {
|
||||
|
||||
public ZombieApocalypse(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 14;
|
||||
this.expansionSetCode = "MGDC";
|
||||
}
|
||||
|
||||
public ZombieApocalypse(final ZombieApocalypse card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ZombieApocalypse copy() {
|
||||
return new ZombieApocalypse(this);
|
||||
}
|
||||
}
|
|
@ -41,6 +41,7 @@ Fifth Edition|fifthedition|
|
|||
Fourth Edition|fourthedition|
|
||||
Friday Night Magic|fridaynightmagic|
|
||||
Future Sight|futuresight|
|
||||
Game Day|gameday|
|
||||
Gatecrash|gatecrash|
|
||||
Guildpact|guildpact|
|
||||
Homelands|homelands|
|
||||
|
|
|
@ -6142,6 +6142,46 @@ Char-Rumbler|Future Sight|96|U|{2}{R}{R}|Creature - Elemental|-1|3|Double strike
|
|||
Emberwilde Augur|Future Sight|97|C|{1}{R}|Creature - Goblin Shaman|2|1|Sacrifice Emberwilde Augur: Emberwilde Augur deals 3 damage to target player. Activate this ability only during your upkeep.|
|
||||
Fatal Attraction|Future Sight|98|C|{2}{R}|Enchantment - Aura|||Enchant creature$When Fatal Attraction enters the battlefield, it deals 2 damage to enchanted creature.$At the beginning of your upkeep, Fatal Attraction deals 4 damage to enchanted creature.|
|
||||
Gathan Raiders|Future Sight|99|C|{3}{R}{R}|Creature - Human Warrior|3|3|Hellbent - Gathan Raiders gets +2/+2 as long as you have no cards in hand.$Morph-Discard a card. <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Reya Dawnbringer|Game Day|1|R|{6}{W}{W}{W}|Legendary Creature — Angel|4|6|Flying$At the beginning of your upkeep, you may return target creature card from your graveyard to the battlefield.|
|
||||
Liliana's Specter|Game Day|2|C|{1}{B}{B}|Creature — Specter|2|1|Flying$When Liliana's Specter enters the battlefield, each opponent discards a card.|
|
||||
Mitotic Slime|Game Day|3|R|{4}{G}|Creature — Ooze|4|4|When Mitotic Slime dies, put two 2/2 green Ooze creature tokens onto the battlefield. They have "When this creature dies, put two 1/1 green Ooze creature tokens onto the battlefield."|
|
||||
Memnite|Game Day|4|U|{0}|Artifact Creature — Construct|1|1||
|
||||
Tempered Steel|Game Day|5|R|{1}{W}{W}|Enchantment|||Artifact creatures you control get +2/+2.|
|
||||
Treasure Mage|Game Day|6|U|{2}{U}|Creature — Human Wizard|2|2|When Treasure Mage enters the battlefield, you may search your library for an artifact card with converted mana cost 6 or greater, reveal that card, and put it into your hand. If you do, shuffle your library.|
|
||||
Black Sun's Zenith|Game Day|7|R|{X}{B}{B}|Sorcery|||Put X -1/-1 counters on each creature. Shuffle Black Sun's Zenith into its owner's library.|
|
||||
Myr Superion|Game Day|8|R|{2}|Artifact Creature — Myr|5|6|Spend only mana produced by creatures to cast Myr Superion.|
|
||||
Priest of Urabrask|Game Day|9|U|{2}{R}|Creature — Human Cleric|2|1|When Priest of Urabrask enters the battlefield, add {R}{R}{R} to your mana pool.|
|
||||
Stormblood Berserker|Game Day|10|U|{1}{R}|Creature — Human Berserker|1|1|Bloodthirst 2 <i>(If an opponent was dealt damage this turn, this creature enters the battlefield with two +1/+1 counters on it.)<i>$Stormblood Berserker can't be blocked except by two or more creatures.|
|
||||
Dungrove Elder|Game Day|11|R|{2}{G}|Creature — Treefolk|*|*| Hexproof <i>(This creature can't be the target of spells or abilities your opponents control.)<i>$Dungrove Elder's power and toughness are each equal to the number of Forests you control.|
|
||||
Diregraf Ghoul|Game Day|12|U|{B}|Creature — Zombie|2|2|Diregraf Ghoul enters the battlefield tapped.|
|
||||
Elite Inquisitor|Game Day|13|R|{W}{W}|Creature — Human Soldier|2|2|First strike$Vigilance$Protection from Vampires, from Werewolves, and from Zombies|
|
||||
Zombie Apocalypse|Game Day|14|R|{3}{B}{B}{B}|Sorcery|||Return all Zombie creature cards from your graveyard to the battlefield tapped, then destroy all Humans.|
|
||||
Strangleroot Geist|Game Day|15|U|{G}{G}|Creature — Spirit|2|1|Haste$Undying <i>(When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)<i>|
|
||||
Suture Priest|Game Day|16|C|{1}{W}|Creature — Cleric|1|1|Whenever another creature enters the battlefield under your control, you may gain 1 life.$Whenever a creature enters the battlefield under an opponent's control, you may have that player lose 1 life.|
|
||||
Pristine Talisman|Game Day|17|C|{3}|Artifact|||{T}: Add {1} to your mana pool. You gain 1 life.|
|
||||
Latch Seeker|Game Day|18|U|{1}{U}{U}|Creature — Spirit|3|1|Latch Seeker can't be blocked.|
|
||||
Killing Wave|Game Day|19|R|{X}{B}|Sorcery|||For each creature, its controller sacrifices it unless he or she pays X life.|
|
||||
Magmaquake|Game Day|20|R|{X}{R}{R}|Instant|||Magmaquake deals X damage to each creature without flying and each planeswalker.|
|
||||
Mwonvuli Beast Tracker|Game Day|21|U|{1}{G}{G}|Creature — Human Scout|2|1|When Mwonvuli Beast Tracker enters the battlefield, search your library for a creature card with deathtouch, hexproof, reach, or trample and reveal it. Shuffle your library and put that card on top of it.|
|
||||
Cryptborn Horror|Game Day|22|R|{1}{BR}{BR}||Creature — Horror|0|0|Trample$Cryptborn Horror enters the battlefield with X +1/+1 counters on it, where X is the total life lost by your opponents this turn.|
|
||||
Dryad Militant|Game Day|23|U|{GW}|Creature — Dryad Soldier|2|1|If an instant or sorcery card would be put into a graveyard from anywhere, exile it instead.|
|
||||
Firemane Avenger|Game Day|24|R|{2}{W}{R}|Creature — Angel|3|3|Flying$Battalion — Whenever Firemane Avenger and at least two other creatures attack, Firemane Avenger deals 3 damage to target creature or player and you gain 3 life.|
|
||||
Zameck Guildmage|Game Day|25|U|{U}{G}|Creature — Elf Wizard|2|2|{G}{U}: This turn, each creature you control enters the battlefield with an additional +1/+1 counter on it.${G}{U}, Remove a +1/+1 counter from a creature you control: Draw a card.|
|
||||
Melek, Izzet Paragon|Game Day|26|R|{4}{U}{R}|Legendary Creature — Weird Wizard|2|4|Play with the top card of your library revealed.$You may cast the top card of your library if it's an instant or sorcery card.$Whenever you cast an instant or sorcery spell from your library, copy it. You may choose new targets for the copy.|
|
||||
Trostani's Summoner|Game Day|27|U|{5}{W}{G}|Creature — Elf Shaman|1|1|When Trostani's Summoner enters the battlefield, put a 2/2 white Knight creature token with vigilance, a 3/3 green Centaur creature token, and a 4/4 green Rhino creature token with trample onto the battlefield.|
|
||||
Hive Stirrings|Game Day|28|C|{2}{W}|Sorcery|||Put two 1/1 colorless Sliver creature tokens onto the battlefield.|
|
||||
Goblin Diplomats|Game Day|29|R|{1}{R}|Creature — Goblin|2|1|{T}: Each creature attacks this turn if able.|
|
||||
Phalanx Leader|Game Day|30|U|{W}{W}|Creature — Human Soldier|1|1|Heroic — Whenever you cast a spell that targets Phalanx Leader, put a +1/+1 counter on each creature you control.|
|
||||
Nighthowler|Game Day|31|R|{1}{B}{B}|Enchantment Creature — Horror|0|0|Bestow {2}{B}{B} <i>(If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached to a creature.)<i>$Nighthowler and enchanted creature each get +X/+X, where X is the number of creature cards in all graveyards.|
|
||||
Pain Seer|Game Day|32|R|{1}{B}|Creature — Human Wizard|2|2|Inspired — Whenever Pain Seer becomes untapped, reveal the top card of your library and put that card into your hand. You lose life equal to that card's converted mana cost.|
|
||||
Kiora's Follower|Game Day|33|U|{U}{G}|Creature — Merfolk|2|2|{T}: Untap another target permanent.|
|
||||
Squelching Leeches|Game Day|34|U|{2}{B}{B}|Creature — Leech|*|*|Squelching Leeches's power and toughness are each equal to the number of Swamps you control.|
|
||||
Dictate of Kruphix|Game Day|35|R|{1}{U}{U}|Enchantment|||Flash$At the beginning of each player's draw step, that player draws an additional card.|
|
||||
Hall of Triumph|Game Day|36|R|{3}|Legendary Artifact|||As Hall of Triumph enters the battlefield, choose a color.$Creatures you control of the chosen color get +1/+1.|
|
||||
Heir of the Wilds|Game Day|37|U|{1}{G}|Creature — Human Warrior|2|2|Deathtouch$Ferocious — Whenever Heir of the Wilds attacks, if you control a creature with power 4 or greater, Heir of the Wilds gets +1/+1 until end of turn.|
|
||||
Utter End|Game Day|38|R|{2}{W}{B}|Instant|||Exile target nonland permanent.|
|
||||
Reclamation Sage|Game Day|39|U|{2}{G}|Creature — Elf Shaman|2|1|When Reclamation Sage enters the battlefield, you may destroy target artifact or enchantment.|
|
||||
Chief Engineer|Game Day|40|R|{1}{U}|Creature — Vedalken Artificer|1|3|Artifact spells you cast have convoke. (<i>Your creatures can help cast those spells. Each creature you tap while casting an artifact spell pays for {1} or one mana of that creature's color.)<i>|
|
||||
Aerial Maneuver|Gatecrash|1|C|{1}{W}|Instant|||Target creature gets +1/+1 and gains flying and first strike until end of turn.|
|
||||
Debtor's Pulpit|Gatecrash|10|U|{4}{W}|Enchantment - Aura|||Enchant land$Enchanted land has "{tap}: Tap target creature."|
|
||||
Massive Raid|Gatecrash|100|C|{1}{R}{R}|Instant|||Massive Raid deals damage to target creature or player equal to the number of creatures you control.|
|
||||
|
|
|
@ -82,6 +82,7 @@ Masters Edition II|ME2|
|
|||
Masters Edition III|ME3|
|
||||
Masters Edition IV|ME4|
|
||||
Masters Edition|MED|
|
||||
Game Day|MGDC|
|
||||
Mirage|MIR|
|
||||
Mercadian Masques|MMQ|
|
||||
Morningtide|MOR|
|
||||
|
|
Loading…
Add table
Reference in a new issue