diff --git a/forge-gui/res/cardsfolder/a/alhammarrets_archive.txt b/forge-gui/res/cardsfolder/a/alhammarrets_archive.txt index de2cdb71c0f..c19aec65298 100644 --- a/forge-gui/res/cardsfolder/a/alhammarrets_archive.txt +++ b/forge-gui/res/cardsfolder/a/alhammarrets_archive.txt @@ -2,8 +2,9 @@ Name:Alhammarret's Archive ManaCost:5 Types:Legendary Artifact R:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ GainDouble | Description$ If you would gain life, you gain twice that much life instead. -SVar:GainDouble:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X +SVar:GainDouble:DB$ ReplaceEffect | VarName$ LifeGained | VarValue$ X | References$ X SVar:X:ReplaceCount$LifeGained/Twice R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ You | NotFirstCardInDrawStep$ True | ReplaceWith$ DrawTwo | Description$ If you would draw a card except the first one you draw in each of your draw steps, draw two cards instead. SVar:DrawTwo:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 2 -Oracle:If you would gain life, you gain twice that much life instead.\nIf you would draw a card except the first one you draw in each of your draw steps, draw two cards instead. \ No newline at end of file +DeckHints:Ability$LifeGain +Oracle:If you would gain life, you gain twice that much life instead.\nIf you would draw a card except the first one you draw in each of your draw steps, draw two cards instead. diff --git a/forge-gui/res/cardsfolder/b/boon_reflection.txt b/forge-gui/res/cardsfolder/b/boon_reflection.txt index 7f1c4a58ba0..045508003e4 100644 --- a/forge-gui/res/cardsfolder/b/boon_reflection.txt +++ b/forge-gui/res/cardsfolder/b/boon_reflection.txt @@ -2,8 +2,10 @@ Name:Boon Reflection ManaCost:4 W Types:Enchantment R:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ GainDouble | Description$ If you would gain life, you gain twice that much life instead. -SVar:GainDouble:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X +SVar:GainDouble:DB$ ReplaceEffect | VarName$ LifeGained | VarValue$ X | References$ X SVar:X:ReplaceCount$LifeGained/Twice SVar:PlayMain1:True +DeckHints:Keyword$Lifelink +DeckNeeds:Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/boon_reflection.jpg Oracle:If you would gain life, you gain twice that much life instead. diff --git a/forge-gui/res/cardsfolder/r/rain_of_gore.txt b/forge-gui/res/cardsfolder/r/rain_of_gore.txt index 05ebe5140ea..7a6cc79a90d 100644 --- a/forge-gui/res/cardsfolder/r/rain_of_gore.txt +++ b/forge-gui/res/cardsfolder/r/rain_of_gore.txt @@ -1,8 +1,8 @@ Name:Rain of Gore ManaCost:B R Types:Enchantment -R:Event$ GainLife | ActiveZones$ Battlefield | ValidSource$ Card | SourceController$ True | ReplaceWith$ RLoseLife | Description$ If a spell or ability would cause its controller to gain life, that player loses that much life instead. -SVar:RLoseLife:AB$ LoseLife | Cost$ 0 | LifeAmount$ X | Defined$ ReplacedPlayer | References$ X +R:Event$ GainLife | ActiveZones$ Battlefield | ValidSource$ Card | SourceController$ True | AiLogic$ LoseLife | ReplaceWith$ RLoseLife | Description$ If a spell or ability would cause its controller to gain life, that player loses that much life instead. +SVar:RLoseLife:DB$ LoseLife | LifeAmount$ X | Defined$ ReplacedPlayer | References$ X SVar:X:ReplaceCount$LifeGained SVar:NonStackingEffect:True SVar:RemRandomDeck:True diff --git a/forge-gui/res/cardsfolder/r/rhox_faithmender.txt b/forge-gui/res/cardsfolder/r/rhox_faithmender.txt index 48f99fef9c2..5d01d3f305a 100644 --- a/forge-gui/res/cardsfolder/r/rhox_faithmender.txt +++ b/forge-gui/res/cardsfolder/r/rhox_faithmender.txt @@ -4,8 +4,9 @@ Types:Creature Rhino Monk PT:1/5 K:Lifelink R:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ GainDouble | Description$ If you would gain life, you gain twice that much life instead. -SVar:GainDouble:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X +SVar:GainDouble:DB$ ReplaceEffect | VarName$ LifeGained | VarValue$ X | References$ X SVar:X:ReplaceCount$LifeGained/Twice SVar:PlayMain1:True +DeckHints:Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/rhox_faithmender.jpg Oracle:Lifelink (Damage dealt by this creature also causes you to gain that much life.)\nIf you would gain life, you gain twice that much life instead. diff --git a/forge-gui/res/cardsfolder/s/sulfuric_vortex.txt b/forge-gui/res/cardsfolder/s/sulfuric_vortex.txt index 07a3aa62db6..19885b1fa09 100644 --- a/forge-gui/res/cardsfolder/s/sulfuric_vortex.txt +++ b/forge-gui/res/cardsfolder/s/sulfuric_vortex.txt @@ -2,7 +2,7 @@ Name:Sulfuric Vortex ManaCost:1 R R Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigDmg | TriggerDescription$ At the beginning of each player's upkeep, CARDNAME deals 2 damage to that player. -SVar:TrigDmg:AB$DealDamage | Cost$ 0 | Defined$ TriggeredPlayer | NumDmg$ 2 +SVar:TrigDmg:DB$DealDamage | Defined$ TriggeredPlayer | NumDmg$ 2 R:Event$ GainLife | ActiveZones$ Battlefield | Prevent$ True | Description$ If a player would gain life, that player gains no life instead. SVar:Picture:http://www.wizards.com/global/images/magic/general/sulfuric_vortex.jpg Oracle:At the beginning of each player's upkeep, Sulfuric Vortex deals 2 damage to that player.\nIf a player would gain life, that player gains no life instead. diff --git a/forge-gui/res/cardsfolder/t/tainted_remedy.txt b/forge-gui/res/cardsfolder/t/tainted_remedy.txt index 5fd90c8c490..823270be81d 100644 --- a/forge-gui/res/cardsfolder/t/tainted_remedy.txt +++ b/forge-gui/res/cardsfolder/t/tainted_remedy.txt @@ -1,10 +1,10 @@ Name:Tainted Remedy ManaCost:2 B Types:Enchantment -R:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ Opponent | ReplaceWith$ RLoseLife | Description$ If an opponent would gain life, that player loses that much life instead. -SVar:RLoseLife:AB$ LoseLife | Cost$ 0 | LifeAmount$ X | Defined$ ReplacedPlayer | References$ X +R:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ Opponent | ReplaceWith$ RLoseLife | AiLogic$ LoseLife | Description$ If an opponent would gain life, that player loses that much life instead. +SVar:RLoseLife:DB$ LoseLife | LifeAmount$ X | Defined$ ReplacedPlayer | References$ X SVar:X:ReplaceCount$LifeGained SVar:NonStackingEffect:True SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/tainted_remedy.jpg -Oracle:If an opponent would gain life, that player loses that much life instead. \ No newline at end of file +Oracle:If an opponent would gain life, that player loses that much life instead.