mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
2 more hags
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user