diff --git a/.gitattributes b/.gitattributes index e2541abfc48..b6a666e7406 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2518,6 +2518,7 @@ res/cardsfolder/goblin_soothsayer.txt -text svneol=native#text/plain res/cardsfolder/goblin_spelunkers.txt -text svneol=native#text/plain res/cardsfolder/goblin_spy.txt -text svneol=native#text/plain res/cardsfolder/goblin_striker.txt -text svneol=native#text/plain +res/cardsfolder/goblin_swine_rider.txt -text svneol=native#text/plain res/cardsfolder/goblin_taskmaster.txt -text svneol=native#text/plain res/cardsfolder/goblin_trenches.txt -text svneol=native#text/plain res/cardsfolder/goblin_tunneler.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/goblin_swine_rider.txt b/res/cardsfolder/goblin_swine_rider.txt new file mode 100644 index 00000000000..69dd39002d0 --- /dev/null +++ b/res/cardsfolder/goblin_swine_rider.txt @@ -0,0 +1,10 @@ +Name:Goblin Swine-Rider +ManaCost:R +Types:Creature Goblin +Text:no text +PT:1/1 +T:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ Whenever CARDNAME becomes blocked, it deals 2 damage to each attacking creature and each blocking creature. +SVar:TrigDealDamage:AB$DamageAll | Cost$ 0 | ValidCards$ Creature.attacking,Creature.blocking | NumDmg$ 2 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_swine_rider.jpg +End \ No newline at end of file