diff --git a/.gitattributes b/.gitattributes index f70c0a9fc3b..c0de3bd2ddd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2883,6 +2883,7 @@ res/cardsfolder/goblin_gaveleer.txt -text svneol=native#text/plain res/cardsfolder/goblin_general.txt -text svneol=native#text/plain res/cardsfolder/goblin_glider.txt -text svneol=native#text/plain res/cardsfolder/goblin_grenade.txt -text svneol=native#text/plain +res/cardsfolder/goblin_grenadiers.txt -text svneol=native#text/plain res/cardsfolder/goblin_guide.txt -text svneol=native#text/plain res/cardsfolder/goblin_hero.txt -text svneol=native#text/plain res/cardsfolder/goblin_king.txt -text svneol=native#text/plain @@ -2927,6 +2928,7 @@ res/cardsfolder/goblin_tinkerer.txt svneol=native#text/plain res/cardsfolder/goblin_trenches.txt -text svneol=native#text/plain res/cardsfolder/goblin_tunneler.txt -text svneol=native#text/plain res/cardsfolder/goblin_turncoat.txt svneol=native#text/plain +res/cardsfolder/goblin_vandal.txt -text svneol=native#text/plain res/cardsfolder/goblin_war_buggy.txt -text svneol=native#text/plain res/cardsfolder/goblin_war_paint.txt -text svneol=native#text/plain res/cardsfolder/goblin_war_strike.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/goblin_grenadiers.txt b/res/cardsfolder/goblin_grenadiers.txt new file mode 100644 index 00000000000..ab8c79d2f7f --- /dev/null +++ b/res/cardsfolder/goblin_grenadiers.txt @@ -0,0 +1,11 @@ +Name:Goblin Grenadiers +ManaCost:3 R +Types:Creature Goblin +Text:no text +PT:2/2 +T:Mode$ AttackerUnblocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDestroyCreature | TriggerDescription$ Whenever CARDNAME attacks and isn't blocked, you may sacrifice it. If you do, destroy target creature and target land. +SVar:TrigDestroyCreature:AB$Destroy | Cost$ Sac<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | Mandatory$ True | SubAbility$ SVar=DBDestroyLand +SVar:DBDestroyLand:DB$Destroy | ValidTgts$ Land | TgtPrompt$ Select target land | Mandatory$ True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_grenadiers.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/goblin_vandal.txt b/res/cardsfolder/goblin_vandal.txt new file mode 100644 index 00000000000..fc31f670059 --- /dev/null +++ b/res/cardsfolder/goblin_vandal.txt @@ -0,0 +1,12 @@ +Name:Goblin Vandal +ManaCost:R +Types:Creature Goblin Rogue +Text:no text +PT:1/1 +T:Mode$ AttackerUnblocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDestroy | TriggerDescription$ Whenever CARDNAME attacks and isn't blocked, you may sacrifice it. If you do, destroy target artifact defending player controls and Goblin Vandal assigns no combat damage this turn. +SVar:TrigDestroy:AB$Destroy | Cost$ Sac<1/CARDNAME> | ValidTgts$ Artifact.YouDontCtrl | TgtPrompt$ Select target artifact defending player controls | SubAbility$ TrigPump | Mandatory$ True +SVar:TrigPump:DB$Pump | Cost$ 0 | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME. +SVar:RemAIDeck:True +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_vandal.jpg +End \ No newline at end of file