It is currently 28 Aug 2025, 22:10
   
Text Size

Card Requests

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


Re: Card Requests

Postby Kersed » 18 Dec 2010, 15:54

Some more Faeries would be nice.

Mistbind Clique
Spellstutter Sprite
Oona, Queen of the Fae
Glen Elendra Archmage

Now that we have Esper Charm, I imagine that the rest of that cycle is doable. The rest of the command cycle from Lorwyn block would be nice too. Cryptic Command is the main one I'd like to see, but the others would be nice too.

Other cards I'd like to see:
Tidehollow Sculler (should be doable seeing as we have a couple other cards similar to Oblivion Ring)
Preordain
Forsee
Teferi, Mage of Zhalfir
Roil Elemental
Rift Elemental
Flame Wave
Cloudgoat Ranger
Merrow Reejerey
Silvergill Adept
Cursecatcher
Enclave Cryptologist
Lullmage Mentor (Might be a little too difficult)
Merrow Commerce
Sygg, River Cutthroat
Guul Draz Assassin


I think I'm going to start teaching myself Java so I can actually be helpful and contribute, rather than post these lists of blue cards with complicated rules texts.
---
Tiger got to hunt, bird got to fly; Man got to sit and wonder 'why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand.
User avatar
Kersed
 
Posts: 56
Joined: 03 Mar 2010, 18:36
Has thanked: 0 time
Been thanked: 0 time

Re: Card Requests

Postby Chris H. » 18 Dec 2010, 16:15

Kersed wrote:I think I'm going to start teaching myself Java so I can actually be helpful and contribute, rather than post these lists of blue cards with complicated rules texts.
`
I am learning java and how to program myself. :D :wink:
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Card Requests

Postby swordshine » 19 Dec 2010, 02:56

. Retract

Thanks
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Card Requests

Postby Sloth » 19 Dec 2010, 09:43

swordshine wrote:. Retract

Thanks
I just added Glen Elendra Archmage, Retract and Cloudgoat Ranger.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Card Requests

Postby Corwin72 » 20 Dec 2010, 14:38

I would love to see:
Oona's Blackguard
Rage Forger
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Card Requests

Postby SoulStorm » 21 Dec 2010, 09:31

My first serious attempt to add a card:

Name:Captivating Vampire
ManaCost:1 B B
Types:Creature Vampire
Text:no text
PT:2/2
K:stPumpAll:Creature.Vampire+Other+YouCtrl:1/1:No Condition:Other Vampire creatures you control get +1/+1.
A:AB$GainControl|Cost$tapXType<5/Vampire>|TgtPrompt$Select target creature.| GainControl$ True|ValidTgts$ Creature|SpellDescription$Gain control of target creature. It becomes a Vampire in addition to its other types.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/captivating_vampire.jpg
SetInfo:ONS|Rare|http://magiccards.info/scans/en/m11/87.jpg
End

The only thing I didn't know how to do was make the creature a vampire in addition to its other types. I believe the best card to look to for inspiration on the final ability is Ashnod's Transmogrant, which I've done, but that's as far as I've gotten. Expert help would be appreciated. :mrgreen:
SoulStorm
 
Posts: 423
Joined: 24 Jun 2010, 22:48
Has thanked: 16 times
Been thanked: 11 times

Re: Card Requests

Postby friarsol » 21 Dec 2010, 15:17

SoulStorm,
We probably need an "AssignType" Ability Factory for Captivating Vampire (and to convert Transmogrant from a codeblock to an AF). There are a bunch of cards that either grant an additional type, or override the type a card has. I'll put this on the growing list of future AbilityFactories.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby Chris H. » 21 Dec 2010, 16:07

friarsol wrote:SoulStorm,
We probably need an "AssignType" Ability Factory for Captivating Vampire (and to convert Transmogrant from a codeblock to an AF). There are a bunch of cards that either grant an additional type, or override the type a card has. I'll put this on the growing list of future AbilityFactories.
`
Another one to consider in the future would be an AF that would either add a color to a card or change the color of a card. Granted, while it is nice to have goals we still have some work ahead of us to finish the parts that we have started. :D
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Card Requests

Postby SoulStorm » 21 Dec 2010, 18:43

friarsol wrote:SoulStorm,
We probably need an "AssignType" Ability Factory for Captivating Vampire (and to convert Transmogrant from a codeblock to an AF). There are a bunch of cards that either grant an additional type, or override the type a card has. I'll put this on the growing list of future AbilityFactories.
Glad I could help in the process of giving you one more thing to do. :mrgreen: I think my biggest challenge is going to be identifying cards that can be added using only card text. Sometimes it's difficult to tell if something can't be done or if I just haven't figured out how to do it yet.
SoulStorm
 
Posts: 423
Joined: 24 Jun 2010, 22:48
Has thanked: 16 times
Been thanked: 11 times

Re: Card Requests

Postby friarsol » 21 Dec 2010, 19:12

SoulStorm wrote:Glad I could help in the process of giving you one more thing to do. :mrgreen: I think my biggest challenge is going to be identifying cards that can be added using only card text. Sometimes it's difficult to tell if something can't be done or if I just haven't figured out how to do it yet.
I agree. Especially, for those of us who have gaps in their card knowledge from not playing the game since X expansion, or only started in Y expansion. I keep looking at some of my old favorites.

If you have the source, there's a PerSetTracking.py python script that can be run to see whats missing in each set. When I feel like adding cards I run that, choose a random set, and see which of the cards seem like they have an ability that has been done already.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times


Re: Card Requests

Postby Corwin72 » 25 Dec 2010, 23:52

User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Card Requests

Postby atar » 26 Dec 2010, 02:03

I would like to see Pandemonium and Phyrexian Dreadnought .Thnx in advance!
atar
 
Posts: 121
Joined: 06 Oct 2009, 21:37
Has thanked: 3 times
Been thanked: 1 time

Re: Card Requests

Postby lazylockie » 27 Dec 2010, 21:03

Is it possible to add Vedalken Shackles and the other free stuff from Alliances (Contagion, Bounty of the Hunt)?
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 56 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 56 users online :: 0 registered, 0 hidden and 56 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 56 guests

Login Form