Oath of the Gatewatch Spoiler Season
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 28 Dec 2015, 17:28
I also added OGW to the Upcoming page. Since Commander 2015 wasn't officially released yet, I kept it there for the time being. I ask the others who coded cards to claim them there.
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 28 Dec 2015, 17:36
- Code: Select all
Name:Stone Haven Outfitter
ManaCost:1 W
Types:Creature Kor Artificer Ally
PT:2/2
S:Mode$ Continuous | Affected$ Creature.YouCtrl+equipped | AddPower$ 1 | AddToughness$ 1 | Description$ Equipped creatures you control get +1/+1.
T:Mode$ ChangesZone | ValidCard$ Creature.YouCtrl+equipped | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever an equipped creature you control dies, draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_haven_outfitter.jpg
Oracle:Equipped creatures you control get +1/+1.\nWhenever an equipped creature you control dies, draw a card.
Re: Oath of the Gatewatch Spoiler Season
by Hanmac » 29 Dec 2015, 11:53
Marek14: I did already some of your cards above and i think your Chandra, Flamecaller is broken because of multiple SVar:X and multiple Cleanup
Re: Oath of the Gatewatch Spoiler Season
by swordshine » 29 Dec 2015, 13:40
I've tweaked the script of Chandra. (Rev 30539)Hanmac wrote:Marek14: I did already some of your cards above and i think your Chandra, Flamecaller is broken because of multiple SVar:X and multiple Cleanup
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Re: Oath of the Gatewatch Spoiler Season
by Hanmac » 29 Dec 2015, 15:48
i checked the svn repo and i found this:swordshine wrote:I've tweaked the script of Chandra. (Rev 30539)Hanmac wrote:Marek14: I did already some of your cards above and i think your Chandra, Flamecaller is broken because of multiple SVar:X and multiple Cleanup
"added Ayli, Eternal Pilgrim by Hanmac"
but when i grep the checkout repo it but it seems not exist ... did i do something wrong?
and i also did search the repo for the fix you did with Chandra but i didn't fit it too.

