Page 46 of 119

Re: Card Requests

PostPosted: 12 Feb 2011, 04:57
by slapshot5
slapshot5 wrote:I've started this. I've got it coded in my local code, but haven't tested at all.

I got sidetracked for the last week and a half or so.

-slapshot5
Just tested, and got it working. Now added to SVN.

-slapshot5

Re: Card Requests

PostPosted: 12 Feb 2011, 13:30
by lazylockie
yay! thanks slap!

Re: Card Requests

PostPosted: 14 Feb 2011, 12:04
by srecko
Could you implement Yawgmoth's Will ?
It's one of the most broken and abused cards in vintage.

Re: Card Requests

PostPosted: 14 Feb 2011, 14:54
by friarsol
srecko wrote:Could you implement Yawgmoth's will?
It's one of the most broken and abused cards in vintage.
It's such a pain in the ass to write. At some point we'll have enough tools to be able to handle it properly, but for now things will have to wait while we build up other tools to handle it.

Re: Card Requests

PostPosted: 15 Feb 2011, 02:33
by Magic Pancake
friarsol wrote:
srecko wrote:Could you implement Yawgmoth's will?
It's one of the most broken and abused cards in vintage.
It's such a pain in the ass to write. At some point we'll have enough tools to be able to handle it properly, but for now things will have to wait while we build up other tools to handle it.
Maybe I just don't know how to program, but would it be possible to hack a copy which gives flashback to all the cards in your graveyard?

Re: Card Requests

PostPosted: 15 Feb 2011, 03:01
by friarsol
Magic Pancake wrote:Maybe I just don't know how to program, but would it be possible to hack a copy which gives flashback to all the cards in your graveyard?
I'm probably not the right person to suggest that to. I think I might be the most strict of the devs when it comes to *not* hacking things together. I probably cringe everytime I see something given a "close enough" makeover. (Like Chub Toad)

Re: Card Requests

PostPosted: 15 Feb 2011, 03:31
by Rob Cashwalker
I thought about the "simple" flashback or unearth hack. Sure, flashback for instants and sorceries, would work fine that way... but unearth sacs the returned creature at EOT. Then there's the trigger effect that only needs to last during that turn as well. Yeah... just too hacky to be done soon.

Re: Card Requests

PostPosted: 15 Feb 2011, 04:04
by Zirbert
friarsol wrote: I probably cringe everytime I see something given a "close enough" makeover. (Like Chub Toad)
Wait, why is Chub Toad hacked together? Couldn't it be done pretty easily with AF + triggers? Seems like it would need two separate T:Mode$ Blocks lines, once for when it blocks and once for when it becomes blocked, both of which could lead to a single SVar:Trig line giving it the +2/+2 pump. What am I missing here?

And why do I ask that last question so often around here?

Don't answer that one. You might hurt my feelings.

-Zirbert

Re: Card Requests

PostPosted: 15 Feb 2011, 04:16
by slapshot5
Zirbert wrote:
friarsol wrote: I probably cringe everytime I see something given a "close enough" makeover. (Like Chub Toad)
Wait, why is Chub Toad hacked together? Couldn't it be done pretty easily with AF + triggers? Seems like it would need two separate T:Mode$ Blocks lines, once for when it blocks and once for when it becomes blocked, both of which could lead to a single SVar:Trig line giving it the +2/+2 pump. What am I missing here?

And why do I ask that last question so often around here?

Don't answer that one. You might hurt my feelings.

-Zirbert
Chub Toad can be done as you say, but it's currently implemented as Bushido 2. It does not have Bushido because it is not a Samurai.

-slapshot5

Re: Card Requests

PostPosted: 15 Feb 2011, 04:18
by Zirbert
slapshot5 wrote:Chub Toad can be done as you say, but it's currently implemented as Bushido 2. It does not have Bushido because it is not a Samurai.

-slapshot5
You must admit, however, that a Samurai Frog would be awesome.

Re: Card Requests

PostPosted: 15 Feb 2011, 14:16
by Drudger
Any chance for Songs of the Damned ? It's the only card needed to make a Fluctuator deck fun.

Re: Card Requests

PostPosted: 15 Feb 2011, 15:10
by friarsol
Drudger wrote:Any chance for Songs of the Damned ? It's the only card needed to make a Fluctuator deck fun.
Don't we already have that?

Re: Card Requests

PostPosted: 15 Feb 2011, 15:38
by Chris H.
friarsol wrote:
Drudger wrote:Any chance for Songs of the Damned ? It's the only card needed to make a Fluctuator deck fun.
Don't we already have that?
`
Yes, just checked and we do:

Songs of the Damned card | Open
Name:Songs of the Damned
ManaCost:B
Types:Instant
Text:no text
A:SP$ Mana | Cost$ B | Produced$ B | Amount$ X | SpellDescription$ Add B to your mana pool for each creature card in your graveyard.
SVar:X:Count$TypeInYourYard.Creature
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/songs_of_the_damned.jpg
SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/48.jpg
End

Re: Card Requests

PostPosted: 15 Feb 2011, 17:11
by Drudger
Chris H. wrote:Yes, just checked and we do:
My apologies. Need to check that I have updated version before talking again. :lol:

Re: Card Requests

PostPosted: 15 Feb 2011, 18:50
by Corwin72
Is Steel Hellkite doable?