diff --git a/Mage.Sets/src/mage/cards/s/SkyclaveGeopede.java b/Mage.Sets/src/mage/cards/s/SkyclaveGeopede.java new file mode 100644 index 0000000000..1ea58ca98f --- /dev/null +++ b/Mage.Sets/src/mage/cards/s/SkyclaveGeopede.java @@ -0,0 +1,42 @@ +package mage.cards.s; + +import java.util.UUID; + +import mage.MageInt; +import mage.abilities.common.LandfallAbility; +import mage.abilities.effects.common.continuous.BoostSourceEffect; +import mage.constants.Duration; +import mage.constants.SubType; +import mage.abilities.keyword.TrampleAbility; +import mage.cards.CardImpl; +import mage.cards.CardSetInfo; +import mage.constants.CardType; + +/** + * @author TheElk801 + */ +public final class SkyclaveGeopede extends CardImpl { + + public SkyclaveGeopede(UUID ownerId, CardSetInfo setInfo) { + super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}"); + + this.subtype.add(SubType.INSECT); + this.power = new MageInt(3); + this.toughness = new MageInt(1); + + // Trample + this.addAbility(TrampleAbility.getInstance()); + + // Landfall — Whenever a land enters the battlefield under your control, Skyclave Geopede gets +2/+2 until end of turn. + this.addAbility(new LandfallAbility(new BoostSourceEffect(2, 2, Duration.EndOfTurn))); + } + + private SkyclaveGeopede(final SkyclaveGeopede card) { + super(card); + } + + @Override + public SkyclaveGeopede copy() { + return new SkyclaveGeopede(this); + } +} diff --git a/Mage.Sets/src/mage/sets/ZendikarRising.java b/Mage.Sets/src/mage/sets/ZendikarRising.java index 844f71e807..fe0b78cb9e 100644 --- a/Mage.Sets/src/mage/sets/ZendikarRising.java +++ b/Mage.Sets/src/mage/sets/ZendikarRising.java @@ -130,6 +130,7 @@ public final class ZendikarRising extends ExpansionSet { cards.add(new SetCardInfo("Ruin Crab", 75, Rarity.UNCOMMON, mage.cards.r.RuinCrab.class)); cards.add(new SetCardInfo("Shell Shield", 79, Rarity.COMMON, mage.cards.s.ShellShield.class)); cards.add(new SetCardInfo("Shepherd of Heroes", 38, Rarity.COMMON, mage.cards.s.ShepherdOfHeroes.class)); + cards.add(new SetCardInfo("Skyclave Geopede", 163, Rarity.UNCOMMON, mage.cards.s.SkyclaveGeopede.class)); cards.add(new SetCardInfo("Sneaking Guide", 164, Rarity.COMMON, mage.cards.s.SneakingGuide.class)); cards.add(new SetCardInfo("Spitfire Lagac", 167, Rarity.COMMON, mage.cards.s.SpitfireLagac.class)); cards.add(new SetCardInfo("Spoils of Adventure", 237, Rarity.UNCOMMON, mage.cards.s.SpoilsOfAdventure.class)); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index d95a8f61ae..204627a423 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -38790,6 +38790,7 @@ Grotag Bug-Catcher|Zendikar Rising|142|C|{1}{R}|Creature - Goblin Warrior|1|2|Tr Grotag Night-Runner|Zendikar Rising|143|U|{2}{R}|Creature - Goblin Rogue|2|3|Whenever Grotag Night-Runner deals combat damage to a player, exile the top card of your library. You may play that card this turn.| Relic Robber|Zendikar Rising|153|R|{2}{R}|Creature - Goblin Rogue|2|2|Haste$Whenever Relic Robber deals combat damage to a player, that player creates a 0/1 colorless Goblin Construct artifact creature token with "This creature can't block" and "At the beginning of your upkeep, this creature deals 1 damage to you."| Roiling Vortex|Zendikar Rising|156|R|{1}{R}|Enchantment|||At the beginning of each player's upkeep, Roiling Vortex deals 1 damage to them.$Whenever a player casts a spell, if no mana was spent to cast that spell, Roiling Vortex deals 5 damage to that player.${R}: Your opponents can't gain life this turn.| +Skyclave Geopede|Zendikar Rising|163|U|{2}{R}|Creature - Insect|3|1|Trample$Landfall — Whenever a land enters the battlefield under your control, Skyclave Geopede gets +2/+2 until end of turn.| Sneaking Guide|Zendikar Rising|164|C|{R}|Creature - Goblin Rogue|1|1|{2}, {T}: Target creature with power 2 or less can't be blocked this turn.| Spitfire Lagac|Zendikar Rising|167|C|{3}{R}|Creature - Lizard|3|4|Landfall — Whenever a land enters the battlefield under your control, Spitfire Lagac deals 1 damage to each opponent.| Valakut Awakening|Zendikar Rising|174|R|{2}{R}|Instant|||Put any number of cards from your hand on the bottom of your library, then draw that many cards plus one.|