fix toughness

This commit is contained in:
Anthony Calosa
2021-02-14 11:02:30 +08:00
parent 2be89b205d
commit c6d44acd22
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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