From f2ec0290da90b1dd43d06b9574a23b1f5cdc6e51 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:14:14 +0000 Subject: [PATCH] add Dwarven Vigilantes (from Visions) --- .gitattributes | 1 + res/cardsfolder/dwarven_vigilantes.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 res/cardsfolder/dwarven_vigilantes.txt diff --git a/.gitattributes b/.gitattributes index 3675fca23a5..7fca0700706 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_thaumaturgist.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_weaponsmith.txt -text svneol=native#text/plain res/cardsfolder/dying_wail.txt svneol=native#text/plain diff --git a/res/cardsfolder/dwarven_vigilantes.txt b/res/cardsfolder/dwarven_vigilantes.txt new file mode 100644 index 00000000000..949f94d2bf5 --- /dev/null +++ b/res/cardsfolder/dwarven_vigilantes.txt @@ -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 \ No newline at end of file