fertig-classic-games/assets/gamedata/gootower/level-001.json

156 lines
2.0 KiB
JSON

{
"world": {
"w": 1600,
"h": 1000
},
"level": 1,
"name": "Ground Floor",
"chapter": 1,
"tip": "Drag goo from the heap onto the structure. Each ball needs two nearby friends to hold on to.",
"terrain": [
{
"kind": "solid",
"poly": [
[
0,
850
],
[
1600,
850
],
[
1600,
1000
],
[
0,
1000
]
]
}
],
"balls": [
{
"x": 740,
"y": 836,
"type": "common",
"pinned": true
},
{
"x": 802,
"y": 836,
"type": "common",
"pinned": true
},
{
"x": 771,
"y": 782,
"type": "common"
}
],
"strands": [
[
2,
0
],
[
2,
1
],
[
0,
1
]
],
"pipe": {
"x": 771,
"y": 600,
"r": 46
},
"pile": [
{
"x": 980,
"y": 834,
"type": "common"
},
{
"x": 1010,
"y": 834,
"type": "common"
},
{
"x": 1040,
"y": 834,
"type": "common"
},
{
"x": 1070,
"y": 834,
"type": "common"
},
{
"x": 1100,
"y": 834,
"type": "common"
},
{
"x": 1130,
"y": 834,
"type": "common"
},
{
"x": 980,
"y": 804,
"type": "common"
},
{
"x": 1010,
"y": 804,
"type": "common"
},
{
"x": 1040,
"y": 804,
"type": "common"
},
{
"x": 1070,
"y": 804,
"type": "common"
},
{
"x": 1100,
"y": 804,
"type": "common"
},
{
"x": 1130,
"y": 804,
"type": "common"
},
{
"x": 980,
"y": 774,
"type": "common"
},
{
"x": 1010,
"y": 774,
"type": "common"
},
{
"x": 1040,
"y": 774,
"type": "common"
},
{
"x": 1070,
"y": 774,
"type": "common"
}
],
"required": 4,
"ocdTarget": 9
}