Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks
2013
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks
2013
making 40 card deck
Moderators: Xander9009, CCGHQ Admins
making 40 card deck
by 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?
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
by 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.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2160
- Joined: 16 May 2011, 21:37
- Has thanked: 74 times
- Been thanked: 483 times
Re: making 40 card deck
by 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
Re: making 40 card deck
by 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.
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.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2160
- Joined: 16 May 2011, 21:37
- Has thanked: 74 times
- Been thanked: 483 times
Re: making 40 card deck
by 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?
-

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
by thefiremind » 19 Apr 2013, 11:57
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).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?
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...
Currently busy with life...
-

thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 719 times
Re: making 40 card deck
by RiiakShiNal » 19 Apr 2013, 13:50
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: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).
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.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?
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.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2160
- Joined: 16 May 2011, 21:37
- Has thanked: 74 times
- Been thanked: 483 times
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests
