It is currently 24 May 2024, 03:25
   
Text Size

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

Postby Marek14 » 01 Jan 2016, 09:00

Code: Select all
Name:Oath of Jace
ManaCost:2 U
Types:Legendary Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw three cards, then discard two cards.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 3 | SubAbility$ DBDiscard
SVar:DBDiscard:DB$Discard | Defined$ You | NumCards$ 2 | Mode$ TgtChoose
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ At the beginning of your upkeep, scry X, where X is the number of planeswalkers you control.
SVar:TrigScry:AB$ Scry | Cost$ 0 | ScryNum$ X | References$ X
SVar:X:Count$Valid Planeswalker.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_jace.jpg
Oracle:When Oath of Jace enters the battlefield, draw three cards, then discard two cards.\nAt the beginning of your upkeep, scry X, where X is the number of planeswalkers you control.
Code: Select all
Name:General Tazri
ManaCost:4 W
Types:Legendary Creature Human Ally
PT:3/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may serach your library for an Ally creature card, reveal it, put it into your hand, then shuffle your library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Hand | ChangeType$ Creature.Ally | ChangeNum$ 1 | ShuffleNonMandatory$ True
A:AB$ PumpAll | Cost$ W U B R G | ValidCards$ Creature.Ally+YouCtrl | NumAtt$ 1 | NumDef$ 1 | ConditionPresent$ Creature.Ally+White+YouCtrl | ConditionCompare$ GE1 | SubAbility$ PumpAllU | SpellDescription$ Ally creatures you control get +X/+X until end of turn, where X is the number of colors among those creatures.
SVar:PumpAllU:DB$ PumpAll | ValidCards$ Creature.Ally+YouCtrl | NumAtt$ 1 | NumDef$ 1 | ConditionPresent$ Creature.Ally+Blue+YouCtrl | ConditionCompare$ GE1 | SubAbility$ PumpAllB
SVar:PumpAllB:DB$ PumpAll | ValidCards$ Creature.Ally+YouCtrl | NumAtt$ 1 | NumDef$ 1 | ConditionPresent$ Creature.Ally+Black+YouCtrl | ConditionCompare$ GE1 | SubAbility$ PumpAllR
SVar:PumpAllR:DB$ PumpAll | ValidCards$ Creature.Ally+YouCtrl | NumAtt$ 1 | NumDef$ 1 | ConditionPresent$ Creature.Ally+Red+YouCtrl | ConditionCompare$ GE1 | SubAbility$ PumpAllG
SVar:PumpAllG:DB$ PumpAll | ValidCards$ Creature.Ally+YouCtrl | NumAtt$ 1 | NumDef$ 1 | ConditionPresent$ Creature.Ally+Green+YouCtrl | ConditionCompare$ GE1
SVar:Picture:http://www.wizards.com/global/images/magic/general/general_tazri.jpg
Oracle:When General Tazri enters the battlefield, you may serach your library for an Ally creature card, reveal it, put it into your hand, then shuffle your library.\n{W}{U}{B}{R}{G}: Ally creatures you control get +X/+X until end of turn, where X is the number of colors among those creatures.
(I used the trick from Soul of Ravnica, but it might be better if there was a general function "return number of colors of a set of objects".)

Code: Select all
Name:Hissing Quagmire
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G} to your mana pool.
A:AB$ Animate | Cost$ 1 B G | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Creature,Elemental | Colors$ Black,Green | Keywords$ Deathtouch | SpellDescription$ CARDNAME becomes a 2/2 black and green Elemental creature with deathtouch until end of turn. It's still a land.
SVar:Picture:http://www.wizards.com/global/images/magic/general/hissing_quagmire.jpg
Oracle:Hissing Quagmire enters the battlefield tapped.\n{T}: Add {B} or {G} to your mana pool.
{1}{B}{G}: Hissing Quagmire becomes a 2/2 black and green Elemental creature with deathtouch until end of turn. It's still a land.
Code: Select all
Name:Stoneforge Masterwork
ManaCost:1
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ AffectedX | AddToughness$ AffectedX | References$ AffectedX | EffectZone$ Battlefield | Description$ Equipped creature gets +1/+1 for each other creature you control that shares a creature type with it.
SVar:AffectedX:Count$Valid Creature.sharesCreatureTypeWith+Other+YouCtrl
SVar:PlayMain1:TRUE
SVar:RemRandomDeck:True
K:Equip 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/stoneforge_masterwork.jpg
Oracle:Equipped creature gets +1/+1 for each other creature you control that shares a creature type with it.\nEquip {2}
Deceiver of Forms -- I'd like if someone took a look, I'm not sure where to start here...
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 01 Jan 2016, 09:44

Code: Select all
Name:Deceiver of Form
ManaCost:6 C
Types:Creature Eldrazi
PT:8/8
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDig | TriggerDescription$ At the beginning of combat on your turn, reveal the top card of your library. If a creature card is revealed this way, you may have creatures you control other than CARDNAME become copies of that card until end of turn. You may put that card on the bottom of your library.
SVar:TrigDig:AB$ Dig | Cost$ 0 | DigNum$ 1 | Reveal$ True | Optional$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | RememberChanged$ True | SubAbility$ DBCopyAll
SVar:CopyAll:DB$ RepeatEach | UseImprinted$ True | ConditionDefined$ Remembered | ConditionPresent$ Creature | ConditionCompare$ EQ1 | RepeatCards$ Creature.YouCtrl+Other | RepeatSubAbility$ DBCopy | SubAbility$ DBDig2
SVar:DBCopy:DB$ Clone | Defined$ Remembered
SVar:DBDig2:DB$ Dig | Cost$ 0 | DigNum$ 1 | AnyNumber$ True | DestinationZone$ Library | LibraryPosition2$ 0 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/deceiver_of_form.jpg
Oracle:At the beginning of combat on your turn, reveal the top card of your library. If a creature card is revealed this way, you may have creatures you control other than Deceiver of Form become copies of that card until end of turn. You may put that card on the bottom of your library.
OK, please have a look at this. It definitely needs improvement -- this card is weird and contains mix of optional and mandatory parts.

The intended way it works is: when the trigger resolves, you reveal top card of your library (mandatory). If that card is a creature, you may change all your creatures except this one into a copy of that card (optional). After you do or don't do this, you may put the revealed card on bottom of your library (optional), which can be done regardless of whether it was a creature card or not.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 01 Jan 2016, 16:16

Code: Select all
Name:Oath of Nissa
ManaCost:G
Types:Legendary Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top three cards of your library. You may reveal a creature, land, or planeswalker card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
SVar:TrigDig:AB$Dig | Cost$ 0 | DigNum$ 3 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Creature,Land,Planeswalker
S:Mode$ Continuous| Affected$ Planeswalker.YouCtrl | AffectedZone$ Hand,Library,Graveyard,Exile,Command | AddHiddenKeyword$ May spend mana as though it were mana of any color to cast CARDNAME | Description$ You may spend mana as though it were mana of any color to cast planeswalker spells.
SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_nissa.jpg
Oracle:When Oath of Nissa enters the battlefield, look at the top three cards of your library. You may reveal a creature, land, or planeswalker card from among them and put it into your hand. Put the rest on the bottom of your library in any order.\nYou may spend mana as though it were mana of any color to cast planeswalker spells.
(This might need some tuning. I'm not sure how to write it to cover cases like Sen Triplets where you may use the effect of Oath of Nissa to cast opponent's planeswalkers. Similar effects like Unexpected Potential or Quicksilver Elemental seem to be unimplemented.)

Code: Select all
Name:Wandering Fumarole
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add {U} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R} to your mana pool.
A:AB$ Animate | Cost$ 2 U R | Defined$ Self | Power$ 1 | Toughness$ 4 | Types$ Creature,Elemental | Colors$ Blue,Red | Abilities$ ABPump | SpellDescription$ Until end of turn, CARDNAME becomes a 1/4 blue and red Elemental creature with "{0}: Switch this creature's power and toughness until end of turn." It's still a land.
SVar:ABPump:AB$ Pump | Cost$ 0 | KW$ HIDDEN CARDNAME's power and toughness are switched | SpellDescription$ Switch this creature's power and toughness until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/wandering_fumarole.jpg
Oracle:Wandering Fumarole enters the battlefield tapped.\n{T}: Add {U} or {R} to your mana pool.\n{2}{U}{R}: Until end of turn, Wandering Fumarole becomes a 1/4 blue and red Elemental creature with "{0}: Switch this creature's power and toughness until end of turn." It's still a land.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 01 Jan 2016, 18:17

Code: Select all
Name:Flaying Tendrils
ManaCost:1 B B
Types:Sorcery
K:Devoid
A:SP$ PumpAll | Cost$ 1 B B | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SubAbility$ DBEffect | SpellDescription$ All creatures get -2/-2 until end of turn. If a creature would die this turn, exile it instead.
SVar:DBEffect:DB$ Effect | Name$ Flaying Tendrils Effect | StaticAbilities$ KWPump | SpellDescription$ If a creature would die this turn, exile it instead.
SVar:KWPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddHiddenKeyword$ If CARDNAME would be put into a graveyard, exile it instead. | Description$ If a creature would die this turn, exile it instead.
SVar:Picture:http://www.wizards.com/global/images/magic/general/flaying_tendrils.jpg
Oracle:Devoid (This card has no color.)\nAll creatures get -2/-2 until end of turn. If a creature would die this turn, exile it instead.
Code: Select all
Name:Embodiment of Fury
ManaCost:3 R
Types:Creature Elemental
PT:4/3
K:Trample
S:Mode$ Continuous | Affected$ Creature.Land+YouCtrl | AddKeyword$ Trample | Description$ Land creatures you control have trample.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigAnimate | OptionalDecider$ You | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, you may have target land you control becomes a 3/3 Elemental creature with haste until end of turn. It's still a land.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | ValidTgts$ Land.YouCtrl | TgtPrompt$ Select target land you control | Power$ 3 | Toughness$ 3 | Types$ Creature,Elemental | Keywords$ Haste
SVar:Picture:http://www.wizards.com/global/images/magic/general/embodiment_of_fury.jpg
Oracle:Trample\nLand creatures you control have trample.\nLandfall - Whenever a land enters the battlefield under your control, you may have target land you control becomes a 3/3 Elemental creature with haste until end of turn. It's still a land.
Last edited by Marek14 on 05 Jan 2016, 16:15, edited 1 time in total.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 02 Jan 2016, 10:31

Finally found the correct code for Kozilek (hopefully):

Code: Select all
Name:Kozilek, the Great Distortion
ManaCost:8 C C
Types:Legendary Creature Eldrazi
PT:12/12
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigDraw  | CheckSVar$ Y | SVarCompare$ LT7 | TriggerDescription$ When you cast CARDNAME, if you have fewer than seven cards in hand, draw cards equal to the difference.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ Difference | References$ Y,Difference
SVar:Y:Count$InYourHand
SVar:Difference:Number$7/Minus.Y
K:Menace
A:AB$ Counter | Announce$ X | Cost$ Discard<1/Card.cmcEQX/card with converted mana cost X> | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell with converted mana cost X.
SVar:X:Targeted$CardManaCost 
SVar:Picture:http://www.wizards.com/global/images/magic/general/kozilek_the_great_distortion.jpg
Oracle:When you cast Kozilek, the Great Distortion, if you have fewer than seven cards in hand, draw cards equal to the difference.\nMenace\nDiscard a card with converted mana cost X: Counter target spell with converted mana cost X.
Still not quite sure with the last ability, please check!
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby swordshine » 03 Jan 2016, 07:54

Surge is initially implemented.http://svn.slightlymagic.net/websvn/listing.php?repname=forge&rev=30592
http://svn.slightlymagic.net/websvn/listing.php?repname=forge&rev=30593
Code: Select all
K:Surge:{Cost}
For Crush of Tentacles, "Condition$ Surge" is used. For permanents with triggers that test if Surge cost was paid, "ValidCard$ Card.Self+surged" is used.

Support is a keyword action. I don't think we should implement a new effect for it. If there is a Support trigger in future, it would be facilely implemented as a variant of other PutCounter triggers.
Code: Select all
Name:Joraga Auxiliary
ManaCost:1 G W
Types:Creature Elf Soldier Ally
PT:2/3
A:AB$ PutCounter | Cost$ 4 G W | ValidTgts$ Creature.Other | TargetMin$ 0 | TargetMax$ 2 | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Support 2. (Put a +1/+1 counter on each of up to two other target creatures.)
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally
SVar:Picture:http://www.wizards.com/global/images/magic/general/joraga_auxiliary.jpg
Oracle:{4}{G}{W}: Support 2. (Put a +1/+1 counter on each of up to two other target creatures.)
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 03 Jan 2016, 08:47

OK then.

Code: Select all
Name:Shoulder to Shoulder
ManaCost:2 W
Types:Sorcery
A:SP$ PutCounter | Cost$ 2 W | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Select target creature other than CARDNAME | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBDraw | SpellDescription$ Support 2. (Put a +1/+1 counter on each of up to two target creatures.)\nDraw a card.
SVar:DBDraw:DB$ Draw | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/shoulder_to_shoulder.jpg
Oracle:Support 2. (Put a +1/+1 counter on each of up to two target creatures.)\nDraw a card.
Code: Select all
Name:Gladehart Cavalry
ManaCost:5 G G
Types:Creature Elf Knight
PT:6/6
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPut | TriggerDescription$ When CARDNAME enters the battlefield, support 6. (Put a +1/+1 counter on each of up to six other target creatures.)
SVar:TrigPut:AB$PutCounter | Cost$ 0 | ValidTgts$ Creature.Other | TgtPrompt$ Select target creature | TargetMin$ 0 | TargetMax$ 6 | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | ValidCard$ Creature.YouCtrl+counters_GE1_P1P1 | Execute$ DBGainLife | TriggerDescription$ Whenever a creature you control with a +1/+1 counter on it dies, you gain 2 life.
SVar:DBGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/gladehart_cavalry.jpg
Oracle:When Gladehart Cavalry enters the battlefield, support 6. (Put a +1/+1 counter on each of up to six other target creatures.)\nWhenever a creature you control with a +1/+1 counter on it dies, you gain 2 life.
(Noticed that Dross Harvester still has "put into a graveyard" wording in ability text.)
Last edited by Marek14 on 10 Jan 2016, 22:00, edited 1 time in total.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 04 Jan 2016, 16:37

Code: Select all
Name:Oath of Gideon
ManaCost:2W
Types:Legendary Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put two 1/1 white Kor Ally creature tokens onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenImage$ W 1 1 Kor Ally | TokenName$ Kor Ally | TokenColors$ White | TokenTypes$ Creature,Kor,Ally | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2
R:Event$ Moved | ActiveZones$ Battlefield | Destination$ Battlefield | ValidCard$ Creature.Planeswalker+YouCtrl | ReplaceWith$ AddExtraCounter | Description$ Each planeswalker you control enters the battlefield with an additional loyalty counter on it.
SVar:AddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ LOYALTY | CounterNum$ 1 | SubAbility$ MoveToBattlefield
SVar:MoveToBattlefield:DB$ ChangeZone | Origin$ All | Destination$ Battlefield | Defined$ ReplacedCard
SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_gideon.jpg
Oracle:When Oath of Gideon enters the battlefield, put two 1/1 white Kor Ally creature tokens onto the battlefield.\nEach planeswalker you control enters the battlefield with an additional loyalty counter on it.
Code: Select all
Name:Sifter of Skulls
ManaCost:3 B
Types:Creature Eldrazi
PT:4/3
K:Devoid
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another nontoken creature you control dies, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {C} to your mana pool." ({C} represents colorless mana.)
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/sifter_of_skulls.jpg
Oracle:Devoid (This card has no color.)\nWhenever another nontoken creature you control dies, put a 1/1 colorless Eldrazi Scion creature token onto the battlefield. It has "Sacrifice this creature: Add {C} to your mana pool." ({C} represents colorless mana.)
Code: Select all
Name:Cinder Barrens
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/cinder_barrens.jpg
Oracle:Cinder Barrens enters the battlefield tapped.\n{T}: Add {B} or {R} to your mana pool.
Code: Select all
Name:Meandering River
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add {U} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/meandering_river.jpg
Oracle:Meandering River enters the battlefield tapped.\n{T}: Add {W} or {U} to your mana pool.
Code: Select all
Name:Submerged Boneyard
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add {U} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/submerged_boneyard.jpg
Oracle:Submerged Boneyard enters the battlefield tapped.\n{T}: Add {U} or {B} to your mana pool.
Code: Select all
Name:Timber Gorge
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$ G | SpellDescription$ Add {G} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/timber_gorge.jpg
Oracle:Timber Gorge enters the battlefield tapped.\n{T}: Add {R} or {G} to your mana pool.
Code: Select all
Name:Tranquil Expanse
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G} to your mana pool.
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W} to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquil_expanse.jpg
Oracle:Tranquil Expanse enters the battlefield tapped.\n{T}: Add {G} or {W} to your mana pool.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 05 Jan 2016, 00:21

Code: Select all
Name:Eldrazi Displacer
ManaCost:2 W
Types:Creature Eldrazi
PT:3/3
K:Devoid
A:AB$ ChangeZone | Cost$ 2 C | TargetMin$ 1 | ValidTgts$ Creature.Other | TgtPrompt$ Select another target creature | RememberTargets$ True | ForgetOtherTargets$ True | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBReturn | SpellDescription$ Exile another target creature, then return it to the battlefield tapped under its owner's control.
SVar:DBReturn:DB$ ChangeZone | Cost$ 0 | Defined$ Remembered | Origin$ Exile | Tapped$ True | Destination$ Battlefield
SVar:Picture:http://www.wizards.com/global/images/magic/general/eldrazi_displacer.jpg
Oracle:Devoid (This card has no color.)\n{2}{C}: Exile another target creature, then return it to the battlefield tapped under its owner's control.
(I used Ruin Ghost as template, but it looks like that card is missing "GainControl$ True" modifier.)

Code: Select all
Name:Pyromancer's Assault
ManaCost:3 R
Types:Enchantment
T:Mode$ SpellCast | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | CheckSVar$ YouCastThisTurn | SVarCompare$ EQ2 | NoResolvingCheck$ True | TriggerDescription$ Whenever you cast your second spell each turn, CARDNAME deals 2 damage to target creature of player.
SVar:TrigDamage:AB$ DealDamage | Cost$ 0| ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 2
SVar:YouCastThisTurn:Count$ThisTurnCast_Card.YouCtrl
SVar:BuffedBy:Card
SVar:Picture:http://www.wizards.com/global/images/magic/general/pyromancers_assault.jpg
Oracle:Whenever you cast your second spell each turn, Pyromancer's Assault deals 2 damage to target creature of player.
Code: Select all
Name:Boulder Salvo
ManaCost:4 R
Types:Sorcery
K:Surge:1 R
A:SP$ DealDamage | Cost$ 4 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/boulder_salvo.jpg
Oracle:Surge {1}{R} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nBoulder Salvo deals 4 damage to target creature.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 05 Jan 2016, 09:27

Code: Select all
Name:Baloth Null
ManaCost:4 B G
Types:Creature Zombie Beast
PT:4/5
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, return up to two target creature cards from your graveyard to your hand.
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Creature.YouCtrl | TargetMin$ 0 | TargetMax$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/baloth_null.jpg
Oracle:When Baloth Null enters the battlefield, return up to two target creature cards from your graveyard to your hand.
Code: Select all
Name:Cliffhaven Vampire
ManaCost:2 W B
Types:Creature Vampire Warrior Ally
PT:2/4
K:Flying
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever you gain life, each opponent loses 1 life.
SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/cliffhaven_vampire.jpg
Oracle:Flying\nWhenever you gain life, each opponent loses 1 life.
Code: Select all
Name:Stormchaser Mage
ManaCost:U R
Types:Creature Human Wizard
PT:1/3
K:Flying
K:Haste
K:Prowess
SVar:Picture:http://www.wizards.com/global/images/magic/general/stormchaser_mage.jpg
Oracle:Flying, haste\nProwess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)
Code: Select all
Name:Void Grafter
ManaCost:1 G U
Types:Creature Eldrazi Drone
PT:2/4
K:Devoid
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, another target creature you control gains hexproof until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | ValidTgts$ Creature.YouCtrl+Other | TgtPrompt$ Select another target creature you control | KW$ Hexproof
SVar:Picture:http://www.wizards.com/global/images/magic/general/void_grafter.jpg
Oracle:Devoid (This creature has no color.)\nFlash (You may cast this spell any time you could cast an instant.)\nWhen Void Grafter enters the battlefield, another target creature you control gains hexproof until end of turn.
Code: Select all
Name:Weapons Trainer
ManaCost:R W
Types:Creature Human Soldier Ally
PT:3/2
S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddPower$ 1 | CheckSVar$ X | SVarCompare$ GE1 | Description$ Other creatures you control get +1/+0 as long as you control an Equipment.
SVar:X:Count$Valid Card.Equipment+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/weapons_trainer.jpg
Oracle:Other creatures you control get +1/+0 as long as you control an Equipment.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 05 Jan 2016, 15:35

Code: Select all
Name:Drana's Chosen
ManaCost:3 B
Types:Creature Vampire Shaman Ally
PT:2/2
A:AB$Token | Cost$ T tapXType<1/Ally> | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Zombie | TokenColors$ Black | TokenImage$ B 2 2 Zombie OGW | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | SpellDescription$ Put a 2/2 black Zombie creature token onto the battlefield tapped.
SVar:Picture:http://www.wizards.com/global/images/magic/general/dranas_chosen.jpg
Oracle:Cohort - {T}, Tap an untapped Ally you control: Put a 2/2 black Zombie creature token onto the battlefield tapped.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 05 Jan 2016, 16:14

Code: Select all
Name:Bonds of Mortality
ManaCost:1 G
Types:Enchantment
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
SVar:STLoseAB:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.OppCtrl | RemoveKeyword$ Hexproof & Indestructible | Description$ Creatures your opponents control lose hexproof and indestructible until end of turn.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/bonds_of_mortality.jpg
Oracle:When Bonds of Mortality enters the battlefield, draw a card.\n{G}: Creatures your opponents control lose hexproof and indestructible until end of turn.
Code: Select all
Name:Reality Smasher
ManaCost:4 C
Types:Creature Eldrazi
PT:5/5
K:Trample
K:Haste
T:Mode$ BecomesTarget | ValidSource$ Card.OppCtrl | SourceType$ Spell | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Whenever CARDNAME becomes the target of a spell an opponent controls, counter that spell unless its controller discards a card.
SVar:TrigCounter:AB$ Counter | Cost$ 0 | Defined$ TriggeredSourceSA | UnlessCost$ Discard<1/Card> | UnlessPayer$ TriggeredSourceSAController
SVar:Picture:http://www.wizards.com/global/images/magic/general/reality_smasher.jpg
Oracle:({C} represents colorless mana.)\nTrample, haste\nWhenever Reality Smasher becomes the target of a spell an opponent controls, counter that spell unless its controller discards a card.
Code: Select all
Name:Oath of Chandra
ManaCost:1 R
Types:Legendary Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDealDamage1 | TriggerDescription$ When CARDNAME enters the battlefield, it deals 3 damage to target creature an opponent controls.
SVar:TrigDealDamage1:AB$DealDamage | Cost$ 0 | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumDmg$ 3
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigDealDamage2 | TriggerDescription$ At the beginning of each end step, if a planeswalker entered the battlefield under your control this turn, Oath of Chandra deals 2 damage to each opponent.
SVar:TrigDealDamage2:AB$ DealDamage | Cost$ 0| Defined$ Player.Opponent | NumDmg$ 2
SVar:X:Count$ThisTurnEntered_Battlefield_Planeswalker.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_chandra.jpg
Oracle:When Oath of Chandra enters the battlefield, it deals 3 damage to target creature an opponent controls.\nAt the beginning of each end step, if a planeswalker entered the battlefield under your control this turn, Oath of Chandra deals 2 damage to each opponent.
(I'm not sure if there is ThisTurnEntered_Battlefield_Planeswalker defined, but it definitely needs to be.)

Code: Select all
Name:Fall of the Titans
ManaCost:X X R
Types:Sorcery
K:Surge:X R
A:SP$ DealDamage | Cost$ X X R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | TargetMin$ 0 | TargetMax$ 2 | NumDmg$ X | References$ X | SpellDescription$ CARDNAME deals X damage to target creature or player.
SVar:X:Count$xPaid
SVar:Picture:http://www.wizards.com/global/images/magic/general/fall_of_the_titans.jpg
Oracle:Surge {X}{R} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nFall of the Titans deals X damage to each of up to two target creatures and/or players
Code: Select all
Name:Embodiment of Insight
ManaCost:4 G
Types:Creature Elemental
PT:4/4
K:Vigilance
S:Mode$ Continuous | Affected$ Creature.Land+YouCtrl | AddKeyword$ Vigilance | Description$ Land creatures you control have vigilance.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigAnimate | OptionalDecider$ You | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, you may have target land you control becomes a 3/3 Elemental creature with haste until end of turn. It's still a land.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | ValidTgts$ Land.YouCtrl | TgtPrompt$ Select target land you control | Power$ 3 | Toughness$ 3 | Types$ Creature,Elemental | Keywords$ Haste
SVar:Picture:http://www.wizards.com/global/images/magic/general/embodiment_of_insight.jpg
Oracle:Vigilance\nLand creatures you control have vigilance.\nLandfall - Whenever a land enters the battlefield under your control, you may have target land you control become a 3/3 Elemental creature with haste until end of turn. It's still a land.
I will need some help with Hedron Alignment...
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 06 Jan 2016, 00:23

Code: Select all
Name:Sylvan Advocate
ManaCost:1 G
Types:Creature Elf Druid Ally
PT:2/3
K:Vigilance
S:Mode$ Continuous | Affected$ Card.Self,Creature.Land+YouCtrl | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE6 | Description$ As long as you control six or more lands, Sylvan Advocate and land creatures you control get +2/+2.
SVar:X:Count$Valid Land.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/sylvan_advocate.jpg
Oracle:Vigilance\nAs long as you control six or more lands, Sylvan Advocate and land creatures you control get +2/+2.
Code: Select all
Name:Thought-Knot Seer
ManaCost:3 C
Types:Creature Eldrazi
PT:4/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, target opponent reveals his or her hand. You choose a nonland card from it and exile that card.
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Exile | ValidTgts$ Opponent | DefinedPlayer$ Targeted | Chooser$ You | TgtPrompt$ Select target opponent | ChangeType$ Card.nonLand | ChangeNum$ 1 | IsCurse$ True
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME leaves the battlefield, target opponent draws a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | ValidTgts$ Opponent | TgtPrompt$ Choose an opponent
SVar:Picture:http://www.wizards.com/global/images/magic/general/thought_knot_seer.jpg
Oracle:({C} represents colorless mana.)\nWhen Thought-Knot Seer enters the battlefield, target opponent reveals his or her hand. You choose a nonland card from it and exile that card.\nWhen Thought-Knot Seer leaves the battlefield, target opponent draws a card.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 06 Jan 2016, 08:03

Code: Select all
Name:Bearer of Silence
ManaCost:1 B
Types:Creature Eldrazi
PT:2/1
K:Devoid
T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigSacrifice | TriggerDescription$ When you cast CARDNAME, you may pay {1}{C}. If you do, target opponent sacrifices a creature. ({C} represents colorless mana.)
SVar:TrigSacrifice:AB$ Sacrifice | Cost$ 1 C | ValidTgts$ Opponent | SacValid$ Creature | SacMessage$ Creature
K:Flying
K:CARDNAME can't block.
SVar:Picture:http://www.wizards.com/global/images/magic/general/bearer_of_silence.jpg
Oracle:Devoid (This card has no color.)\nWhen you cast Bearer of Silence, you may pay {1}{C}. If you do, target opponent sacrifices a creature. ({C} represents colorless mana.)\nFlying\nBearer of Silence can't block.
Code: Select all
Name:Gift of Tusks
ManaCost:U
Types:Instant
A:SP$ Animate | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Power$ 3 | Toughness$ 3 | RemoveAllAbilities$ True | Colors$ Green | OverwriteColors$ True | Types$ Elephant | RemoveCreatureTypes$ True | SpellDescription$ Until end of turn, target creature loses all abilities and becomes a green Elephant with base power and toughness 3/3.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/gift_of_tusks.jpg
Oracle:Until end of turn, target creature loses all abilities and becomes a green Elephant with base power and toughness 3/3.
Code: Select all
Name:Seer's Lantern
ManaCost:3
Types:Artifact
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool. ({C} represents colorless mana.)
A:AB$ Scry | Cost$ 2 T | ScryNum$ 1 |SpellDescription$ {2}, {T}: Scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.)
SVar:Picture:http://www.wizards.com/global/images/magic/general/seers_lantern.jpg
Oracle:{T}: Add {C} to your mana pool. ({C} represents colorless mana.)\n{2}, {T}: Scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.)
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Oath of the Gatewatch Spoiler Season

