mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Candles of Leng
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1215,6 +1215,7 @@ res/cardsfolder/c/calming_verse.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/caltrops.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/cancel.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/candelabra_of_tawnos.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/candles_of_leng.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/c/canker_abomination.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/canopy_claws.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/canopy_cover.txt svneol=native#text/plain
|
||||
|
||||
11
res/cardsfolder/c/candles_of_leng.txt
Normal file
11
res/cardsfolder/c/candles_of_leng.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Candles of Leng
|
||||
ManaCost:2
|
||||
Types:Artifact
|
||||
Text:no text
|
||||
A:AB$ Dig | Cost$ 4 T | DigNum$ 1 | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DBCandlesChangeZone | SpellDescription$ Reveal the top card of your library. If it has the same name as a card in your graveyard, put it into your graveyard. Otherwise, draw a card.
|
||||
SVar:DBCandlesChangeZone:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Graveyard | ConditionDefined$ Remembered | ConditionPresent$ Card.sharesNameWith YourGraveyard | ConditionCompare$ GE1 | SubAbility$ DBCandlesDraw
|
||||
SVar:DBCandlesDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card.sharesNameWith YourGraveyard | ConditionCompare$ EQ0 | SubAbility$ DBCandlesCleanup
|
||||
SVar:DBCandlesCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/candles_of_leng.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user