forked from External/mage
Fixed cost.
This commit is contained in:
parent
9cb05e88b9
commit
03fb6f92c1
4 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class HarvestGwyllion extends CardImpl<HarvestGwyllion> {
|
||||
|
||||
public HarvestGwyllion(UUID ownerId) {
|
||||
super(ownerId, 90, "Harvest Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{WB}{WB}");
|
||||
super(ownerId, 90, "Harvest Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W/B}{W/B}");
|
||||
this.expansionSetCode = "EVE";
|
||||
this.subtype.add("Hag");
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class HearthfireHobgoblin extends CardImpl<HearthfireHobgoblin> {
|
||||
|
||||
public HearthfireHobgoblin(UUID ownerId) {
|
||||
super(ownerId, 141, "Hearthfire Hobgoblin", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{RW}{RW}{RW}");
|
||||
super(ownerId, 141, "Hearthfire Hobgoblin", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{R/W}{R/W}{R/W}");
|
||||
this.expansionSetCode = "EVE";
|
||||
this.subtype.add("Goblin");
|
||||
this.subtype.add("Soldier");
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import mage.cards.CardImpl;
|
|||
public class HobgoblinDragoon extends CardImpl<HobgoblinDragoon> {
|
||||
|
||||
public HobgoblinDragoon(UUID ownerId) {
|
||||
super(ownerId, 142, "Hobgoblin Dragoon", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{RW}");
|
||||
super(ownerId, 142, "Hobgoblin Dragoon", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{R/W}");
|
||||
this.expansionSetCode = "EVE";
|
||||
this.subtype.add("Goblin");
|
||||
this.subtype.add("Knight");
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class NipGwyllion extends CardImpl<NipGwyllion> {
|
||||
|
||||
public NipGwyllion(UUID ownerId) {
|
||||
super(ownerId, 92, "Nip Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{WB}");
|
||||
super(ownerId, 92, "Nip Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{W/B}");
|
||||
this.expansionSetCode = "EVE";
|
||||
this.subtype.add("Hag");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue