mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Goblin Grenadiers and Goblin Vandal
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/goblin_grenadiers.txt
Normal file
11
res/cardsfolder/goblin_grenadiers.txt
Normal 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
|
||||
12
res/cardsfolder/goblin_vandal.txt
Normal file
12
res/cardsfolder/goblin_vandal.txt
Normal 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
|
||||
Reference in New Issue
Block a user