Replies: 2 comments
-
Hello, The [Settings]
{
"layouts": {
"Cube_1": {
"weight": 1,
"slots": {
"List_1": 15
}
},
"Cube_2": {
"weight": 1,
"slots": {
"List_2": 15
}
}
},
"predeterminedLayouts": ["Cube_1", "Cube_2"],
}
[List_1]
..Card List..
[List_2]
..Card List.. Basically, each layout can use completely different slots and disjoint card lists, defining completely separate cubes, or sets. In case you missed it, the complete documentation is available here: https://draftmancer.com/cubeformat.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm a fool and didn't read the documentation properly / misinterpreted what
I was reading.
Thank you!
…On Thu, Apr 11, 2024, 06:24 Senryoku ***@***.***> wrote:
Hello,
The layouts and predeterminedLayouts settings should allow you to do just
that.
Here's a simplified example:
[Settings]{
"layouts": {
"Cube_1": {
"weight": 1,
"slots": {
"List_1": 15
}
},
"Cube_2": {
"weight": 1,
"slots": {
"List_2": 15
}
}
},
"predeterminedLayouts": ["Cube_1", "Cube_2"],}[List_1]..Card List..[List_2]..Card List..
Basically, each layout can use completely different slots and disjoint
card lists, defining completely separate cubes, or sets.
predeterminedLayouts allows you to specify how each pack will be
generated, rather than picking a random layout for each of them.
—
Reply to this email directly, view it on GitHub
<#691 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHXTKRGMO47LKCGK6VSUELDY4ZXHBAVCNFSM6AAAAABGBMQFR6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAOBSHAZDM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to be able to make a Cube that has different packs. The first pack drafted would be one list, defined by the text file. The second pack from a completely different list, in the same file. Basically make your own "chaos draft", kinda.
Beta Was this translation helpful? Give feedback.
All reactions