It is currently 18 Sep 2025, 17:48
   
Text Size

Battle for Zendikar spoiler season

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Battle for Zendikar spoiler season

Postby Marek14 » 17 Sep 2015, 04:47

Code: Select all
Name:Part the Waterveil
ManaCost:4 U U
Types:Sorcery
A:SP$ AddTurn | Cost$ 4 U U | NumTurns$ 1 | SubAbility$ DBExile | SpellDescription$ Take an extra turn after this one. Exile CARDNAME.
SVar:DBExile:DB$ChangeZone | Origin$ Stack | Destination$ Exile
K:Awaken:6:6 U U U
SVar:Picture:http://www.wizards.com/global/images/magic/general/part_the_waterveil.jpg
Oracle:Take an extra turn after this one. Exile Part the Waterveil.\nAwaken 6 — {6}{U}{U}{U} (If you cast this spell for {6}{U}{U}{U}, also put six +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 17 Sep 2015, 06:34

Code: Select all
Name:Makindi Sliderunner
ManaCost:1 R
Types:Creature Beast
PT:2/1
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, CARDNAME gets +1/+1 until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
SVar:BuffedBy:Land
SVar:Picture:http://www.wizards.com/global/images/magic/general/makindi_sliderunner.jpg
Oracle:Trample\nLandfall — Whenever a land enters the battlefield under your control, Makindi Sliderunner gets +1/+1 until end of turn.
Code: Select all
Name:Snapping Gnarlid
ManaCost:1 G
Types:Creature Beast
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, CARDNAME gets +1/+1 until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
SVar:BuffedBy:Land
SVar:Picture:http://www.wizards.com/global/images/magic/general/snapping_gnarlid.jpg
Oracle:Landfall — Whenever a land enters the battlefield under your control, Snapping Gnarlid gets +1/+1 until end of turn.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 17 Sep 2015, 15:08

Code: Select all
Name:Blighted Fen
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
A:AB$ Sacrifice | Cost$ 4 B T Sac<1/CARDNAME> | ValidTgts$ Opponent | SacValid$ Creature | SacMessage$ Creature | Amount$ 1 | SpellDescription$ Target opponent sacrifices a creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/blighted_fen.jpg
Oracle:{T}: Add {1} to your mana pool.\n{4}{B}, {T}, Sacrifice Blighted Fen: Target opponent sacrifices a creature.
Code: Select all
Name:Blighted Gorge
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
A:AB$ DealDamage | Cost$ 4 R T Sac<1/CARDNAME> | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or player. SVar:Picture:http://www.wizards.com/global/images/magic/general/blighted_gorge.jpg
Oracle:{T}: Add {1} to your mana pool.\n{4}{R}, {T}, Sacrifice Blighted Gorge: Blighted Gorge deals 2 damage to target creature or player.
Code: Select all
Name:Blighted Steppe
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
A:AB$ GainLife | Cost$ 3 W T Sac<1/CARDNAME> | Defined$ You | LifeAmount$ X | References$ X | SpellDescription$ Gain 2 life for each creature you control.
SVar:X:Count$TypeOnBattlefield.Creature.YouCtrl/Times.2
SVar:Picture:http://www.wizards.com/global/images/magic/general/blighted_steppe.jpg
Oracle:{T}: Add {1} to your mana pool.\n{3}{W}, {T}, Sacrifice Blighted Steppe: Gain 2 life for each creature you control.
Code: Select all
Name:Blighted Woodland
ManaCost:no cost
Types:Land
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
A:AB$ ChangeZone | Cost$ 3 G T Sac<1/CARDNAME> | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 2 | SpellDescription$ Search your library for two basic land cards and put them onto the battlefield tapped. Then shuffle your library.
SVar:Picture:http://www.wizards.com/global/images/magic/general/blighted_woodland.jpg
Oracle:{T}: Add {1} to your mana pool.\n{3}{G}, {T}, Sacrifice Blighted Woodland: Search your library for two basic land cards and put them onto the battlefield tapped. Then shuffle your library.
Code: Select all
Name:Sire of Stagnation
ManaCost:4 U B
Types:Creature Eldrazi
PT:5/7
K:Devoid
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ Whenever a land enters the battlefield under an opponent's control, that player exiles the top two cards of his or her library and you draw two cards.
SVar:TrigMill:AB$ Mill | Cost$ 0 | Defined$ TriggeredCardController | NumCards$ 2 | Destination$ Exile | SubAbility$ DBDraw
SVar:DBDraw:DB$Draw | NumCards$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/sire_of_stagnation.jpg
Oracle:Devoid (This card has no color)\nWhenever a land enters the battlefield under an opponent's control, that player exiles the top two cards of his or her library and you draw two cards.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 17 Sep 2015, 15:11

Code: Select all
Name:Scatter to the Winds
ManaCost:1 U U
Types:Instant
A:SP$ Counter | Cost$ 1 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell.
K:Awaken:3:4 U U
SVar:Picture:http://www.wizards.com/global/images/magic/general/scatter_to_the_winds.jpg
Oracle:Counter target spell.\nAwaken 3 — {4}{U}{U} (If you cast this spell for {4}{U}{U}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 05:32

Not sure how to write Emeria Shepherd. Something like the code (pretty complex) for Ether Well?
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Hanmac » 18 Sep 2015, 06:26

i took parts of Stitch Together and Warden of the Eye and Guul Draz Overseer for this:

Code: Select all
Name:Emeria Shepherd
ManaCost:5 W W
Types:Creature Angel
PT:4/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMove | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, you may return target nonland permanent card from your graveyard to your hand. If that land is a Plains, you may return that nonland permanent card to the battlefield instead.
SVar:TrigMove:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Card.nonLand+YouCtrl | TgtPrompt$ Select target nonland permanent | Origin$ Graveyard | Destination$ Hand | ConditionCheckSVar$ X | ConditionSVarCompare$ LE1 | SubAbility$ DBChangeZone
SVar:DBChangeZone:DB$ ChangeZone | Defined$ Targeted | Origin$ Graveyard | Destination$ Battlefield | ConditionCheckSVar$ X | ConditionSVarCompare$ GE2 | References$ X
SVar:X:TriggeredCard.Plains/Plus.1
SVar:Picture:http://www.wizards.com/global/images/magic/general/emeria_shepherd.jpg
Oracle:Flying\nLandfall - Whenever a land enters the battlefield under your control, you may return target nonland permanent card from your graveyard to your hand. If that land is a Plains, you may return that nonland permanent card to the battlefield instead.
hm or might there be better way?
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 06:31

No, I don't think this works. The problem is with optionality. Your code will move the target to battlefield if the land was Plains or to hand if it wasn't, but that's not the full scope of what the card does. You can choose to not move it at all -- that's a simple OptionalDecider$ You code -- but you can also move the card to hand even if the land that triggered the ability was Plains. (And this is very important since there might be cards, like some Eldrazi, you'd prefer to re-cast rather then re-animate.)

Actually, I just realized there might be a simpler way to implement this by giving the card two triggered abilities, one triggering on non-Plains lands, the other triggering on Plains. The thing is I'm still not 100% sure how this wording of ability interacts with effects that change land types. If it only cares about types the land entered the battlefield with, this approach would work, but not if it cares about types it has during the resolution of the ability.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Hanmac » 18 Sep 2015, 06:48

hm you are right, that double may might be a bit more complicated,
so i am not 100% sure if you are able to return a card to your hand instead of the battlefield if a plains does enter the battlefield.

i think for that card we might need to wait until the official rulings are out.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 06:53

Hanmac wrote:so i am not 100% sure if you are able to return a card to your hand instead of the battlefield if a plains does enter the battlefield.
No, this part is pretty clear. You have an option of replacing the basic effect if a Plains enters the battlefield, but you don't have to take that option -- and in that case the basic effect will happen. Of course, the basic effect is itself optional...
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 16:54

I finished up the Forge Upcoming page, I'll have a look on the remaining cards soon.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 18:29

Code: Select all
Name:Bane of Bala Ged
ManaCost:7
Types:Creature Eldrazi
PT:7/5
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME attacks, defending player exiles two permanents he or she controls.
SVar:TrigExile:AB$ ChangeZone | Cost$ T | Origin$ Battlefield | Destination$ Exile | Defined$ DefendingPlayer | Mandatory$ True | ChangeType$ Permanent | ChangeNum$ 2 | IsCurse$ True | Chooser$ DefendingPlayer
SVar:HasAttackEffect:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/bane_of_bala_ged.jpg
Oracle:Whenever Bane of Bala Ged attacks, defending player exiles two permanents he or she controls.
Code: Select all
Name:Ruin Processor
ManaCost:7
Types:Creature Eldrazi Processor
PT:7/8
T:Mode$ SpellCast | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigHerd | TriggerDescription$ When you cast CARDNAME, you may put a card an opponent owns from exile into that player's graveyard. If you do, you gain 5 life.
SVar:TrigHerd:DB$ ChooseCard | ChoiceZone$ Exile | Choices$ Card.OppOwn | Amount$ 1 | RememberChosen$ True | SubAbility$ DBChangeZone
SVar:DBChangeZone:DB$ ChangeZone | Origin$ Exile | Destination$ Graveyard | Defined$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 5 ConditionDefined$ Remembered | ConditionPresent$ Card.IsRemembered | ConditionCompare$ EQ1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True
http://www.wizards.com/global/images/magic/general/ruin_processor.jpg
Oracle:When you cast Ruin Processor, you may put a card an opponent owns from exile into that player's graveyard. If you do, you gain 5 life.
Not sure how to do Ulamog's Despoiler (processing exiled cards as a ETB replacement effect).
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 19:04

Code: Select all
Name:Angel of Renewal
ManaCost:5 W
Types:Creature Angel Ally
PT:4/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 1 life for each creature you
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | LifeAmount$ X | References$ X
SVar:X:Count$Valid Creature.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/angel_of_renewal.jpg
Oracle:Flying\nWhen Angel of Renewal enters the battlefield, you gain 1 life for each creature you control.
Code: Select all
Name:Angelic Gift
ManaCost:1 W
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Pump
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Flying | Description$ Enchanted creature has flying.
SVar:Picture:http://www.wizards.com/global/images/magic/general/angelic_gift.jpg
Oracle:Enchant creature\nWhen Angelic Gift enters the battlefield, draw a card.\nEnchanted creature has flying.
Code: Select all
Name:Cliffside Lookout
ManaCost:W
Types:Creature Kor Scout Ally
PT:1/1
A:AB$ PumpAll | Cost$ 4 W | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Creatures you control get +1/+1 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/cliffside_lookout.jpg
Oracle:{4}{W}: Creatures you control get +1/+1 until end of turn.
Code: Select all
Name:Courier Griffin
ManaCost:3 W
Types:Creature Griffin
PT:2/3
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 2 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | LifeAmount$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/courier_griffin.jpg
Oracle:Flying\nWhen Courier Griffin enters the battlefield, you gain 2 life.
Code: Select all
Name:Expedition Envoy
ManaCost:W
Types:Creature Human Scout Ally
PT:2/1
SVar:Picture:http://www.wizards.com/global/images/magic/general/expedition_envoy.jpg
Oracle:
Code: Select all
Name:Fortified Rampart
ManaCost:1 W
Types:Creature Wall
PT:0/6
K:Defender
SVar:Picture:http://www.wizards.com/global/images/magic/general/fortified_rampart.jpg
Oracle:Defender
Code: Select all
Name:Ghostly Sentinel
ManaCost:4 W
Types:Creature Kor Spirit
PT:3/3
K:Flying
K:Vigilance
SVar:Picture:http://www.wizards.com/global/images/magic/general/ghostly_sentinel.jpg
Oracle:Flying, vigilance
Code: Select all
Name:Kitesail Scout
ManaCost:W
Types:Creature Kor Scout
PT:1/1
K:Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/kitesail_scout.jpg
Oracle:Flying
Code: Select all
Name:Kor Bladewhirl
ManaCost:1 W
Types:Creature Kor Soldier Ally
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, creatures you control gain first strike until end of turn.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPumpAll | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, creatures you control gain first strike until end of turn.
SVar:TrigPumpAll:AB$ PumpAll | Cost$ 0 | ValidCards$ Creature.YouCtrl | KW$ First Strike
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally
SVar:Picture:http://www.wizards.com/global/images/magic/general/kor_bladewhirl.jpg
Oracle:Rally — Whenever Kor Bladewhirl or another Ally enters the battlefield under your control, creatures you control gain first strike until end of turn.
Code: Select all
Name:Kor Castigator
ManaCost:1 W
Types:Creature Kor Wizard Ally
PT:3/1
K:CantBeBlockedBy Creature.Eldrazi+Scion
SVar:Picture:http://www.wizards.com/global/images/magic/general/kor_castigator.jpg
Oracle:Kor Castigator can't be blocked by Eldrazi Scions.
Code: Select all
Name:Kor Entanglers
ManaCost:4 W
Types:Creature Kor Soldier Ally
PT:3/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, tap target creature an opponent controls.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigTap | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, tap target creature an opponent controls.
SVar:TrigTap:AB$ Tap | Cost$ 0 | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls.
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally
SVar:Picture:http://www.wizards.com/global/images/magic/general/kor_entanglers.jpg
Oracle:Rally — Whenever Kor Entanglers or another Ally enters the battlefield under your control, tap target creature an opponent controls.
Code: Select all
Name:Lithomancer's Focus
ManaCost:W
Types:Instant
A:SP$ Pump | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | SubAbility$ DBEffect | SpellDescription$ Target creature gets +2/+2 until end of turn. Prevent all damage that would be dealt to that creature this turn by colorless sources.
SVar:DBEffect:DB$ Effect | Defined$ Targeted | Name$ Lithomancer's Focus Effect | StaticAbilities$ STPrevent | RememberObjects$ Targeted | Triggers$ OutOfSight | SVars$ ExileSelf
SVar:OutOfSight:Mode$ ChangesZone | TriggerZones$ Command | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsRemembered | Execute$ ExileSelf | Static$ True
SVar:ExileSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
SVar:STPrevent:Mode$ PreventDamage | EffectZone$ Command | Source$ Card.Colorless | Target$ Card.IsRemembered | Description$ Prevent all damage that would be dealt to that creature this turn by colorless sources.
SVar:Picture:http://www.wizards.com/global/images/magic/general/lithomancers_focus.jpg
Oracle:Target creature gets +2/+2 until end of turn. Prevent all damage that would be dealt to that creature this turn by colorless sources.
Code: Select all
Name:Makindi Patrol
ManaCost:2 W
Types:Creature Human Knight Ally
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, creatures you control gain vigilance until end of turn.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPumpAll | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, creatures you control gain vigilance until end of turn.
SVar:TrigPumpAll:AB$ PumpAll | Cost$ 0 | ValidCards$ Creature.YouCtrl | KW$ Vigilance
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally
SVar:Picture:http://www.wizards.com/global/images/magic/general/makindi_patrol.jpg
Oracle:Rally — Whenever Makindi Patrol or another Ally enters the battlefield under your control, creatures you control gain vigilance until end of turn.
Code: Select all
Name:Ondu Greathorn
ManaCost:3 W
Types:Creature Beast
PT:2/3
K:First Strike
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, CARDNAME gets +2/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +2 | NumDef$ +2
SVar:BuffedBy:Land
SVar:Picture:http://www.wizards.com/global/images/magic/general/ondu_greathorn.jpg
Oracle:First strike\nLandfall — Whenever a land enters the battlefield under your control, Ondu Greathorn gets +2/+2 until end of turn.
Code: Select all
Name:Ondu Rising
ManaCost:1 W
Types:Sorcery
A:SP$ Effect | Cost$ 1 W | Name$ Ondu Rising Effect | Triggers$ TrigAttacks | SVars$ Pump | SpellDescription$ Whenever a creature attacks this turn, it gains lifelink until end of turn.
SVar:TrigAttacks:Mode$ Attacks | ValidCard$ Creature | Execute$ Pump | TriggerDescription$ Whenever a creature attacks this turn, it gains lifelink until end of turn.
SVar:Pump:AB$ Pump | Cost$ 0 | Defined$ TriggeredAttacker | KW$ Lifelink
K:Awaken:4:4 W
SVar:Picture:http://www.wizards.com/global/images/magic/general/ondu_rising.jpg
Oracle:Whenever a creature attacks this turn, it gains lifelink until end of turn.\nAwaken 4 — {4}{W} (If you cast this spell for {4}{W}, also put four +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Code: Select all
Name:Roil's Retribution
ManaCost:3 W W
Types:Instant
A:SP$ DealDamage | Cost$ 3 W W | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ Select target attacking or blocking creature to distribute damage to | NumDmg$ 5 | TargetMin$ 1 | TargetMax$ 5 | DividedAsYouChoose$ 5 | SpellDescription$ CARDNAME deals 5 damage divided as you choose among any number of target attacking or blocking creatures.
SVar:Picture:http://www.wizards.com/global/images/magic/general/roils_retribution.jpg
Oracle:Roil's Retribution deals 5 damage divided as you choose among any number of target attacking or blocking creatures.
Code: Select all
Name:Serene Steward
ManaCost:1 W
Types:Creature Human Cleric Ally
PT:2/2
T:Mode$ LifeGained | ValidPlayer$ You | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you gain life, you may pay {W}. If you do, put a +1/+1 counter on target creature.
SVar:TrigPutCounter:AB$PutCounter | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/serene_steward.jpg
Oracle:Whenever you gain life, you may pay {W}. If you do, put a +1/+1 counter on target creature.
Code: Select all
Name:Shadow Glider
ManaCost:2 W
Types:Creature Kor Soldier
PT:2/2
K:Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/shadow_glider.jpg
Oracle:Flying
Code: Select all
Name:Stone Haven Medic
ManaCost:1 W
Types:Creature Kor Cleric
PT:1/3
A:AB$ GainLife | Cost$ W T | Defined$ You | LifeAmount$ 1 | SpellDescription$ You gain 1 life.
SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_haven_medic.jpg
Oracle:{W}, {T}: You gain 1 life.
Code: Select all
Name:Tandem Tactics
ManaCost:1 W
Types:Instant
A:SP$ Pump | Cost$ 1 W | TargetMin$ 0 | TargetMax$ 2 | NumAtt$ +1  | NumDef$ +2 | ValidTgts$ Creature | TgtPrompt$ Select target Creature | SubAbility$ DBGainLife | SpellDescription$ Up to two target creatures each get +1/+2 until end of turn. You gain 2 life.
SVar:DBGainLife:DB$GainLife | LifeAmount$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/tandem_tactics.jpg
Oracle:Up to two target creatures each get +1/+2 until end of turn. You gain 2 life.
Code: Select all
Name:Unified Front
ManaCost:3 W
Types:Sorcery
A:SP$ Token | Cost$ 3 W | TokenAmount$ X | References$ X | TokenName$ Kor Ally | TokenTypes$ Creature,Kor,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Converge — Put a 1/1 white Kor Ally creature token onto the battlefield for each color of mana spent to cast CARDNAME.
SVar:X:Count$Converge
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/unified_front.jpg
Oracle:Converge — Put a 1/1 white Kor Ally creature token onto the battlefield for each color of mana spent to cast Unified Front.
Missing:
Emeria Shepherd
Encircling Fissure -- not sure how to prevent damage from "creatures target opponent controls"
Quarantine Field -- not 100% how to write the targeting to work correctly
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 19:43

Note about Eldrazi Scions: There are three different pictures. So far I was unable to determine which pictures should go with which cards, but I presume there will be an official Arcana about that soon. At this point, I'm not messing with the token image code, but I will correct it later.

Code: Select all
Name:Adverse Conditions
ManaCost:3 U
Types:Instant
K:Devoid
A:SP$ Tap | Cost$ 3 U | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | ValidTgts$ Creature | SubAbility$ TrigPump | SpellDescription$ Tap up to two target creatures. Those creatures don't untap during their controller's next untap step. Put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."
SVar:TrigPump:DB$Pump | Cost$ 0 | Defined$ Targeted | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABMana
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ 1 | Amount$ 1 | SpellDescription$ Add {1} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/adverse_conditions.jpg
Oracle:Devoid (This card has no color.)\nTap up to two target creatures. Those creatures don't untap during their controller's next untap step. Put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."
Code: Select all
Name:Brilliant Spectrum
ManaCost:3 U
Types:Sorcery
A:SP$ Draw | Cost$ 3 U | NumCards$ X | References$ X | SpellDescription$ Converge — Draw X cards, where X is the number of colors of mana spent to cast Brilliant Spectrum. Then discard two cards. | SubAbility$ DBDiscard
SVar:DBDiscard:DB$Discard | Defined$ You | NumCards$ 2 | Mode$ TgtChoose
SVar:X:Count$Converge
SVar:Picture:http://www.wizards.com/global/images/magic/general/brilliant_spectrum.jpg
Oracle:Converge — Draw X cards, where X is the number of colors of mana spent to cast Brilliant Spectrum. Then discard two cards.
Code: Select all
Name:Cloud Manta
ManaCost:3 U
Types:Creature Fish
PT:3/2
K:Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/cloud_manta.jpg
Oracle:Flying
Code: Select all
Name:Clutch of Currents
ManaCost:U
Types:Sorcery
A:SP$ ChangeZone | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return target creature to its owner's hand.
K:Awaken:3:4 U
SVar:Picture:http://www.wizards.com/global/images/magic/general/clutch_of_currents.jpg
Oracle:Return target creature to its owner's hand.\nAwaken 3 — {4}{U} (If you cast this spell for {4}{U}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Code: Select all
Name:Coralhelm Guide
ManaCost:1 U
Types:Creature Merfolk Scout Ally
PT:2/1
A:AB$ Pump | Cost$ 4 U | 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/coralhelm_guide.jpg
Oracle:{4}{U}: Target creature can't be blocked this turn.
Code: Select all
Name:Dampening Pulse
ManaCost:3 U
Types:Enchantment
S:Mode$ Continuous | Affected$ Creature.OppCtrl | AddPower$ -1 | Description$ Creatures your opponents control get -1/-0.
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/dampening_pulse.jpg
Oracle:Creatures your opponents control get -1/-0.
Code: Select all
Name:Eldrazi Skyspawner
ManaCost:2 U
Types:Creature Eldrazi Drone
PT:2/1
K:Devoid
K:Flying
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 1 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 | TokenAbilities$ ABMana
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ 1 | Amount$ 1 | SpellDescription$ Add {1} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/eldrazi_skyspawner.jpg
Oracle:Devoid (This card has no color.)\nFlying\nWhen Eldrazi Skyspawner enters the battlefield, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add 1 to your mana pool."
Code: Select all
Name:Halimar Tidecaller
ManaCost:2 U
Types:Creature Human Wizard Ally
PT:2/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may return target card with awaken from your graveyard to your hand.
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Card.YouCtrl+withAwaken
S:Mode$ Continuous | Affected$ Creature.Land+YouCtrl | AddKeyword$ Flying | Description$ Land creatures you control have flying.
SVar:Picture:http://www.wizards.com/global/images/magic/general/halimar_tidecaller.jpg
Oracle:When Halimar Tidecaller enters the battlefield, you may return target card with awaken from your graveyard to your hand.\nLand creatures you control have flying.
Code: Select all
Name:Roilmage's Trick
ManaCost:3 U
Types:Instant
A:SP$ PumpAll | Cost$ 3 U | ValidCards$ Creature.OppCtrl | NumAtt$ -X | NumDef$ 0 | References$ X | SubAbility$ DBDraw | SpellDescription$ Converge — Creatures your opponents control get -X/-0 until end of turn, where X is the number of colors of mana spent to cast CARDNAME. Draw a card.
SVar:DBDraw:DB$ Draw | NumCards$ 1
SVar:X:Count$Converge
SVar:Picture:http://www.wizards.com/global/images/magic/general/roilmages_trick.jpg
Oracle:Converge — Creatures your opponents control get -X/-0 until end of turn, where X is the number of colors of mana spent to cast Roilmage's Trick.\nDraw a card.
Code: Select all
Name:Ruination Guide
ManaCost:2 U
Types:Creature Eldrazi Drone
PT:3/2
K:Devoid
K:Ingest
S:Mode$ Continuous | Affected$ Creature.Colorless+Other+YouCtrl | AddPower$ 1 | Description$ Other colorless creatures you control get +1/+0.
SVar:PlayMain1:TRUE
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/ruination_guide.jpg
Oracle:Devoid (This card has no color.)\nIngest (Whenever this creature deals combat damage to a player, that player exiles the top card of his or her library.)\nOther colorless creatures you control get +1/+0.
Code: Select all
Name:Rush of Ice
ManaCost:U
Types:Sorcery
A:SP$ Tap | Cost$ U | ValidTgts$ Creature | SubAbility$ DBPump | SpellDescription$ Tap target creature. It doesn't untap during its controller's next untap step.
SVar:DBPump:DB$ Pump | Cost$ 0 | Defined$ Targeted | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True
K:Awaken:3:4 U
SVar:Picture:http://www.wizards.com/global/images/magic/general/rush_of_ice.jpg
Oracle:Tap target creature. It doesn't untap during its controller's next untap step.\nAwaken 3 — {4}{U} (If you cast this spell for {4}{U}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Code: Select all
Name:Salvage Drone
ManaCost:U
Types:Creature Eldrazi Drone
PT:1/1
K:Devoid
K:Ingest
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ When CARDNAME dies, you may draw a card. If you do, discard a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | SubAbility$ DBDiscard | OptionalDecider$ You | RememberDrawn$ True
SVar:DBDiscard:DB$Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount
SVar:Picture:http://www.wizards.com/global/images/magic/general/salvage_drone.jpg
Oracle:Devoid (This card has no color.)\nIngest (Whenever this creature deals combat damage to a player, that player exiles the top card of his or her library.)\nWhen Salvage Drone dies, you may draw a card. If you do, discard a card.
(Got this code from Murder of Crows, but I wonder what happens if I decide to draw a card, but the draw is replaced by another effect. Will this code still force me to discard?)

Code: Select all
Name:Spell Shrivel
ManaCost:2 U
Types:Instant
K:Devoid
A:SP$ Counter | Cost$ 2 U | TargetType$ Spell | UnlessCost$ 4 | TgtPrompt$ Select target spell | ValidTgts$ Card | Destination$ Exile | SpellDescription$ Counter target spell unless its controller pays {4}. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.
SVar:Picture:http://www.wizards.com/global/images/magic/general/spell_shrivel.jpg
Oracle:Devoid (This card has no color.)\nCounter target spell unless its controller pays {4}. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.
Code: Select all
Name:Tide Drifter
ManaCost:1 U
Types:Creature Eldrazi Drone
PT:0/5
K:Devoid
S:Mode$ Continuous | Affected$ Creature.Colorless+Other+YouCtrl | AddToughness$ 1| Description$ Other colorless creatures you control get +0/+1.
SVar:PlayMain1:TRUE
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/tide_drifter.jpg
Oracle:Devoid (This card has no color.)\nOther colorless creatures you control get +0/+1.
Code: Select all
Name:Tightening Coils
ManaCost:1 U
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 1 U | ValidTgts$ Creature | AILogic$ Curse
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ -6 | RemoveKeyword$ Flying | Description$ Enchanted creature gets -6/-0 and loses flying.
SVar:Picture:http://www.wizards.com/global/images/magic/general/tightening_coils.jpg
Oracle:Enchant creature\nEnchanted creature gets -6/-0 and loses flying.
Code: Select all
Name:Ulamog's Reclaimer
ManaCost:4 U
Types:Creature Eldrazi Processor
PT:2/5
K:Devoid
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Self | Execute$ TrigProcess | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may put a card an opponent owns from exile into that player's graveyard. If you do, return target instant or sorcery card from your graveyard to your hand.
SVar:TrigProcess:DB$ ChooseCard | ChoiceZone$ Exile | Choices$ Card.OppOwn | Amount$ 1 | RememberChosen$ True | SubAbility$ DBChangeZone1
SVar:DBChangeZone1:DB$ ChangeZone | Origin$ Exile | Destination$ Graveyard | Defined$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBChangeZone2
SVar:DBChangeZone2:DB$ChangeZone | ValidTgts$ Instant,Sorcery | Origin$ Graveyard | Destination$ Hand | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True
http://www.wizards.com/global/images/magic/general/ulamogs_reclaimer.jpg
Oracle:Devoid (This card has no color.)\nWhen Ulamog's Reclaimer enters the battlefield, you may put a card an opponent owns from exile into that player's graveyard. If you do, return target instant or sorcery card from your graveyard to your hand.
Code: Select all
Name:Wave-Wing Elemental
ManaCost:5 U
Types:Creature Elemental
PT:3/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenver a land enters the battlefield under your control, CARDNAME gets +2/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +2 | NumDef$ +2
SVar:BuffedBy:Land
SVar:Picture:http://www.wizards.com/global/images/magic/general/wave_wing_elemental.jpg
Oracle:Flying\nLandfall — Whenver a land enters the battlefield under your control, Wave-Wing Elemental gets +2/+2 until end of turn.
Code: Select all
Name:Windrider Patrol
ManaCost:3 U U
Types:Creature Merfolk Wizard
PT:4/3
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigScry | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, scry 2.
SVar:DBScry:DB$ Scry | ScryNum$ 2
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/windrider_patrol.jpg
Oracle:Flying\nWhenever Windrider Patrol deals combat damage to a player, scry 2.
Missing:
Cryptic Cruiser -- probably needs a new type of cost
Oracle of Dust -- needs the same cost
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby Marek14 » 18 Sep 2015, 20:23

Code: Select all
Name:Bloodbond Vampire
ManaCost:2 B B
Types:Creature Vampire Shaman Ally
PT:3/3
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever you gain life, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodbond_vampire.jpg
Oracle:Whenever you gain life, put a +1/+1 counter on Bloodbond Vampire.
Code: Select all
Name:Carrier Thrall
ManaCost:1 B
Types:Creature Vampire
PT:2/1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, put a 3/3 green Boar creature token onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABMana
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ 1 | Amount$ 1 | SpellDescription$ Add {1} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/carrier_thrall.jpg
Oracle:When Carrier Thrall dies, put a 1/1 colorless Eldrazi Scion token onto the battlefield. It has "Sacrifice this creature. Add {1} to your mana pool."
(Not sure if there should be a SacMe value, but Tukatongue Thallid, which is similar, doesn't seem to have one.)

Code: Select all
Name:Demon's Grasp
ManaCost:4 B
Types:Sorcery
A:SP$ Pump | Cost$ 4 B | IsCurse$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -5 | NumDef$ -5 | SpellDescription$ Target creature gets -5/-5 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/demons_grasp.jpg
Oracle:Target creature gets -5/-5 until end of turn.
Code: Select all
Name:Geyserfield Stalker
ManaCost:4 B
Types:Creature Elemental
PT:3/2
K:Menace
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, Geyserfield Stalker gets +2/+2 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +2 | NumDef$ +2
SVar:BuffedBy:Land
SVar:Picture:http://www.wizards.com/global/images/magic/general/geyserfield_stalker.jpg
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nLandfall — Whenever a land enters the battlefield under your control, Geyserfield Stalker gets +2/+2 until end of turn.
Code: Select all
Name:Grave Birthing
ManaCost:2 B
Types:Instant
K:Devoid
A:SP$ ChangeZone | Cost$ 2 B | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Opponent | DefinedPlayer$ Targeted | Mandatory$ True | ChangeType$ Card | ChangeNum$ 1 | Hidden$ True | IsCurse$ True | Chooser$ Targeted | SubAbility$ DBToken | SpellDescription$ Target opponent exiles a card from his or her graveyard. You put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool." Draw a card.
SVar:DBToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABMana | SubAbility$ DBDraw
SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ 1 | Amount$ 1 | SpellDescription$ Add {1} to your mana pool.
SVar:DBDraw:DB$Draw | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_birthing.jpg
Oracle:Devoid (This card has no color.)\nTarget opponent exiles a card from his or her graveyard. You put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."\nDraw a card.
Code: Select all
Name:Grip of Desolation
ManaCost:4 B B
Types:Instant
K:Devoid
A:SP$ ChangeZone | Cost$ 4 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBChangeZone | SpellDescription$ Exile target creature and target land.
SVar:DBChangeZone:DB$ChangeZone | ValidTgts$ Land | Origin$ Battlefield | Destination$ Exile | TgtPrompt$ Select target land
SVar:Picture:http://www.wizards.com/global/images/magic/general/grip_of_desolation.jpg
Oracle:Devoid (This card has no color.)\nExile target creature and target land.
Code: Select all
Name:Hagra Sharpshooter
ManaCost:2 B
Types:Creature Human Assassin Ally
PT:2/2
A:AB$ Pump | Cost$ 4 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SpellDescription$ Target creature gets -1/-1 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/hagra_sharpshooter.jpg
Oracle:{4}{B}: Target creature gets -1/-1 until end of turn.
Code: Select all
Name:Kalastria Healer
ManaCost:1 B
Types:Creature Vampire Cleric Ally
PT:1/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life.
SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally
SVar:Picture:http://www.wizards.com/global/images/magic/general/kalastria_healer.jpg
Oracle:Rally — Whenever Kalastria Healer or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life.
Code: Select all
Name:Kalastria Nightwatch
ManaCost:4 B
Types:Creature Vampire Warrior Ally
PT:4/5
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you gain life, CARDNAME gains flying until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | KW$ Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/kalastria_nightwatch.jpg
Oracle:Whenever you gain life, Kalastria Nightwatch gains flying until end of turn.
Code: Select all
Name:Malakir Familiar
ManaCost:2 B
Types:Creature Bat
PT:2/1
K:Flying
K:Deathtouch
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you gain life, CARDNAME gets +1/+1 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ +1 | NumDef$ +1
SVar:Picture:http://www.wizards.com/global/images/magic/general/malakir_familiar.jpg
Oracle:Flying, deahtouch\nWhenever you gain life, Malakir Familiar gets +1/+1 until end of turn.
Code: Select all
Name:Mire's Malice
ManaCost:3 B
Types:Sorcery
A:SP$ Discard | Cost$ 3 B | ValidTgts$ Opponent | NumCards$ 2 | Mode$ TgtChoose | SpellDescription$ Target opponent discards two cards.
K:Awaken:3:5 B
SVar:Picture:http://www.wizards.com/global/images/magic/general/mires_malice.jpg
Oracle:Target opponent discards two cards.\nAwaken 3 — {5}{B} (If you cast this spell for {5}{B}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Code: Select all
Name:Nirkana Assassin
ManaCost:2 B
Types:Creature Vampire Assassin Ally
PT:2/3
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you gain life, CARDNAME gains deathtouch until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | KW$ Deathtouch
SVar:Picture:http://www.wizards.com/global/images/magic/general/kalastria_nightwatch.jpg
Oracle:Whenever you gain life, Nirkana Assassin gains deathtouch until end of turn.
Code: Select all
Name:Rising Miasma
ManaCost:3 B
Types:Sorcery
A:SP$ PumpAll | Cost$ 3 B | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SpellDescription$ All creatures get -2/-2 until end of turn.
K:Awaken:3:5 B B
SVar:Picture:http://www.wizards.com/global/images/magic/general/rising_miasma.jpg
Oracle:All creatures get -2/-2 until end of turn.\nAwaken 3 — {5}{B}{B} (If you cast this spell for {5}{B}{B}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)
Code: Select all
Name:Silent Skimmer
ManaCost:3 B
Types:Creature Eldrazi Drone
PT:0/4
K:Devoid
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME attacks, defending player loses 2 life.
SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredDefendingPlayer | LifeAmount$ 2
SVar:HasAttackEffect:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/silent_skimmer.jpg
Oracle:Devoid (This card has no color.)\nFlying\nWhenever Silent Skimmer attacks, defending player loses 2 life.
Code: Select all
Name:Sludge Crawler
ManaCost:B
Types:Creature Eldrazi Drone
PT:1/1
K:Devoid
K:Ingest
A:AB$ Pump | Cost$ 2 | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +1/+1 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/sludge_crawler.jpg
Oracle:Devoid (This card has no color.)\nIngest (Whenever this creature deals combat damage to a player, exile the top card of his or her library)\n{2}: Sludge Crawler gets +1/+1 until end of turn.
Code: Select all
Name:Swarm Surge
ManaCost:2 B
Types:Sorcery
K:Devoid
A:SP$ PumpAll | Cost$ 2 B | ValidCards$ Creature.YouCtrl | NumAtt$ +2 | SubAbility$ DBPumpAll | SpellDescription$ Creatures you control get +2/+0 until end of turn. Colorless creatures you control also gain first strike until end of turn.
SVar:DBPumpAll:DB$PumpAll | ValidCards$ Creature.Colorless+YouCtrl | KW$ First Strike
SVar:Picture:http://www.wizards.com/global/images/magic/general/swarm_surge.jpg
Oracle:Devoid (This card has no color.)\nCreatures you control get +2/+0 until end of turn. Colorless creatures you control also gain first strike until end of turn.
Code: Select all
Name:Vampiric Rites
Types:Enchantment
A:AB$ GainLife | Cost$ 1 B Sac<1/Creature> | Defined$ You | LifeAmount$ 1 | SubAbility$ DBDraw | SpellDescription$ You gain 1 life.
SVar:DBDraw:DB$Draw | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/vampiric_rites.jpg
Oracle:{1}{B}, Sacrifice a creature: You gain 1 life and draw a card.
Code: Select all
Name:Voracious Null
ManaCost:2 B
Types:Creature Zombie
PT:2/2
A:AB$ PutCounter | Cost$ 1 B Sac<1/Creature.Other/another creature> | CounterType$ P1P1 | CounterNum$ 2 | SorcerySpeed$ True | SpellDescription$ Put two +1/+1 counters on CARDNAME.
SVar:Picture:http://www.wizards.com/global/images/magic/general/voracious_null.jpg
Oracle:{1}{B}, Sacrifice another creature: Put two +1/+1 counters on Voracious Null. Activate this ability only any time you could cast a sorcery.
Code: Select all
Name:Zulaport Cutthroat
ManaCost:1 B
Types:Creature Human Rogue Ally
PT:1/1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever CARDNAME or another creature you control dies, each opponent loses 1 life and you gain 1 life.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerController$ TriggeredCardController | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature you control dies, each opponent loses 1 life and you gain 1 life.
SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/zulaport_cutthroat.jpg
Oracle:Whenever Zulaport Cutthroat or another creature you control dies, each opponent loses 1 life and you gain 1 life.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Battle for Zendikar spoiler season

Postby friarsol » 18 Sep 2015, 21:43

Marek14 wrote:Missing:
Cryptic Cruiser -- probably needs a new type of cost
Oracle of Dust -- needs the same cost
We already have:

ExiledMoveToGrave which Jester's Scepter uses.

So it should be:

ExiledMoveToGrave<1/Card.OppOwn/card opponent owns>
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 20 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 20 users online :: 0 registered, 0 hidden and 20 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 20 guests

Login Form