- Added Sadistic Augermage.

- Converted Chimney Imp to use "Mandatory".
This commit is contained in:
jendave
2011-08-06 21:33:44 +00:00
parent 38f6da446c
commit 3b27ecefe1
3 changed files with 12 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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