mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
updated WAR spoiler and reprints
This commit is contained in:
parent
864a40c5a8
commit
4c8b32c553
3 changed files with 13 additions and 9 deletions
|
|
@ -13,9 +13,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class KiorasDreammaker extends CardImpl {
|
||||
public final class KiorasDambreaker extends CardImpl {
|
||||
|
||||
public KiorasDreammaker(UUID ownerId, CardSetInfo setInfo) {
|
||||
public KiorasDambreaker(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{U}");
|
||||
|
||||
this.subtype.add(SubType.LEVIATHAN);
|
||||
|
|
@ -26,12 +26,12 @@ public final class KiorasDreammaker extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldTriggeredAbility(new ProliferateEffect()));
|
||||
}
|
||||
|
||||
private KiorasDreammaker(final KiorasDreammaker card) {
|
||||
private KiorasDambreaker(final KiorasDambreaker card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public KiorasDreammaker copy() {
|
||||
return new KiorasDreammaker(this);
|
||||
public KiorasDambreaker copy() {
|
||||
return new KiorasDambreaker(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -41,6 +41,7 @@ public final class WarOfTheSpark extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Forest", 262, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 263, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 264, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Giant Growth", 162, Rarity.COMMON, mage.cards.g.GiantGrowth.class));
|
||||
cards.add(new SetCardInfo("Gideon's Triumph", 15, Rarity.UNCOMMON, mage.cards.g.GideonsTriumph.class));
|
||||
cards.add(new SetCardInfo("Herald of the Dreadhorde", 93, Rarity.COMMON, mage.cards.h.HeraldOfTheDreadhorde.class));
|
||||
cards.add(new SetCardInfo("Honor the God-Pharaoh", 132, Rarity.COMMON, mage.cards.h.HonorTheGodPharaoh.class));
|
||||
|
|
@ -53,7 +54,7 @@ public final class WarOfTheSpark extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Jace, Wielder of Mysteries", 54, Rarity.RARE, mage.cards.j.JaceWielderOfMysteries.class));
|
||||
cards.add(new SetCardInfo("Karn's Bastion", 248, Rarity.RARE, mage.cards.k.KarnsBastion.class));
|
||||
cards.add(new SetCardInfo("Kaya, Bane of the Dead", 231, Rarity.UNCOMMON, mage.cards.k.KayaBaneOfTheDead.class));
|
||||
cards.add(new SetCardInfo("Kiora's Dreammaker", 58, Rarity.COMMON, mage.cards.k.KiorasDreammaker.class));
|
||||
cards.add(new SetCardInfo("Kiora's Dambreaker", 58, Rarity.COMMON, mage.cards.k.KiorasDambreaker.class));
|
||||
cards.add(new SetCardInfo("Kiora, Behemoth Beckoner", 232, Rarity.UNCOMMON, mage.cards.k.KioraBehemothBeckoner.class));
|
||||
cards.add(new SetCardInfo("Liliana's Triumph", 98, Rarity.UNCOMMON, mage.cards.l.LilianasTriumph.class));
|
||||
cards.add(new SetCardInfo("Liliana, Dreadhorde General", 97, Rarity.MYTHIC, mage.cards.l.LilianaDreadhordeGeneral.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue