- Added Infernal Caretaker and Kederekt Leviathan.

This commit is contained in:
jendave
2011-08-06 16:35:52 +00:00
parent ee236cbd79
commit 0fc98fba67
3 changed files with 26 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -2673,6 +2673,7 @@ res/cardsfolder/infantry_veteran.txt -text svneol=native#text/plain
res/cardsfolder/infected_vermin.txt -text svneol=native#text/plain
res/cardsfolder/infectious_horror.txt -text svneol=native#text/plain
res/cardsfolder/infectious_host.txt -text svneol=native#text/plain
res/cardsfolder/infernal_caretaker.txt -text svneol=native#text/plain
res/cardsfolder/infernal_contract.txt -text svneol=native#text/plain
res/cardsfolder/infernal_kirin.txt -text svneol=native#text/plain
res/cardsfolder/infernal_medusa.txt -text svneol=native#text/plain
@@ -2883,6 +2884,7 @@ res/cardsfolder/kazandu_blademaster.txt -text svneol=native#text/plain
res/cardsfolder/kazandu_refuge.txt -text svneol=native#text/plain
res/cardsfolder/kazandu_tuskcaller.txt -text svneol=native#text/plain
res/cardsfolder/kazuul_warlord.txt -text svneol=native#text/plain
res/cardsfolder/kederekt_leviathan.txt -text svneol=native#text/plain
res/cardsfolder/kederekt_parasite.txt -text svneol=native#text/plain
res/cardsfolder/keen_eyed_archers.txt -text svneol=native#text/plain
res/cardsfolder/keen_sense.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Infernal Caretaker
ManaCost:3 B
Types:Creature Human Cleric
Text:no text
PT:2/2
K:Morph:3 B
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is turned face up, return all Zombie cards from all graveyards to their owners' hands.
SVar:TrigChange:AB$ChangeZoneAll | Cost$ 0 | ChangeType$ Zombie | Origin$ Graveyard | Destination$ Hand
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/infernal_caretaker.jpg
End

View File

@@ -0,0 +1,12 @@
Name:Kederekt Leviathan
ManaCost:6 U U
Types:Creature Leviathan
Text:no text
PT:5/5
K:Unearth:6 U
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, return all other nonland permanents to their owners' hands.
SVar:TrigChange:AB$ChangeZoneAll | Cost$ 0 | ChangeType$ Permanent.nonLand+Other | Origin$ Battlefield | Destination$ Hand
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/kederekt_leviathan.jpg
End