- Added Doomgape.

This commit is contained in:
jendave
2011-08-06 20:08:36 +00:00
parent e3f14009d8
commit b91d5f24e5
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1669,6 +1669,7 @@ res/cardsfolder/dolmen_gate.txt -text svneol=native#text/plain
res/cardsfolder/donate.txt -text svneol=native#text/plain
res/cardsfolder/doom_blade.txt -text svneol=native#text/plain
res/cardsfolder/doomed_necromancer.txt -text svneol=native#text/plain
res/cardsfolder/doomgape.txt -text svneol=native#text/plain
res/cardsfolder/doomsday.txt -text svneol=native#text/plain
res/cardsfolder/doomsday_specter.txt -text svneol=native#text/plain
res/cardsfolder/door_to_nothingness.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Doomgape
ManaCost:4 BG BG BG
Types:Creature Elemental
Text:no text
PT:10/10
K:Trample
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ At the beginning of your upkeep, sacrifice a creature. You gain life equal to that creature's toughness.
SVar:TrigGainLife:AB$GainLife | Cost$ Sac<1/Creature> | Defined$ You | LifeAmount$ X
SVar:X:Sacrificed$CardToughness
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomgape.jpg
End