- Added Spellgorger Barbarian.

This commit is contained in:
jendave
2011-08-06 20:07:33 +00:00
parent 49116129bf
commit 7c198c31de
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5926,6 +5926,7 @@ res/cardsfolder/spell_syphon.txt -text svneol=native#text/plain
res/cardsfolder/spellbane_centaur.txt -text svneol=native#text/plain
res/cardsfolder/spellbook.txt -text svneol=native#text/plain
res/cardsfolder/spellbreaker_behemoth.txt svneol=native#text/plain
res/cardsfolder/spellgorger_barbarian.txt -text svneol=native#text/plain
res/cardsfolder/spellshock.txt -text svneol=native#text/plain
res/cardsfolder/sphere_of_duty.txt -text svneol=native#text/plain
res/cardsfolder/sphere_of_grace.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Spellgorger Barbarian
ManaCost:3 R
Types:Creature Human Nightmare Barbarian
Text:no text
PT:3/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, discard a card at random.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME leaves the battlefield, draw a card.
SVar:TrigDiscard:AB$Discard | Cost$ 0 | Defined$ You | NumCards$ 1 | Mode$ Random
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/spellgorger_barbarian.jpg
End