From b0cecebe34eb26ed78d7134128c5cba8341ed1d1 Mon Sep 17 00:00:00 2001 From: Adam Pantel <> Date: Tue, 13 Apr 2021 12:38:52 -0400 Subject: [PATCH] Card fixes --- forge-gui/res/cardsfolder/d/dormant_sliver.txt | 6 +++--- forge-gui/res/cardsfolder/g/grim_reminder.txt | 2 +- forge-gui/res/cardsfolder/p/primal_empathy.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/dormant_sliver.txt b/forge-gui/res/cardsfolder/d/dormant_sliver.txt index 37138b951ff..3df98f0caeb 100644 --- a/forge-gui/res/cardsfolder/d/dormant_sliver.txt +++ b/forge-gui/res/cardsfolder/d/dormant_sliver.txt @@ -3,8 +3,8 @@ ManaCost:2 G U Types:Creature Sliver PT:2/2 S:Mode$ Continuous | Affected$ Creature.Sliver | AddKeyword$ Defender | Description$ All Sliver creatures have defender. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Sliver | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ All Slivers have "When this permanent enters the battlefield, draw a card." -SVar:TrigDraw:DB$Draw | Defined$ TriggeredCardController | NumCards$ 1 +S:Mode$ Continuous | Affected$ Permanent.Sliver | AddTrigger$ TrigEnter | Description$ All Slivers have "When this permanent enters the battlefield, draw a card." +SVar:TrigEnter:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When this permanent enters the battlefield, draw a card. +SVar:TrigDraw:DB$ Draw SVar:BuffedBy:Sliver -SVar:Picture:http://www.wizards.com/global/images/magic/general/dormant_sliver.jpg Oracle:All Sliver creatures have defender.\nAll Slivers have "When this permanent enters the battlefield, draw a card." diff --git a/forge-gui/res/cardsfolder/g/grim_reminder.txt b/forge-gui/res/cardsfolder/g/grim_reminder.txt index ff70e72182c..1f8f1331623 100644 --- a/forge-gui/res/cardsfolder/g/grim_reminder.txt +++ b/forge-gui/res/cardsfolder/g/grim_reminder.txt @@ -1,7 +1,7 @@ Name:Grim Reminder ManaCost:2 B Types:Instant -A:SP$ ChangeZone | Cost$ 2 B | Origin$ Library | Destination$ Library | ChangeType$ Card | ChangeNum$ 1 | Imprint$ True | Reveal$ True | Shuffle$ False | StackDescription$ SpellDescription | SubAbility$ DBRepeat | SpellDescription$ Search your library for a nonland card and reveal it. Each opponent who cast a spell this turn with the same name as that card loses 6 life. Then shuffle your library. +A:SP$ ChangeZone | Cost$ 2 B | Origin$ Library | Destination$ Library | ChangeType$ Card.nonLand | ChangeNum$ 1 | Imprint$ True | Reveal$ True | Shuffle$ False | StackDescription$ SpellDescription | SubAbility$ DBRepeat | SpellDescription$ Search your library for a nonland card and reveal it. Each opponent who cast a spell this turn with the same name as that card loses 6 life. Then shuffle your library. SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Opponent | RepeatSubAbility$ DBLoseLife | SubAbility$ DBShuffle SVar:DBLoseLife:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ 6 | ConditionCheckSVar$ LoseLifeCheck | ConditionSVarCompare$ GE1 SVar:DBShuffle:DB$ Shuffle | Defined$ You | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/p/primal_empathy.txt b/forge-gui/res/cardsfolder/p/primal_empathy.txt index 9acc327603a..6478f105474 100755 --- a/forge-gui/res/cardsfolder/p/primal_empathy.txt +++ b/forge-gui/res/cardsfolder/p/primal_empathy.txt @@ -2,10 +2,10 @@ Name:Primal Empathy ManaCost:1 G U Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigBranch | TriggerDescription$ At the beginning of your upkeep, draw a card if you control a creature with the greatest power among creatures on the battlefield. Otherwise, put a +1/+1 counter on a creature you control. -SVar:TrigBranch:DB$ Branch | ConditionPresent$ Creature.YouCtrl | ConditionCompare$ GE1 | BranchConditionSVar$ Y | BranchConditionSVarCompare$ GEZ | TrueSubAbility$ Draw | FalseSubAbility$ PutCounter +SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ Y | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ Draw | FalseSubAbility$ PutCounter SVar:Draw:DB$ Draw | Defined$ You | NumCards$ 1 SVar:PutCounter:DB$ PutCounter | Choices$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 -SVar:Y:Count$GreatestPower_Creature.YouCtrl -SVar:Z:Count$GreatestPower_Creature.YouDontCtrl +SVar:X:Count$GreatestPower_Creature +SVar:Y:Count$Valid Creature.powerGEX+YouCtrl DeckHas:Ability$Counters Oracle:At the beginning of your upkeep, draw a card if you control a creature with the greatest power among creatures on the battlefield. Otherwise, put a +1/+1 counter on a creature you control.