From c6d44acd22c7a0168981fb8d6864f97ea9c387b0 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sun, 14 Feb 2021 11:02:30 +0800 Subject: [PATCH] fix toughness --- forge-gui/res/cardsfolder/l/lhurgoyf.txt | 2 +- forge-gui/res/cardsfolder/s/shapeshifter.txt | 2 +- forge-gui/res/cardsfolder/t/tarmogoyf.txt | 2 +- forge-gui/res/cardsfolder/y/yavimaya_kavu.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/cardsfolder/l/lhurgoyf.txt b/forge-gui/res/cardsfolder/l/lhurgoyf.txt index f2127c0b228..9af56f61e8a 100644 --- a/forge-gui/res/cardsfolder/l/lhurgoyf.txt +++ b/forge-gui/res/cardsfolder/l/lhurgoyf.txt @@ -2,7 +2,7 @@ Name:Lhurgoyf ManaCost:2 G G Types:Creature Lhurgoyf PT:*/1+* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | References$ X, Y | Description$ CARDNAME's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ Y | References$ X, Y | Description$ CARDNAME's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. SVar:X:Count$TypeInAllYards.Creature SVar:Y:Count$TypeInAllYards.Creature/Plus.1 SVar:Picture:http://www.wizards.com/global/images/magic/general/lhurgoyf.jpg diff --git a/forge-gui/res/cardsfolder/s/shapeshifter.txt b/forge-gui/res/cardsfolder/s/shapeshifter.txt index 1b10ba75e14..03dfbc82b18 100644 --- a/forge-gui/res/cardsfolder/s/shapeshifter.txt +++ b/forge-gui/res/cardsfolder/s/shapeshifter.txt @@ -5,7 +5,7 @@ PT:*/7-* K:ETBReplacement:Other:ChooseNumber T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ ChooseNumber | TriggerDescription$ At the beginning of your upkeep, you may choose a number between 0 and 7. SVar:ChooseNumber:DB$ ChooseNumber | Defined$ You | Min$ 0 | Max$ 7 | AILogic$ Min | SpellDescription$ As CARDNAME enters the battlefield, choose a number between 0 and 7. -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | References$ X, Y | Description$ CARDNAME's power is equal to the last chosen number and its toughness is equal to 7 minus that number. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ Y | References$ X, Y | Description$ CARDNAME's power is equal to the last chosen number and its toughness is equal to 7 minus that number. SVar:X:Count$ChosenNumber SVar:Y:Number$7/Minus.X AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/t/tarmogoyf.txt b/forge-gui/res/cardsfolder/t/tarmogoyf.txt index 3d38f1e2d30..670a6363132 100644 --- a/forge-gui/res/cardsfolder/t/tarmogoyf.txt +++ b/forge-gui/res/cardsfolder/t/tarmogoyf.txt @@ -2,7 +2,7 @@ Name:Tarmogoyf ManaCost:1 G Types:Creature Lhurgoyf PT:*/1+* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | References$ X, Y | Description$ CARDNAME's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ Y | References$ X, Y | Description$ CARDNAME's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1. SVar:X:Count$CardTypes.Graveyard SVar:Y:SVar$X/Plus.1 SVar:Picture:http://www.wizards.com/global/images/magic/general/tarmogoyf.jpg diff --git a/forge-gui/res/cardsfolder/y/yavimaya_kavu.txt b/forge-gui/res/cardsfolder/y/yavimaya_kavu.txt index 09a52adf563..86e0798d2fa 100644 --- a/forge-gui/res/cardsfolder/y/yavimaya_kavu.txt +++ b/forge-gui/res/cardsfolder/y/yavimaya_kavu.txt @@ -2,7 +2,7 @@ Name:Yavimaya Kavu ManaCost:2 R G Types:Creature Kavu PT:*/* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | References$ X, Y | Description$ CARDNAME's power is equal to the number of red creatures on the battlefield. CARDNAME's toughness is equal to the number of green creatures on the battlefield. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ Y | References$ X, Y | Description$ CARDNAME's power is equal to the number of red creatures on the battlefield. CARDNAME's toughness is equal to the number of green creatures on the battlefield. SVar:X:Count$Valid Creature.Red SVar:Y:Count$Valid Creature.Green SVar:BuffedBy:Creature.Red,Creature.Green