Updated mtg-cards-data with new spoilers and cleaned up a double power/toughness/loyalty issue in the file. (maybe script problem?) Removed set color flag from a couple merfolk cards I had changed the token info in.

This commit is contained in:
fireshoes 2015-06-22 20:15:53 -05:00
parent cda11b280c
commit 993db1b04d
3 changed files with 61 additions and 49 deletions

View file

@ -67,7 +67,6 @@ public class Benthicore extends CardImpl {
super(ownerId, 53, "Benthicore", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{6}{U}");
this.expansionSetCode = "LRW";
this.subtype.add("Elemental");
this.color.setBlue(true);
this.power = new MageInt(5);
this.toughness = new MageInt(5);

View file

@ -61,7 +61,7 @@ public class SummonTheSchool extends CardImpl {
super(ownerId, 42, "Summon the School", Rarity.UNCOMMON, new CardType[]{CardType.TRIBAL, CardType.SORCERY}, "{3}{W}");
this.expansionSetCode = "LRW";
this.subtype.add("Merfolk");
this.color.setWhite(true);
// Put two 1/1 blue Merfolk Wizard creature tokens onto the battlefield.
this.getSpellAbility().addEffect(new CreateTokenEffect(new MerfolkWizardToken(), 2));
// Tap four untapped Merfolk you control: Return Summon the School from your graveyard to your hand.