updated WAR spoiler and reprints

This commit is contained in:
Evan Kranzler 2019-04-02 18:34:16 -04:00
parent a9b8437bc4
commit 668ad3f69e
4 changed files with 16 additions and 13 deletions

View file

@ -13,9 +13,9 @@ import java.util.UUID;
/**
* @author TheElk801
*/
public final class AngrathsWrath extends CardImpl {
public final class AngrathsRampage extends CardImpl {
public AngrathsWrath(UUID ownerId, CardSetInfo setInfo) {
public AngrathsRampage(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{B}{R}");
// Choose one:
@ -43,12 +43,12 @@ public final class AngrathsWrath extends CardImpl {
this.getSpellAbility().addMode(mode);
}
private AngrathsWrath(final AngrathsWrath card) {
private AngrathsRampage(final AngrathsRampage card) {
super(card);
}
@Override
public AngrathsWrath copy() {
return new AngrathsWrath(this);
public AngrathsRampage copy() {
return new AngrathsRampage(this);
}
}

View file

@ -29,12 +29,12 @@ public final class MowuLoyalCompanion extends CardImpl {
this.power = new MageInt(3);
this.toughness = new MageInt(3);
// Vigilance
this.addAbility(VigilanceAbility.getInstance());
// Trample
this.addAbility(TrampleAbility.getInstance());
// Vigilance
this.addAbility(VigilanceAbility.getInstance());
// If one or more +1/+1 counters would be put on Mowu, Loyal Companion, that many plus one +1/+1 counters are put on it instead.
this.addAbility(new SimpleStaticAbility(new MowuLoyalCompanionEffect()));
}

View file

@ -1,7 +1,6 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.cards.d.DavrielsShadowfugue;
import mage.constants.Rarity;
import mage.constants.SetType;
@ -26,14 +25,14 @@ public final class WarOfTheSpark extends ExpansionSet {
cards.add(new SetCardInfo("Ajani's Pridemate", 4, Rarity.UNCOMMON, mage.cards.a.AjanisPridemate.class));
cards.add(new SetCardInfo("Ajani, the Greathearted", 184, Rarity.RARE, mage.cards.a.AjaniTheGreathearted.class));
cards.add(new SetCardInfo("Angrath's Wrath", 185, Rarity.UNCOMMON, mage.cards.a.AngrathsWrath.class));
cards.add(new SetCardInfo("Angrath's Rampage", 185, Rarity.UNCOMMON, mage.cards.a.AngrathsRampage.class));
cards.add(new SetCardInfo("Arlinn's Wolf", 151, Rarity.COMMON, mage.cards.a.ArlinnsWolf.class));
cards.add(new SetCardInfo("Arlinn, Voice of the Pack", 150, Rarity.UNCOMMON, mage.cards.a.ArlinnVoiceOfThePack.class));
cards.add(new SetCardInfo("Augur of Bolas", 41, Rarity.UNCOMMON, mage.cards.a.AugurOfBolas.class));
cards.add(new SetCardInfo("Burning Prophet", 117, Rarity.COMMON, mage.cards.b.BurningProphet.class));
cards.add(new SetCardInfo("Cruel Celebrant", 188, Rarity.UNCOMMON, mage.cards.c.CruelCelebrant.class));
cards.add(new SetCardInfo("Crush Dissent", 47, Rarity.COMMON, mage.cards.c.CrushDissent.class));
cards.add(new SetCardInfo("Davriel's Shadowfugue", 84, Rarity.COMMON, DavrielsShadowfugue.class));
cards.add(new SetCardInfo("Davriel's Shadowfugue", 84, Rarity.COMMON, mage.cards.d.DavrielsShadowfugue.class));
cards.add(new SetCardInfo("Davriel, Rogue Shadowmage", 83, Rarity.UNCOMMON, mage.cards.d.DavrielRogueShadowmage.class));
cards.add(new SetCardInfo("Dovin's Veto", 193, Rarity.UNCOMMON, mage.cards.d.DovinsVeto.class));
cards.add(new SetCardInfo("Dreadhorde Invasion", 86, Rarity.RARE, mage.cards.d.DreadhordeInvasion.class));
@ -92,6 +91,7 @@ public final class WarOfTheSpark extends ExpansionSet {
cards.add(new SetCardInfo("Tibalt's Rager", 147, Rarity.UNCOMMON, mage.cards.t.TibaltsRager.class));
cards.add(new SetCardInfo("Tibalt, Rakish Instigator", 146, Rarity.UNCOMMON, mage.cards.t.TibaltRakishInstigator.class));
cards.add(new SetCardInfo("Time Wipe", 223, Rarity.RARE, mage.cards.t.TimeWipe.class));
cards.add(new SetCardInfo("Totally Lost", 74, Rarity.COMMON, mage.cards.t.TotallyLost.class));
cards.add(new SetCardInfo("Vivien's Arkbow", 181, Rarity.RARE, mage.cards.v.ViviensArkbow.class));
cards.add(new SetCardInfo("Vivien's Grizzly", 182, Rarity.COMMON, mage.cards.v.ViviensGrizzly.class));
cards.add(new SetCardInfo("Vraska's Finisher", 112, Rarity.COMMON, mage.cards.v.VraskasFinisher.class));