"they discarded"

This commit is contained in:
schnautzr
2018-05-24 17:16:20 -05:00
parent bc84022d52
commit b581d722c3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Name:Forget
ManaCost:U U
Types:Sorcery
A:SP$ Discard | Cost$ U U | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | NumCards$ 2 | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Target player discards two cards, then draws as many cards as he or she discarded this way.
A:SP$ Discard | Cost$ U U | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | NumCards$ 2 | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Target player discards two cards, then draws as many cards as they discarded this way.
SVar:DBDraw:DB$ Draw | Defined$ Targeted | NumCards$ X | References$ X
SVar:X:Remembered$Amount
SVar:Picture:http://www.wizards.com/global/images/magic/general/forget.jpg
Oracle:Target player discards two cards, then draws as many cards as he or she discarded this way.
Oracle:Target player discards two cards, then draws as many cards as they discarded this way.

View File

@@ -1,7 +1,7 @@
Name:Mind Bomb
ManaCost:U
Types:Sorcery
A:SP$ RepeatEach | Cost$ U | RepeatSubAbility$ DBChoose | RepeatPlayers$ Player | SpellDescription$ Each player may discard up to three cards. CARDNAME deals damage to each player equal to 3 minus the number of cards he or she discarded this way.
A:SP$ RepeatEach | Cost$ U | RepeatSubAbility$ DBChoose | RepeatPlayers$ Player | SpellDescription$ Each player may discard up to three cards. CARDNAME deals damage to each player equal to 3 minus the number of cards they discarded this way.
SVar:DBChoose:DB$ ChooseNumber | Defined$ Player.IsRemembered | Min$ 0 | Max$ 3 | AILogic$ LoseLife | SubAbility$ DBDiscard
SVar:DBDiscard:DB$ Discard | Defined$ Player.IsRemembered | NumCards$ X | References$ X | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBLoseLife
SVar:DBLoseLife:DB$ LoseLife | Defined$ Player.IsRemembered | LifeAmount$ Z | References$ Z,Y | SubAbility$ DBCleanup
@@ -12,4 +12,4 @@ SVar:Z:SVar$Y/NMinus.3
SVar:RemAIDeck:True
SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/mind_bomb.jpg
Oracle:Each player may discard up to three cards. Mind Bomb deals damage to each player equal to 3 minus the number of cards he or she discarded this way.
Oracle:Each player may discard up to three cards. Mind Bomb deals damage to each player equal to 3 minus the number of cards they discarded this way.