mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Infernal Caretaker and Kederekt Leviathan.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/infernal_caretaker.txt
Normal file
12
res/cardsfolder/infernal_caretaker.txt
Normal 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
|
||||
12
res/cardsfolder/kederekt_leviathan.txt
Normal file
12
res/cardsfolder/kederekt_leviathan.txt
Normal 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
|
||||
Reference in New Issue
Block a user