i did even more stuff, but they are not tested yet.
Source: 
http://www.mtgsalvation.com/spoilers/16 ... -gatewatch- Code: Select all
- Name:Corrupted Crossroads
 ManaCost:no cost
 Types:Land
 A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool.
 A:AB$ Mana | Cost$ T PayLife<1> | Produced$ Any | Amount$ 1 | RestrictValid$ withDevoid | SpellDescription$ Add one mana of any color to your mana pool. Spend this mana only to cast a spell with devoid.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/corrupted_crossroads.jpg
 Oracle:{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add one mana of any color to your mana pool. Spend this mana only to cast a spell with devoid.
 
First an Eldrazi like land. its like Ally Encampment + Mana Confluence.
i did use C in the mana, i hope that is correct.
- Code: Select all
- Name:Nissa, Voice of Zendikar
 ManaCost:1 G G
 Types:Planeswalker Nissa
 Loyalty:3
 
 A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenImage$ g 0 1 plant | TokenName$ Plant | TokenColors$ Green | TokenTypes$ Creature,Plant | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Put a 0/1 green Plant creature token onto the battlefield.
 
 A:AB$ PutCounterAll | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on each creature you control.
 
 A:AB$ GainLife | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | LifeAmount$ X | References$ X | SubAbility$ DBDraw | SpellDescription$ You gain X life and you draw X cards, where X is the number of lands you control.
 SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X
 
 SVar:X:Count$Valid Land.YouCtrl
 
 SVar:Picture:http://www.wizards.com/global/images/magic/general/nissa_voice_of_zendikar.jpg
 Oracle:[+1] Put a 0/1 green Plant creature token onto the battlefield.\n[-2] Put a +1/+1 counter on each creature you control.\n[-7] You gain X life and you draw X cards, where X is the number of lands you control.
Nissa with +1/+1 counter. i use Gavony Township and Disciple of Bolas for it.
- Code: Select all
- Name:Chandra, Flamecaller
 ManaCost:4 R R
 Types:Planeswalker Chandra
 Loyalty:4
 
 A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 2 | TokenImage$ r 3 1 elemental | TokenName$ Elemental | TokenColors$ Red | TokenTypes$ Creature,Elemental | TokenKeywords$ Haste | RememberTokens$ True | SubAbility$ DelTrig | TokenPower$ 3 | TokenToughness$ 1 | SpellDescription$ Put two 3/1 red Elemental creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step.
 
 A:AB$ Discard | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | Defined$ You | Mode$ Hand | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Discard all the cards in your hand, then draw that many cards plus one.
 
 A:AB$DamageAll | Cost$ SubCounter<X/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature ValidDescription$ each creature. | NumDmg$ ChosenX | Planeswalker$ True | References$ X | SpellDescription$ CARDNAME deals X damage to each creature.
 
 SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End Of Turn | Execute$ DelExile | RememberObjects$ Remembered | TriggerDescription$ Exile the token at the beginning of the next end step. | SubAbility$ DelCleanup | AILogic$ Always
 SVar:DelExile:AB$ ChangeZone | Cost$ 0 | Defined$ DelayTriggerRemembered | Origin$ Battlefield | Destination$ Exile
 
 SVar:DBDraw:DB$ Draw | NumCards$ XDraw | Defined$ You | References$ XDraw | SubAbility$ DelCleanup
 
 SVar:DelCleanup:DB$ Cleanup | ClearRemembered$ True
 
 SVar:XDraw:Remembered$Amount.Plus.1
 SVar:X:XChoice
 
 SVar:Picture:http://www.wizards.com/global/images/magic/general/chandra_flamecaller.jpg
 Oracle:[+1] Put two 3/1 red Elemental creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step.\n[-0] Discard all the cards in your hand, then draw that many cards plus one.\n[-X] Chandra, Flamecaller deals X damage to each creature.
Chandra with Tokens, part of it does come from Elemental Mastery, some of it from Dark Deal, the damage part from Chandra Nalaar. 

 INFO: this card does need help, because it does have two different spells that does use ClearRemembered, while planeswalker skills is not so problematic, but if they can be used more than once each turn, it might get fucked up -.-
- Code: Select all
- Name:Sphinx of the Final Word
 ManaCost:5 U U
 Types:Creature Sphinx
 PT:5/5
 K:Flying
 K:Hexproof
 K:CARDNAME can't be countered.
 S:Mode$ Continuous | Affected$ Instant.YouCtrl,Sorcery.YouCtrl | AddHiddenKeyword$ CARDNAME can't be countered. | AffectedZone$ Stack | Description$ Instant and sorcery spells you control can't be countered by spells or abilities.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/sphinx_of_the_final_word.jpg
 Oracle:Sphinx of the Final Word can't be countered.\n Flying, hexproof\n Instant and sorcery spells you control can't be countered by spells or abilities.
Sphinx like a blue Root Sliver