-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Flower-MUYi/main
路径追踪:鸣草_九条阵屋_3个,修复
- Loading branch information
Showing
1 changed file
with
82 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |