mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Fix Snowblind
This commit is contained in:
@@ -3,15 +3,15 @@ ManaCost:3 G
|
|||||||
Types:Enchantment Aura
|
Types:Enchantment Aura
|
||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
A:SP$ Attach | Cost$ 3 G | ValidTgts$ Creature | AILogic$ Curse
|
A:SP$ Attach | Cost$ 3 G | ValidTgts$ Creature | AILogic$ Curse
|
||||||
S:Mode$ Continuous | Affected$ Card.AttachedBy | CheckSVar$ CheckAttacking | AddPower$ AttackingX | AddToughness$ AttackingY | 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 | AddPower$ -AttackingX | AddToughness$ -AttackingY | 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
|
S:Mode$ Continuous | Affected$ Card.AttachedBy | CheckSVar$ CheckAttacking | SVarCompare$ EQ0 | AddPower$ -NotAttackingX | AddToughness$ -NotAttackingY
|
||||||
SVar:CheckAttacking:Count$Valid Card.AttachedBy+attacking
|
SVar:CheckAttacking:Count$Valid Card.AttachedBy+attacking
|
||||||
SVar:AttackingX:Count$Valid Land.DefenderCtrl+Snow/Negative
|
SVar:AttackingX:Count$Valid Land.DefenderCtrl+Snow
|
||||||
SVar:NotAttackingX:Count$Valid Land.Snow+EnchantedControllerCtrl/Negative
|
SVar:NotAttackingX:Count$Valid Land.Snow+EnchantedControllerCtrl
|
||||||
SVar:EnchantedY:Enchanted$CardToughness/Minus.1
|
SVar:EnchantedY:Enchanted$CardToughness/Minus.1
|
||||||
SVar:EnchantedDef:SVar$EnchantedY/Negative
|
SVar:EnchantedDef:SVar$EnchantedY
|
||||||
SVar:AttackingY:SVar$EnchantedDef/LimitMin.AttackingX
|
SVar:AttackingY:SVar$EnchantedDef/LimitMax.AttackingX
|
||||||
SVar:NotAttackingY:SVar$EnchantedDef/LimitMin.NotAttackingX
|
SVar:NotAttackingY:SVar$EnchantedDef/LimitMax.NotAttackingX
|
||||||
AI:RemoveDeck:Random
|
AI:RemoveDeck:Random
|
||||||
DeckNeeds:Type$Snow
|
DeckNeeds:Type$Snow
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/snowblind.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/snowblind.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user