mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
fix toughness
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user