- Added Forbidden Crypt

This commit is contained in:
moomarc
2013-02-19 17:22:42 +00:00
parent 0005481a36
commit d4ea369ed1
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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