Card Requests
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Card Requests
by slapshot5 » 01 Jan 2011, 17:15
Stingscourger required a little code fix, but then added nicely via text. Just added to SVN.
And I'm pretty sure we already have Mogg War Marshal.
-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 Zay » 01 Jan 2011, 23:02
Your Right Slapshot5 I must have been looking under Goblin War Marshal instead of Mogg War Marshal Sorry.
-Zay
-Zay
- Zay
- Posts: 14
- Joined: 30 Dec 2010, 15:05
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by manhunter28 » 03 Jan 2011, 05:02
Greetings!
I would like to request Ashnod's Altar(Posted a few months back, sorry:-), Cloud Key and Myr Retriever.
Pretty please and thank you.
I would like to request Ashnod's Altar(Posted a few months back, sorry:-), Cloud Key and Myr Retriever.
Pretty please and thank you.
-
manhunter28 - Posts: 3
- Joined: 06 Nov 2010, 08:15
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by slapshot5 » 04 Jan 2011, 06:42
- 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 timmermac » 04 Jan 2011, 22:12
Here's an attempt at doing Doomsday Specter
Edit: I'm trying to add it to my local copy using just the text file, and I think I'm doing something wrong. After I launch Forge, I get 2 error screens, which are attached. Then the deck editor shows up blank. ruh-roh?
Edit2: I think I figured out what the problem was. There aren't supposed to be spaces between things like "Text:" and what comes after it. Giving it another try.
- Code: Select all
Name: Doomsday Specter
ManaCost: 2 U B
Types: Creature Specter
Text: Whenever Doomsday Specter deals damage to an opponent, that player discards a card. When Doomsday Specter comes into play, return a blue or black creature you control to its owner's hand.
PT: 2/3
K: Flying
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomsday_specter.jpg
SetInfo:PLS|Rare|http://magiccards.info/scans/en/ps/103.jpg
Edit: I'm trying to add it to my local copy using just the text file, and I think I'm doing something wrong. After I launch Forge, I get 2 error screens, which are attached. Then the deck editor shows up blank. ruh-roh?
Edit2: I think I figured out what the problem was. There aren't supposed to be spaces between things like "Text:" and what comes after it. Giving it another try.
Last edited by timmermac on 04 Jan 2011, 22:51, edited 1 time in total.
"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
Re: Card Requests
by friarsol » 04 Jan 2011, 22:51
Timmer, the text field doesn't do anything, it's only for text. So that won't do anything besides create a 2/3 flyer. It looks like your error messages is because of your spacing. Don't have spaces for things like cost, PT and all that fun stuff.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Card Requests
by timmermac » 04 Jan 2011, 22:55
I fixed those... Now I'm getting null pointer and card read thread errors and the deck editor is still blank. What am I doing wrong?
"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
Re: Card Requests
by Hellfish » 04 Jan 2011, 23:03
You need a line with nothing but End after all that. But yeah, for the card to actually work with all abilities and such you'd need card specific coding, probably based on Sedraxis Specter. The Comes Into Play-bit can be done with a keyword, I reckon (Like AEther Adept).
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 timmermac » 04 Jan 2011, 23:19
End has been added to the text file. The comes into play ability would be exactly the same as Cavern Harpy. Can this be coded and added to the SVN? I'm trying to put together a discard/Specter deck, and this is the only Specter I'm missing.
- Code: Select all
Name: Doomsday Specter
ManaCost:2 U B
Types:Creature Specter
Text:Whenever Doomsday Specter deals damage to an opponent, that player discards a card. When Doomsday Specter comes into play, return a blue or black creature you control to its owner's hand.
PT:2/3
K:Flying
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomsday_specter.jpg
SetInfo:PLS|Rare|http://magiccards.info/scans/en/ps/103.jpg
End
"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
Re: Card Requests
by jhhh » 07 Jan 2011, 15:11
Red Elemental Blast
Name:Red Elemental Blast
ManaCost:R
Types:Instant
Text:no text
A:SP$Destroy | Cost$ R | ValidTgts$ Permanent.Blue | TgtPrompt$ Select target blue permanent | SpellDescription$ Choose one-Destroy target blue permanent
A:SP$Counter | Cost$ R | Type$ Spell | CounterValid$ Card.Blue | SpellDescription$ or Counter target blue spell.
SVar:Rarity:Common
SVar:Picture:http://magiccards.info/scans/en/al/170.jpg
End
- jhhh
- Posts: 58
- Joined: 15 Oct 2010, 23:40
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by slapshot5 » 07 Jan 2011, 17:34
Doomsday Specter is a little more complicated with the discard ability in that you choose the discard, not the damaged opponent. I'll work on this, and get it added to SVN tonight when I have some time.timmermac wrote:End has been added to the text file. The comes into play ability would be exactly the same as Cavern Harpy. Can this be coded and added to the SVN? I'm trying to put together a discard/Specter deck, and this is the only Specter I'm missing.
- Code: Select all
Name: Doomsday Specter
ManaCost:2 U B
Types:Creature Specter
Text:Whenever Doomsday Specter deals damage to an opponent, that player discards a card. When Doomsday Specter comes into play, return a blue or black creature you control to its owner's hand.
PT:2/3
K:Flying
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/doomsday_specter.jpg
SetInfo:PLS|Rare|http://magiccards.info/scans/en/ps/103.jpg
End
-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 NeoRagnarokX » 08 Jan 2011, 16:18
Hello there. I'd like you to add "Quest for Pure Flame" in Forge. Here is a link: http://gatherer.wizards.com/Pages/Card/ ... eid=197407
- NeoRagnarokX
- Posts: 1
- Joined: 30 Dec 2010, 09:25
- Has thanked: 0 time
- Been thanked: 0 time
Re: Card Requests
by jhhh » 09 Jan 2011, 13:51
Name:Worm Harvest
ManaCost:2 BG BG BG
Types:Sorcery
Text:Put a 1/1 black and green Worm creature token onto the battlefield for each land card in your graveyard.-Retrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)
A:SP$Token | Cost$ 2 BG BG BG | TokenAmount$ X | TokenName$ Worm | TokenTypes$ Creature,Worm | TokenOwner$ Controller | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1
A:SP$Token | Cost$ 2 BG BG BG Discard<1/Land> | ActivatingZone$ Graveyard | PrecostDesc$ Retrace - | TokenAmount$ X | TokenName$ Worm | TokenTypes$ Creature,Worm | TokenOwner$ Controller | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1
SVar:X:Count$TypeInYourYard.Land
SVar:Rarity:Rare
SVar:Picture:http://magiccards.info/scans/en/eve/131.jpg
End
- jhhh
- Posts: 58
- Joined: 15 Oct 2010, 23:40
- Has thanked: 0 time
- Been thanked: 0 time
Who is online
Users browsing this forum: No registered users and 16 guests