News:

A forum for users of LackeyCCG

Main Menu

Card Packs

Started by Johnny Blaze, March 23, 2014, 11:41:37 PM

Previous topic - Next topic

Johnny Blaze

Is there a capability within Lackey to create custom packs, as in 15 card packs for Magic Cube Draft..?

Gordon228

yes there is. an example pack would look like this <pack>
<packtitle>Born of the Gods Booster</packtitle>
<packimage>bngbooster</packimage>
<packformat>Standard</packformat>
<packkind>Booster</packkind>
<packcommoncrit><field>Set</field><eval>IS</eval><data>bng</data></packcommoncrit>
<chance>
<prob>87</prob>
<kind><qty>1</qty><crit><field>Rarity</field><eval>IS</eval><data>R</data></crit></kind>
<kind><qty>3</qty><crit><field>Rarity</field><eval>IS</eval><data>U</data></crit></kind>
<kind><qty>11</qty><crit><field>Rarity</field><eval>IS</eval><data>C</data></crit></kind>
</chance>
<chance>
<prob>13</prob>
<kind><qty>1</qty><crit><field>Rarity</field><eval>IS</eval><data>M</data></crit></kind>
<kind><qty>3</qty><crit><field>Rarity</field><eval>IS</eval><data>U</data></crit></kind>
<kind><qty>11</qty><crit><field>Rarity</field><eval>IS</eval><data>C</data></crit></kind>
</chance>
</pack>
this is taken from the packdef file from the magic plugin.

Johnny Blaze

im not the guy doing the plugin, What im asking is in the editor is there anyway NOW, to build packs like the way you draft.. i want to build a cube, not code stuff

Gordon228

well i do not know the magic cube draft format.