mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
29260c205d
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35700 269b9781-a132-4a9b-9d4e-f004f1b56b58
19 lines
1.5 KiB
Plaintext
19 lines
1.5 KiB
Plaintext
Name:Snowblind
|
|
ManaCost:3 G
|
|
Types:Enchantment Aura
|
|
K:Enchant creature
|
|
A:SP$ Attach | Cost$ 3 G | ValidTgts$ Creature | AILogic$ Curse
|
|
S:Mode$ Continuous | Affected$ Card.AttachedBy | CheckSVar$ CheckAttacking | AddPower$ AttackingX | AddToughness$ AttackingY | References$ CheckAttacking | Description$ Enchanted creature gets -X/-Y. If that creature is attacking, X is the number of snow lands defending player controls. Otherwise, X is the number of snow lands its controller controls. Y is equal to X or to enchanted creature's toughness minus 1, whichever is smaller.
|
|
S:Mode$ Continuous | Affected$ Card.AttachedBy | CheckSVar$ CheckAttacking | SVarCompare$ EQ0 | AddPower$ NotAttackingX | AddToughness$ NotAttackingY | References$ CheckAttacking
|
|
SVar:CheckAttacking:Count$Valid Card.AttachedBy+attacking
|
|
SVar:AttackingX:Count$Valid Land.DefenderCtrl+Snow/Negative
|
|
SVar:NotAttackingX:Count$Valid Land.Snow+EnchantedControllerCtrl/Negative
|
|
SVar:EnchantedY:Enchanted$CardToughness/Minus.1
|
|
SVar:EnchantedDef:SVar$EnchantedY/Negative
|
|
SVar:AttackingY:SVar$EnchantedDef/LimitMin.AttackingX
|
|
SVar:NotAttackingY:SVar$EnchantedDef/LimitMin.NotAttackingX
|
|
SVar:RemRandomDeck:True
|
|
DeckNeeds:Type$Snow
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/snowblind.jpg
|
|
Oracle:Enchant creature\nEnchanted creature gets -X/-Y. If that creature is attacking, X is the number of snow lands defending player controls. Otherwise, X is the number of snow lands its controller controls. Y is equal to X or to enchanted creature's toughness minus 1, whichever is smaller.
|