Add Command the Dreadhorde

Fix assassin token's trigger description
This commit is contained in:
swordshine
2019-05-03 17:05:14 +08:00
parent be96de241d
commit 49e85c40b2
2 changed files with 12 additions and 1 deletions

View 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.

View File

@@ -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.