Postby Marek14 » 06 Jan 2016, 16:44

Code: Select all
Name:Overwhelming Denial
ManaCost:2 U U
Types:Instant
K:Surge:U U
A:SP$ Counter | Cost$ 2 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell.
K:CARDNAME can't be countered.
SVar:Picture:http://www.wizards.com/global/images/magic/general/overwhelming_denial.jpg
Oracle:Surge {U}{U} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nOverwhelming Denial can't be countered by spells or abilities.\nCounter target spell.
Code: Select all
Name:Relief Captain
ManaCost:2 W W
Types:Creature Kor Knight Ally
PT:3/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPut | TriggerDescription$ When CARDNAME enters the battlefield, support 3. (Put a +1/+1 counter on each of up to three other target creatures.)
SVar:TrigPut:AB$PutCounter | Cost$ 0 | ValidTgts$ Creature.Other | TgtPrompt$ Select target creature other than CARDNAME | TargetMin$ 0 | TargetMax$ 3 | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/relief_captain.jpg
Oracle:When Relief Captain enters the battlefield, support 3. (Put a +1/+1 counter on each of up to three other target creatures.)
Code: Select all
Name:Jwar Isle Avenger
ManaCost:4 U
Types:Creature Sphinx
PT:3/3
K:Surge:2 U
K:Flying
SVar:Picture:http://www.wizards.com/global/images/magic/general/jwar_isle_avenger.jpg
Oracle:Surge {2}{U} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nFlying
Last edited by Marek14 on 10 Jan 2016, 22:01, edited 2 times in total.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 34 guests


Who is online

In total there are 34 users online :: 0 registered, 0 hidden and 34 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 34 guests

Login Form