- Adding Deathmist Raptor

- Fix Dragon-Scarred Bear and Anafenza Tree Spirit
This commit is contained in:
Sol
2015-03-21 01:13:42 +00:00
parent a2f3e4ef01
commit 3a0115daee
4 changed files with 22 additions and 7 deletions

1
.gitattributes vendored
View File

@@ -4286,6 +4286,7 @@ forge-gui/res/cardsfolder/d/deathless_angel.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/deathmark.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deathmark.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/deathmark_prelate.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deathmark_prelate.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/deathmask_nezumi.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deathmask_nezumi.txt svneol=native#text/plain
forge-gui/res/cardsfolder/d/deathmist_raptor.txt -text
forge-gui/res/cardsfolder/d/deathpact_angel.txt -text forge-gui/res/cardsfolder/d/deathpact_angel.txt -text
forge-gui/res/cardsfolder/d/deathreap_ritual.txt -text forge-gui/res/cardsfolder/d/deathreap_ritual.txt -text
forge-gui/res/cardsfolder/d/deathrender.txt -text forge-gui/res/cardsfolder/d/deathrender.txt -text

View File

@@ -2,7 +2,7 @@ Name:Anafenza, Kin-Tree Spirit
ManaCost:W W ManaCost:W W
Types:Legendary Creature Spirit Soldier Types:Legendary Creature Spirit Soldier
PT:2/2 PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+nonToken+Other | Execute$ TrigBolster | TriggerDescription$ Whenever another nontoken creature enters the battlefield under your control, bolster 1. (Choose a creature with the least toughness among creatures you control and put a +1/+1 counter on it.) T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+nonToken+Other | TriggerZones$ Battlefield | Execute$ TrigBolster | TriggerDescription$ Whenever another nontoken creature enters the battlefield under your control, bolster 1. (Choose a creature with the least toughness among creatures you control and put a +1/+1 counter on it.)
SVar:TrigBolster:AB$ PutCounter | Cost$ 0 | Bolster$ True | CounterType$ P1P1 | CounterNum$ 1 SVar:TrigBolster:AB$ PutCounter | Cost$ 0 | Bolster$ True | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/anafenza_kin_tree_spirit.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/anafenza_kin_tree_spirit.jpg
Oracle:Whenever another nontoken creature enters the battlefield under your control, bolster 1. (Choose a creature with the least toughness among creatures you control and put a +1/+1 counter on it.) Oracle:Whenever another nontoken creature enters the battlefield under your control, bolster 1. (Choose a creature with the least toughness among creatures you control and put a +1/+1 counter on it.)

View File

@@ -0,0 +1,12 @@
Name:Deathmist Raptor
ManaCost:1 G G
Types:Creature Lizard Beast
PT:3/3
K:Deathtouch
K:Megamorph:4 G
T:Mode$ TurnFaceUp | ValidCard$ Permanent.YouCtrl | Execute$ TrigChange | TriggerZones$ Graveyard | OptionalDecider$ You | TriggerDescription$ Whenever a permanent you control is turned face up, you may return CARDNAME from your graveyard to the battlefield face up or face down.
SVar:TrigChange:DB$ GenericChoice | Choices$ DBTop,DBBottom
SVar:DBTop:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | SpellDescription$ Put it on battlefield face up
SVar:DBBottom:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | FaceDown$ True | SpellDescription$ Put it on battlefield face down
SVar:Picture:http://www.wizards.com/global/images/magic/general/deathmist_raptor.jpg
Oracle:Deathtouch\nWhenever a permanent you control is turned face up, you may return Deathmist Raptor from your graveyard to the battlefield face up or face down.\nMegamorph {4}{G} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its megamorph cost and put a +1/+1 counter on it.)

View File

@@ -1,6 +1,8 @@
Name:Dromoka's Gift Name:Dragon-Scarred Bear
ManaCost:4 G ManaCost:2 G
Types:Instant Types:Creature Bear
A:SP$ PutCounter | Cost$ 4 G | Bolster$ True | CounterNum$ 4 | CounterType$ P1P1 | SpellDescription$ Bolster 4. (Choose a creature with the least toughness among creatures you control and put four +1/+1 counters on it.) PT:3/2
SVar:Picture:http://www.wizards.com/global/images/magic/general/dromokas_gift.jpg A:AB$ Regenerate | Cost$ 1 G | PrecostDesc$ Formidable - | CheckSVar$ FormidableTest | SVarCompare$ GE8 | References$ FormidableTest | SpellDescription$ Regenerate CARDNAME. Activate this ability only if creatures you control have total power 8 or greater.
Oracle:Bolster 4. (Choose a creature with the least toughness among creatures you control and put four +1/+1 counters on it.) SVar:FormidableTest:Count$SumPower_Creature.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_scarred_bear.jpg
Oracle:Formidable - {1}{G}: Regenerate Dragon-Scarred Bear. Activate this ability only if creatures you control have total power 8 or greater.