From 22b8e18b36618650ba77e37b22a01ded323c1f0e Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 21:43:52 +0000 Subject: [PATCH] - Converted the older drawback to the newer AF drawback in a number of cards. --- res/cardsfolder/grim_tutor.txt | 3 ++- res/cardsfolder/moriok_replica.txt | 3 ++- res/cardsfolder/nights_whisper.txt | 3 ++- res/cardsfolder/reckless_spite.txt | 3 ++- res/cardsfolder/thoughtseize.txt | 3 ++- res/cardsfolder/wicked_pact.txt | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/res/cardsfolder/grim_tutor.txt b/res/cardsfolder/grim_tutor.txt index 9c39db2ed55..0b270d6a3dc 100644 --- a/res/cardsfolder/grim_tutor.txt +++ b/res/cardsfolder/grim_tutor.txt @@ -2,7 +2,8 @@ Name:Grim Tutor ManaCost:1 B B Types:Sorcery Text:no text -A:SP$ ChangeZone | Cost$ 1 B B | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | SpellDescription$ Search your library for a card and put that card into your hand, then shuffle your library. You lose 3 life.| SubAbility$ YouLoseLife/3 +A:SP$ ChangeZone | Cost$ 1 B B | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | SubAbility$ SVar=DBLoseLife | Mandatory$ True | SpellDescription$ Search your library for a card and put that card into your hand, then shuffle your library. You lose 3 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 3 SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/grim_tutor.jpg SetInfo:S99|Rare|http://magiccards.info/scans/en/st/79.jpg diff --git a/res/cardsfolder/moriok_replica.txt b/res/cardsfolder/moriok_replica.txt index 2ed746c6f61..def9edf3248 100644 --- a/res/cardsfolder/moriok_replica.txt +++ b/res/cardsfolder/moriok_replica.txt @@ -3,7 +3,8 @@ ManaCost:3 Types:Artifact Creature Warrior Text:no text PT:2/2 -A:AB$ Draw | Cost$ 1 B Sac<1/CARDNAME> | NumCards$ 2 | SpellDescription$ You draw two cards and lose 2 life. | SubAbility$ YouLoseLife/2 +A:AB$ Draw | Cost$ 1 B Sac<1/CARDNAME> | NumCards$ 2 | SubAbility$ SVar=DBLoseLife | SpellDescription$ You draw two cards and lose 2 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/moriok_replica.jpg diff --git a/res/cardsfolder/nights_whisper.txt b/res/cardsfolder/nights_whisper.txt index 40645c5feb9..9f427427473 100644 --- a/res/cardsfolder/nights_whisper.txt +++ b/res/cardsfolder/nights_whisper.txt @@ -2,7 +2,8 @@ Name:Night's Whisper ManaCost:1 B Types:Sorcery Text:no text -A:SP$Draw | Cost$ 1 B | NumCards$ 2 | SpellDescription$ You draw two cards and you lose 2 life. | SubAbility$ YouLoseLife/2 +A:SP$ Draw | Cost$ 1 B | NumCards$ 2 | SubAbility$ SVar=DBLoseLife | SpellDescription$ You draw two cards and you lose 2 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 SVar:Rarity:Uncommon SVar:Picture:http://resources.wizards.com/magic/cards/5dn/en-us/card51178.jpg SetInfo:5DN|Uncommon|http://magiccards.info/scans/en/5dn/55.jpg diff --git a/res/cardsfolder/reckless_spite.txt b/res/cardsfolder/reckless_spite.txt index 009fbcf8c81..5226cac05b4 100644 --- a/res/cardsfolder/reckless_spite.txt +++ b/res/cardsfolder/reckless_spite.txt @@ -2,7 +2,8 @@ Name:Reckless Spite ManaCost:1 B B Types:Instant Text:no text -A:SP$Destroy | Cost$ 1 B B | TargetMin$ 2 | TargetMax$ 2 | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creatures | SubAbility$ YouLoseLife/5 | SpellDescription$ Destroy two target nonblack creatures. You lose 5 life. +A:SP$ Destroy | Cost$ 1 B B | TargetMin$ 2 | TargetMax$ 2 | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creatures | SubAbility$ SVar=DBLoseLife | SpellDescription$ Destroy two target nonblack creatures. You lose 5 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 5 SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/reckless_spite.jpg SetInfo:TMP|Uncommon|http://magiccards.info/scans/en/tp/46.jpg diff --git a/res/cardsfolder/thoughtseize.txt b/res/cardsfolder/thoughtseize.txt index c07c1704839..54ef5b9adcc 100644 --- a/res/cardsfolder/thoughtseize.txt +++ b/res/cardsfolder/thoughtseize.txt @@ -2,7 +2,8 @@ Name:Thoughtseize ManaCost:B Types:Sorcery Text:no text -A:SP$ Discard | Cost$ B | ValidTgts$ Player | NumCards$ 1 | DiscardValid$ Card.nonLand | Mode$ RevealYouChoose | SpellDescription$ Target player reveals his or her hand. You choose a nonland card from it. That player discards that card. You lose 2 life. | SubAbility$ YouLoseLife/2 +A:SP$ Discard | Cost$ B | ValidTgts$ Player | NumCards$ 1 | DiscardValid$ Card.nonLand | Mode$ RevealYouChoose | SubAbility$ SVar=DBLoseLife | SpellDescription$ Target player reveals his or her hand. You choose a nonland card from it. That player discards that card. You lose 2 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 SVar:Rarity:Rare SVar:Picture:http://resources.wizards.com/magic/cards/lrw/en/card145969.jpg SetInfo:LRW|Rare|http://magiccards.info/scans/en/lw/145.jpg diff --git a/res/cardsfolder/wicked_pact.txt b/res/cardsfolder/wicked_pact.txt index e315867bb86..d05ae859864 100644 --- a/res/cardsfolder/wicked_pact.txt +++ b/res/cardsfolder/wicked_pact.txt @@ -2,7 +2,8 @@ Name:Wicked Pact ManaCost:1 B B Types:Sorcery Text:no text -A:SP$Destroy | Cost$ 1 B B | TargetMin$ 2 | TargetMax$ 2 | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creatures | SubAbility$ YouLoseLife/5 | SpellDescription$ Destroy two target nonblack creatures. You lose 5 life. +A:SP$ Destroy | Cost$ 1 B B | TargetMin$ 2 | TargetMax$ 2 | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creatures | SubAbility$ SVar=DBLoseLife | SpellDescription$ Destroy two target nonblack creatures. You lose 5 life. +SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 5 SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/wicked_pact.jpg SetInfo:S99|Rare|http://magiccards.info/scans/en/st/92.jpg