Ah, yeah there is that. Scripts only work on the table, for better or for worse.
A forum for users of LackeyCCG
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu/cn"I have errata"
/ch;/cn"I have errata"
/cn"I have errata";/ch
<s><a>y</a><l>Initialize</l><f>/ch;/cn"I have errata"</f></s> <s><l>Reveal top card</l><f>/vp1at1</f>
mythic = Crit('Rarity', 'IS', 'M')
rare = Crit('Rarity', 'IS', 'R')
uncommon = Crit('Rarity', 'IS', 'U')
common = Crit('Rarity', 'IS', 'C')
default = (
BranchPoint(
Branch(Kind(1, mythic), prob=13),
Branch(Kind(1, rare), prob=87),
),
Kind(3, uncommon),
Kind(10, common),
)
mythic: [ Rarity, IS, M ]
rare: [ Rarity, IS, R ]
uncommon: [ Rarity, IS, U ]
common: [ Rarity, IS, C ]
---
default:
- 13: [ 1, mythic ]
87: [ 1, rare ]
- [ 3, uncommon ]
- [ 10, common ]
<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>10</qty>
<crit><field>Rarity</field><eval>IS</eval><data>C</data></crit>
</kind>
</chance>
<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>10</qty>
<crit><field>Rarity</field><eval>IS</eval><data>C</data></crit>
</kind>
</chance>