mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
add Memory Jar (from Urza's Legacy)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4670,6 +4670,7 @@ res/cardsfolder/m/meltdown.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/memnarch.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/memnite.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/memory_erosion.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/memory_jar.txt -text
|
||||
res/cardsfolder/m/memory_lapse.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mending_hands.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/meng_huo_barbarian_king.txt svneol=native#text/plain
|
||||
|
||||
16
res/cardsfolder/m/memory_jar.txt
Normal file
16
res/cardsfolder/m/memory_jar.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Name:Memory Jar
|
||||
ManaCost:5
|
||||
Types:Artifact
|
||||
Text:no text
|
||||
A:AB$ ChangeZoneAll | Cost$ T Sac<1/CARDNAME> | ChangeType$ Card | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ YouDraw | SpellDescription$ Each player exiles all cards from his or her hand face down and draws seven cards. At the beginning of the next end step, each player discards his or her hand and returns to his or her hand each card he or she exiled this way.
|
||||
SVar:YouDraw:DB$ Draw | Defined$ You | NumCards$ 7 | SubAbility$ OppDraw
|
||||
SVar:OppDraw:DB$ Draw | Defined$ Opponent | NumCards$ 7 | SubAbility$ DelayedReturn
|
||||
SVar:DelayedReturn:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ YouDiscard | TriggerDescription$ Both players discard their hands. Return exiled cards to their owners' hands.
|
||||
SVar:YouDiscard: AB$ Discard | Cost$ 0 | Defined$ You | Mode$ Hand | SubAbility$ OppDiscard
|
||||
SVar:OppDiscard: DB$ Discard | Defined$ Opponent | Mode$ Hand | SubAbility$ ReturnAll
|
||||
SVar:ReturnAll:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/memory_jar.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user