mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Add Command the Dreadhorde
Fix assassin token's trigger description
This commit is contained in:
11
forge-gui/res/cardsfolder/c/command_the_dreadhorde.txt
Normal file
11
forge-gui/res/cardsfolder/c/command_the_dreadhorde.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Command the Dreadhorde
|
||||||
|
ManaCost:4 B B
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ ChooseCard | Cost$ 4 B B | MinAmount$ 0 | Amount$ NumCreatPW | References$ NumCreatPW | ChoiceZone$ Graveyard | Choices$ Creature,Planeswalker | ChoiceTitle$ Choose any number of target creature and/or planeswalker cards in graveyards | RememberChosen$ True | SubAbility$ DBDamage | RememberTargets$ True | SpellDescription$ Choose any number of target creature and/or planeswalker cards in graveyards. CARDNAME deals damage to you equal to the total converted mana cost of those cards. Put them onto the battlefield under your control.
|
||||||
|
SVar:DBDamage:DB$ DealDamage | Defined$ You | NumDmg$ X | References$ X | SubAbility$ DBChangeZone
|
||||||
|
SVar:DBChangeZone:DB$ ChangeZone | Defined$ Remembered | GainControl$ True | Origin$ Graveyard | Destination$ Battlefield | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:NumCreatPW:Count$ValidGraveyard Creature,Planeswalker
|
||||||
|
SVar:X:Remembered$SumCMC
|
||||||
|
AI:RemoveDeck:All
|
||||||
|
Oracle:Choose any number of target creature and/or planeswalker cards in graveyards. Command the Dreadhorde deals damage to you equal to the total converted mana cost of those cards. Put them onto the battlefield under your control.
|
||||||
@@ -4,6 +4,6 @@ Types:Creature Assassin
|
|||||||
Colors:black
|
Colors:black
|
||||||
PT:1/1
|
PT:1/1
|
||||||
K:Deathtouch
|
K:Deathtouch
|
||||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Planeswalker | TriggerZones$ Battlefield | Execute$ TrigDestroyPW | TriggerDescription$ Whenever a creature you control with deathtouch deals damage to a player or planeswalker, put a +1/+1 counter on that creature.
|
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Planeswalker | TriggerZones$ Battlefield | Execute$ TrigDestroyPW | TriggerDescription$ Whenever this creature deals damage to a planeswalker, destroy that planeswalker.
|
||||||
SVar:TrigDestroyPW:DB$ Destroy | Defined$ TriggeredTarget
|
SVar:TrigDestroyPW:DB$ Destroy | Defined$ TriggeredTarget
|
||||||
Oracle:Deathtouch\nWhenever this creature deals damage to a planeswalker, destroy that planeswalker.
|
Oracle:Deathtouch\nWhenever this creature deals damage to a planeswalker, destroy that planeswalker.
|
||||||
|
|||||||
Reference in New Issue
Block a user