Skip to content

Commit

Permalink
Merge pull request #33 from Flower-MUYi/main
Browse files Browse the repository at this point in the history
路径追踪:鸣草_九条阵屋_3个,修复
  • Loading branch information
huiyadanli authored Oct 25, 2024
2 parents c81c341 + 4bd767d commit 3a6b93a
Showing 1 changed file with 82 additions and 70 deletions.
152 changes: 82 additions & 70 deletions repo/pathing/鸣草/鸣草_九条阵屋_3个.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,84 @@
{
"info":{
"name":"鸣草_九条阵屋_3个",
"type":"collect",
"author":"花见木易"
},
"positions":[
{
"x":-3393.10546875,
"y":-3556.0205078125,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3397.94921875,
"y":-3541.416015625,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3400.5576171875,
"y":-3531.9169921875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3403.34765625,
"y":-3521.6669921875,
"type":"path",
"move_mode":"fly",
"action":"stop_flying"
},
{
"x":-3417.841796875,
"y":-3468.1279296875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3409.72265625,
"y":-3450.298828125,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3410.5,
"y":-3446.5,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3405.9462890625,
"y":-3445.5849609375,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-3401.25,
"y":-3450.5,
"type":"path",
"move_mode":"walk",
"action":""
}
]
"info": {
"name": "鸣草_九条阵屋_3个",
"type": "collect",
"author": "花见木易",
"version": "1.1",
"description": "鸣草_九条阵屋_3个 的初始点类型修改为“传送”",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -3393.10546875,
"y": -3556.0205078125,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -3397.94921875,
"y": -3541.416015625,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 3,
"x": -3400.5576171875,
"y": -3531.9169921875,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 4,
"x": -3403.34765625,
"y": -3521.6669921875,
"action": "stop_flying",
"move_mode": "fly",
"type": "path"
},
{
"id": 5,
"x": -3417.841796875,
"y": -3468.1279296875,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 6,
"x": -3409.72265625,
"y": -3450.298828125,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 7,
"x": -3410.5,
"y": -3446.5,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 8,
"x": -3405.9462890625,
"y": -3445.5849609375,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 9,
"x": -3401.25,
"y": -3450.5,
"action": "",
"move_mode": "walk",
"type": "path"
}
]
}

0 comments on commit 3a6b93a

Please sign in to comment.