Card Requests
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Card Requests
by Sloth » 17 Nov 2010, 08:20
Slapshot5 added Throne of Geth about an hour after you posted this.Ulthwithian wrote:lazylockie: Yes, I requested both cards, and also Throne of Geth. (I would assume you could make Throne by taking Phyrexian Vault, replacing 'draw a card' with 'Proliferate' and changing the costs would be enough.)
And yes, there was no response that I saw. I'm figuring they're busy. I apparently don't understand how to actually code the cards, or else I'd code them. My attempts didn't work.
Aside from Hurkyl’s Recall we also added Shrapnel Blast recently (if it's not in the latest beta, it will be in the next).srecko wrote:I spent some time looking and building some of the vintage decks and decided to ask you for some of the most common cards there that aren't yet implemented.
Chrome Mox (a bit complex but i think every single element is covered inside the game)
Mana Crypt (the only problem is a coin toss that we already have outside the game)
Yawgmoth's Will (still one of the top 3 broken cards in vintage, since we have flashback I think we can use it. Link: http://gatherer.wizards.com/Pages/Card/ ... rseid=5629)
Magus of the Unseen
Sundering Titan (choosing basic land types can tricky)
Glimmerpost
Vesuva
Repeal
Shrapnel Blast
Cranial Plating
Chain of Vapor
Hurkyl’s Recall (Link: http://gatherer.wizards.com/pages/card/ ... s%20Recall)
I think that those aren't such a big problem to implement, but the following are i guess:
Fire/Ice (Double cards are not yet implemented)
Misdirection (swiching targets)
Mindslaver
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Card Requests
by jeffwadsworth » 17 Nov 2010, 09:27
I will get Magus of the Unseen going next. One of my favorites from way back.srecko wrote:I spent some time looking and building some of the vintage decks and decided to ask you for some of the most common cards there that aren't yet implemented.
Chrome Mox (a bit complex but i think every single element is covered inside the game)
Mana Crypt (the only problem is a coin toss that we already have outside the game)
Yawgmoth's Will (still one of the top 3 broken cards in vintage, since we have flashback I think we can use it. Link: http://gatherer.wizards.com/Pages/Card/ ... rseid=5629)
Magus of the Unseen
Sundering Titan (choosing basic land types can tricky)
Glimmerpost
Vesuva
Repeal
Shrapnel Blast
Cranial Plating
Chain of Vapor
Hurkyl’s Recall (Link: http://gatherer.wizards.com/pages/card/ ... s%20Recall)
I think that those aren't such a big problem to implement, but the following are i guess:
Fire/Ice (Double cards are not yet implemented)
Misdirection (swiching targets)
Mindslaver
Here is what the card will mostly look like once the new AB$GainControl is finished. Some parts of it haven't been implemented yet.
- Code: Select all
Name:Magus_of_the_Unseen
ManaCost:1 U
Types:Creature Human Wizard
Text:no text
PT:1/1
A:AB$GainControl | Cost$ 1 U T | ValidTgts$ Artifact | TgtPrompt$ Select target artifact. | LoseControl$ LeavesPlay,LoseControl | UntilEOT$ TRUE | AddKw$ Haste | Untap$ TRUE | SpellDescription$ Untap target artifact an opponent controls and gain control of it until end of turn. It gains haste until end of turn. When you lose control of the artifact, tap it.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/magus_of_the_unseen.jpg
End
Chrome Mox is definitely doable also.
Last edited by jeffwadsworth on 18 Nov 2010, 16:41, edited 8 times in total.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
-
DemoneNero - Posts: 91
- Joined: 26 Jul 2010, 19:41
- Location: Italy
- Has thanked: 4 times
- Been thanked: 1 time
Re: Card Requests
by slapshot5 » 18 Nov 2010, 20:22
Just added Magus of the Unseen.
It uses a lot of new functionality that I just added to AbilityFactory_GainControl. Please post any bugs you find in the Bugs thread.
-slapshot5
It uses a lot of new functionality that I just added to AbilityFactory_GainControl. Please post any bugs you find in the Bugs thread.
-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 atar » 21 Nov 2010, 13:28
How about implementing Phyrexian Processor ,Pariah ,Trecherous Link ,Crawlspace,Damping Engine?
Thnx in advance

Re: Card Requests
by MTGguy » 21 Nov 2010, 16:42
Just found about MTG forge a day ago and it's pretty cool. ATM my only requests are Brightstone Ritual (Onslaught) and Zo-Zu the Punisher (Champions of Kamigawa).
Thanks in advance!!!!
Thanks in advance!!!!
- MTGguy
- Posts: 1
- Joined: 21 Nov 2010, 16:27
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by slapshot5 » 22 Nov 2010, 00:51
Those should both be pretty easy actually. I'll take a look at implementing one or both tonight.MTGguy wrote:Just found about MTG forge a day ago and it's pretty cool. ATM my only requests are Brightstone Ritual (Onslaught) and Zo-Zu the Punisher (Champions of Kamigawa).
Thanks in advance!!!!
-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 slapshot5 » 22 Nov 2010, 03:48
Both of these are now added to SVN. They will appear in the next Beta.MTGguy wrote:Just found about MTG forge a day ago and it's pretty cool. ATM my only requests are Brightstone Ritual (Onslaught) and Zo-Zu the Punisher (Champions of Kamigawa).
Thanks in advance!!!!
- 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 lazylockie » 23 Nov 2010, 00:21
Would it be possible to add:
Electrolyze - similar to Bogardan Hellkite
Springleaf Drum - there's a keyword with "tap an untapped _ you control" isn't it?
Electrolyze - similar to Bogardan Hellkite
Springleaf Drum - there's a keyword with "tap an untapped _ you control" isn't it?
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Card Requests
by RedSypher » 23 Nov 2010, 08:18
Any way you could add Lion's Eye Diamond? It seems like an easy mod of Black Lotus...
- RedSypher
- Posts: 25
- Joined: 31 Oct 2010, 06:48
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by SoulStorm » 24 Nov 2010, 08:31
:
Protean Hulk OMG! The things a person could do with this card!
Stonehewer Giant
Garruk's Packleader
Regal Force
Supreme Inquisitor
Thanks
Protean Hulk OMG! The things a person could do with this card!
Stonehewer Giant
Garruk's Packleader
Regal Force
Supreme Inquisitor
Thanks
Re: Card Requests
by lotusmonk » 25 Nov 2010, 21:20
I´d love to play with Shadowmoor thematic deck (Army of Entropy) and
these cards seem to be missing:
Ashenmoor Liege
Rattleblaze Scarecrow
Blowfly Infestation
Din of the Fireherd
Puncture Bolt
Scar
Smash to Smithereens
Torrent of Souls
Wild Swing
Thanks in advance if you add them or if somebody hints me on how can I try to do it myself.. I´m new here..
I tried to make Ashenmoor Liege by copying the text from other card files. And after a few errors I seem to have succeeded (only replacing his shroud-like ability with actual shroud..)
EDIT:
and maybe some of these as well:
Barrenton Medic
Glamer Spinners
Mistmeadow Witch
Niveous Wisps
Puresight Merrow
Scrapbasket
Twilight Shepherd
Mine Excavation
Prison Term
Repel Intruders
Thoughtweft Gambit
these cards seem to be missing:
Ashenmoor Liege
Rattleblaze Scarecrow
Blowfly Infestation
Din of the Fireherd
Puncture Bolt
Scar
Smash to Smithereens
Torrent of Souls
Wild Swing
Thanks in advance if you add them or if somebody hints me on how can I try to do it myself.. I´m new here..
I tried to make Ashenmoor Liege by copying the text from other card files. And after a few errors I seem to have succeeded (only replacing his shroud-like ability with actual shroud..)
EDIT:
and maybe some of these as well:
Barrenton Medic
Glamer Spinners
Mistmeadow Witch
Niveous Wisps
Puresight Merrow
Scrapbasket
Twilight Shepherd
Mine Excavation
Prison Term
Repel Intruders
Thoughtweft Gambit
- lotusmonk
- Posts: 4
- Joined: 23 Nov 2010, 12:51
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by slapshot5 » 28 Nov 2010, 20:12
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Who is online
Users browsing this forum: No registered users and 42 guests