forked from External/mage
updated rest of cards with cardNumber
This commit is contained in:
parent
094f37200c
commit
7f98285193
106 changed files with 437 additions and 115 deletions
|
|
@ -54,7 +54,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class HolyStrength extends CardImpl<HolyStrength> {
|
||||
|
||||
public HolyStrength(UUID ownerId) {
|
||||
super(ownerId, 0, "Holy Strength", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{W}");
|
||||
super(ownerId, 22, "Holy Strength", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{W}");
|
||||
this.expansionSetCode = "10E";
|
||||
this.color.setWhite(true);
|
||||
this.subtype.add("Aura");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue