2 more hags

This commit is contained in:
paulsnoops
2022-06-27 18:53:59 +01:00
parent 8a201afb27
commit 127e5b1a66
4 changed files with 27 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ ManaCost:2 B
Types:Creature Hag Warlock
PT:2/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ At the beginning of your upkeep, each opponent discards a card.
SVar:TrigDiscard:DB$ Discard | Defined$ Player | NumCards$ 1 | Mode$ TgtChoose
SVar:TrigDiscard:DB$ Discard | Defined$ Player.Opponent | NumCards$ 1 | Mode$ TgtChoose
DeckHas:Ability$Discard
Oracle:At the beginning of your upkeep, each opponent discards a card.

View File

@@ -0,0 +1,8 @@
Name:Hag of Inner Weakness
ManaCost:2 B
Types:Creature Hag Warlock
PT:2/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ At the beginning of your upkeep, target creature an opponent controls gets -2/-1 until your next turn.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls | NumAtt$ -2 | NumDef$ -1 | Duration$ UntilYourNextTurn
SVar:PlayMain1:TRUE
Oracle:At the beginning of your upkeep, target creature an opponent controls gets -2/-1 until your next turn.

View File

@@ -0,0 +1,9 @@
Name:Hag of Scoured Thoughts
ManaCost:2 B
Types:Creature Hag Warlock
PT:2/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ At the beginning of your upkeep, each opponent mills five cards. Then exile each opponent's graveyard.
SVar:TrigMill:DB$ Mill | NumCards$ 5 | Defined$ Player.Opponent | SubAbility$ DBExileGrave
SVar:DBExileGrave:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | Defined$ Opponent | ChangeType$ Card
DeckHas:Ability$Mill|Graveyard
Oracle:At the beginning of your upkeep, each opponent mills five cards. Then exile each opponent's graveyard.

View File

@@ -0,0 +1,9 @@
Name:Hag of Syphoned Breath
ManaCost:2 B
Types:Creature Hag Warlock
PT:2/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 2 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
DeckHas:Ability$LifeGain
Oracle:At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.