It is currently 16 Apr 2024, 05:46
   
Text Size

Khans of Tarkir Spoilers

Post MTG Forge Related Programming Questions Here

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

Khans of Tarkir Spoilers

Postby friarsol » 31 Aug 2014, 02:29

Looks like today is kicking off the spoilers for Khans (even though we've had a few trickle in earlier). Looks like a bunch of interesting stuff.

Delve is back, Wedge Charms, "Outlast" mechanic, which is just a sorcery +1/+1 counter, but comes with a trigger attached to it for flexibility.

So play nice, use the Wiki, everyone knows the deal right?

http://www.slightlymagic.net/wiki/Forge_Upcoming
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Khans of Tarkir Spoilers

Postby swordshine » 01 Sep 2014, 14:10

Here are templates for the four new mechanics:
Abzan's Outlast
Code: Select all
K:Outlast [cost]
Ainok Bond-Kin | Open
Name:Ainok Bond-Kin
ManaCost:1 W
Types:Creature Hound Soldier
PT:2/1
K:Outlast 1 W
S:Mode$ Continuous | Affected$ Creature.YouCtrl+counters_GE1_P1P1 | AddKeyword$ First Strike | Description$ Each creature you control with a +1/+1 counter on it has first strike.
SVar:Picture:http://www.wizards.com/global/images/magic/general/ainok_bond_kin.jpg

Jeskai's Prowess:
Code: Select all
K:Prowess
Jeskai Elder | Open
Name:Jeskai Elder
ManaCost:1 U
Types:Creature Human Monk
PT:1/2
K:Prowess
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may draw a card. If you do, discard a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ You | 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/jeskai_elder.jpg

Mardu's Raid:
Code: Select all
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ RaidTest | Execute$ [Trigger] | TriggerDescription$ Raid - When ..., if you attacked with a creature this turn,...
SVar:RaidTest:Count$AttackersDeclared
Mardu Skullhunter | Open
Name:Mardu Skullhunter
ManaCost:1 B
Types:Creature Human Warrior
PT:2/1
K:CARDNAME enters the battlefield tapped.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ RaidTest | Execute$ TrigDiscard | TriggerDescription$ Raid - When CARDNAME enters the battlefield, if you attacked with a creature this turn, target opponent discards a card.
SVar:TrigDiscard:AB$ Discard | Cost$ 0 | ValidTgts$ Opponent | NumCards$ 1 | Mode$ TgtChoose
SVar:RaidTest:Count$AttackersDeclared
SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_skullhunter.jpg

Temur's Ferocious:
Code: Select all
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | IsPresent$ Creature.YouCtrl+powerGE4 | Execute$ [Trigger] | TriggerDescription$ Ferocious - ..., if you control a creature with power 4 or greater, ...
Heir of the Wilds | Open
Name:Heir of the Wilds
ManaCost:1 G
Types:Creature Human Warrior
PT:2/2
K:Deathtouch
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | IsPresent$ Creature.YouCtrl+powerGE4 | Execute$ TrigPump | TriggerDescription$ Ferocious - When CARDNAME attacks, if you control a creature with power 4 or greater, CARDNAME gets +1/+1 until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | NumAtt$ 1 | NumDef$ 1 | Defined$ Self
SVar:Picture:http://www.wizards.com/global/images/magic/general/heir_of_the_wilds.jpg
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Khans of Tarkir Spoilers

Postby friarsol » 01 Sep 2014, 15:09

Does AttackersDeclared assume that you are the player attacking for Raid? What if I cast a Mardu Skullhunter during my opponents turn after he declares an attack?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Khans of Tarkir Spoilers

Postby Marek14 » 02 Sep 2014, 08:45

Seems the hardest card for now is Lens of Clarity. Sidisi has a new trigger in that she triggers only once per milling regardless of number of cards milled. Aven Soulgazer will be probably done sometime in this update, it's a bit similar to the Lens.

How should the Lens be done? Would it be possible to have top of library display like on Courser of Kruphix, but only appearing for the controller? Sphinx of Jwar Isle could work similarly.
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Khans of Tarkir Spoilers

Postby swordshine » 02 Sep 2014, 10:04

Marek14 wrote:Sidisi has a new trigger in that she triggers only once per milling regardless of number of cards milled.
Sidisi is much more complicated, not only mill effect but also cards like Life's Finale and Vigean Intuition are affected.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Khans of Tarkir Spoilers

Postby swordshine » 02 Sep 2014, 10:51

friarsol wrote:Does AttackersDeclared assume that you are the player attacking for Raid? What if I cast a Mardu Skullhunter during my opponents turn after he declares an attack?
AttackersDeclared only calculates the amount of attackers declared by the card controller. There's a remaining bug in Forge about the "intervening 'if' clause", CheckSVar usually calculates the card controller, not the trigger controller, so it might be wrong when casting GainControl spells in some corner cases.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Khans of Tarkir Spoilers

Postby friarsol » 02 Sep 2014, 12:14

Marek14 wrote:How should the Lens be done? Would it be possible to have top of library display like on Courser of Kruphix, but only appearing for the controller? Sphinx of Jwar Isle could work similarly.
Sphinx of Jwar Isle is already implemented as a "static ability" meaning an ability that doesn't go on the stack, which isn't quite right since I'm not sure you can activate the Sphinx when you don't have priority even though you should. But it would be the exact same type of thing for the Lens. I'd imagine we can add some parameters into the PeekAndReveal Effect that will allow you to look at hidden cards in non-Library zones (i.e. Morph creatures) for Lens and Aven Soulgazer.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Khans of Tarkir Spoilers

Postby Marek14 » 03 Sep 2014, 07:39

Well, as I understand the Sphinx, it's not activated at all -- it's basically the same thing as having the top card of your library face up when you look at it, but not when anyone else looks. Ideal would be to simply have it in detail panel without any need to click on the card -- but unlike Courser of Kruphix, it would only show in detail panel if it's your Sphinx, not if it belongs to another player.

Aven Soulgazer should be actually easier now, could use the same notice like when face-down card leaves the battlefield. Its effect is one-shot only. For Lens of Clarity, it could modify the normal face-down card rules (only your own are displayed when zoomed) by making it work for opponent's face-down cards as well.
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Khans of Tarkir Spoilers

Postby elcnesh » 03 Sep 2014, 07:48

Actually, these things all work beautifully with the new GUI code I'm working on – there you get to see exactly what you're allowed to see, so you'd be able to click on your opponent's creatures to look at them the same way as with your own creatures. Same thing with library, just click on it to see the cards you have access to!
(The change won't be available for some time as we have to refactor a LOT of code, but at some point it should be ;) )
elcnesh
 
Posts: 290
Joined: 16 May 2014, 15:11
Location: Netherlands
Has thanked: 34 times
Been thanked: 92 times

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:07

I did a few cards but I don't have commit privileges.

Name:Ankle Shanker
ManaCost:2 R W B
Types:Creature Goblin Berserker
PT:2/2
K:Haste
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | NoResolvingCheck$ True | TriggerDescription$ Whenever CARDNAME attacks, creatures you control gain first strike and deathtouch until end of turn.
SVar:TrigPump:AB$ PumpAll | Cost$ 0 | ValidCards$ Creature.YouCtrl | KW$ First Strike & Deathtouch
SVar:Picture:http://www.wizards.com/global/images/magic/general/ankle_shanker.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:09

Name:Jeskai Windscout
ManaCost:2 U
Types:Creature Bird Scout
PT:2/1
K:Flying
K:Prowess
SVar:Picture:http://www.wizards.com/global/images/magic/general/jeskai_windscout.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:09

Name:Mantis Rider
ManaCost:U R W
Types:Creature Human Monk
PT:3/3
K:Flying
K:Vigilance
K:Haste
SVar:Picture:http://www.wizards.com/global/images/magic/general/mantis_rider.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:09

Name:Murderous Cut
ManaCost:4 B
Types:Instant
K:Delve
A:SP$ Destroy | Cost$ 4 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Destroy target creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/murderous_cut.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:10

Name:Rakshasa Deathdealer
ManaCost:B G
Types:Creature Cat Demon
PT:2/2
A:AB$ Pump | Cost$ B G | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ CARDNAME gets +2/+2 until end of turn.
A:AB$ Regenerate | Cost$ B G | SpellDescription$ Regenerate CARDNAME.
SVar:Picture:http://www.wizards.com/global/images/magic/general/rakshasa_deathdealer.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Khans of Tarkir Spoilers

Postby Kapoue » 09 Sep 2014, 13:10

Name:Savage Knuckleblade
ManaCost:G U R
Types:Creature Ogre Warrior
PT:4/4
A:AB$ Pump | Cost$ 2 G | NumAtt$ +2 | NumDef$ +2 | ActivationLimit$ 1 | SpellDescription$ CARDNAME gets +2/+2 until end of turn. Activate this ability only once each turn.
A:AB$ ChangeZone | Cost$ 2 U | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return CARDNAME to its owner's hand.
A:AB$ Pump | Cost$ R | KW$ Haste | SpellDescription$ CARDNAME gains haste until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/savage_knuckleblade.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Next

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 41 guests


Who is online

In total there are 41 users online :: 0 registered, 0 hidden and 41 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 41 guests

Login Form