From d4ea369ed1b10a013452423a3dc4418bad7a0c06 Mon Sep 17 00:00:00 2001 From: moomarc Date: Tue, 19 Feb 2013 17:22:42 +0000 Subject: [PATCH] - Added Forbidden Crypt --- .gitattributes | 1 + res/cardsfolder/f/forbidden_crypt.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 res/cardsfolder/f/forbidden_crypt.txt diff --git a/.gitattributes b/.gitattributes index 8ec488bbc6a..1591ae525a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3768,6 +3768,7 @@ res/cardsfolder/f/footsteps_of_the_goryo.txt svneol=native#text/plain res/cardsfolder/f/foratog.txt svneol=native#text/plain res/cardsfolder/f/forbid.txt svneol=native#text/plain res/cardsfolder/f/forbidden_alchemy.txt -text +res/cardsfolder/f/forbidden_crypt.txt -text res/cardsfolder/f/forbidden_lore.txt svneol=native#text/plain res/cardsfolder/f/forbidden_orchard.txt svneol=native#text/plain res/cardsfolder/f/forbidding_watchtower.txt svneol=native#text/plain diff --git a/res/cardsfolder/f/forbidden_crypt.txt b/res/cardsfolder/f/forbidden_crypt.txt new file mode 100644 index 00000000000..8f7518ec22f --- /dev/null +++ b/res/cardsfolder/f/forbidden_crypt.txt @@ -0,0 +1,17 @@ +Name:Forbidden Crypt +ManaCost:3 B B +Types:Enchantment +Text:no text +R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ CheckLoseCondition | Description$ If you would draw a card, return a card from your graveyard to your hand instead. If you can't, you lose the game. +SVar:CheckLoseCondition:DB$ LosesGame | Defined$ You | ConditionCheckSVar$ CardsInGrave | ConditionSVarCompare$ EQ0 | SubAbility$ ForbiddenPractice +SVar:ForbiddenPractice:DB$ ChangeZone | Hidden$ True | Mandatory$ True | ChangeType$ Card.YouOwn | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Hand +SVar:CardsInGrave:Count$InYourYard +R:Event$ Moved | ActiveZones$ Battlefield | Destination$ Graveyard | ValidCard$ Card.YouOwn | ReplaceWith$ CryptExile | Description$ If a card would be put into your graveyard from anywhere, exile that card instead. +SVar:CryptExile:AB$ ChangeZone | Cost$ 0 | Hidden$ True | Origin$ All | Destination$ Exile | Defined$ ReplacedCard +SVar:RemAIDeck:True +SVar:RemRandomDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/forbidden_crypt.jpg +SetInfo:6ED|Rare|http://magiccards.info/scans/en/6e/132.jpg +SetInfo:MIR|Rare|http://magiccards.info/scans/en/mr/22.jpg +Oracle:If you would draw a card, return a card from your graveyard to your hand instead. If you can't, you lose the game.\nIf a card would be put into your graveyard from anywhere, exile that card instead. +End \ No newline at end of file