It is currently 07 Jul 2021, 07:20
   
Text Size

making 40 card deck

Moderators: Xander9009, CCGHQ Admins

making 40 card deck

Postby becauseafrica » 17 Apr 2013, 19:27

Hi all
How can I make deck with 40 cards in?
The system automatically put 20 lands more... Where I can change it?
becauseafrica
 
Posts: 13
Joined: 24 Jan 2012, 07:34
Has thanked: 9 times
Been thanked: 0 time

Re: making 40 card deck

Postby RiiakShiNal » 17 Apr 2013, 22:52

You can't it is hard coded in the engine to fill in basic lands until the deck reaches 60 cards.
RiiakShiNal
Programmer
 
Posts: 2160
Joined: 16 May 2011, 21:37
Has thanked: 74 times
Been thanked: 483 times

Re: making 40 card deck

Postby Drakno » 18 Apr 2013, 19:26

actually it could be possible to do something similar to it, Just make a sorcery speed card that says draw a card for 0 mana, throw 20 of these guys in a deck and bam it's pretty much a 40 card deck assuming there's no card in either player's deck that triggers when you draw a card, far from perfect but a practical alternative
Drakno
 
Posts: 52
Joined: 15 Oct 2012, 19:03
Has thanked: 33 times
Been thanked: 2 times

Re: making 40 card deck

Postby RiiakShiNal » 19 Apr 2013, 00:33

Definitely far from perfect because it could cause problems with cards that depend on what is in the library, how many cards are in the library, or things that mess with the library. Some that come to mind are Traumatize, Vampire Nocturnus, and anything with Scry or Kinship. Because it would change the structure of the deck there would be issues with cards that mill the deck, for example with Millstone and it mills two of the placeholders that the player doesn't care about instead of two other cards. There are literally hundreds of cards that this could interfere with.

Not to mention it would also mean more cards in the graveyard which would affect other cards as well.

Some problems could be solved by making them exile themselves (instead of going to the graveyard) when the game starts, but then you have to be careful and test for when they are in the player's hand and replace any that get exiled from the hand. It's still not a good solution though because when the player is determining whether they mulligan or not they may not be able to tell what kind of hand they have due to the placeholders.
RiiakShiNal
Programmer
 
Posts: 2160
Joined: 16 May 2011, 21:37
Has thanked: 74 times
Been thanked: 483 times

Re: making 40 card deck

Postby NEMESiS » 19 Apr 2013, 11:49

How about a card that at the beginning of the match automatically exiles 19 lands from your on deck and then it exiles itself? Is there a way to trigger that card from within your library?
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: making 40 card deck

Postby thefiremind » 19 Apr 2013, 11:57

NEMESiS wrote:How about a card that at the beginning of the match automatically exiles 19 lands from your on deck and then it exiles itself? Is there a way to trigger that card from within your library?
A card can trigger from a library, the problem is when: I think that no effect can happen before accepting the initial hand (which would be too late for this idea).

I just thought about something probably stupid: I'm sure that someone tried it before, but I can't remember what happens if you try to make an encounter deck available for the player to use. If that encounter deck has less than 60 cards, is it filled with lands anyway?
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 719 times

Re: making 40 card deck

Postby RiiakShiNal » 19 Apr 2013, 13:50

thefiremind wrote:A card can trigger from a library, the problem is when: I think that no effect can happen before accepting the initial hand (which would be too late for this idea).
Basically it was the same as what I said the card exiles itself when the match starts and if in hand replaces itself in hand, but as I stated before it is too late for the initial starting hand so that problem remains.

thefiremind wrote:I just thought about something probably stupid: I'm sure that someone tried it before, but I can't remember what happens if you try to make an encounter deck available for the player to use. If that encounter deck has less than 60 cards, is it filled with lands anyway?
If you are talking about the MINIDUEL decks then they are constructed exactly like a regular deck so I'm sure they would auto-fill to 60 cards. There is probably some special code in the engine for campaign encounters so that they don't have land automatically added and they aren't shuffled. But if they are used regularly that special code doesn't apply.

In Campaigns regular 2 player matches are of type "two player duel" while the encounters are of type "mini duel" so the special code is probably switched based on the type.
RiiakShiNal
Programmer
 
Posts: 2160
Joined: 16 May 2011, 21:37
Has thanked: 74 times
Been thanked: 483 times


Return to 2013

Who is online

Users browsing this forum: No registered users and 3 guests


Who is online

In total there are 3 users online :: 0 registered, 0 hidden and 3 guests (based on users active over the past 10 minutes)
Most users ever online was 1922 on 07 Jun 2021, 06:01

Users browsing this forum: No registered users and 3 guests

Login Form