Page 6 of 119

Re: Card Requests

PostPosted: 06 Mar 2010, 09:07
by zerker2000
"Unleash the elves" :).

Re: Card Requests

PostPosted: 07 Mar 2010, 06:00
by lm01
zerker2000 wrote:Just Inviolability would be fine: I think we have both Pariah and Pariah's Shield.
Actually as of 21/02/2010... no, we don't :P
I'll add them to the request list.

Re: Card Requests

PostPosted: 08 Mar 2010, 14:08
by Corwin72

Re: Card Requests

PostPosted: 08 Mar 2010, 16:53
by apthaven
I'm sure all red Forge deck users would love Goblin Bushwhacker no doubt.

(A worthy addition to the ever growing Card Requests list in the other thread)

Re: Card Requests

PostPosted: 08 Mar 2010, 20:04
by lm01
apthaven wrote:I'm sure all red Forge deck users would love Goblin Bushwhacker no doubt.

(A worthy addition to the ever growing Card Requests list in the other thread)
Yap.
Actually haven't seen it before, I think they have enough with Goblin Lackey and Warren Instigator lol.
It's funny, although it's a fast goblin it doesn't have synergies with those pure speed goblin builds. But it's good for Standard builds :)
People wanting to test Standard isn't using Forge or you would have seen Calcite Snapper already :D Bury Jund! :lol:

I'm adding stuff to the list as I see then. It's easier to organize and avoid repeated stuff.
BTW if someone notice a card there that is already implemented or it gets so not saying "DONE", tell me something to update it.

I don't know what you guys think about it, but as Forge versions go I'm thinking to delete cards "DONE" from that list, I'm just keeping them a little time cause some people still ask, although they're already done.

Re: Card Requests

PostPosted: 08 Mar 2010, 22:42
by Chris H.
lm01 wrote:I'm adding stuff to the list as I see then. It's easier to organize and avoid repeated stuff.
BTW if someone notice a card there that is already implemented or it gets so not saying "DONE", tell me something to update it.

I don't know what you guys think about it, but as Forge versions go I'm thinking to delete cards "DONE" from that list, I'm just keeping them a little time cause some people still ask, although they're already done.
`
Thank you for the list. It is nice to have a central list for people to check against. :)

Some of the card requests will show up on the Forge developer forum. And the SVN where we place our updated revisions have a "commit log note" which often contains the names of the cards that have been recently added and will likely show up in the next beta release.

Re: Card Requests

PostPosted: 09 Mar 2010, 17:43
by lm01
X costs are coming along =D>
You can check updates on CARD LIST

Not a bug, but warning:
While going through some cards I noticed Kjeldoran Gargoyle it says Life Link.
This will change game play if you put life link on it by other means.
As multiple instances of life Link don't stack.
Life Link < Whenever this creature deals damage, you gain that much life

Re: Card Requests

PostPosted: 09 Mar 2010, 19:30
by apthaven
If you are on a constant need to check out what new cards have been worked on:

Check the updates here:
http://code.google.com/p/cardforge/updates/list

It gives you an idea of what to expect on the next beta release :)

For instance, we know that Lightkeeper of Emeria was added. and will appear next version.

Re: Card Requests

PostPosted: 09 Mar 2010, 20:11
by DennisBergkamp
Not a bug, but warning:
While going through some cards I noticed Kjeldoran Gargoyle it says Life Link.
This will change game play if you put life link on it by other means.
As multiple instances of life Link don't stack.
Life Link < Whenever this creature deals damage, you gain that much life
Yes, we are aware of this... also Armadillo Cloak just gives the creature lifelink. I'll fix it at some point :)

Re: Card Requests

PostPosted: 10 Mar 2010, 21:42
by cgraham54

Re: Card Requests

PostPosted: 10 Mar 2010, 22:08
by cgraham54

Re: Card Requests

PostPosted: 11 Mar 2010, 13:43
by lm01

Re: Card Requests

PostPosted: 11 Mar 2010, 21:35
by slapshot5
Requests:

Old Man of the Sea
Vesuvan Doppelganger (previously requested, but not on the list in other thread)
Recall (X mana cost spell)
Siren's Call
Clone
Ley Druid

I had Clone and Ley Druid implemented against a Forge code base from about a year and a half ago. Looks like much has changed since I last coded. I haven't tried, but I'd guess my implementations probably don't work anymore.

Re: Card Requests

PostPosted: 11 Mar 2010, 22:43
by cgraham54
Odd, I went through those decks searching Forge and couldn't find any of the spells.

I think you missed Hell's Caretaker

Re: Card Requests

PostPosted: 11 Mar 2010, 23:26
by DennisBergkamp
I had Clone and Ley Druid implemented against a Forge code base from about a year and a half ago. Looks like much has changed since I last coded. I haven't tried, but I'd guess my implementations probably don't work anymore.
Actually, they should still work (not THAT much has changed). I think the only thing that'd be different is that the code block should be placed in CardFactory_Creatures.java instead of CardFactory.java.