신규등록

This commit is contained in:
JiWoong Sul
2025-11-22 01:08:44 +09:00
commit e81218576d
32 changed files with 3046 additions and 0 deletions

34
levelbalance.json Normal file
View File

@@ -0,0 +1,34 @@
{
"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
}
]
}