- Added Duergar Hedge-Mage, Fire Snake and Daru Sanctifier.

This commit is contained in:
jendave
2011-08-06 15:41:26 +00:00
parent 7dd536ee69
commit 5b06a34257
6 changed files with 43 additions and 5 deletions

3
.gitattributes vendored
View File

@@ -1208,6 +1208,7 @@ res/cardsfolder/darkwater_egg.txt -text svneol=native#text/plain
res/cardsfolder/darting_merfolk.txt -text svneol=native#text/plain
res/cardsfolder/daru_encampment.txt -text svneol=native#text/plain
res/cardsfolder/daru_lancer.txt -text svneol=native#text/plain
res/cardsfolder/daru_sanctifier.txt -text svneol=native#text/plain
res/cardsfolder/daru_warchief.txt -text svneol=native#text/plain
res/cardsfolder/daunting_defender.txt svneol=native#text/plain
res/cardsfolder/dauntless_dourbark.txt -text svneol=native#text/plain
@@ -1486,6 +1487,7 @@ res/cardsfolder/dryads_favor.txt -text svneol=native#text/plain
res/cardsfolder/dueling_grounds.txt -text svneol=native#text/plain
res/cardsfolder/duergar_assailant.txt -text svneol=native#text/plain
res/cardsfolder/duergar_cave_guard.txt -text svneol=native#text/plain
res/cardsfolder/duergar_hedge-mage.txt -text svneol=native#text/plain
res/cardsfolder/dune_brood_nephilim.txt -text svneol=native#text/plain
res/cardsfolder/dunerider_outlaw.txt -text svneol=native#text/plain
res/cardsfolder/dungeon_shade.txt -text svneol=native#text/plain
@@ -1828,6 +1830,7 @@ res/cardsfolder/fire_field_ogre.txt -text svneol=native#text/plain
res/cardsfolder/fire_imp.txt -text svneol=native#text/plain
res/cardsfolder/fire_lit_thicket.txt -text svneol=native#text/plain
res/cardsfolder/fire_servant.txt svneol=native#text/plain
res/cardsfolder/fire_snake.txt -text svneol=native#text/plain
res/cardsfolder/fire_sprites.txt -text svneol=native#text/plain
res/cardsfolder/fire_tempest.txt -text svneol=native#text/plain
res/cardsfolder/fireball.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Daru Sanctifier
ManaCost:3 W
Types:Creature Human Cleric
Text:no text
PT:1/4
K:Morph:1 W
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAMEis turned face up, destroy target enchantment.
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Enchantment | TgtPrompt$ Select target enchantment
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/daru_sanctifier.jpg
End

View File

@@ -0,0 +1,12 @@
Name:Duergar Hedge-Mage
ManaCost:2 RW
Types:Creature Dwarf Shaman
Text:no text
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Mountain.YouCtrl | PresentCompare$ GE2 | Execute$ TrigDestroyA | TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Mountains, you may destroy target artifact.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Plains.YouCtrl | PresentCompare$ GE2 | Execute$ TrigDestroyE | TriggerDescription$ When Duergar Hedge-Mage enters the battlefield, if you control two or more Plains, you may destroy target enchantment.
SVar:TrigDestroyA:AB$Destroy | Cost$ 0 | ValidTgts$ Artifact | TgtPrompt$ Select target artifact
SVar:TrigDestroyE:AB$Destroy | Cost$ 0 | ValidTgts$ Enchantment | TgtPrompt$ Select target enchantment
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/duergar_hedge-mage.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Fire Snake
ManaCost:4 R
Types:Creature Snake
Text:no text
PT:3/1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, destroy target land.
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Land | TgtPrompt$ Select target land
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/fire_snake.jpg
End

View File

@@ -6,6 +6,7 @@ PT:2/2
A:AB$Pump | Cost$ R Sac<1/CARDNAME> | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME can't block. | SpellDescription$ Target creature can't block this turn.
T:Mode$ SpellCast | ValidCard$ Card.MultiColor+YouCtrl | TriggerZones$ Graveyard | Optional$ True | Execute$ TrigReturn | TriggerDescription$ Whenever you cast a multicolored spell, you may return CARDNAME from your graveyard to your hand.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | Defined$ Self
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstorm_eidolon.jpg
End

View File

@@ -10,6 +10,7 @@ A:AB$Mana|Cost$G Sac<1/CARDNAME>|Produced$R|Amount$3|SpellDescription$Add R R R
A:AB$Mana|Cost$ G Sac<1/CARDNAME>|Produced$G|Amount$3|SpellDescription$Add G G G to your mana pool.
T:Mode$ SpellCast | ValidCard$ Card.MultiColor+YouCtrl | TriggerZones$ Graveyard | Optional$ True | Execute$ TrigReturn | TriggerDescription$ Whenever you cast a multicolored spell, you may return CARDNAME from your graveyard to your hand.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | Defined$ Self
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_eidolon.jpg
End