SWTCG / SWTCG-LACKEY

LackeyCCG plugin for Star Wars: Trading Card Game
https://lackey.swtcg.com
9 stars 2 forks source link

Separated promo cards #29

Closed haec0007 closed 3 years ago

haec0007 commented 3 years ago

Closes issue #25

MatthewLarson commented 3 years ago

<pack>
    <packtitle>Attack Of The Clones</packtitle>
    <packimage>AOTC</packimage>
    <packkind>Pack</packkind>
    <packformat>Sealed</packformat>
    <packcommoncrit><field>Set</field><eval>IS</eval><data>aotc</data></packcommoncrit>
    <chance>
        <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>7</qty><crit><field>Rarity</field><eval>IS</eval><data>C</data></crit></kind>
    </chance>
</pack>
'''

Are we going to want to have packs for the promo set defined in the xml file?
MatthewLarson commented 3 years ago

Should all be good now! Woot woot!