Re: Nivmizzet1's mod DLC [9 decks] (last updated 02/05/2013)
I've tried using the LandConfig tag and minLand attribute to force a colour into a deck, but I couldn't get the land to appear in the deck unless I had a card with that colour land in it's casting cost.RiiakShiNal wrote:You should be able to forcibly put swamps into the deck using the LandConfig tag and the minSwamp attribute. If you want to manually specify all land for the deck using the LandConfig tag you can specify ignoreCmcOver="0" then use the other min attributes to specify the exact basic lands you want present.nivmizzet1 wrote:it's the only card in there now that has black in it's casting cost (since I replaced the single copy of Tragic Slip that I had in there for a third Path to Exile), so I need it to have swamps in there.
So how does the ignoreCmcOver="0" thing work? If I wanted to specify 11 swamps and 5 plains would I just put:
- Code: Select all
<LandConfig ignoreCmcOver="0" minPlains="5" minSwamp="11" />