mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fixed Death's Shadow implementation to work correctly with the new StaticAbilityContinuous modification.
This commit is contained in:
@@ -2,8 +2,8 @@ Name:Death's Shadow
|
|||||||
ManaCost:B
|
ManaCost:B
|
||||||
Types:Creature Avatar
|
Types:Creature Avatar
|
||||||
PT:13/13
|
PT:13/13
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets -X/-X, where X is your life total.
|
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ -X | AddToughness$ -X | Description$ CARDNAME gets -X/-X, where X is your life total.
|
||||||
SVar:X:Count$YourLifeTotal/Negative
|
SVar:X:Count$YourLifeTotal
|
||||||
SVar:NeedsToPlayVar:Y LE12
|
SVar:NeedsToPlayVar:Y LE12
|
||||||
SVar:Y:Count$YourLifeTotal
|
SVar:Y:Count$YourLifeTotal
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/deaths_shadow.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/deaths_shadow.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user