LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: Johnny Blaze on March 23, 2014, 11:41:37 PM

Title: Card Packs
Post by: Johnny Blaze on March 23, 2014, 11:41:37 PM
Is there a capability within Lackey to create custom packs, as in 15 card packs for Magic Cube Draft..?
Title: Re: Card Packs
Post by: Gordon228 on March 24, 2014, 01:37:26 AM
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.
Title: Re: Card Packs
Post by: Johnny Blaze on March 24, 2014, 08:05:56 PM
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
Title: Re: Card Packs
Post by: Gordon228 on March 25, 2014, 01:03:01 AM
well i do not know the magic cube draft format.