mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Added Doomgape.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -2152,6 +2152,7 @@ res/cardsfolder/d/doom_blade.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/doom_cannon.txt -text
|
||||
res/cardsfolder/d/doomed_necromancer.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/doomed_traveler.txt -text
|
||||
res/cardsfolder/d/doomgape.txt -text
|
||||
res/cardsfolder/d/doomsday.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/doomsday_specter.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/door_of_destinies.txt svneol=native#text/plain
|
||||
|
||||
17
res/cardsfolder/d/doomgape.txt
Normal file
17
res/cardsfolder/d/doomgape.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Name:Doomgape
|
||||
ManaCost:5 BG BG BG
|
||||
Types:Creature Elemental
|
||||
Text:no text
|
||||
PT:10/10
|
||||
K:Trample
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a creature. You gain life equal to that creature's toughness.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ You | SacValid$ Creature | SacMessage$ Creature | RememberSacrificed$ True | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$GainLife | LifeAmount$ X | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$CardToughness
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomgape.jpg
|
||||
SetInfo:EVE|Rare|http://magiccards.info/scans/en/eve/120.jpg
|
||||
Oracle:Trample\nAt the beginning of your upkeep, sacrifice a creature. You gain life equal to that creature's toughness.
|
||||
End
|
||||
@@ -5,6 +5,7 @@ Text:no text
|
||||
PT:1/3
|
||||
A:AB$ Pump | Cost$ 2 Return<1/Land> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -X | IsCurse$ True | SpellDescription$ Target creature gets -X/-0 until end of turn, where X is the number of cards in your hand.
|
||||
SVar:X:Count$InYourHand
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/oboro_envoy.jpg
|
||||
SetInfo:SOK|Uncommon|http://magiccards.info/scans/en/sok/49.jpg
|
||||
|
||||
Reference in New Issue
Block a user