convert Necromantic Thirst to triggers

This commit is contained in:
jendave
2011-08-06 19:04:06 +00:00
parent c1ed5e27e1
commit e43982081c
4 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
Name:Necromantic Thirst Name:Necromantic Thirst
ManaCost:2 B B ManaCost:2 B B
Types:Enchantment Aura Types:Enchantment Aura
Text:Whenever enchanted creature deals combat damage to a player, you may return target creature card from your graveyard to your hand. Text:no text
K:Enchant Creature K:Enchant Creature
T:Mode$ DamageDone | ValidSource$ Card.AttachedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigReturn | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, you may return target creature card from your graveyard to your hand.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Creature.YouCtrl
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/necromantic_thirst.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/necromantic_thirst.jpg
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/97.jpg SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/97.jpg

View File

@@ -5,7 +5,7 @@ Text:no text
PT:6/7 PT:6/7
K:Flying K:Flying
K:Trample K:Trample
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigReturn | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may return target Arcane card from your graveyard to your hand. T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigReturn | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may return target Arcane card from your graveyard to your hand.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Arcane.YouCtrl SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Arcane.YouCtrl
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://resources.wizards.com/magic/cards/chk/en-us/card78693.jpg SVar:Picture:http://resources.wizards.com/magic/cards/chk/en-us/card78693.jpg

View File

@@ -4,7 +4,7 @@ Types:Creature Zombie
Text:no text Text:no text
PT:2/3 PT:2/3
K:Fear K:Fear
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigReturn | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may return target creature card from your graveyard to your hand. T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigReturn | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may return target creature card from your graveyard to your hand.
SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Creature.YouCtrl SVar:TrigReturn:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Creature.YouCtrl
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/woebearer.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/woebearer.jpg

View File

@@ -4433,7 +4433,6 @@ public class GameActionUtil {
else if(c.getName().equals("Silent Specter")) opponent_Discard(c, 2); else if(c.getName().equals("Silent Specter")) opponent_Discard(c, 2);
*/ */
else if(c.isEnchantedBy("Necromantic Thirst")) may_Return_Graveyard_to_Hand(c, "Creature".split(","));
else if(c.isEnchantedBy("Celestial Mantle")) execute_Celestial_Mantle( c); else if(c.isEnchantedBy("Celestial Mantle")) execute_Celestial_Mantle( c);
//Unused variable //Unused variable