mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
commit
a7811b6fa7
7 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,7 @@ public class FlameheartWerewolf extends CardImpl {
|
||||||
this.subtype.add("Werewolf");
|
this.subtype.add("Werewolf");
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(2);
|
this.toughness = new MageInt(2);
|
||||||
|
this.color.setRed(true);
|
||||||
|
|
||||||
// this card is the second face of double-faced card
|
// this card is the second face of double-faced card
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
|
|
|
@ -54,6 +54,8 @@ public class GatstafRavagers extends CardImpl {
|
||||||
this.power = new MageInt(6);
|
this.power = new MageInt(6);
|
||||||
this.toughness = new MageInt(5);
|
this.toughness = new MageInt(5);
|
||||||
|
|
||||||
|
this.color.setRed(true);
|
||||||
|
|
||||||
this.canTransform = true;
|
this.canTransform = true;
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@ public class IncitedRabble extends CardImpl {
|
||||||
this.subtype.add("Human");
|
this.subtype.add("Human");
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
this.color.setRed(true);
|
||||||
|
|
||||||
// this card is the second face of double-faced card
|
// this card is the second face of double-faced card
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
|
|
|
@ -56,6 +56,7 @@ public class LoneWolfOfTheNatterknolls extends CardImpl {
|
||||||
this.subtype.add("Werewolf");
|
this.subtype.add("Werewolf");
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(5);
|
this.toughness = new MageInt(5);
|
||||||
|
this.color.setGreen(true);
|
||||||
|
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
this.canTransform = true;
|
this.canTransform = true;
|
||||||
|
|
|
@ -52,6 +52,7 @@ public class OneOfThePack extends CardImpl {
|
||||||
this.subtype.add("Werewolf");
|
this.subtype.add("Werewolf");
|
||||||
this.power = new MageInt(5);
|
this.power = new MageInt(5);
|
||||||
this.toughness = new MageInt(6);
|
this.toughness = new MageInt(6);
|
||||||
|
this.color.setGreen(true);
|
||||||
|
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
this.canTransform = true;
|
this.canTransform = true;
|
||||||
|
|
|
@ -48,6 +48,7 @@ public class PersistentNightmare extends CardImpl {
|
||||||
this.subtype.add("Nightmare");
|
this.subtype.add("Nightmare");
|
||||||
this.power = new MageInt(1);
|
this.power = new MageInt(1);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(1);
|
||||||
|
this.color.setBlue(true);
|
||||||
|
|
||||||
// this card is the second face of double-faced card
|
// this card is the second face of double-faced card
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
|
|
|
@ -62,6 +62,7 @@ public class VildinPackAlpha extends CardImpl {
|
||||||
this.subtype.add("Werewolf");
|
this.subtype.add("Werewolf");
|
||||||
this.power = new MageInt(4);
|
this.power = new MageInt(4);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
this.color.setRed(true);
|
||||||
|
|
||||||
this.canTransform = true;
|
this.canTransform = true;
|
||||||
this.nightCard = true;
|
this.nightCard = true;
|
||||||
|
|
Loading…
Reference in a new issue