add Dwarven Vigilantes (from Visions)

This commit is contained in:
jendave
2011-08-07 01:14:14 +00:00
parent 95ec325ed9
commit f2ec0290da
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2055,6 +2055,7 @@ res/cardsfolder/dwarven_soldier.txt -text svneol=native#text/plain
res/cardsfolder/dwarven_strike_force.txt -text svneol=native#text/plain res/cardsfolder/dwarven_strike_force.txt -text svneol=native#text/plain
res/cardsfolder/dwarven_thaumaturgist.txt -text svneol=native#text/plain res/cardsfolder/dwarven_thaumaturgist.txt -text svneol=native#text/plain
res/cardsfolder/dwarven_trader.txt -text svneol=native#text/plain res/cardsfolder/dwarven_trader.txt -text svneol=native#text/plain
res/cardsfolder/dwarven_vigilantes.txt svneol=native#text/plain
res/cardsfolder/dwarven_warriors.txt -text svneol=native#text/plain res/cardsfolder/dwarven_warriors.txt -text svneol=native#text/plain
res/cardsfolder/dwarven_weaponsmith.txt -text svneol=native#text/plain res/cardsfolder/dwarven_weaponsmith.txt -text svneol=native#text/plain
res/cardsfolder/dying_wail.txt svneol=native#text/plain res/cardsfolder/dying_wail.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Dwarven Vigilantes
ManaCost:2 R
Types:Creature Dwarf
Text:no text
PT:2/2
T:Mode$ AttackerUnblocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDamage | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME attacks and isn't blocked, you may have it deal damage equal to its power to target creature. If you do, CARDNAME assigns no combat damage this turn.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | SubAbility$ SVar=DBNoCombatDamage
SVar:DBNoCombatDamage:DB$Pump | Defined$ Self | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME.
SVar:X:Count$CardPower
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/dwarven_vigilantes.jpg
End