It is currently 08 Jun 2025, 19:10
   
Text Size

Card Requests

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

Re: Card Requests

Postby edessa » 17 Feb 2012, 18:18

Hi. Sorry if I ask again but im just curious, any way Ward Sliver to be in the next beta or is not forgeable??
User avatar
edessa
 
Posts: 215
Joined: 14 Feb 2012, 23:19
Has thanked: 0 time
Been thanked: 2 times

Re: Card Requests

Postby jeffwadsworth » 17 Feb 2012, 20:07

edessa wrote:Hi. Sorry if I ask again but im just curious, any way Ward Sliver to be in the next beta or is not forgeable??
Ward Sliver requires a way to pass a static effect protection from chosencolor.
For example:
S:Mode$ Continuous | Affected$ Sliver | ProtectionFromColor$ ChosenColor

or something similar. Currently, we can't pass it a generic Keyword like Protection:Card.ChosenColor:CARDNAME has protection from the chosen color.

So, for now, that mono-colored deck hoser will have to sit tight.
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 edessa » 17 Feb 2012, 21:29

thanks for the answer. I will wait
User avatar
edessa
 
Posts: 215
Joined: 14 Feb 2012, 23:19
Has thanked: 0 time
Been thanked: 2 times

Re: Card Requests

Postby NoctisIncendia » 18 Feb 2012, 02:50

I don't suppose Heretic's Punishment is doable? It seems like a fun card :P
NoctisIncendia
 
Posts: 27
Joined: 08 Feb 2012, 11:14
Has thanked: 0 time
Been thanked: 0 time

Re: Card Requests

Postby jeffwadsworth » 18 Feb 2012, 04:35

NoctisIncendia wrote:I don't suppose Heretic's Punishment is doable? It seems like a fun card :P
This needs SVar:X:Remembered$GreatestCMC or something similar.
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 Kersed » 19 Feb 2012, 20:03

A few updates ago I noticed Rolling Spoil and the other cards from Ravnica block that have different effects based on what colors were used to pay for them. Is there something especially different between the way those cards work as opposed to a card like Firespout?
---
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 moomarc » 19 Feb 2012, 21:19

Kersed wrote:A few updates ago I noticed Rolling Spoil and the other cards from Ravnica block that have different effects based on what colors were used to pay for them. Is there something especially different between the way those cards work as opposed to a card like Firespout?
Hybrid mana is parsed differently to other basic mana costs, so the ManaSpent condition that enabled these cards doesn't register which mana type was paid. A lot of the mana code is old and needs to be updated.
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: Card Requests

Postby Iran » 21 Feb 2012, 05:14

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

Re: Card Requests

Postby jeffwadsworth » 21 Feb 2012, 07:00

Some are yes. I am going to look at Ward Sliver too. Day off for Mardi Gras.

That Omen Machine is pretty nutball.
Last edited by jeffwadsworth on 22 Feb 2012, 07:38, 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

Postby krevett » 21 Feb 2012, 22:29

Hi, I'm new to forge and i was very pleased with it thanks for your extraordinary work :)
Anyway i'd like to have orim's chant and split cards like fire/ice, wax/wane, hide/seek, etc in the database it would be so cool :roll:

I didn't play so much for now but i can't see any sideboard support am I wrong?

Thanks!
krevett
 
Posts: 109
Joined: 21 Feb 2012, 22:24
Location: France
Has thanked: 18 times
Been thanked: 9 times

Re: Card Requests

Postby jeffwadsworth » 22 Feb 2012, 02:27

krevett wrote:Hi, I'm new to forge and i was very pleased with it thanks for your extraordinary work :)
Anyway i'd like to have orim's chant and split cards like fire/ice, wax/wane, hide/seek, etc in the database it would be so cool :roll:

I didn't play so much for now but i can't see any sideboard support am I wrong?

Thanks!
Orim's Chant is now done, but needs a little spelldescription fix. Sideboard is not implemented yet. In time, you never know.
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 krevett » 22 Feb 2012, 17:27

Ok thanks for the quick reply :wink: and what about split cards like fire/ice?
Are these too problematic for coding/AI use?
krevett
 
Posts: 109
Joined: 21 Feb 2012, 22:24
Location: France
Has thanked: 18 times
Been thanked: 9 times

Re: Card Requests

Postby friarsol » 22 Feb 2012, 17:38

Split cards just hasn't really been tackled yet. We could easily do some of them similarly to other modal spells, so you can have two spells on the one card, but Split cards are more complex then just that and wouldn't interact properly in many of the cases that make Splits unique.

505.2. In every zone except the stack, split cards have two sets of characteristics and two converted mana costs. As long as a split card is a spell on the stack, only the characteristics of the half being played exist. The other half’s characteristics are treated as though they didn’t exist.

This and the following rules create some major hurdles with the following:
You can Red Elemental Blast an Ice, but not a Fire.
You can Merchant Scroll for a Fire/Ice.
If you activate a Pyromancy and discard a Fire/Ice you deal 4 damage (2 + 2).
Etc.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Card Requests

Postby Niv-Mizzet » 23 Feb 2012, 02:50

How about Sacred Mesa? Seems fairly straightforward.

Much less straightforward and maybe not doable: How about Martyr's Bond?
User avatar
Niv-Mizzet
 
Posts: 125
Joined: 17 Oct 2009, 21:20
Has thanked: 0 time
Been thanked: 5 times

Re: Card Requests

Postby moomarc » 23 Feb 2012, 12:46

friarsol wrote:Split cards just hasn't really been tackled yet. We could easily do some of them similarly to other modal spells, so you can have two spells on the one card, but Split cards are more complex then just that and wouldn't interact properly in many of the cases that make Splits unique.

505.2. In every zone except the stack, split cards have two sets of characteristics and two converted mana costs. As long as a split card is a spell on the stack, only the characteristics of the half being played exist. The other half’s characteristics are treated as though they didn’t exist.

This and the following rules create some major hurdles with the following:
You can Red Elemental Blast an Ice, but not a Fire.
You can Merchant Scroll for a Fire/Ice.
If you activate a Pyromancy and discard a Fire/Ice you deal 4 damage (2 + 2).
Etc.
And just to make things more complicated you have rulings like that for Heretic's Punishment: If a split card is put into your graveyard this way, consider each cost individually. For example, if Crime/Punishment, a split card with converted mana costs of 2 and 5, is put into your graveyard as well as a land and a card with converted mana cost 6, 6 damage is dealt because 6 is greater than 5 and greater than 2.

So even within the same zone the mana costs need to be handled differently. #-o
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: Google [Bot] and 31 guests


Who is online

In total there are 32 users online :: 1 registered, 0 hidden and 31 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: Google [Bot] and 31 guests

Login Form