A triggered mana ability is one that adds mana to a player's mana pool and triggers on an activated mana ability
Compare how the Fifth Edition Donato Giancola art looks compared to its first printing in Alpha and you can see the new frame and colors give it a lovely washed out, ethereal quality
Morningtide's Light Morningtide's Light can flicker creatures offensively since you can exile your opponents creatures
If I am recommending other colors, blue has a $12 DCI foil Capsize and a $6 foil Timeshifted Whispers of the Muse to pair with Paradox Engine
Of course, you know who wants this the most, and thats the Selesnya enchantments deck, an archetype we didnt have in Standard the last go-round
and a card's id can be made like so: Code: # create a base 42 character code here id = [put all needed statistics here].pack("42 chararacter string here") main_id = "" # get the main id with the XXXX-XXXX-XXXX (and so forth) for i in 0..id.length-1 main_id += " " main_id[main_id.length-1] = id[i] if i % 4 == 0 main_id += "-" end end I hope this helps a little bit