- Added Goblin Grenadiers and Goblin Vandal

This commit is contained in:
jendave
2011-08-07 00:19:00 +00:00
parent 7ea6ebb1fc
commit 60ec08b450
3 changed files with 25 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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