It is currently 06 Jun 2025, 09:50
   
Text Size

Card Requests

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Card Requests

Postby lazylockie » 08 Oct 2011, 15:45

Niv-Mizzet wrote:Just a few cards away from being able to build ANT, (Ad Nauseum Tendrils, the blue-black Legacy storm deck).

Need Ad Nauseum. Doesn't seem like it would be that hard to create, although probably tricky for the AI. Maybe allow the computer to keep flipping until it reaches a certain life total?

Need Lion's Eye Diamond. It's just Black Lotus with "discard your hand" stapled on it. I'm guessing it's not in there because it's another one of those cards the AI doesn't know what to do with.

And Infernal Tutor. This card is probably the most complicated. You can only use it to tutor for cards already in your hand, unless you don't have any cards, then it becomes a full Demonic Tutor.
You might wanna check viewtopic.php?f=26&t=4450&start=30#p69096

This is LED's script, since I'm not sure it's a correct implementation, I've put it on Half-Implemented topic. About Infernal Tutor, can't you just "proxy" Infernal with a Demonic Tutor itself? I don't know much about ANT, but it seems Infernal Tutor is only useful when coupled with LED isn't it?
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Card Requests

Postby otherright » 09 Oct 2011, 03:12

otherright
 
Posts: 63
Joined: 29 Sep 2009, 17:46
Has thanked: 4 times
Been thanked: 6 times

Re: Card Requests

Postby jeffwadsworth » 09 Oct 2011, 06:20

I see some that are and will test them tomorrow.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Card Requests

Postby timmermac » 09 Oct 2011, 21:01

"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Card Requests

Postby slapshot5 » 09 Oct 2011, 21:13

Just a quick heads-up: The opt-requested Cabal Therapy will be in the next beta.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Card Requests

Postby Iran » 09 Oct 2011, 23:58

Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

Re: Card Requests

Postby jeffwadsworth » 10 Oct 2011, 02:36

A Redirect AbilityFactory would serve a few of these well. Does not exist yet.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Card Requests

Postby serrasmurf » 10 Oct 2011, 14:55

Would it be possible to add Restore Balance?
We already got Balance and suspend....
Thnx
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

Re: Card Requests

Postby sagephoenix » 10 Oct 2011, 15:09

sagephoenix
 
Posts: 177
Joined: 29 Aug 2011, 14:07
Has thanked: 57 times
Been thanked: 3 times

Re: Card Requests

Postby jeffwadsworth » 10 Oct 2011, 16:47

Balance is java coded, not scripted. We try not to add any more card-specific code to Forge and instead rely on Ability Factories, etc. Tribal Unity needs the ChooseType AB to accept X in the cost. It does not at the moment.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Card Requests

Postby Iran » 11 Oct 2011, 01:32

Cards to play in forge :::

1.Lich's Mirror => (This card have replacement effect :( )
2. Spellweaver Helix => (I Think this card is scriptable, very difficult to script :| )
3. Knowledge Pool => (This card could be scriptable if there was a way to cast cards without pay mana cost in script :| )
4. Abundance => (This card could be scriptable because of the new AF_Charm, but have replacement effect :( )
5. Thought Prison => (I Think this card is scriptable =P~ )
6. Deceiver Exarch => (I Think this card is scriptable because of the new AF_Charm =P~ )
7. Mindlock Orb (and similares) => (This card could be scriptable if there was a new AF or keyword that dealt with this =P~ )
8. Ovinize (and similares) => (Is is possible to script this card with RemoveAllAbilities of AF_Animate? :? )
9. Pyromancer Ascension => (I Think this card is scriptable, but others have tried and failed :( )
10. Staggershock => (Rebound Effect is not implemented yet :( )
11. Barbed Shocker => (I Think this cards is scriptable because of parameter RememberDiscarted in AF_Discard :) )
12. Clockspinning (and similares) => (Need a way to acess suspended card and card in battlefield in same time :? )
13. Martyr's Bond => Very cool card =P~
14. Sphinx-Bone Wand => Very cool card too =P~
15. Hellcarver Demon => (This card could be scriptable if there was a way to cast cards without pay mana cost in script :| )
16. Thought Hemorrhage (This card is scriptable with new AF_NameCard =P~ )
17. Runed Halo (Idem)
Thanks
Last edited by Iran on 11 Oct 2011, 14:58, edited 5 times in total.
Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

Re: Card Requests

Postby Niv-Mizzet » 11 Oct 2011, 02:45

lazylockie wrote:You might wanna check viewtopic.php?f=26&t=4450&start=30#p69096

This is LED's script, since I'm not sure it's a correct implementation, I've put it on Half-Implemented topic. About Infernal Tutor, can't you just "proxy" Infernal with a Demonic Tutor itself? I don't know much about ANT, but it seems Infernal Tutor is only useful when coupled with LED isn't it?
The only thing that's weird about LED is that its activation is played like an instant instead of a traditional mana ability, so you can't sacrifice it to pay for a spell you just cast. You can however cast a spell (paying for its cost with whatever other mana sources you have) and THEN activate the diamond in response to the effect resolving, which is how the Infernal Tutor combo works. So to make the card work correctly, you simply have to disable whatever function allows you to use a card to generate mana in the middle of playing a spell or ability. (As you can with lands, Llanowar Elves, artifact mana, etc.)

As for the Demonic Tutor idea, that's actually a pretty good work-around, as you can always just enforce your own rules by only tutoring for a card that you'd normally be able to get. In the context of the deck, most of the time you are using it while Hellbent, but if you have multiple Tutors in hand you can also burn through extras to just get more cards and generate more storm.
User avatar
Niv-Mizzet
 
Posts: 125
Joined: 17 Oct 2009, 21:20
Has thanked: 0 time
Been thanked: 5 times

Re: Card Requests

Postby lugaru » 11 Oct 2011, 15:38

Is Cloak and Dagger an option at all? It is generally a nice piece of equipment but in rogue decks (like my blue/white "make it rain" one) it really shines. Also Wizards keeps putting out new rogues so it should be evergeen.
lugaru
 
Posts: 79
Joined: 19 Jun 2011, 16:17
Has thanked: 1 time
Been thanked: 1 time

Re: Card Requests

Postby jeffwadsworth » 11 Oct 2011, 15:39

lugaru wrote:Is Cloak and Dagger an option at all? It is generally a nice piece of equipment but in rogue decks (like my blue/white "make it rain" one) it really shines. Also Wizards keeps putting out new rogues so it should be evergeen.
Not yet, but when the equipment part of "Attach" is done, I assume it will be possible.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Card Requests

Postby Iran » 11 Oct 2011, 17:17

Is possible to script Scuttlemutt with new AF_Charm?

thanks
Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 37 guests


Who is online

In total there are 37 users online :: 0 registered, 0 hidden and 37 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 37 guests

Login Form