"they discard a card."

This commit is contained in:
schnautzr
2018-05-24 16:50:48 -05:00
parent 1b8bc63b07
commit 172600a94d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Name:Painful Quandary
ManaCost:3 B B
Types:Enchantment
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an opponent casts a spell, that player loses 5 life unless he or she discards a card.
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.
SVar:TrigLoseLife:DB$LoseLife | Defined$ TriggeredActivator | LifeAmount$ 5 | UnlessCost$ Discard<1/Card> | UnlessPayer$ TriggeredCardController
SVar:Picture:http://www.wizards.com/global/images/magic/general/painful_quandary.jpg
Oracle:Whenever an opponent casts a spell, that player loses 5 life unless he or she discards a card.
Oracle:Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.

View File

@@ -2,9 +2,9 @@ Name:Possessed Portal
ManaCost:8
Types:Artifact
R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ Player | Prevent$ True | Description$ If a player would draw a card, that player skips that draw instead.
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigSacrifice | TriggerDescription$ At the beginning of each end step, each player sacrifices a permanent unless he or she discards a card.
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigSacrifice | TriggerDescription$ At the beginning of each end step, each player sacrifices a permanent unless they discard a card.
SVar:TrigSacrifice:DB$ RepeatEach | RepeatSubAbility$ DBSac | RepeatPlayers$ Player
SVar:DBSac:DB$ Sacrifice | SacValid$ Permanent | Defined$ Player.IsRemembered | UnlessCost$ Discard<1/Card> | UnlessPayer$ Remembered
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/possessed_portal.jpg
Oracle:If a player would draw a card, that player skips that draw instead.\nAt the beginning of each end step, each player sacrifices a permanent unless he or she discards a card.
Oracle:If a player would draw a card, that player skips that draw instead.\nAt the beginning of each end step, each player sacrifices a permanent unless they discard a card.