mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[WOE] fix subtype
This commit is contained in:
parent
d4bc9a531b
commit
72e280fbe2
3 changed files with 5 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ import mage.cards.CardImpl;
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
import mage.constants.Outcome;
|
import mage.constants.Outcome;
|
||||||
|
import mage.constants.SubType;
|
||||||
import mage.constants.Zone;
|
import mage.constants.Zone;
|
||||||
import mage.target.TargetPermanent;
|
import mage.target.TargetPermanent;
|
||||||
import mage.target.common.TargetCreaturePermanent;
|
import mage.target.common.TargetCreaturePermanent;
|
||||||
|
|
@ -25,6 +26,8 @@ public final class BestialBloodline extends CardImpl {
|
||||||
public BestialBloodline(UUID ownerId, CardSetInfo setInfo) {
|
public BestialBloodline(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}{G}");
|
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}{G}");
|
||||||
|
|
||||||
|
this.subtype.add(SubType.AURA);
|
||||||
|
|
||||||
// Enchant creature
|
// Enchant creature
|
||||||
TargetPermanent auraTarget = new TargetCreaturePermanent();
|
TargetPermanent auraTarget = new TargetCreaturePermanent();
|
||||||
this.getSpellAbility().addTarget(auraTarget);
|
this.getSpellAbility().addTarget(auraTarget);
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ public final class WildsOfEldraine extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Flick a Coin", 128, Rarity.COMMON, mage.cards.f.FlickACoin.class));
|
cards.add(new SetCardInfo("Flick a Coin", 128, Rarity.COMMON, mage.cards.f.FlickACoin.class));
|
||||||
cards.add(new SetCardInfo("Food Coma", 308, Rarity.UNCOMMON, mage.cards.f.FoodComa.class));
|
cards.add(new SetCardInfo("Food Coma", 308, Rarity.UNCOMMON, mage.cards.f.FoodComa.class));
|
||||||
cards.add(new SetCardInfo("Forest", 266, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
cards.add(new SetCardInfo("Forest", 266, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||||
cards.add(new SetCardInfo("Gruff Triplets", 172, Rarity.RARE, mage.cards.g.GruffTriplets.class));
|
|
||||||
cards.add(new SetCardInfo("Frantic Firebolt", 130, Rarity.COMMON, mage.cards.f.FranticFirebolt.class));
|
cards.add(new SetCardInfo("Frantic Firebolt", 130, Rarity.COMMON, mage.cards.f.FranticFirebolt.class));
|
||||||
cards.add(new SetCardInfo("Freeze in Place", 50, Rarity.COMMON, mage.cards.f.FreezeInPlace.class));
|
cards.add(new SetCardInfo("Freeze in Place", 50, Rarity.COMMON, mage.cards.f.FreezeInPlace.class));
|
||||||
cards.add(new SetCardInfo("Frolicking Familiar", 226, Rarity.UNCOMMON, mage.cards.f.FrolickingFamiliar.class));
|
cards.add(new SetCardInfo("Frolicking Familiar", 226, Rarity.UNCOMMON, mage.cards.f.FrolickingFamiliar.class));
|
||||||
|
|
@ -104,6 +103,7 @@ public final class WildsOfEldraine extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Graceful Takedown", 171, Rarity.UNCOMMON, mage.cards.g.GracefulTakedown.class));
|
cards.add(new SetCardInfo("Graceful Takedown", 171, Rarity.UNCOMMON, mage.cards.g.GracefulTakedown.class));
|
||||||
cards.add(new SetCardInfo("Grand Ball Guest", 134, Rarity.COMMON, mage.cards.g.GrandBallGuest.class));
|
cards.add(new SetCardInfo("Grand Ball Guest", 134, Rarity.COMMON, mage.cards.g.GrandBallGuest.class));
|
||||||
cards.add(new SetCardInfo("Greta, Sweettooth Scourge", 205, Rarity.UNCOMMON, mage.cards.g.GretaSweettoothScourge.class));
|
cards.add(new SetCardInfo("Greta, Sweettooth Scourge", 205, Rarity.UNCOMMON, mage.cards.g.GretaSweettoothScourge.class));
|
||||||
|
cards.add(new SetCardInfo("Gruff Triplets", 172, Rarity.RARE, mage.cards.g.GruffTriplets.class));
|
||||||
cards.add(new SetCardInfo("Harried Spearguard", 135, Rarity.COMMON, mage.cards.h.HarriedSpearguard.class));
|
cards.add(new SetCardInfo("Harried Spearguard", 135, Rarity.COMMON, mage.cards.h.HarriedSpearguard.class));
|
||||||
cards.add(new SetCardInfo("Hearth Elemental", 136, Rarity.UNCOMMON, mage.cards.h.HearthElemental.class));
|
cards.add(new SetCardInfo("Hearth Elemental", 136, Rarity.UNCOMMON, mage.cards.h.HearthElemental.class));
|
||||||
cards.add(new SetCardInfo("High Fae Negotiator", 94, Rarity.UNCOMMON, mage.cards.h.HighFaeNegotiator.class));
|
cards.add(new SetCardInfo("High Fae Negotiator", 94, Rarity.UNCOMMON, mage.cards.h.HighFaeNegotiator.class));
|
||||||
|
|
|
||||||
|
|
@ -50346,7 +50346,7 @@ Witchstalker Frenzy|Wilds of Eldraine|159|U|{3}{R}|Instant|||This spell costs {1
|
||||||
Agatha's Champion|Wilds of Eldraine|160|U|{4}{G}|Creature - Human Knight|4|4|Bargain$Trample$When Agatha's Champion enters the battlefield, if it was bargained, it fights up to one target creature you don't control.|
|
Agatha's Champion|Wilds of Eldraine|160|U|{4}{G}|Creature - Human Knight|4|4|Bargain$Trample$When Agatha's Champion enters the battlefield, if it was bargained, it fights up to one target creature you don't control.|
|
||||||
Beanstalk Wurm|Wilds of Eldraine|161|C|{4}{G}|Creature - Plant Wurm|5|4|Reach|
|
Beanstalk Wurm|Wilds of Eldraine|161|C|{4}{G}|Creature - Plant Wurm|5|4|Reach|
|
||||||
Plant Beans|Wilds of Eldraine|161|C|{1}{G}|Sorcery - Adventure|5|4|You may play an additional land this turn.|
|
Plant Beans|Wilds of Eldraine|161|C|{1}{G}|Sorcery - Adventure|5|4|You may play an additional land this turn.|
|
||||||
Bestial Bloodline|Wilds of Eldraine|162|C|{1}{G}|Enchantment|||Enchant creature$Enchanted creature gets +2/+2.${4}{G}: Return Bestial Bloodline from your graveyard to your hand.|
|
Bestial Bloodline|Wilds of Eldraine|162|C|{1}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2.${4}{G}: Return Bestial Bloodline from your graveyard to your hand.|
|
||||||
Blossoming Tortoise|Wilds of Eldraine|163|M|{2}{G}{G}|Creature - Turtle|3|3|Whenever Blossoming Tortoise enters the battlefield or attacks, mill three cards, then return a land card from your graveyard to the battlefield tapped.$Activated abilities of lands you control cost {1} less to activate.$Land creatures you control get +1/+1.|
|
Blossoming Tortoise|Wilds of Eldraine|163|M|{2}{G}{G}|Creature - Turtle|3|3|Whenever Blossoming Tortoise enters the battlefield or attacks, mill three cards, then return a land card from your graveyard to the battlefield tapped.$Activated abilities of lands you control cost {1} less to activate.$Land creatures you control get +1/+1.|
|
||||||
Bramble Familiar|Wilds of Eldraine|164|R|{1}{G}|Creature - Elemental Raccoon|2|2|{T}: Add {G}.${1}{G}, {T}, Discard a card: Return Bramble Familiar to its owner's hand.|
|
Bramble Familiar|Wilds of Eldraine|164|R|{1}{G}|Creature - Elemental Raccoon|2|2|{T}: Add {G}.${1}{G}, {T}, Discard a card: Return Bramble Familiar to its owner's hand.|
|
||||||
Fetch Quest|Wilds of Eldraine|164|R|{5}{G}{G}|Sorcery - Adventure|2|2|Mill seven cards, then put a creature, enchantment, or land card from among cards milled this way onto the battlefield.|
|
Fetch Quest|Wilds of Eldraine|164|R|{5}{G}{G}|Sorcery - Adventure|2|2|Mill seven cards, then put a creature, enchantment, or land card from among cards milled this way onto the battlefield.|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue