From 3b27ecefe1ac6aa6688a978880b0985f0bb9ddc2 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 21:33:44 +0000 Subject: [PATCH] - Added Sadistic Augermage. - Converted Chimney Imp to use "Mandatory". --- .gitattributes | 1 + res/cardsfolder/chimney_imp.txt | 2 +- res/cardsfolder/sadistic_augermage.txt | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 res/cardsfolder/sadistic_augermage.txt diff --git a/.gitattributes b/.gitattributes index a71bf8d8623..4486206e80e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5465,6 +5465,7 @@ res/cardsfolder/sacred_nectar.txt -text svneol=native#text/plain res/cardsfolder/sacred_prey.txt -text svneol=native#text/plain res/cardsfolder/sacred_wolf.txt -text svneol=native#text/plain res/cardsfolder/sacrifice.txt -text svneol=native#text/plain +res/cardsfolder/sadistic_augermage.txt -text svneol=native#text/plain res/cardsfolder/sadistic_glee.txt svneol=native#text/plain res/cardsfolder/sadistic_hypnotist.txt -text svneol=native#text/plain res/cardsfolder/safehold_duo.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/chimney_imp.txt b/res/cardsfolder/chimney_imp.txt index a58d7e579e6..4e020ce8598 100644 --- a/res/cardsfolder/chimney_imp.txt +++ b/res/cardsfolder/chimney_imp.txt @@ -5,7 +5,7 @@ Text:no text PT:1/2 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, target opponent puts a card from his or her hand on top of his or her library. -SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Library | LibraryPosition$ 0 | ValidTgts$ Opponent | ChangeType$ Card | ChangeNum$ 1 | IsCurse$ True | Defined$ Opponent +SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Library | LibraryPosition$ 0 | ValidTgts$ Opponent | ChangeType$ Card | ChangeNum$ 1 | Chooser$ Opponent | Mandatory$ True | IsCurse$ True SVar:SacMe:1 SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/chimney_imp.jpg diff --git a/res/cardsfolder/sadistic_augermage.txt b/res/cardsfolder/sadistic_augermage.txt new file mode 100644 index 00000000000..6380172a233 --- /dev/null +++ b/res/cardsfolder/sadistic_augermage.txt @@ -0,0 +1,10 @@ +Name:Sadistic Augermage +ManaCost:2 B +Types:Creature Human Wizard +Text:no text +PT:3/1 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, each player puts a card from his or her hand on top of his or her library. +SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Library | LibraryPosition$ 0 | Mandatory$ True | ChangeType$ Card | ChangeNum$ 1 | Defined$ Each +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/sadistic_augermage.jpg +End \ No newline at end of file