mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
convert Abyssal Specter to triggers
This commit is contained in:
@@ -4,6 +4,8 @@ Types:Creature Specter
|
|||||||
Text:Whenever Abyssal Specter deals damage to a player, that player discards a card.
|
Text:Whenever Abyssal Specter deals damage to a player, that player discards a card.
|
||||||
PT:2/3
|
PT:2/3
|
||||||
K:Flying
|
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:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_specter.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_specter.jpg
|
||||||
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/117.jpg
|
SetInfo:8ED|Uncommon|http://magiccards.info/scans/en/8e/117.jpg
|
||||||
|
|||||||
@@ -4853,7 +4853,6 @@ public class GameActionUtil {
|
|||||||
playerCombatDamage_PoisonCounter(c, 1);
|
playerCombatDamage_PoisonCounter(c, 1);
|
||||||
|
|
||||||
if(c.getName().equals("Marsh Viper")) playerCombatDamage_PoisonCounter(c, 2);
|
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("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("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"))
|
else if(c.getName().equals("Whirling Dervish") || c.getName().equals("Dunerider Outlaw"))
|
||||||
|
|||||||
Reference in New Issue
Block a user