mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
WIP: The Hourglass Coven and spellbook cards
This commit is contained in:
@@ -5,4 +5,4 @@ PT:2/2
|
||||
K:Ward:PayLife<2>
|
||||
S:Mode$ Continuous | Affected$ Card.Self+equipped | AddKeyword$ Menace | Description$ As long as CARDNAME is equipped, it has menace.
|
||||
SVar:EquipMe:Once
|
||||
Oracle:Ward—Pay 2 life.\nAs long as Armory Veteran is equipped, it has menace.
|
||||
Oracle:Ward — Pay 2 life.\nAs long as Armory Veteran is equipped, it has menace.
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
Name:Hag of Ceaseless Torment
|
||||
ManaCost:2 B
|
||||
Types:Creature Hag Warlock
|
||||
PT:2/2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRepeat | TriggerDescription$ At the beginning of your upkeep, each opponent loses 3 life unless that player sacrifices a nonland permanent or discards a card.
|
||||
SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Opponent | RepeatSubAbility$ DBChoose
|
||||
SVar:DBChoose:DB$ GenericChoice | Defined$ Player.IsRemembered | Choices$ SacNonland,Discard | FallbackAbility$ LoseLifeFallback | AILogic$ PayUnlessCost
|
||||
SVar:SacNonland:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ 3 | UnlessCost$ Sac<1/Permanent.nonLand/nonland permanent> | UnlessPayer$ Player.IsRemembered | SpellDescription$ You lose 3 life unless you sacrifice a nonland permanent
|
||||
SVar:Discard:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ 3 | UnlessCost$ Discard<1/Card> | UnlessPayer$ Player.IsRemembered | SpellDescription$ You lose 3 life unless you discard a card
|
||||
SVar:LoseLifeFallback:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ 3
|
||||
DeckHas:Ability$Sacrifice|Discard
|
||||
Oracle:At the beginning of your upkeep, each opponent loses 3 life unless that player sacrifices a nonland permanent or discards a card.
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Hag of Dark Duress
|
||||
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
|
||||
DeckHas:Ability$Discard
|
||||
Oracle:At the beginning of your upkeep, each opponent discards a card.
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Hag of Death's Legion
|
||||
ManaCost:2 B
|
||||
Types:Creature Hag Warlock
|
||||
PT:2/2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 black Skeleton creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ b_1_1_skeleton
|
||||
DeckHas:Ability$Token & Type$Skeleton
|
||||
Oracle:At the beginning of your upkeep, create a 1/1 black Skeleton creature token.
|
||||
7
forge-gui/res/cardsfolder/upcoming/hag_of_mages_doom.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/hag_of_mages_doom.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Hag of Mage's Doom
|
||||
ManaCost:2 B
|
||||
Types:Creature Hag Warlock
|
||||
PT:2/2
|
||||
S:Mode$ Continuous | Affected$ Warlock+YouCtrl | AddKeyword$ Ward:PayLife<2> | Description$ Warlocks you control have "Ward — Pay 2 life."
|
||||
DeckHints:Type$Warlock
|
||||
Oracle:Warlocks you control have "Ward — Pay 2 life."
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Hag of Noxious Nightmares
|
||||
ManaCost:2 B
|
||||
Types:Creature Hag Warlock
|
||||
PT:2/2
|
||||
S:Mode$ Continuous | Affected$ Warlock+YouCtrl | AddKeyword$ Menace | Description$ Warlocks you control have menace.
|
||||
SVar:PlayMain1:TRUE
|
||||
DeckHints:Type$Warlock
|
||||
Oracle:Warlocks you control have menace.
|
||||
@@ -0,0 +1,7 @@
|
||||
Name:Hag of Twisted Visions
|
||||
ManaCost:2 B
|
||||
Types:Creature Hag Warlock
|
||||
PT:2/2
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ At the beginning of your upkeep, scry 2.
|
||||
SVar:TrigScry:DB$ Scry | ScryNum$ 2
|
||||
Oracle:At the beginning of your upkeep, scry 2.
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
Code=40K
|
||||
Date=2022-08-12
|
||||
Date=2022-10-07
|
||||
Name=Warhammer 40,000
|
||||
Type=Commander
|
||||
ScryfallCode=40K
|
||||
|
||||
Reference in New Issue
Block a user