switched 3 cards to use Condition$ Kicked instead of SetAsKicked

This commit is contained in:
Maxmtg
2013-04-16 14:27:46 +00:00
parent 4df88925b2
commit 441b80c4df
3 changed files with 10 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
Name:Jilt Name:Jilt
ManaCost:1 U ManaCost:1 U
Types:Instant Types:Instant
A:SP$ ChangeZone | Cost$ 1 U | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return target creature to its owner's hand. If CARDNAME was kicked, it deals 2 damage to another target creature. K:Kicker 1 R
A:SP$ ChangeZone | Cost$ 2 U R | SetAsKicked$ True | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBDamage | SpellDescription$ Kicker 1 R (You may pay an additional 1 R as you cast this spell.) A:SP$ ChangeZone | Cost$ 1 U | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBDamage | SpellDescription$ Return target creature to its owner's hand.
SVar:DBDamage:DB$ DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select another target creature | TargetUnique$ True | NumDmg$ 2 SVar:DBDamage:DB$ DealDamage | Condition$ Kicked | ValidTgts$ Creature | TgtPrompt$ Select another target creature | TargetUnique$ True | NumDmg$ 2 | SpellDescription$ If CARDNAME was kicked, it deals 2 damage to another target creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/jilt.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/jilt.jpg
Oracle:Kicker {1}{R} (You may pay an additional {1}{R} as you cast this spell.)\nReturn target creature to its owner's hand. If Jilt was kicked, it deals 2 damage to another target creature. Oracle:Kicker {1}{R} (You may pay an additional {1}{R} as you cast this spell.)\nReturn target creature to its owner's hand. If Jilt was kicked, it deals 2 damage to another target creature.
SetInfo:APC Common SetInfo:APC Common

View File

@@ -1,9 +1,9 @@
Name:Orim's Thunder Name:Orim's Thunder
ManaCost:2 W ManaCost:2 W
Types:Instant Types:Instant
A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. K:Kicker R
A:SP$ Destroy | Cost$ 2 W R | SetAsKicked$ True | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ DBDamage | SpellDescription$ Kicker R (You may pay an additional R as you cast this spell.) If CARDNAME was kicked, it deals damage equal to that permanent's converted mana cost to target creature. A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ DBDamage | SpellDescription$ Destroy target artifact or enchantment.
SVar:DBDamage:DB$DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | References$ X SVar:DBDamage:DB$DealDamage | Condition$ Kicked | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | References$ X | SpellDescription$ If CARDNAME was kicked, it deals damage equal to that permanent's converted mana cost to target creature.
SVar:X:Remembered$CardManaCost SVar:X:Remembered$CardManaCost
SVar:Picture:http://www.wizards.com/global/images/magic/general/orims_thunder.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/orims_thunder.jpg
Oracle:Kicker {R} (You may pay an additional {R} as you cast this spell.)\nDestroy target artifact or enchantment. If Orim's Thunder was kicked, it deals damage equal to that permanent's converted mana cost to target creature. Oracle:Kicker {R} (You may pay an additional {R} as you cast this spell.)\nDestroy target artifact or enchantment. If Orim's Thunder was kicked, it deals damage equal to that permanent's converted mana cost to target creature.

View File

@@ -1,11 +1,10 @@
Name:Probe Name:Probe
ManaCost:2 U ManaCost:2 U
Types:Sorcery Types:Sorcery
A:SP$ Draw | Cost$ 2 U | NumCards$ 3 | SubAbility$ DBDiscardYou | SpellDescription$ Draw three cards, then discard two cards. K:Kicker 1 B
SVar:DBDiscardYou:DB$ Discard | Defined$ You | NumCards$ 2 | Mode$ TgtChoose A:SP$ Draw | Cost$ 2 U | SetAsKicked$ True | NumCards$ 3 | SubAbility$ DBDiscardYou | SpellDescription$ Draw three cards,
A:SP$ Draw | Cost$ 3 U B | SetAsKicked$ True | NumCards$ 3 | SubAbility$ DBDiscardYou2 | SpellDescription$ Kicker 1 B (You may pay an additional 1 B as you cast this spell.) If CARDNAME was kicked, target player discards two cards. SVar:DBDiscardYou:DB$ Discard | Defined$ You | NumCards$ 2 | SubAbility$ DBDiscardTarget | Mode$ TgtChoose | SpellDescription$ then discard two cards.
SVar:DBDiscardYou2:DB$ Discard | Defined$ You | NumCards$ 2 | SubAbility$ DBDiscard3 | Mode$ TgtChoose SVar:DBDiscardTarget:DB$ Discard | Condition$ Kicked | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 2 | Mode$ TgtChoose | SpellDescription$ If CARDNAME was kicked, target player discards two cards.
SVar:DBDiscard3:DB$ Discard | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 2 | Mode$ TgtChoose
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/probe.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/probe.jpg
Oracle:Kicker {1}{B} (You may pay an additional {1}{B} as you cast this spell.)\nDraw three cards, then discard two cards.\nIf Probe was kicked, target player discards two cards. Oracle:Kicker {1}{B} (You may pay an additional {1}{B} as you cast this spell.)\nDraw three cards, then discard two cards.\nIf Probe was kicked, target player discards two cards.