add Hero of Bladehold (from MBS)

This commit is contained in:
jendave
2011-08-06 17:05:46 +00:00
parent a75e3ff5fb
commit 456d081aad
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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