mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
angelic_voices.txt CheckSVar -> IsPresent, AI
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
Name:Angelic Voices
|
||||
ManaCost:2 W W
|
||||
Types:Enchantment
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | CheckSVar$ X | SVarCompare$ EQ0 | Description$ Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.
|
||||
SVar:X:Count$Valid Creature.nonWhite+nonArtifact+YouCtrl
|
||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | IsPresent$ Creature.nonWhite+nonArtifact+YouCtrl | PresentCompare$ EQ0 | Description$ Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.
|
||||
SVar:PlayMain1:TRUE
|
||||
AI:RemoveDeck:Random
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/angelic_voices.jpg
|
||||
DeckNeeds:Type$Artifact & Color$White
|
||||
Oracle:Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.
|
||||
|
||||
Reference in New Issue
Block a user