mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Necromantic Thirst to triggers
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
Name:Necromantic Thirst
|
||||
ManaCost:2 B B
|
||||
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
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/necromantic_thirst.jpg
|
||||
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/97.jpg
|
||||
|
||||
@@ -5,7 +5,7 @@ Text:no text
|
||||
PT:6/7
|
||||
K:Flying
|
||||
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:Rarity:Rare
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/chk/en-us/card78693.jpg
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Zombie
|
||||
Text:no text
|
||||
PT:2/3
|
||||
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:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/woebearer.jpg
|
||||
|
||||
@@ -4433,7 +4433,6 @@ public class GameActionUtil {
|
||||
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);
|
||||
|
||||
//Unused variable
|
||||
|
||||
Reference in New Issue
Block a user