mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +03:00
117 lines
2.9 KiB
JSON
117 lines
2.9 KiB
JSON
{
|
|
"sceneId": 1001,
|
|
"routes":
|
|
[
|
|
{
|
|
"localId": 1,
|
|
"type": "OneWay",
|
|
"points":
|
|
[
|
|
{
|
|
"pos":
|
|
{
|
|
"x": 10,
|
|
"y": 0,
|
|
"z": 10
|
|
},
|
|
"targetVelocity": 3,
|
|
"waitTime": 3
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": -10,
|
|
"y": 0,
|
|
"z": 10
|
|
},
|
|
"targetVelocity": 4,
|
|
"waitTime": 3
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": -10
|
|
},
|
|
"targetVelocity": 5,
|
|
"waitTime": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"localId": 2,
|
|
"type": "Reciprocate",
|
|
"points":
|
|
[
|
|
{
|
|
"pos":
|
|
{
|
|
"x": -7,
|
|
"y": 0,
|
|
"z": 5
|
|
},
|
|
"targetVelocity": 3,
|
|
"waitTime": 0
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": -7,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"targetVelocity": 1.5,
|
|
"waitTime": 0
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": -7,
|
|
"y": 5,
|
|
"z": 0
|
|
},
|
|
"targetVelocity": 1.5,
|
|
"waitTime": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"localId": 3,
|
|
"type": "Loop",
|
|
"points":
|
|
[
|
|
{
|
|
"pos":
|
|
{
|
|
"x": 10,
|
|
"y": 0,
|
|
"z": 10
|
|
},
|
|
"targetVelocity": 3,
|
|
"waitTime": 3
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": -10,
|
|
"y": 0,
|
|
"z": 10
|
|
},
|
|
"targetVelocity": 4,
|
|
"waitTime": 3
|
|
},
|
|
{
|
|
"pos":
|
|
{
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": -10
|
|
},
|
|
"targetVelocity": 5,
|
|
"waitTime": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |