From a2ca72fd405033f40f6628456b9eaef9519294d7 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 22:22:42 +0000 Subject: [PATCH] - Added Wing Splicer. (NPH cards kick off) --- .gitattributes | 1 + res/cardsfolder/wing_splicer.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 res/cardsfolder/wing_splicer.txt diff --git a/.gitattributes b/.gitattributes index a8132c70158..12a53ecc10b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/wing_shards.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/wingbeat_warrior.txt svneol=native#text/plain res/cardsfolder/winged_coatl.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/wing_splicer.txt b/res/cardsfolder/wing_splicer.txt new file mode 100644 index 00000000000..fb9a27353e5 --- /dev/null +++ b/res/cardsfolder/wing_splicer.txt @@ -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 \ No newline at end of file