* 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:
禹仔二号
2025-08-08 15:52:23 +08:00
committed by GitHub
parent aa68e2e683
commit 63f3aae673
28 changed files with 2121 additions and 3 deletions

View File

@@ -0,0 +1,202 @@
{
"info": {
"name": "02-悠悠度假村-锚点01",
"type": "collect",
"authors": [
{
"name": "小大",
"links": ""
}
],
"version": "1.0",
"description": "锚点beta",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754633959197,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 13613.7305,
"y": -157.1982,
"action_params": ""
},
{
"id": 2,
"x": 13582.4258,
"y": -143.7949,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 13582.8955,
"y": -140.8389,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 13593.541,
"y": -110.2549,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 13595.7305,
"y": -88.5771,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 13594.5508,
"y": -86.4106,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 13597.418,
"y": -72.2031,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 13608.6875,
"y": -62.248,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": 13643.6426,
"y": 78.7949,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 13643.1328,
"y": 107.8818,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": 13632.8906,
"y": 169.8799,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": 13627.6123,
"y": 221.6826,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": 13666.3506,
"y": 271.7144,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": 13657.9375,
"y": 277.6812,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 15,
"x": 13647.1758,
"y": 299.0679,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 16,
"x": 13670.1123,
"y": 358.9658,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 17,
"x": 13633.3555,
"y": 375.9609,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 18,
"x": 13629.9102,
"y": 377.335,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
},
{
"id": 19,
"x": 13617.4219,
"y": 382.603,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 20,
"x": 13615.1865,
"y": 380.334,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f)"
}
]
}