also i think the thing with the Two things that does need to be remembered and to be cleaned up might collide ... i try to make a test-case as soon Chandra is implemented.
===
hm i also need to make more Cards if possible.
Re: Oath of the Gatewatch Spoiler Season
by swordshine » 30 Dec 2015, 02:06
All the new cards are in the branch. Try to check out "http://svn.slightlymagic.net/forge/branches/OGW".Hanmac wrote:i checked the svn repo and i found this:
"added Ayli, Eternal Pilgrim by Hanmac"
but when i grep the checkout repo it but it seems not exist ... did i do something wrong?
and i also did search the repo for the fix you did with Chandra but i didn't fit it too.
also i think the thing with the Two things that does need to be remembered and to be cleaned up might collide ... i try to make a test-case as soon Chandra is implemented.
===
hm i also need to make more Cards if possible.
Remembered cards are cleaned up during the resolving. The script works well.
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 30 Dec 2015, 08:54
- Code: Select all
Name:Immolating Glare
ManaCost:1 W
Types:Instant
A:SP$ Destroy | Cost$ 1 W | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | SpellDescription$ Destroy target attacking creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/immolating_glare.jpg
Oracle:Destroy target attacking creature.
- Code: Select all
Name:Call the Gatewatch
ManaCost:2 W
Types:Sorcery
A:SP$ ChangeZone | Cost$ 2 W | Origin$ Library | Destination$ Hand | ChangeType$ Planeswalker | ChangeNum$ 1 | SpellDescription$ Search your library for a planeswalker card, reveal it, and put it into your hand. Then shuffle your library.
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/call_the_gatewatch.jpg
Oracle:Search your library for a planeswalker card, reveal it, and put it into your hand. Then shuffle your library.
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 30 Dec 2015, 09:43
The {C} cards:
- Code: Select all
Name:Crumbling Vestige
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, add one mana of any color to your mana pool.
SVar:TrigMana:AB$ Mana | Cost$ 0 | Produced$ Any
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/crumbling_vestige.jpg
Oracle:Crumbling Vestige enters the battlefield tapped.\nWhen Crumbling Vestige enters the battlefield, add one mana of any color to your mana pool.\n{T}: Add {C} to your mana pool. ({C} represents colorless mana.)
- Code: Select all
Name:Deepfathom Skulker
ManaCost:5 U
Types:Creature Eldrazi
PT:4/4
K:Devoid
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever a creature you control deals combat damage to an opponent, you may draw a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1
A:AB$ Pump | Cost$ 3 C | ValidTgts$ Creature | KW$ HIDDEN Unblockable | SpellDescription$ Target creature can't be blocked this turn. | TgtPrompt$ Select target creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/deepfathom_skulker.jpg
Oracle:Devoid (This card has no color.)\nWhenever a creature you control deals combat damage to a player, you may draw a card.\n{3}{C}: Target creature can't be blocked this turn. ({C} represents colorless mana.)
- Code: Select all
Name:Dread Defiler
ManaCost:6 B
Types:Creature Eldrazi
PT:6/8
K:Devoid
A:AB$ LoseLife | Cost$ 3 C T ExileFromGrave<1/Creature> | LifeAmount$ X | References$ X | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SpellDescription$ Target opponent loses life equal to the exiled card's power.
SVar:X:Exiled$CardPower
SVar:Picture:http://www.wizards.com/global/images/magic/general/dread_defiler.jpg
Oracle:Devoid (This card has no color.)\n{3}{C}, Exile a creature card from your graveyard: Target opponent loses life equal to the exiled card's power. ({C} represents colorless mana.)
- Code: Select all
Name:Endbringer
ManaCost:5 C
Types:Creature Eldrazi
PT:5/5
K:CARDNAME untaps during each other player's untap step.
A:AB$ DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature or player.
A:AB$ Pump | Cost$ C T | ValidTgts$ Creature | TgtPrompt$ Select target creature | IsCurse$ True | KW$ HIDDEN CARDNAME can't attack or block. | SpellDescription$ Target creature can't attack or block this turn.
A:AB$ Draw | Cost$ C C T | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:Picture:http://www.wizards.com/global/images/magic/general/endbringer.jpg
Oracle:Untap Endbringer during each other player's untap step.\n{T}: Endbringer deals 1 damage to target creature or player.\n{C}, {T}: Target creature can't attack or block this turn.\n{C}{C}, {T}: Draw a card.
- Code: Select all
Name:Mirrorpool
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
A:AB$ CopySpellAbility | Cost$ 2 C T Sac<1/CARDNAME> | ValidTgts$ Instant.YouCtrl,Sorcery.YouCtrl | TargetType$ Spell | SpellDescription$ Copy target instant or sorcery spell you control. You may choose new targets for the copy.
A:AB$ CopyPermanent | Cost$ 4 C T Sac<1/CARDNAME> | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumCopies$ 1 | SpellDescription$ Put a token onto the battlefield that's a copy of target creature you control.
SVar:Picture:http://www.wizards.com/global/images/magic/general/mirrorpool.jpg
Oracle:Mirrorpool enters the battlefield tapped.\n{T}: Add {C} to your mana pool.\n{2}{C}, {T}, Sacrifice Mirrorpool: Copy target instant or sorcery spell you control. You may choose new targets for the copy.\n{4}{C}, {T}, Sacrifice Mirrorpool: Put a token onto the battlefield that's a copy of target creature you control.
- Code: Select all
Name:Ruins of Oran-Rief
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
A:AB$ PutCounter | Cost$ T | ValidTgts$ Creature.Colorless+enteredBattlefieldThisTurn | TgtPrompt$ Select target colorless creature that entered the battlefield this turn | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on target colorless creature that entered the battlefield this turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/ruins_of_oran_rief.jpg
Oracle:Ruins of Oran-Rief enters the battlefield tapped.\n{T}: Add {C} to your mana pool. ({C} represents colorless mana.)\n{T}: Put a +1/+1 counter on target colorless creature that entered the battlefield this turn.
- Code: Select all
Name:Scion Summoner
ManaCost:2 G
Types:Creature Eldrazi Drone
PT:2/2
K:Devoid
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {C} to your mana pool."
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3 | TokenAbilities$ ABMana
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/scion_summoner.jpg
Oracle:Devoid (This card has no color.)\nWhen Scion Summoner enters the battlefield, put a 1/1 colorless Eldrazi Scion creature tokens onto the battlefield. It has "Sacrifice this creature: Add {C} to your mana pool."
- Code: Select all
Name:Spatial Contortion
ManaCost:1 C
Types:Instant
A:SP$ Pump | Cost$ 1 C | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ -3 | IsCurse$ True | SpellDescription$ Target creature gets +3/-3 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/spatial_contortion.jpg
Oracle:({C} represents colorless mana.)\nTarget creature gets +3/-3 until end of turn.
- Code: Select all
Name:Walker of the Wastes
ManaCost:4 C
Types:Creature Eldrazi
PT:4/4
K:Trample
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | References$ X | Description$ CARDNAME gets +1/+1 for each land you control named Wastes.
SVar:X:Count$Valid Land.YouCtrl+namedWastes
SVar:Picture:http://www.wizards.com/global/images/magic/general/walker_of_the_wastes.jpg
Oracle:({C} represents colorless mana.)\nTrample\nWalker of the Wastes gets +1/+1 for each land you control named Wastes.
- Code: Select all
Name:Wastes
ManaCost:no cost
Types:Basic Land
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/wastes.jpg
Oracle:({T}: Add {C} to your mana pool.)
- Code: Select all
Name:World Breaker
ManaCost:6 G
Types:Creature Eldrazi
PT:5/7
K:Devoid
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When you cast CARDNAME, exile target artifact, enchantment, or land.
SVar:TrigChange:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Artifact,Enchantment,Land | Origin$ Battlefield | Destination$ Exile
K:Reach
A:AB$ ChangeZone | Cost$ 2 C Sac<1/Land> | Origin$ Graveyard | Destination$ Hand | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to your hand.
SVar:DiscardMe:1
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/world_breaker.jpg
Oracle:Devoid (This card has no color.)\nWhen you cast World Breaker, exile target artifact, enchantment, or land.\nReach\n{2}{C}, Sacrifice a land: Return World Breaker from your graveyard to your hand. ({C} represents colorless mana.)
- Code: Select all
Name:Holdout Settlement
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
A:AB$ Mana | Cost$ T tapXType<1/Creature> | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/holdout_settlement.jpg
Oracle:{T}: Add {C} to your mana pool. ({C} represents colorless mana.)\n{T}, Tap an untapped creature you control: Add one mana of any color to your mana pool.
- Code: Select all
Name:Sea Gate Wreckage
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
A:AB$ Mana | Cost$ T tapXType<1/Creature> | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
A:AB$ Draw | Cost$ 2 C T | NumCards$ 1 | ActivationCardsInHand$ 0 | SpellDescription$ Draw a card. Activate this ability only if you have no cards in hand.
SVar:Picture:http://www.wizards.com/global/images/magic/general/sea_gate_wreckage.jpg
Oracle:{T}: Add {C} to your mana pool. ({C} represents colorless mana.)\n{2}{C}, {T}: Draw a card. Activate this ability only if you have no cards in hand.
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 30 Dec 2015, 15:57
- Code: Select all
Name:Eldrazi Mimic
ManaCost:2
Types:Creature Eldrazi
PT:2/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+Colorless+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigAnimate | TriggerDescription$ Whenever another colorless creature enters the battlefield under your control, you may change CARDNAME's base power and toughness to that creature's power and toughness until end of turn.
SVar:TrigAnimate:AB$ Animate | Cost$ 0 | Power$ X | Toughness$ Y | References$ X,Y
SVar:X:TriggeredCard$CardPower
SVar:Y:TriggeredCard$CardToughness
SVar:Picture:http://www.wizards.com/global/images/magic/general/eldrazi_mimic.jpg
Oracle:Whenever another colorless creature enters the battlefield under your control, you may change Eldrazi Mimic's base power and toughness to that creature's power and toughness until end of turn.
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 30 Dec 2015, 16:16
- Code: Select all
Name:Flayer Drone
ManaCost:1 B R
Types:Creature Eldrazi Drone
PT:3/1
K:Devoid
K:First Strike
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+Colorless+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever another colorless creature enters the battlefield under your control, target opponent loses 1 life.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | LifeAmount$ 1 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent
SVar:Picture:http://www.wizards.com/global/images/magic/general/flayer_drone.jpg
Oracle:Devoid (This card has no color.)\nFirst strike\nWhenever another colorless creature enters the battlefield under your control, target opponent loses 1 life.
- Code: Select all
Name:Mindmelter
ManaCost:1 U B
Types:Creature Eldrazi Drone
PT:2/2
K:Devoid
K:Unblockable
A:AB$ ChangeZone | Cost$ 3 C | ValidTgts$ Opponent | SorcerySpeed$ True | TgtPrompt$ Select target opponent | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | Chooser$ Targeted | IsCurse$ True | Mandatory$ True | Hidden$ True | StackDescription$ SpellDescription | SpellDescription$ Target opponent exiles a card from his or her hand. Activate this ability only any time you could cast a sorcery.
SVar:Picture:http://www.wizards.com/global/images/magic/general/mindmelter.jpg
Oracle:Devoid (This card has no color.)\nMindmelter can't be blocked.\n{3}{C}: Target opponent exiles a card from his or her hand. Activate this ability only any time you could cast a sorcery. ({C} represents colorless mana.)
- Code: Select all
Name:Relentless Hunter
ManaCost:1 R G
Types:Creature Human Warrior
PT:3/3
A:AB$ Pump | Cost$ 1 R G | NumAtt$ +1 | NumDef$ +1 | KW$ Trample | SpellDescription$ CARDNAME gets +1/+1 and gains trample until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/relentless_hunter.jpg
Oracle:{1}{R}{G}: Relentless Hunter gets +1/+1 and gains trample until end of turn.
Last edited by Marek14 on 30 Dec 2015, 17:35, edited 1 time in total.
Re: Oath of the Gatewatch Spoiler Season
by Agetian » 30 Dec 2015, 16:39
@ Marek14: Thanks a lot for all the contributions! Some things I noticed: some cards have curly braces in their ManaCost field, which I believe they shouldn't (e.g. Mindmelter, and several others), and some cards have the Oracle text in parentheses (e.g. Wastes, Walker of the Wastes, maybe others). Haven't tested the cards in the game yet though.
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 30 Dec 2015, 17:37
2 Agetian: I corrected the curly braces. The parentheses in Walker of the Wastes are reminder text. On Wastes, I basically don't know the Oracle text yet; even non-full-art version of the card has no text. Either the "{T}: Add
to your mana pool." will be explicit in Oracle or they will somehow make the rules generate it. For now, I put parentheses.

