mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
angelic_voices.txt CheckSVar -> IsPresent, AI
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
Name:Angelic Voices
|
Name:Angelic Voices
|
||||||
ManaCost:2 W W
|
ManaCost:2 W W
|
||||||
Types:Enchantment
|
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.
|
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:X:Count$Valid Creature.nonWhite+nonArtifact+YouCtrl
|
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
AI:RemoveDeck:Random
|
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.
|
Oracle:Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.
|
||||||
|
|||||||
Reference in New Issue
Block a user