added cardNumber to card - updated some cards

This commit is contained in:
BetaSteward 2010-11-04 19:58:41 +00:00
parent 04f92628c2
commit 44785178bf
546 changed files with 572 additions and 466 deletions

View file

@ -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()));