小大 (#1504)
* feat(repo): 添加枫丹-锚点-苍晶区-地面路径 - 新增枫丹-锚点-苍晶区-地面路径文件 - 路径覆盖苍晶区地面区域,包括多个拾取点和行走路径 - 文件格式为JSON,包含路径点的坐标和动作参数 * 自动修复 JSON 格式和版本号 [ci skip] * feat(archive): 添加海岛活动-遥遥同旅-第一关脚本 - 新增自动按键操作脚本,实现一系列预设的按键组合操作 - 主要涉及的键位有:VK_D、VK_A、VK_SPACE、VK_Q - 添加 manifest.json 文件,包含脚本的基本信息和配置 * feat(pathing): 添加悠悠度假村锚点和神瞳路径 - 新增 4 个锚点路径文件,覆盖悠悠度假村区域 - 新增 4 个火神瞳路径文件,包含该区域的神瞳收集路线 - 所有路径均由小大作者创建 * 自动修复 JSON 格式和版本号 [ci skip] --------- Co-authored-by: GitHub Actions Bot <actions@github.com> Co-authored-by: 起个名字好难的喵 <25520958+MisakaAldrich@users.noreply.github.com>
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "天降正义!",
|
||||
"type": "collect",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.42.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "花见木易",
|
||||
"links": "https://github.com/Flower-MUYi"
|
||||
}
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "teleport",
|
||||
"x": 1433.4,
|
||||
"y": 837.12,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1268.5,
|
||||
"y": 921.0,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user