- Added Wing Splicer. (NPH cards kick off)

This commit is contained in:
jendave
2011-08-06 22:22:42 +00:00
parent ebe4a44ba7
commit a2ca72fd40
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7599,6 +7599,7 @@ res/cardsfolder/windswept_heath.txt -text svneol=native#text/plain
res/cardsfolder/windwright_mage.txt -text svneol=native#text/plain res/cardsfolder/windwright_mage.txt -text svneol=native#text/plain
res/cardsfolder/wing_shards.txt -text svneol=native#text/plain res/cardsfolder/wing_shards.txt -text svneol=native#text/plain
res/cardsfolder/wing_snare.txt -text svneol=native#text/plain res/cardsfolder/wing_snare.txt -text svneol=native#text/plain
res/cardsfolder/wing_splicer.txt -text svneol=native#text/plain
res/cardsfolder/wing_storm.txt svneol=native#text/plain res/cardsfolder/wing_storm.txt svneol=native#text/plain
res/cardsfolder/wingbeat_warrior.txt svneol=native#text/plain res/cardsfolder/wingbeat_warrior.txt svneol=native#text/plain
res/cardsfolder/winged_coatl.txt -text svneol=native#text/plain res/cardsfolder/winged_coatl.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Wing Splicer
ManaCost:3 U
Types:Creature Human Artificer
Text:no text
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put a 3/3 colorless Golem artifact creature token onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3
K:stPumpAll:Creature.Golem+YouCtrl:0/0/Flying:No Condition:Golem creatures you control have flying.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/wing_splicer.jpg
End