- Added Heat of Battle

This commit is contained in:
jendave
2011-08-06 19:12:16 +00:00
parent da33c47c7f
commit 10bf7c62a1
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2809,6 +2809,7 @@ res/cardsfolder/heartstone.txt -text svneol=native#text/plain
res/cardsfolder/heartwood_dryad.txt -text svneol=native#text/plain
res/cardsfolder/heartwood_shard.txt -text svneol=native#text/plain
res/cardsfolder/heartwood_treefolk.txt -text svneol=native#text/plain
res/cardsfolder/heat_of_battle.txt -text svneol=native#text/plain
res/cardsfolder/heat_ray.txt -text svneol=native#text/plain
res/cardsfolder/heavy_arbalest.txt svneol=native#text/plain
res/cardsfolder/heavy_ballista.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Heat of Battle
ManaCost:1 R
Types:Enchantment
Text:no text
T:Mode$ Blocks | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever a creature blocks, CARDNAME deals 1 damage to that creature's controller.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | Defined$ TriggeredController | NumDmg$ 1
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/heat_of_battle.jpg
End