diff --git a/.gitattributes b/.gitattributes index 84a8954de6a..c06f56bdc38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/infernal_caretaker.txt b/res/cardsfolder/infernal_caretaker.txt new file mode 100644 index 00000000000..551f04b2bc0 --- /dev/null +++ b/res/cardsfolder/infernal_caretaker.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/kederekt_leviathan.txt b/res/cardsfolder/kederekt_leviathan.txt new file mode 100644 index 00000000000..1ad59d0b669 --- /dev/null +++ b/res/cardsfolder/kederekt_leviathan.txt @@ -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 \ No newline at end of file