From 8ff8502fedc4945f3e0655afba821d8866dec0c8 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Wed, 26 May 2021 09:32:46 -0400 Subject: [PATCH 1/2] young_necromancer.txt --- .../res/cardsfolder/upcoming/young_necromancer.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/young_necromancer.txt diff --git a/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt b/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt new file mode 100644 index 00000000000..b68c75532b8 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt @@ -0,0 +1,13 @@ +Name:Young Necromancer +ManaCost:4 B +Types:Creature Human Warlock +PT:2/3 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigReturn | TriggerDescription$ When CARDNAME enters the battlefield, you may exile two cards from your graveyard. If you do, return target creature card from your graveyard to the battlefield. +SVar:TrigReturn:AB$ ChangeZone | Cost$ ExileFromGrave<2/card> | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouOwn | TgtPrompt$ Select target creature to return from your graveyard +DeckHas:Ability$Graveyard +DeckHints:Ability$Discard +SVar:NeedsToPlayVar:Z EQ3 +SVar:X:Count$InYourYard/LimitMax.3 +SVar:Y:Count$TypeInYourYard.Creature/LimitMax.1 +SVar:Z:SVar$X/Times.Y +Oracle:When Young Necromancer enters the battlefield, you may exile two cards from your graveyard. If you do, return target creature card from your graveyard to the battlefield. From ac66b6ac1bd62d639c6d4774dc832bf227961a21 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Wed, 26 May 2021 16:04:56 -0400 Subject: [PATCH 2/2] young_necromancer.txt "When you do" --- forge-gui/res/cardsfolder/upcoming/young_necromancer.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt b/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt index b68c75532b8..0a81da5c581 100644 --- a/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt +++ b/forge-gui/res/cardsfolder/upcoming/young_necromancer.txt @@ -2,12 +2,13 @@ Name:Young Necromancer ManaCost:4 B Types:Creature Human Warlock PT:2/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigReturn | TriggerDescription$ When CARDNAME enters the battlefield, you may exile two cards from your graveyard. If you do, return target creature card from your graveyard to the battlefield. -SVar:TrigReturn:AB$ ChangeZone | Cost$ ExileFromGrave<2/card> | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouOwn | TgtPrompt$ Select target creature to return from your graveyard +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigImmediateTrig | TriggerDescription$ When CARDNAME enters the battlefield, you may exile two cards from your graveyard. When you do, return target creature card from your graveyard to the battlefield. +SVar:TrigImmediateTrig:AB$ ImmediateTrigger | Cost$ ExileFromGrave<2/card> | Execute$ TrigReturn | SpellDescription$ When you do, return target creature card from your graveyard to the battlefield. +SVar:TrigReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouOwn | TgtPrompt$ Select target creature to return from your graveyard DeckHas:Ability$Graveyard DeckHints:Ability$Discard SVar:NeedsToPlayVar:Z EQ3 SVar:X:Count$InYourYard/LimitMax.3 SVar:Y:Count$TypeInYourYard.Creature/LimitMax.1 SVar:Z:SVar$X/Times.Y -Oracle:When Young Necromancer enters the battlefield, you may exile two cards from your graveyard. If you do, return target creature card from your graveyard to the battlefield. +Oracle:When Young Necromancer enters the battlefield, you may exile two cards from your graveyard. When you do, return target creature card from your graveyard to the battlefield.