Card Requests
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Card Requests
by Morrolan » 31 Oct 2011, 12:07
Not really a specific card request:
Can't cards like Evil Twin and Sorin Markov and all other hard to script cards be added with abilities similar to what they should have?
So, control your opponents turn could (for the moment) be: opponent skips a turn, or in other words you get another turn, which is code that forge already has
Can't cards like Evil Twin and Sorin Markov and all other hard to script cards be added with abilities similar to what they should have?
So, control your opponents turn could (for the moment) be: opponent skips a turn, or in other words you get another turn, which is code that forge already has
- Morrolan
- Posts: 4
- Joined: 29 Sep 2010, 22:27
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by slapshot5 » 31 Oct 2011, 12:12
Anything *could* be done, but that's not the direction the development team wants to take. Forge is meant to be an accurate, rules-enforced version of a collectible card game.Morrolan wrote:Not really a specific card request:
Can't cards like Evil Twin and Sorin Markov and all other hard to script cards be added with abilities similar to what they should have?
So, control your opponents turn could (for the moment) be: opponent skips a turn, or in other words you get another turn, which is code that forge already has
The following thread exists for this kind of stuff:
http://www.slightlymagic.net/forum/viewtopic.php?f=26&t=4450
I don't read it, so I don't know if these 2 cards are there somewhere.
-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
by jeffwadsworth » 31 Oct 2011, 13:57
Hellfish added Evil Twin to the latest SVN.Morrolan wrote:Not really a specific card request:
Can't cards like Evil Twin and Sorin Markov and all other hard to script cards be added with abilities similar to what they should have?
So, control your opponents turn could (for the moment) be: opponent skips a turn, or in other words you get another turn, which is code that forge already has
- 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
by PsiOptics » 02 Nov 2011, 07:30
thank you now instead of just asking for random cards I can now have an idea on how hard it is to implement and what can currently be scripted =)Hellfish wrote:I'll try to limit myself to those where I might actually know what I'm talking about.PsiOptics wrote:Just out of curiosity I was wondering what cards in my list are hard to program and what are not. Trying to learn a little about programming but still a lot I need to learn![]()
Also, many of these are inevitably complex (or we'd have implemented them already) Sorry if it devolves into inside jargon from time to time, just ask!
- | Open
- Energy Chamber - This one should be doable in script now.
Rings of Brighthearth - Might be scriptable if AbilityCasts triggers can distinguish mana abilities from nonmana abilities.
Power Conduit - We'd need a "Remove a counter from a permanent you control" cost which we don't have.
...
Ghave, Guru of Spores - Looks scriptable. I'll be surprised if we don't already have this.
Eight-and-a-Half-Tails - We can't currently change the color of spells.
(all of the Myojins) - We can't currently know that a card was cast from the hand, only that it was moved from there.Might be a good project? (Yes, I know we have Emrakul and friends but they are hardcoded and we'd rather see a way to do it in script)
...
Ghostway - Might be scriptable.
...
Scapeshift - "any number of..." things are tricky with our current structure.
...
Consume Spirit - Mana tagging is not possible at the moment.
Soul Burn - Mana tagging AND complex interaction with mana used to pay.
...
Skaab Ruinator - We have this.
Necrotic Ooze - Copying spells and abilities from one card to another is not currently possible.
Dread Cacodemon - See the Myojins.
Entomber Exarch - Doable in script.
Vexing Shusher - Giving attributes to spells is not something we can do well, if at all.
Auratouched Mage - Moving auras around is the domain of AbilityFactory_Attach, which is still in the development stages.
Necravolver - "and/or" costs are a problem.
Rakavolver - See above.
Nomad Mythmaker - See Auratouched Mage.
Skarrgan Firebird - I think this could be implementable if we had a Count$ mode that returned damage dealt to opponent(s) this turn. Good starting project?
...
Blinding Angel - Phase skipping can't be done currently.
Stonehorn Dignitary - See above.
Quicksilver Dragon - Changing targets of spells is one of the more complex cans of worms we don't support yet.
Hellkite Charger - Additional phases are as difficult as skipping phases.
...
Paradox Haze - See above.
Promise of Bunrei - Seems scriptable.
Solitary Confinement - While we support unless costs, we only support manacosts for them.
Re: Card Requests
by Iran » 03 Nov 2011, 19:02
I see the AF for "Separate cards into two piles" was added to forge. The Cards I see use it =>
1) Bend or Break
2) Fact or Fiction
3) Sphinx of Uthuun
4) Truth or Tale
5) Brilliant Ultimatum (this card exists in forge but can be transfer to script)
1) Bend or Break
2) Fact or Fiction
3) Sphinx of Uthuun
4) Truth or Tale
5) Brilliant Ultimatum (this card exists in forge but can be transfer to script)
Re: Card Requests
by Hellfish » 03 Nov 2011, 19:07
One would need to be able to specify the source and amount to separate into piles. Also, if one could specify an effect that will happen to the pile not chosen as well as the pile that was chosen, Fight or Flight and Stand or Fall could be scripted. An AILogic parameter would probably be good to specify how the AI should choose it's piles (or separate the human's piles).Iran wrote:I see the AF for "Separate cards into two piles" was added to forge. The Cards I see use it =>
1) Bend or Break
2) Fact or Fiction
3) Sphinx of Uthuun
4) Truth or Tale
5) Brilliant Ultimatum (this card exists in forge but can be transfer to script)
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Card Requests
by randallross420 » 06 Nov 2011, 09:45
hello, i was writing to request Promise of Bunrei for my token deck. is this card possible?
just downloaded the new version, and yawgwill is sweet
just downloaded the new version, and yawgwill is sweet

- randallross420
- Posts: 49
- Joined: 24 Jun 2011, 00:46
- Location: new orleans, LA
- Has thanked: 23 times
- Been thanked: 1 time
Re: Card Requests
by RevivedPicard » 06 Nov 2011, 09:58
Some of these cards may be present, but some are not, if you could implement it i will be pleased
Thank you for Forge !!!
Mutavault
Crag Puca
Dominus of Fealty
Noggle Bandit
Noggle Hedge-Mage
Riverfall Mimic
Cloak and Dagger
Clout of the Dominus
Flame Javelin
Lash Out
Tarfire
Dominus of Fealty
Figure of Destiny
Guttural Response
Incendiary Command
Inside Out
Wild Ricochet
Gustcloak Harrier
Gustcloak Runner
Gustcloak Savior
Gustcloak Sentinel
Gustcloak Skirmisher
Aura Shards
Ferocity
Lure
Militia's Pride
Overwhelming Instinct
Righteous Cause
Sterling Grove
Serra's Blessing
Story Cirle
Daru Stinger
Soulcatchers' Aerie
Ghostly Prison
Lieutenant Kirtar
Commander Esha
Suntail Hawk
Thank you for Forge !!!
Mutavault
Crag Puca
Dominus of Fealty
Noggle Bandit
Noggle Hedge-Mage
Riverfall Mimic
Cloak and Dagger
Clout of the Dominus
Flame Javelin
Lash Out
Tarfire
Dominus of Fealty
Figure of Destiny
Guttural Response
Incendiary Command
Inside Out
Wild Ricochet
Gustcloak Harrier
Gustcloak Runner
Gustcloak Savior
Gustcloak Sentinel
Gustcloak Skirmisher
Aura Shards
Ferocity
Lure
Militia's Pride
Overwhelming Instinct
Righteous Cause
Sterling Grove
Serra's Blessing
Story Cirle
Daru Stinger
Soulcatchers' Aerie
Ghostly Prison
Lieutenant Kirtar
Commander Esha
Suntail Hawk
- RevivedPicard
- Posts: 31
- Joined: 06 Nov 2011, 09:52
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by jeffwadsworth » 06 Nov 2011, 12:11
Done. Look for it in the next nightly.randallross420 wrote:hello, i was writing to request Promise of Bunrei for my token deck. is this card possible?
just downloaded the new version, and yawgwill is sweet
Last edited by jeffwadsworth on 06 Nov 2011, 18:18, edited 1 time in total.
- 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
by slapshot5 » 06 Nov 2011, 15:22
If you weed out the ones from your list already in Forge, a developer is *much* more likely to look at a couple and try to implement them. Just sayin'. A fair amount of them I know are in Forge.RevivedPicard wrote:Some of these cards may be present, but some are not, if you could implement it i will be pleased
Thank you for Forge !!!
Mutavault
Crag Puca
Dominus of Fealty
Noggle Bandit
Noggle Hedge-Mage
Riverfall Mimic
Cloak and Dagger
Clout of the Dominus
Flame Javelin
Lash Out
Tarfire
Dominus of Fealty
Figure of Destiny
Guttural Response
Incendiary Command
Inside Out
Wild Ricochet
Gustcloak Harrier
Gustcloak Runner
Gustcloak Savior
Gustcloak Sentinel
Gustcloak Skirmisher
Aura Shards
Ferocity
Lure
Militia's Pride
Overwhelming Instinct
Righteous Cause
Sterling Grove
Serra's Blessing
Story Cirle
Daru Stinger
Soulcatchers' Aerie
Ghostly Prison
Lieutenant Kirtar
Commander Esha
Suntail Hawk
-slapshot5
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Promotional Cards
by arkart » 06 Nov 2011, 19:41
I miss my old Arena and Mana Crypt. Cardforge should create a new set name and implement the promo cards and world champ.
1996 World Champion
Arena (from the 1st book)
Giant Badger (from novel)
Mana Crypt
Nalathni Dragon (thought I got it from an issue of Scrye but I could be wrong)
Sewers of Estark (from my 2nd novel)
Shichifukujin Dragon
Windseeker Centaur
Looks like 1996 World Champ isn't showing up. Here's a link: http://magiccards.info/uqc/en/1.html
1996 World Champion
Arena (from the 1st book)
Giant Badger (from novel)
Mana Crypt
Nalathni Dragon (thought I got it from an issue of Scrye but I could be wrong)
Sewers of Estark (from my 2nd novel)
Shichifukujin Dragon
Windseeker Centaur
Looks like 1996 World Champ isn't showing up. Here's a link: http://magiccards.info/uqc/en/1.html
Re: Card Requests
by Hellfish » 06 Nov 2011, 19:52
We have Giant Badger, Mana Crypt and Windseeker Centaur already. Don't expect Nalathni Dragon anytime soon, Banding is extremely complex. I don't know our stance on promo-only cards, so I don't know about Shichifukujin Dragon and Sewers of Estark. Arena is not possible atm.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-
Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: Promotional Cards
by slapshot5 » 07 Nov 2011, 03:45
I think you probably got it in an issue of The Duelist. I think it was in issue 3. That's where I got mine.arkart wrote:Nalathni Dragon (thought I got it from an issue of Scrye but I could be wrong)
-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
by mtghighlander » 08 Nov 2011, 21:28
- mtghighlander
- Posts: 7
- Joined: 16 Oct 2011, 13:25
- Location: Czech republic
- Has thanked: 3 times
- Been thanked: 0 time
Re: Card Requests
by mtghighlander » 08 Nov 2011, 22:38
- mtghighlander
- Posts: 7
- Joined: 16 Oct 2011, 13:25
- Location: Czech republic
- Has thanked: 3 times
- Been thanked: 0 time
Who is online
Users browsing this forum: No registered users and 48 guests