- Added Taj-Nar Swordsmith.

This commit is contained in:
jendave
2011-08-06 20:12:47 +00:00
parent 11a1d9908b
commit c2aa3cf103
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6335,6 +6335,7 @@ res/cardsfolder/tainted_peak.txt -text svneol=native#text/plain
res/cardsfolder/tainted_strike.txt -text svneol=native#text/plain
res/cardsfolder/tainted_well.txt -text svneol=native#text/plain
res/cardsfolder/tainted_wood.txt -text svneol=native#text/plain
res/cardsfolder/taj_nar_swordsmith.txt svneol=native#text/plain
res/cardsfolder/tajuru_archer.txt -text svneol=native#text/plain
res/cardsfolder/take_possession.txt -text svneol=native#text/plain
res/cardsfolder/takenos_cavalry.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Taj-Nar Swordsmith
ManaCost:3 W
Types:Creature Cat Soldier
Text:no text
PT:2/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may pay X. If you do, search your library for an Equipment card with converted mana cost X or less and put that card onto the battlefield. Then shuffle your library.
SVar:TrigChange:AB$ChangeZone | Cost$ X | Origin$ Library | Destination$ Battlefield | ChangeType$ Card.Equipment+cmcLEX | ChangeNum$ 1
SVar:X:Count$xPaid
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/taj_nar_swordsmith.jpg
End