mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
updated WAR spoiler
This commit is contained in:
parent
25627183a2
commit
043efce3ca
3 changed files with 12 additions and 10 deletions
|
|
@ -12,9 +12,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class DavrielsShadowfuge extends CardImpl {
|
||||
public final class DavrielsShadowfugue extends CardImpl {
|
||||
|
||||
public DavrielsShadowfuge(UUID ownerId, CardSetInfo setInfo) {
|
||||
public DavrielsShadowfugue(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{3}{B}");
|
||||
|
||||
// Target player discards two cards and loses 2 life.
|
||||
|
|
@ -23,12 +23,12 @@ public final class DavrielsShadowfuge extends CardImpl {
|
|||
this.getSpellAbility().addTarget(new TargetPlayer());
|
||||
}
|
||||
|
||||
private DavrielsShadowfuge(final DavrielsShadowfuge card) {
|
||||
private DavrielsShadowfugue(final DavrielsShadowfugue card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DavrielsShadowfuge copy() {
|
||||
return new DavrielsShadowfuge(this);
|
||||
public DavrielsShadowfugue copy() {
|
||||
return new DavrielsShadowfugue(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.cards.d.DavrielsShadowfugue;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
|
|
@ -32,9 +33,9 @@ public final class WarOfTheSpark extends ExpansionSet {
|
|||
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 Shadowfuge", 84, Rarity.COMMON, mage.cards.d.DavrielsShadowfuge.class));
|
||||
cards.add(new SetCardInfo("Davriel's Shadowfugue", 84, Rarity.COMMON, 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.COMMON, mage.cards.d.DovinsVeto.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));
|
||||
cards.add(new SetCardInfo("Emergence Zone", 245, Rarity.UNCOMMON, mage.cards.e.EmergenceZone.class));
|
||||
cards.add(new SetCardInfo("Erratic Visionary", 48, Rarity.COMMON, mage.cards.e.ErraticVisionary.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue