mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Added Forbidden Crypt
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
17
res/cardsfolder/f/forbidden_crypt.txt
Normal file
17
res/cardsfolder/f/forbidden_crypt.txt
Normal 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
|
||||
Reference in New Issue
Block a user