- Added Raid Bombardment

This commit is contained in:
jendave
2011-08-06 20:25:23 +00:00
parent 3529b6c990
commit b79698c94d
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4958,6 +4958,7 @@ res/cardsfolder/raging_kavu.txt -text svneol=native#text/plain
res/cardsfolder/raging_minotaur.txt -text svneol=native#text/plain res/cardsfolder/raging_minotaur.txt -text svneol=native#text/plain
res/cardsfolder/raging_ravine.txt -text svneol=native#text/plain res/cardsfolder/raging_ravine.txt -text svneol=native#text/plain
res/cardsfolder/ragnar.txt -text svneol=native#text/plain res/cardsfolder/ragnar.txt -text svneol=native#text/plain
res/cardsfolder/raid_bombardment.txt -text svneol=native#text/plain
res/cardsfolder/raiding_nightstalker.txt -text svneol=native#text/plain res/cardsfolder/raiding_nightstalker.txt -text svneol=native#text/plain
res/cardsfolder/rain_of_blades.txt -text svneol=native#text/plain res/cardsfolder/rain_of_blades.txt -text svneol=native#text/plain
res/cardsfolder/rain_of_embers.txt -text svneol=native#text/plain res/cardsfolder/rain_of_embers.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Raid Bombardment
ManaCost:2 R
Types:Enchantment
Text:no text
T:Mode$ Attacks | ValidCard$ Creature.powerLE2+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever a creature you control with power 2 or less attacks, CARDNAME deals 1 damage to defending player.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ 1
SVar:BuffedBy:Creature.powerLE2
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/raid_bombardment.jpg
End