Page 1 of 5
【0523】237 Return to Ravnica cards

Posted:
09 Sep 2012, 12:52
by sumomole
92 RTR cards, 62 GTC cards, 83 DGM cards.
EDIT: Vizkopa Confessor is wrong, don't use it.EDIT: Blaze Commando is wrong, don't use it.
DownloadUpdate 4.30Update 5.15Update 5.23
Re: 3 Return to Ravnica cards

Posted:
09 Sep 2012, 16:06
by thefiremind
What really pissed me off is that on the Wizards site's articles they started to cut all pictures to a standard height of 400px, so most hi-quality images are cut if compared to the original card pictures.
Re: 3 Return to Ravnica cards

Posted:
09 Sep 2012, 21:12
by BlindWillow
You can find high-res version of the art on Google. I've coded the three cards and formatted the artwork for them. I translated Jarad as best I could, but the other two are beyond me with their flavor text. I can post the full images I found too, if anyone wants.
Re: 3 Return to Ravnica cards

Posted:
10 Sep 2012, 02:59
by BlindWillow
I don't know why I thought your post was a request. Sorry about that.

The only thing I would suggest using out of my attachment is the artwork for Niv-Mizzet, as there appears to be some vignetting on the image you're using.
Re: 3 Return to Ravnica cards

Posted:
10 Sep 2012, 08:34
by thefiremind
I actually didn't try to search on Google because the images found that way are very often linked from the Wizards site, but you gave me hope about finding uncut pictures.
I saw the slight shadow at the borders of the Niv-Mizzet image used by sumomole: that comes from the Wizards site, too. The only uncut image received that treatment... are they trying to make our life hard?

Re: 3 Return to Ravnica cards

Posted:
10 Sep 2012, 08:52
by sumomole
BlindWillow wrote:You can find high-res version of the art on Google. I've coded the three cards and formatted the artwork for them. I translated Jarad as best I could, but the other two are beyond me with their flavor text. I can post the full images I found too, if anyone wants.
Jarad last ability only need to sacrifice a Bayou or Overgrown Tomb?
Re: 3 Return to Ravnica cards

Posted:
10 Sep 2012, 09:48
by thefiremind
sumomole wrote:Jarad last ability only need to sacrifice a Bayou or Overgrown Tomb?
I think you need 2 lands anyway... any one of them could be a Bayou or Overgrown Tomb, but you should need another one.
Re: 3 Return to Ravnica cards

Posted:
10 Sep 2012, 10:28
by sumomole
thefiremind wrote:sumomole wrote:Jarad last ability only need to sacrifice a Bayou or Overgrown Tomb?
I think you need 2 lands anyway... any one of them could be a Bayou or Overgrown Tomb, but you should need another one.
I didn‘t notice the image has shadow, I've replaced the image(thanks for BlindWillow).
Re: 4 Return to Ravnica cards

Posted:
11 Sep 2012, 16:33
by GeoffW
The populate one looks like fun. What I didn't notice at first is that most of the Selesnya tokens are 1/1 saprolings, so to get the most out of this effect I expect you're going to have to deliberately include cards that create bigger tokens like 3/3's.
I don't think Isperia is as interesting as the old one.
Re: 4 Return to Ravnica cards

Posted:
11 Sep 2012, 21:09
by sadlyblue
GeoffW wrote:The populate one looks like fun. What I didn't notice at first is that most of the Selesnya tokens are 1/1 saprolings, so to get the most out of this effect I expect you're going to have to deliberately include cards that create bigger tokens like 3/3's.
Like Grove of the Guardian, for example...
Or a Entreat the Angels, Beast Attack...
Re: 4 Return to Ravnica cards

Posted:
12 Sep 2012, 04:45
by SoulStorm
These are great Sumomole! I'd like to request Angel of Serenity if you're up for it. She's my favorite card of the set thus far.
Re: 4 Return to Ravnica cards

Posted:
12 Sep 2012, 05:19
by drleg3nd
Hey guys is someone making a deck with any of these cards ? They look good.thx
Re: 4 Return to Ravnica cards

Posted:
13 Sep 2012, 09:10
by thefiremind
SoulStorm wrote:These are great Sumomole! I'd like to request Angel of Serenity if you're up for it. She's my favorite card of the set thus far.
Angel of Serenity should be easy to code for the exiling part: it's like a triple Journey to Nowhere. It's probably a bit harder to make the choice part: if there are targets both in graveyards and on the battlefield, a query should ask for the zone, otherwise the card should automatically choose the zone where there's at least one target.
Re: 4 Return to Ravnica cards

Posted:
13 Sep 2012, 22:44
by BlindWillow
Another idea for Angel of Serenity would be to build a datachest of all creatures on the battlefield and graveyards and then use ChooseTargetFromDC. I did something similar with Auras for Bruna.
Re: 4 Return to Ravnica cards

Posted:
14 Sep 2012, 08:38
by thefiremind
BlindWillow wrote:Another idea for Angel of Serenity would be to build a datachest of all creatures on the battlefield and graveyards and then use ChooseTargetFromDC. I did something similar with Auras for Bruna.
If there's a creature on the battlefield and another copy of the same card in a graveyard, I think you have no way to distinguish them if you want to select only the one on the battlefield or only the one in the graveyard.