mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
[SOI] Updated mtg-cards-data.txt with 3/16 spoilers. Added missing color identifiers for DFCs.
This commit is contained in:
parent
4b6e46c15a
commit
58e4cb45c3
10 changed files with 20 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue