35 lines
652 B
JSON
35 lines
652 B
JSON
{
|
|
"bands": [
|
|
{
|
|
"startId": 3,
|
|
"endId": 20,
|
|
"boxCountLow": 1,
|
|
"boxCountHigh": 2,
|
|
"minAllowedPushes": 4,
|
|
"minAllowedTurns": 2,
|
|
"minAllowedBranching": 0,
|
|
"maskTake": 8
|
|
},
|
|
{
|
|
"startId": 21,
|
|
"endId": 40,
|
|
"boxCountLow": 1,
|
|
"boxCountHigh": 2,
|
|
"minAllowedPushes": 7,
|
|
"minAllowedTurns": 3,
|
|
"minAllowedBranching": 0,
|
|
"maskTake": 0
|
|
},
|
|
{
|
|
"startId": 41,
|
|
"endId": 60,
|
|
"boxCountLow": 2,
|
|
"boxCountHigh": 3,
|
|
"minAllowedPushes": 9,
|
|
"minAllowedTurns": 4,
|
|
"minAllowedBranching": 0,
|
|
"maskTake": 0
|
|
}
|
|
]
|
|
}
|