Page 1 of 1

Springleaf Drum and any number of creatures for convoke?

PostPosted: 08 Aug 2014, 19:11
by fallenangle
This is a stupid idea I've been having to make a card like Chord of Calling work with manual mana abilities only (i.e., non-AI). Would it be possible to modify the code of Springleaf Drum so that you could tap any number of untapped creatures you control, add one mana of any color to your mana pool for each creature tapped in this way, and then have this be an additional cost for a card? I don't know if this would be even possible or feasible, but it might be worth a shot.

Re: Springleaf Drum and any number of creatures for convoke?

PostPosted: 08 Aug 2014, 20:08
by sweetLu
The problem with Chord of Calling is the {X} cost. The engine won't let you select a value for {X} greater than the mana you have available. This is a problem with convoke since convoke allows you to do that very thing.


Maybe you could approximate it if you removed the {X} cost and did that part manually. That is, is an activated ability to set the value of X while it is in your hand and then adjust the cost of the card (like Thalia adjusts the cost of cards). Of course this wouldn't work in all cases but it's a start of an approximation. And it also works poorly with cards that need to know the CMC.

Re: Springleaf Drum and any number of creatures for convoke?

PostPosted: 08 Aug 2014, 23:05
by RiiakShiNal
Convoke has several problems being implemented (and I've gone over them before, including a proof of concept for DotP 2013 which is still flawed but works, so I'm not going to do it yet again) and having an {X} in the casting cost causes even further problems (which can't be solved by my approximation for DotP 2013).