Page 56 of 119

Re: Card Requests

PostPosted: 09 Jul 2011, 18:15
by Chris H.
jeffwadsworth wrote:We don't do "half-implemented" cards. :)
`
Yep, we have enough unintended mistakes slipping through as it is. :mrgreen:

Re: Card Requests

PostPosted: 09 Jul 2011, 19:00
by jeffwadsworth
Vecc wrote:I suppose Cabal Therapy is now possible? Seeing as there is Cranial Extraction and flashback implemented... not sure about sacrificing a creature for FB cost, tho'.
Cranial Extraction is hard-coded.

Re: Card Requests

PostPosted: 10 Jul 2011, 03:41
by mahan21
jeffwadsworth wrote:
friarsol wrote:Of cats?
We already have Soul Foundry. Tooth and Nail looks doable. Might be able to do Myr Incubator. Cranial Plating will have to wait until we get full Attach functionality working.
Both added to SVN.
My bad.. but is there already a svn with Tooth and Nail and Myr Incubator? btw.. i haven't seen Duplicant and Chrome Mox yet.. aw man.. Cranial Plating :(.. really want to relive my days with the raffinity deck :(

Re: Card Requests

PostPosted: 10 Jul 2011, 12:38
by jeffwadsworth
mahan21 wrote:
jeffwadsworth wrote:
friarsol wrote:Of cats?
We already have Soul Foundry. Tooth and Nail looks doable. Might be able to do Myr Incubator. Cranial Plating will have to wait until we get full Attach functionality working.
Both added to SVN.
My bad.. but is there already a svn with Tooth and Nail and Myr Incubator? btw.. i haven't seen Duplicant and Chrome Mox yet.. aw man.. Cranial Plating :(.. really want to relive my days with the raffinity deck :(
I will try to script Duplicant. The Chrome Mox has been added to the SVN.

Duplicant is just waiting for its set type part, and it should be ready to roll.

Re: Card Requests

PostPosted: 10 Jul 2011, 12:44
by friarsol
jeffwadsworth wrote:I will try to script Duplicant. The Chrome Mox would need a coded solution. There is only one SVN.
Chrome Mox might be doable with Reflectable Mana, or at least with some minor additions. Check out how Squandered Resources works.

Re: Card Requests

PostPosted: 10 Jul 2011, 18:19
by jeffwadsworth
friarsol wrote:
jeffwadsworth wrote:I will try to script Duplicant. The Chrome Mox would need a coded solution. There is only one SVN.
Chrome Mox might be doable with Reflectable Mana, or at least with some minor additions. Check out how Squandered Resources works.
Ahh, yeah. I will try that. But Meteor Crater is closer. :)

Re: Card Requests

PostPosted: 10 Jul 2011, 18:53
by friarsol
jeffwadsworth wrote:Ahh, yeah. I will try that. But Meteor Crater is closer. :)
Not really
A) I've never heard of that card. I do know about Squandered Resources.
B) I would think the Defined.Sacrificed in Squandered Resources will be more similar to how the final script will look.

Re: Card Requests

PostPosted: 10 Jul 2011, 19:00
by jeffwadsworth
friarsol wrote:
jeffwadsworth wrote:Ahh, yeah. I will try that. But Meteor Crater is closer. :)
Not really
A) I've never heard of that card. I do know about Squandered Resources.
B) I would think the Defined.Sacrificed in Squandered Resources will be more similar to how the final script will look.
I meant in terms of the card not being a land...anyway, it works.

Re: Card Requests

PostPosted: 10 Jul 2011, 19:05
by friarsol
jeffwadsworth wrote:I meant in terms of the card not being a land...anyway, it works.
Good. Glad things work without any extra code. :)

Re: Card Requests

PostPosted: 11 Jul 2011, 04:44
by Iran
Hello!!!
I'd like to see Paradox Haze, Reality Acid, Clockspinning and Jhoira's Timebug cards in forge.

Thanks

Re: Card Requests

PostPosted: 13 Jul 2011, 14:32
by Iran
Others cards I wish to see are Ovinize, Conundrum Sphinx, Redirect
Thanks

Re: Card Requests

PostPosted: 14 Jul 2011, 11:15
by CardKeyOh
Hi,
someone already mentioned it two posts above me,
Paradox Haze would be very nice to add, as well as:

Magmatic Core
Shifting Sky
Chameleon Spirit
Tidal Visionary
Transmute Artifact


Thanks

Re: Card Requests

PostPosted: 19 Jul 2011, 01:33
by AndyTron
There's a new manaless dredge build in legacy that I wanted to try out in forge. Right now only three cards are missing: Nether Shadow, Phantasmagorian, and Cabal Therapy.

I know the therapy isn't possible right now outside of hardcoding, but what about the other two? Are they doable?

-Thanks, Andy

Re: Card Requests

PostPosted: 19 Jul 2011, 01:54
by jeffwadsworth
AndyTron wrote:There's a new manaless dredge build in legacy that I wanted to try out in forge. Right now only three cards are missing: Nether Shadow, Phantasmagorian, and Cabal Therapy.

I know the therapy isn't possible right now outside of hardcoding, but what about the other two? Are they doable?

-Thanks, Andy
Yeah, the Cabal Therapy requires the naming of a card (script allows colors and types currently).
The Nether Shadow is not scriptable. No way to determine its position in any zone, yet.
The Phantasmagorian is most probably not scriptable, but I will mess around with it. There is a scriptable option that allows any player to activate an ability...but this is different.

Re: Card Requests

PostPosted: 19 Jul 2011, 02:01
by jeffwadsworth
CardKeyOh wrote:Hi,
someone already mentioned it two posts above me,
Paradox Haze would be very nice to add, as well as:

Magmatic Core
Shifting Sky
Chameleon Spirit
Tidal Visionary
Transmute Artifact


Thanks
Shifting Sky - should be doable soon.
Chameleon Spirit
Tidal Visionary

These 3 should be scriptable. I will check them out.