I want to massively thank the devs and cardscripters involved in 1.2.6, especially for two reasons: first, they brought in more of my beloved targeted graveyard recursion (
Dwell on the Past,
Memory's Journey,
Stream of Consciousness). Second, they left my absolute favourite such card,
Gaea's Blessing, undone so I could grab it!

- Code: Select all
Name:Gaea's Blessing
ManaCost:1 G
Types:Sorcery
Text:no text
A:SP$ Pump | Cost$ 1 G | ValidTgts$ Player | TgtPrompt$ Select target Player | SubAbility$ DBChangeZone | IsCurse$ True | SpellDescription$ Target player shuffles up to three target cards from his or her graveyard into his or her library.
SVar:DBChangeZone:DB$ ChangeZone | TargetMin$ 0 | TargetMax$ 3 | TargetsWithDefinedController$ Targeted | Origin$ Graveyard | Destination$ Library | Shuffle$ True | TgtPrompt$ Choose target card | ValidTgts$ Card | SubAbility$ DBDraw
SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card.
T:Mode$ ChangesZone | Origin$ Library | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME is put into your graveyard from your library, shuffle your graveyard into your library.
SVar:TrigChange:AB$ ChangeZoneAll | Cost$ 0 | ChangeType$ Card.YouOwn | Origin$ Graveyard | Destination$ Library | Shuffle$ True | SpellDescription$ Shuffle your graveyard into your library.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_blessing.jpg
SetInfo:WTH|Uncommon|http://magiccards.info/scans/en/wl/71.jpg
Oracle:
End
Tested, seems to work fine. I've been out of the loop, and don't know the current etiquette on Setinfo and
Oracle lines; I filled in a Setinfo because Forge crashed when I left it empty. If they should be stripped for the scripts to fill in, hopefully some kind committer will do so.
By my count, this is my 99th scripted card. I really have to find (at least) one more....