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.