mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Noble Benefactor
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4797,6 +4797,7 @@ res/cardsfolder/niv_mizzet_the_firemind.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/no_dachi.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/no_mercy.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/nobilis_of_war.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/noble_benefactor.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/noble_hierarch.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/noble_panther.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/noble_purpose.txt -text svneol=native#text/plain
|
||||
|
||||
10
res/cardsfolder/noble_benefactor.txt
Normal file
10
res/cardsfolder/noble_benefactor.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Noble Benefactor
|
||||
ManaCost:2 U
|
||||
Types:Creature Human Cleric
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, each player may search his or her library for a card and put that card into his or her hand. Then each player who searched his or her library this way shuffles it.
|
||||
SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Defined$ Each | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Shuffle$ True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/noble_benefactor.jpg
|
||||
End
|
||||
@@ -2,7 +2,7 @@ Name:Shriveling Rot
|
||||
ManaCost:2 B B
|
||||
Types:Instant
|
||||
Text:Choose one -
|
||||
A:SP$ Effect | Cost$ 2 B B | Name$ Shriveling Rot Effect | Triggers$ Trig1 | SVars$ SVar1 | CostDesc$ Until end of turn, | SpellDescription$ whenever a creatuer is dealt damage, destroy it;
|
||||
A:SP$ Effect | Cost$ 2 B B | Name$ Shriveling Rot Effect | Triggers$ Trig1 | SVars$ SVar1 | CostDesc$ Until end of turn, | SpellDescription$ whenever a creature is dealt damage, destroy it;
|
||||
A:SP$ Effect | Cost$ 2 B B | Name$ Shriveling Rot Effect | Triggers$ Trig2 | SVars$ SVar2,X | CostDesc$ or until end of turn, | SpellDescription$ whenever a creature is put into a graveyard from the battlefield, that creature's controller loses life equal to its toughness.
|
||||
A:SP$ Effect | Cost$ 4 B B B | Name$ Shriveling Rot Effect | Triggers$ Trig1,Trig2 | SVars$ SVar1,SVar2,X | CostDesc$ Entwine 2B | SpellDescription$ (Choose both if you pay the entwine cost.)
|
||||
SVar:Trig1:Mode$ DamageDone | ValidTarget$ Creature | Execute$ SVar1 | TriggerDescription$ Whenever a creature is dealt damage, destroy it.
|
||||
|
||||
Reference in New Issue
Block a user