mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
91 lines
1.5 KiB
JSON
91 lines
1.5 KiB
JSON
{
|
|
"sceneId": 1001,
|
|
"routes": [
|
|
{
|
|
"localId": 1,
|
|
"name": "",
|
|
"points": [
|
|
{
|
|
"pos": {
|
|
"x": 10.0,
|
|
"z": 10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 3.0
|
|
},
|
|
{
|
|
"pos": {
|
|
"x": -10.0,
|
|
"z": 10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 4.0
|
|
},
|
|
{
|
|
"pos": {
|
|
"z": -10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 5.0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"localId": 2,
|
|
"name": "",
|
|
"type": "Reciprocate",
|
|
"points": [
|
|
{
|
|
"pos": {
|
|
"x": -7.0,
|
|
"z": 5.0
|
|
},
|
|
"targetVelocity": 3.0
|
|
},
|
|
{
|
|
"pos": {
|
|
"x": -7.0
|
|
},
|
|
"targetVelocity": 1.5
|
|
},
|
|
{
|
|
"pos": {
|
|
"x": -7.0,
|
|
"y": 5.0
|
|
},
|
|
"targetVelocity": 1.5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"localId": 3,
|
|
"name": "",
|
|
"type": "Loop",
|
|
"points": [
|
|
{
|
|
"pos": {
|
|
"x": 10.0,
|
|
"z": 10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 3.0
|
|
},
|
|
{
|
|
"pos": {
|
|
"x": -10.0,
|
|
"z": 10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 4.0
|
|
},
|
|
{
|
|
"pos": {
|
|
"z": -10.0
|
|
},
|
|
"waitTime": 3.0,
|
|
"targetVelocity": 5.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |