mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[UNF] preemptive test fix
This commit is contained in:
parent
e3b2ac15ba
commit
8e866d95c2
2 changed files with 2 additions and 10 deletions
|
@ -17,26 +17,23 @@ public final class Unfinity extends ExpansionSet {
|
|||
|
||||
private Unfinity() {
|
||||
super("Unfinity", "UNF", ExpansionSet.buildDate(2022, 4, 1), SetType.JOKESET); // TODO: some of these cards are legacy legal
|
||||
this.hasBasicLands = true;
|
||||
|
||||
cards.add(new SetCardInfo("Blood Crypt", 279, Rarity.COMMON, mage.cards.b.BloodCrypt.class));
|
||||
cards.add(new SetCardInfo("Breeding Pool", 286, Rarity.RARE, mage.cards.b.BreedingPool.class));
|
||||
cards.add(new SetCardInfo("Forest", 239, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 244, Rarity.LAND, mage.cards.basiclands.Forest.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Godless Shrine", 282, Rarity.RARE, mage.cards.g.GodlessShrine.class));
|
||||
cards.add(new SetCardInfo("Hallowed Fountain", 277, Rarity.RARE, mage.cards.h.HallowedFountain.class));
|
||||
cards.add(new SetCardInfo("Island", 236, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 241, Rarity.LAND, mage.cards.basiclands.Island.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 238, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 243, Rarity.LAND, mage.cards.basiclands.Mountain.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Overgrown Tomb", 284, Rarity.RARE, mage.cards.o.OvergrownTomb.class));
|
||||
cards.add(new SetCardInfo("Plains", 240, Rarity.LAND, mage.cards.basiclands.Plains.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sacred Foundry", 285, Rarity.RARE, mage.cards.s.SacredFoundry.class));
|
||||
cards.add(new SetCardInfo("Steam Vents", 283, Rarity.RARE, mage.cards.s.SteamVents.class));
|
||||
cards.add(new SetCardInfo("Stomping Ground", 280, Rarity.RARE, mage.cards.s.StompingGround.class));
|
||||
cards.add(new SetCardInfo("Swamp", 237, Rarity.LAND, mage.cards.basiclands.Swamp.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swamp", 242, Rarity.LAND, mage.cards.basiclands.Swamp.class, FULL_ART_BFZ_VARIOUS));
|
||||
cards.add(new SetCardInfo("Temple Garden", 281, Rarity.RARE, mage.cards.t.TempleGarden.class));
|
||||
cards.add(new SetCardInfo("The Space Family Goblinson", 270, Rarity.UNCOMMON, mage.cards.t.TheSpaceFamilyGoblinson.class));
|
||||
cards.add(new SetCardInfo("The Space Family Goblinson", 179, Rarity.UNCOMMON, mage.cards.t.TheSpaceFamilyGoblinson.class));
|
||||
cards.add(new SetCardInfo("Watery Grave", 278, Rarity.RARE, mage.cards.w.WateryGrave.class));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43495,11 +43495,6 @@ Swamp|Unfinity|237|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
|||
Mountain|Unfinity|238|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|Unfinity|239|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Plains|Unfinity|240|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Island|Unfinity|241|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Swamp|Unfinity|242|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||
Mountain|Unfinity|243|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|Unfinity|244|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
The Space Family Goblinson|Unfinity|270|U|{2}{R}{G}|Legendary Creature - Goblin Guest|1|1|The Space Family Goblinson has trample as long as you've rolled three or more dice this turn.$Whenever you roll a die, put a +1/+1 counter on The Space Family Goblinson.|
|
||||
Hallowed Fountain|Unfinity|277|R||Land - Plains Island|||({T}: Add {W} or {U}.)$As Hallowed Fountain enters the battlefield, you may pay 2 life. If you don't, it enters the battlefield tapped.|
|
||||
Watery Grave|Unfinity|278|R||Land - Island Swamp|||({T}: Add {U} or {B}.)$As Watery Grave enters the battlefield, you may pay 2 life. If you don't, it enters the battlefield tapped.|
|
||||
Blood Crypt|Unfinity|279|C||Land - Swamp Mountain|||({T}: Add {B} or {R}.)$As Blood Crypt enters the battlefield, you may pay 2 life. If you don't, it enters the battlefield tapped.|
|
||||
|
|
Loading…
Reference in a new issue