convert Abyssal Specter to triggers

This commit is contained in:
jendave
2011-08-06 16:34:41 +00:00
parent 06823e0007
commit a53cd62188
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ Types:Creature Specter
Text:Whenever Abyssal Specter deals damage to a player, that player discards a card.
PT:2/3
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | Execute$ TrigDiscard | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals damage to an opponent, that player discards a card.
SVar:TrigDiscard:AB$Discard | Cost$ 0 | Defined$ Opponent | NumCards$ 1 | Mode$ TgtChoose
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_specter.jpg
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/117.jpg

View File

@@ -4853,7 +4853,6 @@ public class GameActionUtil {
playerCombatDamage_PoisonCounter(c, 1);
if(c.getName().equals("Marsh Viper")) playerCombatDamage_PoisonCounter(c, 2);
else if(c.getName().equals("Abyssal Specter")) opponent_Discard(c, 1);
else if(c.getName().equals("Nicol Bolas")) playerCombatDamage_Nicol_Bolas(c);
else if(c.getName().equals("Thieving Magpie")|| c.getName().equals("Lu Xun, Scholar General")) playerCombatDamage_Shadowmage_Infiltrator(c);
else if(c.getName().equals("Whirling Dervish") || c.getName().equals("Dunerider Outlaw"))