mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Angelic Renewal.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -194,6 +194,7 @@ res/cardsfolder/angelic_blessing.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_chorus.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_curator.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_page.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_renewal.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_voices.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angelic_wall.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/angels_feather.txt -text svneol=native#text/plain
|
||||
|
||||
9
res/cardsfolder/angelic_renewal.txt
Normal file
9
res/cardsfolder/angelic_renewal.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Angelic Renewal
|
||||
ManaCost:1 W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouOwn | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ Whenever a creature is put into your graveyard from the battlefield, you may sacrifice CARDNAME. If you do, return that card to the battlefield.
|
||||
SVar:TrigReturn:AB$ChangeZone | Cost$ Sac<1/CARDNAME> | Defined$ Triggered | Origin$ Graveyard | Destination$ Battlefield
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/angelic_renewal.jpg
|
||||
End
|
||||
@@ -2,7 +2,7 @@ Name:Sigil of the New Dawn
|
||||
ManaCost:3 W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ Whenever a creature is put into your graveyard from the battlefield, you may pay 1 W. If you do, return that card to your hand.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouOwn | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ Whenever a creature is put into your graveyard from the battlefield, you may pay 1 W. If you do, return that card to your hand.
|
||||
SVar:TrigReturn:AB$ChangeZone | Cost$ 1 W | Defined$ Triggered | Origin$ Graveyard | Destination$ Hand
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sigil_of_the_new_dawn.jpg
|
||||
|
||||
Reference in New Issue
Block a user