forked from External/mage
added cardNumber to card - updated some cards
This commit is contained in:
parent
04f92628c2
commit
44785178bf
546 changed files with 572 additions and 466 deletions
|
|
@ -44,7 +44,7 @@ import mage.filter.common.FilterLandPermanent;
|
|||
public class DestructiveForce extends CardImpl<DestructiveForce> {
|
||||
|
||||
public DestructiveForce(UUID ownerId) {
|
||||
super(ownerId, "Destructive Force", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{5}{R}{R}");
|
||||
super(ownerId, 133, "Destructive Force", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{5}{R}{R}");
|
||||
this.expansionSetCode = "M11";
|
||||
this.color.setRed(true);
|
||||
this.getSpellAbility().addEffect(new SacrificeAllEffect(5, new FilterLandPermanent()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue