mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
*Updated Inferno Titan and Bogardan Hellkite to triggers based on Arc Lightning.
This commit is contained in:
@@ -5,7 +5,13 @@ Text:no text
|
|||||||
PT:5/5
|
PT:5/5
|
||||||
K:Flash
|
K:Flash
|
||||||
K:Flying
|
K:Flying
|
||||||
K:WheneverKeyword:EntersBattleField:Self:Play:Damage/5:InputType - CreatureORPlayer:ASAP:No_Condition:MultipleTargets:When Bogardan Hellkite enters the battlefield, it deals 5 damage divided as you choose among any number of target creatures and/or players.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ Dmg1 | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||||
|
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ Dmg1 | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||||
|
SVar:Dmg1:AB$DealDamage | Cost$ 0 | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (1) | NumDmg$ 1 | SubAbility$SVar=Dmg2
|
||||||
|
SVar:Dmg2:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$SVar=Dmg3
|
||||||
|
SVar:Dmg3:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$SVar=Dmg4
|
||||||
|
SVar:Dmg4:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$SVar=Dmg5
|
||||||
|
SVar:Dmg5:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (3) | NumDmg$ 1
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/bogardan_hellkite.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/bogardan_hellkite.jpg
|
||||||
SetInfo:M10|Mythic|http://magiccards.info/scans/en/m10/127.jpg
|
SetInfo:M10|Mythic|http://magiccards.info/scans/en/m10/127.jpg
|
||||||
|
|||||||
@@ -4,9 +4,12 @@ Types:Creature Giant
|
|||||||
Text:no text
|
Text:no text
|
||||||
PT:6/6
|
PT:6/6
|
||||||
A:AB$Pump | Cost$ R | NumAtt$ +1 | SpellDescription$ Inferno Titan gets +1/+0 until end of turn.
|
A:AB$Pump | Cost$ R | NumAtt$ +1 | SpellDescription$ Inferno Titan gets +1/+0 until end of turn.
|
||||||
K:WheneverKeyword:EntersBattleField:Self:Play:Damage/3:InputType - CreatureORPlayer:ASAP:No_Condition:MultipleTargets:Whenever Inferno Titan enters the battlefield
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ Dmg1 | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||||
K:WheneverKeyword:Attacks:Self:Play:Damage/3:InputType - CreatureORPlayer:ASAP:No_Condition:MultipleTargets:or attacks, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ Dmg1 | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||||
|
SVar:Dmg1:AB$DealDamage | Cost$ 0 | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (1) | NumDmg$ 1 | SubAbility$SVar=Dmg2
|
||||||
|
SVar:Dmg2:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$SVar=Dmg3
|
||||||
|
SVar:Dmg3:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (3) | NumDmg$ 1
|
||||||
SVar:Rarity:Mythic
|
SVar:Rarity:Mythic
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/inferno_titan.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/inferno_titan.jpg
|
||||||
SetInfo:M11|Mythic|http://magiccards.info/scans/en/m11/146.jpg
|
SetInfo:M11|Mythic|http://magiccards.info/scans/en/m11/146.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
Reference in New Issue
Block a user