It is currently 09 Jun 2025, 10:03
   
Text Size

Card Requests

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

Re: Card Requests

Postby sagephoenix » 13 Feb 2012, 16:29

If I remember correctly, Ad Nauseam isn't in forge because the AI can't handle it properly right? I'm still very new to programming and AI, but wouldn't it be kind of impossible to get the AI to play this card properly? It's one big gamble. There's already a good many cards in forge that the AI can't play properly, and the addition of this card would really only hurt random or drafting. I think it would be worth it to have it added and deal with the AI not being able to use it, then to not have it at all.

/*That is if it is actually unavailable for that reason. If it's another reason ignore the above lol.*/
sagephoenix
 
Posts: 177
Joined: 29 Aug 2011, 14:07
Has thanked: 57 times
Been thanked: 3 times

Re: Card Requests

Postby friarsol » 13 Feb 2012, 16:32

No Ad Nauseam isn't in Forge because we can't script looping.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby sagephoenix » 13 Feb 2012, 16:44

friarsol wrote:No Ad Nauseam isn't in Forge because we can't script looping.
Ah okay, must have had it confused with another card.
sagephoenix
 
Posts: 177
Joined: 29 Aug 2011, 14:07
Has thanked: 57 times
Been thanked: 3 times

Re: Card Requests

Postby RevivedPicard » 15 Feb 2012, 14:04

Dungeon Geist ????
RevivedPicard
 
Posts: 31
Joined: 06 Nov 2011, 09:52
Has thanked: 0 time
Been thanked: 0 time

Re: Card Requests

Postby edessa » 15 Feb 2012, 21:24

I believe Ward Sliver isnt in forge. I dont know if you can do it but it definatelly will be a great adittion to sliver´s deck´s.
User avatar
edessa
 
Posts: 215
Joined: 14 Feb 2012, 23:19
Has thanked: 0 time
Been thanked: 2 times

Re: Card Requests

Postby jeffwadsworth » 16 Feb 2012, 02:01

RevivedPicard wrote:Dungeon Geist ????
Added a while back by Sloth. Next beta will have it.
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 AndyTron » 16 Feb 2012, 13:32

Is Breakthrough doable? Now that we have Lion's Eye Diamond, Cabal Therapy, and Serum Powder (awesome job on that one by the way) it's the last card needed to forge a tournament caliber dredge deck.
AndyTron
 
Posts: 53
Joined: 03 Feb 2011, 20:03
Has thanked: 6 times
Been thanked: 0 time

Re: Card Requests

Postby jeffwadsworth » 16 Feb 2012, 20:48

AndyTron wrote:Is Breakthrough doable? Now that we have Lion's Eye Diamond, Cabal Therapy, and Serum Powder (awesome job on that one by the way) it's the last card needed to forge a tournament caliber dredge deck.
The problem with Breakthrough is the part "choose X cards in your hand and DISCARD the rest." The AB Discard allows for the chosen cards to be discarded, but not the other way around right now.
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 friarsol » 16 Feb 2012, 21:14

jeffwadsworth wrote:
AndyTron wrote:Is Breakthrough doable? Now that we have Lion's Eye Diamond, Cabal Therapy, and Serum Powder (awesome job on that one by the way) it's the last card needed to forge a tournament caliber dredge deck.
The problem with Breakthrough is the part "choose X cards in your hand and DISCARD the rest." The AB Discard allows for the chosen cards to be discarded, but not the other way around right now.
We might be able to do the math, although I'm sure the text would be weird.

max(CardsInHand - X, 0)
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby jeffwadsworth » 16 Feb 2012, 22:01

friarsol wrote:
jeffwadsworth wrote:
AndyTron wrote:Is Breakthrough doable? Now that we have Lion's Eye Diamond, Cabal Therapy, and Serum Powder (awesome job on that one by the way) it's the last card needed to forge a tournament caliber dredge deck.
The problem with Breakthrough is the part "choose X cards in your hand and DISCARD the rest." The AB Discard allows for the chosen cards to be discarded, but not the other way around right now.
We might be able to do the math, although I'm sure the text would be weird.

max(CardsInHand - X, 0)
The cards are specifically chosen...how would you handle that part?
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 friarsol » 16 Feb 2012, 22:05

jeffwadsworth wrote:The cards are specifically chosen...how would you handle that part?
If you have 7 cards in your hand, and you have to choose to discard 2, is it any different than choosing 5 cards to not-discard, and then discarding the rest?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby jeffwadsworth » 16 Feb 2012, 23:13

friarsol wrote:
jeffwadsworth wrote:The cards are specifically chosen...how would you handle that part?
If you have 7 cards in your hand, and you have to choose to discard 2, is it any different than choosing 5 cards to not-discard, and then discarding the rest?
We'll see. Testing this to find out.

| Open
Name:Breakthrough
ManaCost:X U
Types:Sorcery
Text:no text
A:SP$ Draw | Cost$ X U | NumCards$ 4 | SubAbility$ DBDiscard | SpellDescription$ Draw four cards, then choose X cards in your hand and discard the rest from it.
SVar:DBDiscard:DB$ Discard | Defined$ You | Mode$ TgtChoose | NumCards$ Z
SVar:X:Count$xPaid
SVar:Y:Count$InYourHand
SVar:Z:SVar$Y/Minus.X
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/breakthrough.jpg
End


Edit: It works. Thanks for the clarity. I was looking at it in a literal sense.
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 » 17 Feb 2012, 02:27

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

Re: Card Requests

Postby jeffwadsworth » 17 Feb 2012, 04:20

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 » 17 Feb 2012, 17:26

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 44 guests

cron

Who is online

In total there are 44 users online :: 0 registered, 0 hidden and 44 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 44 guests

Login Form