mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merfolk Windrobber would draw instead of mill when dealing combat damage
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Creature Merfolk Rogue
|
|||||||
PT:1/1
|
PT:1/1
|
||||||
K:Flying
|
K:Flying
|
||||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player mills a card.
|
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player mills a card.
|
||||||
SVar:TrigMill:DB$ Draw | Defined$ TriggeredTarget | NumCards$ 1
|
SVar:TrigMill:DB$ Mill | Defined$ TriggeredTarget | NumCards$ 1
|
||||||
A:AB$ Draw | Cost$ Sac<1/CARDNAME> | NumCards$ 1 | CheckSVar$ X | SVarCompare$ GE8 | References$ X | SpellDescription$ Draw a card. Activate this ability only if an opponent has eight or more cards in their graveyard.
|
A:AB$ Draw | Cost$ Sac<1/CARDNAME> | NumCards$ 1 | CheckSVar$ X | SVarCompare$ GE8 | References$ X | SpellDescription$ Draw a card. Activate this ability only if an opponent has eight or more cards in their graveyard.
|
||||||
SVar:X:PlayerCountOpponents$HighestCardsInGraveyard
|
SVar:X:PlayerCountOpponents$HighestCardsInGraveyard
|
||||||
DeckHas:Ability$Mill & Ability$Sacrifice
|
DeckHas:Ability$Mill & Ability$Sacrifice
|
||||||
|
|||||||
Reference in New Issue
Block a user