- Added Poisonbelly Ogre.

This commit is contained in:
jendave
2011-08-06 19:41:09 +00:00
parent 35021ffe2b
commit a45a8ff0a4
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4662,6 +4662,7 @@ res/cardsfolder/plummet.txt -text svneol=native#text/plain
res/cardsfolder/plunder.txt -text svneol=native#text/plain
res/cardsfolder/poison_arrow.txt -text svneol=native#text/plain
res/cardsfolder/poison_the_well.txt -text svneol=native#text/plain
res/cardsfolder/poisonbelly_ogre.txt -text svneol=native#text/plain
res/cardsfolder/political_trickery.txt -text svneol=native#text/plain
res/cardsfolder/polluted_bonds.txt -text svneol=native#text/plain
res/cardsfolder/polluted_delta.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Poisonbelly Ogre
ManaCost:4 B
Types:Creature Ogre Warrior
Text:no text
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever another creature enters the battlefield, its controller loses 1 life.
SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/poisonbelly_ogre.jpg
End