mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[SOI] Completed adding full spoiler to mtg-cards-data.txt.
This commit is contained in:
parent
5b9407289b
commit
924299d604
3 changed files with 120 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue