Files
aibis-dream/Assets/StreamingAssets/LevelData/BlockPuzzle/BlockPuzzleData.json
T
2025-12-16 20:08:11 +08:00

173 lines
3.4 KiB
JSON

{
"Game1": {
"puzzleName": "Game1",
"gridWidth": 7,
"gridHeight": 7,
"cellSize": 1.0,
"gridShapeDataInfos": [
{
"shapeKey": "腿1",
"rootCell": {
"x": 2,
"y": 1,
"magnitude": 2.236068,
"sqrMagnitude": 5
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "头",
"rootCell": {
"x": 2,
"y": 4,
"magnitude": 4.472136,
"sqrMagnitude": 20
},
"rotationAngle": 0,
"isDraggable": false
},
{
"shapeKey": "身体1",
"rootCell": {
"x": 2,
"y": 2,
"magnitude": 2.828427,
"sqrMagnitude": 8
},
"rotationAngle": 0,
"isDraggable": false
}
],
"shapeRackDataInfos": [
{
"key": "左手1",
"count": 1
},
{
"key": "左手2",
"count": 1
},
{
"key": "右手1",
"count": 1
},
{
"key": "右手2",
"count": 1
},
{
"key": "腿2",
"count": 1
},
{
"key": "腿3",
"count": 1
}
],
"validatorName": "BlockPuzzleValidtor/BlockPuzzleValidator.asset"
},
"示例": {
"puzzleName": "示例",
"gridWidth": 6,
"gridHeight": 7,
"cellSize": 1.0,
"gridShapeDataInfos": [
{
"shapeKey": "散热系统",
"rootCell": {
"x": 3,
"y": 0,
"magnitude": 3.0,
"sqrMagnitude": 9
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "唱片机",
"rootCell": {
"x": 4,
"y": 4,
"magnitude": 5.656854,
"sqrMagnitude": 32
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "换碟装置",
"rootCell": {
"x": 3,
"y": 2,
"magnitude": 3.60555124,
"sqrMagnitude": 13
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "可选",
"rootCell": {
"x": 0,
"y": 0,
"magnitude": 0.0,
"sqrMagnitude": 0
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "涡轮",
"rootCell": {
"x": 0,
"y": 2,
"magnitude": 2.0,
"sqrMagnitude": 4
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "进气系统",
"rootCell": {
"x": 2,
"y": 0,
"magnitude": 2.0,
"sqrMagnitude": 4
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "旧引擎",
"rootCell": {
"x": 0,
"y": 4,
"magnitude": 4.0,
"sqrMagnitude": 16
},
"rotationAngle": 0,
"isDraggable": true
},
{
"shapeKey": "占位",
"rootCell": {
"x": 1,
"y": 6,
"magnitude": 6.08276272,
"sqrMagnitude": 37
},
"rotationAngle": 0,
"isDraggable": false
}
],
"shapeRackDataInfos": [
{
"key": "新引擎",
"count": 1
}
],
"validatorName": "BlockPuzzleValidtor/示例.asset"
}
}