mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
15 lines
883 B
Plaintext
15 lines
883 B
Plaintext
|
Name:Dark Deal
|
||
|
ManaCost:2 B
|
||
|
Types:Sorcery
|
||
|
A:SP$ RepeatEach | Cost$ 2 B | RepeatPlayers$ Player | RepeatSubAbility$ DBDiscard | SpellDescription$ Each player discards all the cards in his or her hand, then draws that many cards minus one.
|
||
|
SVar:DBDiscard:DB$ Discard | Defined$ Player.IsRemembered | Mode$ Hand | RememberDiscarded$ True | SubAbility$ DBDraw
|
||
|
SVar:DBDraw:DB$ Draw | NumCards$ X | Defined$ Player.IsRemembered | References$ X | SubAbility$ CleanDrawn
|
||
|
SVar:CleanDrawn:DB$ Cleanup | ClearRemembered$ True
|
||
|
# This calculation isn't considering the remembered player, only the remembered cards?
|
||
|
SVar:X:Remembered$Amount.Minus.1
|
||
|
SVar:RemAIDeck:True
|
||
|
SVar:RemRandomDeck:True
|
||
|
DeckHas:Ability$Graveyard
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/dark_deal.jpg
|
||
|
Oracle:Each player discards all the cards in his or her hand, then draws that many cards minus one.
|