[SOI] Completed adding full spoiler to mtg-cards-data.txt.

This commit is contained in:
fireshoes 2016-03-25 11:44:59 -05:00
parent 5b9407289b
commit 924299d604
3 changed files with 120 additions and 6 deletions

View file

@ -46,7 +46,7 @@ import mage.constants.Zone;
public class EmberEyeWolf extends CardImpl {
public EmberEyeWolf(UUID ownerId) {
super(ownerId, 154, "Ember-Eye Wolf", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{R}");
super(ownerId, 154, "Ember-Eye Wolf", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{R}");
this.expansionSetCode = "SOI";
this.subtype.add("Wolf");
this.power = new MageInt(1);

View file

@ -38,7 +38,7 @@ public class LightningAxe extends mage.sets.timespiral.LightningAxe {
public LightningAxe(UUID ownerId) {
super(ownerId);
this.cardNumber = 999;
this.cardNumber = 170;
this.expansionSetCode = "SOI";
this.rarity = Rarity.UNCOMMON;
}