From 456d081aadf6ff24a0e791043c63c3752955698f Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 17:05:46 +0000 Subject: [PATCH] add Hero of Bladehold (from MBS) --- .gitattributes | 1 + res/cardsfolder/hero_of_bladehold.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/cardsfolder/hero_of_bladehold.txt diff --git a/.gitattributes b/.gitattributes index a3e2ab8991e..b2361cec06a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2580,6 +2580,7 @@ res/cardsfolder/herbal_poultice.txt -text svneol=native#text/plain res/cardsfolder/herd_gnarr.txt -text svneol=native#text/plain res/cardsfolder/heritage_druid.txt -text svneol=native#text/plain res/cardsfolder/hermit_druid.txt -text svneol=native#text/plain +res/cardsfolder/hero_of_bladehold.txt -text svneol=native#text/plain res/cardsfolder/heroes_remembered.txt -text svneol=native#text/plain res/cardsfolder/heroes_reunion.txt -text svneol=native#text/plain res/cardsfolder/heros_demise.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/hero_of_bladehold.txt b/res/cardsfolder/hero_of_bladehold.txt new file mode 100644 index 00000000000..75ed35c5122 --- /dev/null +++ b/res/cardsfolder/hero_of_bladehold.txt @@ -0,0 +1,12 @@ +Name:Hero of Bladehold +ManaCost:2 W W +Types:Creature Human Knight +Text:no text +PT:3/4 +T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBattleCry | TriggerDescription$ Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.) +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, put two 1/1 white Soldier creature tokens onto the battlefield tapped and attacking. +SVar:TrigBattleCry:AB$PumpAll | Cost$ 0 | ValidCards$ Creature.attacking+Other | NumAtt$ 1 +SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ Controller | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True +SVar:Rarity:Mythic +SVar:Picture:http://www.wizards.com/global/images/magic/general/hero_of_bladehold.jpg +End \ No newline at end of file