[UNF] Implemented The Space Family Goblinson

This commit is contained in:
Evan Kranzler 2021-11-29 21:05:33 -05:00
parent 5c5785a9e7
commit 90ae244fa5
3 changed files with 156 additions and 0 deletions

View file

@ -36,6 +36,7 @@ public final class Unfinity extends ExpansionSet {
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("Watery Grave", 278, Rarity.RARE, mage.cards.w.WateryGrave.class));
}
}