Page 1 of 1

for sunburst decks

PostPosted: 12 Sep 2012, 14:19
by BlindWillow
Came across this in the .exe file on the never-ending search to override card frames (still no luck on that front :x): ignoreCmcOver.

Apparently if you set that attribute to 1 as part of your LandConfig tag, that bypasses the automatically calculated land insertions and puts a flat amount of each type of basic land in, which you can then play around with using minPlains, minIsland, etc. Not terribly useful for decks that don't want at least one of each type of basic land, as it doesn't appear you can have less than one of each. But for those building Sunburst-type decks, you don't have to include all five colors of spells if you don't want now.

Re: for sunburst decks

PostPosted: 12 Sep 2012, 14:31
by thefiremind
ignoreCmcOver="1" probably means "ignore cards with converted mana cost higher than 1", so if the only colored cards fall into that category, they will be ignored and the deck won't consider them for deciding the color. Anyway it's a really good discovery!

EDIT: I tried to use ignoreCmcOver="0" in my sunburst test deck and it works perfectly! (The attribute works perfectly, the deck doesn't, but that's another story. :lol:)

Re: for sunburst decks

PostPosted: 12 Sep 2012, 14:37
by BlindWillow
thefiremind wrote:ignoreCmcOver="1" probably means "ignore cards with converted mana cost higher than 1"
That makes a great deal of sense. Glad it works (the code at least). :)