- Added Selkie Hedge-Mage.

This commit is contained in:
jendave
2011-08-06 20:03:44 +00:00
parent e5aba0a873
commit b22a42cadd
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5468,6 +5468,7 @@ res/cardsfolder/selesnya_evangel.txt -text svneol=native#text/plain
res/cardsfolder/selesnya_guildmage.txt -text svneol=native#text/plain
res/cardsfolder/selesnya_sanctuary.txt -text svneol=native#text/plain
res/cardsfolder/selesnya_signet.txt -text svneol=native#text/plain
res/cardsfolder/selkie_hedge_mage.txt -text svneol=native#text/plain
res/cardsfolder/sell_sword_brute.txt svneol=native#text/plain
res/cardsfolder/sengir_autocrat.txt -text svneol=native#text/plain
res/cardsfolder/sengir_bats.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Selkie Hedge-Mage
ManaCost:2 GU
Types:Creature Merfolk Wizard
Text:no text
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Forest.YouCtrl | PresentCompare$ GE2 | Execute$ TrigGainLife | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Forests, you may gain 3 life.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Island.YouCtrl | PresentCompare$ GE2 | Execute$ TrigBounce | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Islands, you may return target tapped creature to its owner's hand.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 3
SVar:TrigBounce:AB$ChangeZone | Cost$ 0 | ValidTgts$ Creature.tapped | TgtPrompt$ Select target tapped creature | Origin$ Battlefield | Destination$ Hand
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/selkie_hedge_mage.jpg
End