mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
cliffrunner_behemoth.txt CheckSVar -> IsPresent
This commit is contained in:
@@ -2,11 +2,8 @@ Name:Cliffrunner Behemoth
|
||||
ManaCost:3 G
|
||||
Types:Creature Rhino Beast
|
||||
PT:5/3
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Haste | CheckSVar$ X | SVarCompare$ GE1 | Description$ CARDNAME has haste as long as you control a red permanent.
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Lifelink | CheckSVar$ Y | SVarCompare$ GE1 | Description$ CARDNAME has lifelink as long as you control a white permanent.
|
||||
SVar:X:Count$Valid Permanent.Red+YouCtrl
|
||||
SVar:Y:Count$Valid Permanent.White+YouCtrl
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Haste | IsPresent$ Permanent.Red+YouCtrl | Description$ CARDNAME has haste as long as you control a red permanent.
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Lifelink | IsPresent$ Permanent.White+YouCtrl | Description$ CARDNAME has lifelink as long as you control a white permanent.
|
||||
SVar:BuffedBy:Creature.White,Creature.Red
|
||||
DeckHints:Color$White|Red
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cliffrunner_behemoth.jpg
|
||||
Oracle:Cliffrunner Behemoth has haste as long as you control a red permanent.\nCliffrunner Behemoth has lifelink as long as you control a white permanent.
|
||||
|
||||
Reference in New Issue
Block a user