mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
16 lines
1.3 KiB
Plaintext
16 lines
1.3 KiB
Plaintext
Name:Standstill
|
|
ManaCost:1 U
|
|
Types:Enchantment
|
|
A:SP$ PermanentNoncreature | Cost$ 1 U | AILogic$ MoreCreatures
|
|
T:Mode$ SpellCast | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSacYou | TriggerDescription$ When a player casts a spell, sacrifice CARDNAME. If you do, each of that player's opponents draws three cards.
|
|
T:Mode$ SpellCast | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigSacOpp | Secondary$ True | TriggerDescription$ When a player casts a spell, sacrifice CARDNAME. If you do, each of that player's opponents draws three cards.
|
|
#Must use SacrificeAll since regular sacrifice can't remember the sac'd cards atm.
|
|
SVar:TrigSacYou:AB$SacrificeAll | Cost$ 0 | ValidCards$ Card.Self | RememberSacrificed$ True | SubAbility$ DrawOpp
|
|
SVar:TrigSacOpp:AB$SacrificeAll | Cost$ 0 | ValidCards$ Card.Self | RememberSacrificed$ True | SubAbility$ DrawYou
|
|
SVar:DrawOpp:DB$ Draw | NumCards$ 3 | Defined$ Opponent | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1
|
|
SVar:DrawYou:DB$ Draw | NumCards$ 3 | Defined$ You | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1
|
|
SVar:X:Remembered$Amount
|
|
Svar:RemAIDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/standstill.jpg
|
|
Oracle:When a player casts a spell, sacrifice Standstill. If you do, each of that player's opponents draws three cards.
|
|
SetInfo:ODY Uncommon |