[SOI] Updated mtg-cards-data.txt with 3/16 spoilers. Added missing color identifiers for DFCs.

This commit is contained in:
fireshoes 2016-03-16 10:57:35 -05:00
parent 4b6e46c15a
commit 58e4cb45c3
10 changed files with 20 additions and 3 deletions

View file

@ -66,6 +66,8 @@ public class ArlinnEmbracedByTheMoon extends CardImpl {
super(ownerId, 243, "Arlinn, Embraced by the Moon", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "");
this.expansionSetCode = "SOI";
this.subtype.add("Arlinn");
this.color.setRed(true);
this.color.setGreen(true);
this.nightCard = true;
this.canTransform = true;

View file

@ -51,6 +51,7 @@ public class AwokenHorror extends CardImpl {
this.subtype.add("Horror");
this.power = new MageInt(7);
this.toughness = new MageInt(8);
this.color.setBlue(true);
this.nightCard = true;

View file

@ -47,6 +47,7 @@ public class HeirToTheNight extends CardImpl {
this.subtype.add("Berserker");
this.power = new MageInt(3);
this.toughness = new MageInt(2);
this.color.setBlack(true);
// this card is the second face of double-faced card
this.nightCard = true;

View file

@ -59,6 +59,7 @@ public class InsidiousMist extends CardImpl {
this.subtype.add("Elemental");
this.power = new MageInt(0);
this.toughness = new MageInt(1);
this.color.setBlue(true);
this.nightCard = true;
this.canTransform = true;

View file

@ -51,6 +51,7 @@ public class LunarchInquisitors extends CardImpl {
this.subtype.add("Cleric");
this.power = new MageInt(4);
this.toughness = new MageInt(4);
this.color.setWhite(true);
// this card is the second face of double-faced card
this.nightCard = true;

View file

@ -47,6 +47,7 @@ public class PerfectedForm extends CardImpl {
this.subtype.add("Horror");
this.power = new MageInt(5);
this.toughness = new MageInt(4);
this.color.setBlue(true);
// this card is the second face of double-faced card
this.nightCard = true;

View file

@ -53,8 +53,8 @@ import mage.target.common.TargetCreaturePermanent;
*/
public class Rattlechains extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("spirit");
private static final FilterCard filterCard = new FilterCard("spirit cards");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Spirit");
private static final FilterCard filterCard = new FilterCard("Spirit spells");
static {
filter.add(new SubtypePredicate("Spirit"));
@ -79,7 +79,7 @@ public class Rattlechains extends CardImpl {
ability.addTarget(new TargetCreaturePermanent(filter));
this.addAbility(ability);
// You may cast spirit cards as though they had flash.
// You may cast Spirit spells as though they had flash.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CastAsThoughItHadFlashAllEffect(Duration.WhileOnBattlefield, filterCard, false)));
}

View file

@ -61,6 +61,7 @@ public class WaywardDisciple extends CardImpl {
this.subtype.add("Cleric");
this.power = new MageInt(2);
this.toughness = new MageInt(4);
this.color.setBlack(true);
// this card is the second face of double-faced card
this.nightCard = true;

View file

@ -59,6 +59,7 @@ public class WerewolfOfAncientHunger extends CardImpl {
this.subtype.add("Werewolf");
this.power = new MageInt(0);
this.toughness = new MageInt(0);
this.color.setGreen(true);
this.nightCard = true;
this.canTransform = true;