From 441b80c4df1c02e9271184e8d008ee5a62d1a03a Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Tue, 16 Apr 2013 14:27:46 +0000 Subject: [PATCH] switched 3 cards to use Condition$ Kicked instead of SetAsKicked --- res/cardsfolder/j/jilt.txt | 6 +++--- res/cardsfolder/o/orims_thunder.txt | 6 +++--- res/cardsfolder/p/probe.txt | 9 ++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/res/cardsfolder/j/jilt.txt b/res/cardsfolder/j/jilt.txt index f80cf0c4d6b..2ba252587bd 100644 --- a/res/cardsfolder/j/jilt.txt +++ b/res/cardsfolder/j/jilt.txt @@ -1,9 +1,9 @@ Name:Jilt ManaCost:1 U 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. -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.) -SVar:DBDamage:DB$ DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select another target creature | TargetUnique$ True | NumDmg$ 2 +K:Kicker 1 R +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 | 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 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 \ No newline at end of file diff --git a/res/cardsfolder/o/orims_thunder.txt b/res/cardsfolder/o/orims_thunder.txt index ac04b577988..da3d6953caf 100644 --- a/res/cardsfolder/o/orims_thunder.txt +++ b/res/cardsfolder/o/orims_thunder.txt @@ -1,9 +1,9 @@ Name:Orim's Thunder ManaCost:2 W Types:Instant -A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. -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. -SVar:DBDamage:DB$DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | References$ X +K:Kicker R +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 | 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: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. diff --git a/res/cardsfolder/p/probe.txt b/res/cardsfolder/p/probe.txt index 216f10728b9..81ea7c131c0 100644 --- a/res/cardsfolder/p/probe.txt +++ b/res/cardsfolder/p/probe.txt @@ -1,11 +1,10 @@ Name:Probe ManaCost:2 U Types:Sorcery -A:SP$ Draw | Cost$ 2 U | NumCards$ 3 | SubAbility$ DBDiscardYou | SpellDescription$ Draw three cards, then discard two cards. -SVar:DBDiscardYou:DB$ Discard | Defined$ You | NumCards$ 2 | Mode$ TgtChoose -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:DBDiscardYou2:DB$ Discard | Defined$ You | NumCards$ 2 | SubAbility$ DBDiscard3 | Mode$ TgtChoose -SVar:DBDiscard3:DB$ Discard | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 2 | Mode$ TgtChoose +K:Kicker 1 B +A:SP$ Draw | Cost$ 2 U | SetAsKicked$ True | NumCards$ 3 | SubAbility$ DBDiscardYou | SpellDescription$ Draw three cards, +SVar:DBDiscardYou:DB$ Discard | Defined$ You | NumCards$ 2 | SubAbility$ DBDiscardTarget | Mode$ TgtChoose | SpellDescription$ then discard two cards. +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:RemAIDeck:True 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.