mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
"they've"
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Name:Cerebral Vortex
|
||||
ManaCost:1 U R
|
||||
Types:Instant
|
||||
A:SP$ Draw | Cost$ 1 U R | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Choose a player | SubAbility$ DBDamage | SpellDescription$ Target player draws two cards, then CARDNAME deals damage to that player equal to the number of cards he or she has drawn this turn.
|
||||
A:SP$ Draw | Cost$ 1 U R | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Choose a player | SubAbility$ DBDamage | SpellDescription$ Target player draws two cards, then CARDNAME deals damage to that player equal to the number of cards they've drawn this turn.
|
||||
SVar:DBDamage:DB$DealDamage | Defined$ Targeted | NumDmg$ X | References$ X
|
||||
SVar:X:TargetedPlayer$CardsDrawn
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cerebral_vortex.jpg
|
||||
Oracle:Target player draws two cards, then Cerebral Vortex deals damage to that player equal to the number of cards he or she has drawn this turn.
|
||||
Oracle:Target player draws two cards, then Cerebral Vortex deals damage to that player equal to the number of cards they've drawn this turn.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Name:Skullcage
|
||||
ManaCost:4
|
||||
Types:Artifact
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, CARDNAME deals 2 damage to that player unless he or she has exactly three or exactly four cards in hand.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, CARDNAME deals 2 damage to that player unless they've exactly three or exactly four cards in hand.
|
||||
SVar:TrigDamage:DB$ DealDamage | NumDmg$ 2 | Defined$ TriggeredPlayer | ConditionCheckSVar$ X | ConditionSVarCompare$ LT3 | SubAbility$ DBDamage | References$ X
|
||||
SVar:DBDamage:DB$ DealDamage | NumDmg$ 2 | Defined$ TriggeredPlayer | ConditionCheckSVar$ X | ConditionSVarCompare$ GT4 | References$ X
|
||||
SVar:X:TriggeredPlayer$CardsInHand
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/skullcage.jpg
|
||||
Oracle:At the beginning of each opponent's upkeep, Skullcage deals 2 damage to that player unless he or she has exactly three or exactly four cards in hand.
|
||||
Oracle:At the beginning of each opponent's upkeep, Skullcage deals 2 damage to that player unless they've exactly three or exactly four cards in hand.
|
||||
|
||||
Reference in New Issue
Block a user