mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
update
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
Name:The Wedding of River Song
|
Name:The Wedding of River Song
|
||||||
ManaCost:2 W
|
ManaCost:2 W
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Draw | DrawNum$ 2 | SubAbility$ DBExile | SpellDescription$ Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.
|
A:SP$ Draw | NumCards$ 2 | SubAbility$ DBExile | SpellDescription$ Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.
|
||||||
SVar:DBExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card.nonLand | WithCountersType$ TIME | WithCountersAmount$ X | RememberChanged$ True | SubAbility$ OppExile
|
SVar:DBExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card.nonLand | WithCountersType$ TIME | WithCountersAmount$ X | RememberChanged$ True | SubAbility$ OppDraw
|
||||||
SVar:OppExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ValidTgts$ Opponent | Chooser$ Targeted | Hidden$ True | WithCountersType$ TIME | WithCountersAmount$ Y | ChangeType$ Card.nonLand | Imprint$ True | SubAbility$ GiveSuspend
|
SVar:OppDraw:DB$ Draw | NumCards$ 2 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ OppExile
|
||||||
|
SVar:OppExile:DB$ ChangeZone | DefinedPlayer$ Targeted | Origin$ Hand | Destination$ Exile | Chooser$ Targeted | Hidden$ True | WithCountersType$ TIME | WithCountersAmount$ Y | ChangeType$ Card.nonLand | Imprint$ True | SubAbility$ GiveSuspend
|
||||||
SVar:GiveSuspend:DB$ PumpAll | ValidCards$ Card.IsRemembered+withoutSuspend,Card.IsImprinted+withoutSuspend | KW$ Suspend | PumpZone$ Exile | Duration$ Permanent | SubAbility$ DBCleanup
|
SVar:GiveSuspend:DB$ PumpAll | ValidCards$ Card.IsRemembered+withoutSuspend,Card.IsImprinted+withoutSuspend | KW$ Suspend | PumpZone$ Exile | Duration$ Permanent | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True
|
||||||
SVar:X:Remembered$CardManaCost
|
SVar:X:Remembered$CardManaCost
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Name:Human Noble
|
Name:Human Noble Token
|
||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Types:Creature Human Noble
|
Types:Creature Human Noble
|
||||||
Colors:white
|
Colors:white
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Name:Horse
|
Name:Horse Token
|
||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Types:Creature Horse
|
Types:Creature Horse
|
||||||
Colors:white
|
Colors:white
|
||||||
|
|||||||
Reference in New Issue
Block a user