Re: Oath of the Gatewatch Spoiler Season
by Agetian » 30 Dec 2015, 17:41
Oh, makes sense! Thanks for the info, too!
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 31 Dec 2015, 07:02
- Code: Select all
Name:Linvala, the Preserver
ManaCost:4 W W
Types:Legendary Creature Angel
PT:5/5
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigGainLife | LifeTotal$ You | LifeAmount$ LTX | References$ X | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent has more life than you, you gain 5 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 5
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigToken | IsPresent$ Creature.OppCtrl | PresentCompare$ GTY | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent controls more creatures than you, put a 3/3 white Angel creature token with flying onto the battlefield.
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ w 3 3 angel
SVar:X:PlayerCountOpponents$HighestLifeTotal
SVar:Y:Count$Valid Creature.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/linvala_the_preserver.jpg
Oracle:Flying\nWhen Linvala, the Preserver enters the battlefield, if an opponent has more life than you, you gain 5 life.\nWhen Linvala enters the battlefield, if an opponent controls more creatures than you, put a 3/3 white Angel creature token with flying onto the battlefield.
- Code: Select all
Name:Prophet of Distortion
ManaCost:U
Types:Creature Eldrazi Drone
PT:1/2
K:Devoid
A:AB$ Draw | Cost$ 3 C | NumCards$ 1 | Defined$ You | SpellDescription$ Draw a card.
SVar:Picture:http://www.wizards.com/global/images/magic/general/prophet_of_distortion.jpg
Oracle:Devoid (This card has no color.)\n{3}{C}: Draw a card. ({C} represents colorless mana.)
Re: Oath of the Gatewatch Spoiler Season
by Marek14 » 31 Dec 2015, 13:52
Three cards now have their English scan, so I can implement them:
- Code: Select all
Name:Eldrazi Obligator
ManaCost:2 R
Types:Creature Eldrazi
PT:3/1
K:Devoid
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When you cast CARDNAME, you may pay {1}{C}. If you do, gain control of target creature until end of turn, untap that creature, and it gains haste until end of turn. ({C} represents colorless mana.)
SVar:TrigChange:AB$GainControl | Cost$ 1 C | TgtPrompt$ Choose target creature. | ValidTgts$ Creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SpellDescription$ Gain control of target creature until end of turn, untap that creature, and it gains haste until end of turn.
K:Haste
SVar:Picture:http://www.wizards.com/global/images/magic/general/eldrazi_obligator.jpg
Oracle:Devoid (This card has no color.)\nWhen you cast Eldrazi Obligator, you may pay {1}{C}. If you do, gain control of target creature until end of turn, untap that creature, and it gains haste until end of turn. ({C} represents colorless mana.)\nHaste
- Code: Select all
Name:Vile Redeemer
ManaCost:2 G
Types:Creature Eldrazi
PT:3/3
K:Devoid
K:Flash
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cast CARDNAME, you may pay {C}. If you do, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield for each nontoken creature that died under your control this turn. Those tokens have "Sacrifice this creature: Add {C} to your mana pool."
SVar:TrigToken:AB$ Token | Cost$ C | TokenAmount$ X | References$ X | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3 | TokenAbilities$ ABMana
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C} to your mana pool.
SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.nonToken+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/vile_redeemer.jpg
Oracle:Devoid (This card has no color.)\nFlash\nWhen you cast Vile Redeemer, you may pay {C}. If you do, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield for each nontoken creature that died under your control this turn. Those tokens have "Sacrifice this creature: Add {C} to your mana pool."
- Code: Select all
Name:Needle Spires
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W} to your mana pool.
A:AB$ Animate | Cost$ 2 R W | Defined$ Self | Power$ 2 | Toughness$ 1 | Types$ Creature,Elemental | Colors$ Red,White | Keywords$ Double Strike | SpellDescription$ CARDNAME becomes a 2/1 red and white Elemental creature with double strike until end of turn. It's still a land.
SVar:Picture:http://www.wizards.com/global/images/magic/general/needle_spires.jpg
Oracle:Needle Spires enters the battlefield tapped.\n{T}: Add {R} or {W} to your mana pool.\n{2}{R}{W}: Needle Spires becomes a 2/1 red and white Elemental creature with double strike until end of turn. It's still a land.
Who is online
Users browsing this forum: Google Adsense [Bot] and 62 guests