mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
add Hero of Bladehold (from MBS)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/hero_of_bladehold.txt
Normal file
12
res/cardsfolder/hero_of_bladehold.txt
Normal 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
|
||||
Reference in New Issue
Block a user