Compare commits

...

10 Commits

Author SHA1 Message Date
Jamis
7c4c101ef5 校准紫晶块路线 (#1589)
* Correct pathing for amethyst crystals

* 自动修复 JSON 格式和版本号 [ci skip]

---------

Co-authored-by: GitHub Actions Bot <actions@github.com>
2025-08-14 18:43:50 +08:00
zaodonganqi
a3b3a8c746 update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-08-14 04:05:48 +00:00
a26500456d 精英 readme 忘记更新 (#1588) 2025-08-14 12:05:29 +08:00
zaodonganqi
eb216dd3b8 update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-08-14 00:55:27 +00:00
yanying09
721b259b02 Add files via upload (#1586)
4晶蝶
2025-08-14 08:54:37 +08:00
zaodonganqi
4b6285a232 update repo.json 2025-08-14 00:54:04 +00:00
b275caf7c8 狗粮+精英 8.13 (#1587)
狗粮: 1.修复强制黑芙的摔死bug
精英: 1.研究方法进入[沙暴]区域
2025-08-14 08:53:45 +08:00
zaodonganqi
bbb043e7f4 update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-08-13 14:59:22 +00:00
this-Fish
9de10157fc 地圖追蹤 : 海露花&帕蒂沙兰 路徑優化 (#1584)
* Delete repo/pathing/地方特产/枫丹/海露花/芭芭拉效率路线@寥寥轻舟 directory

* 地圖追蹤 : 海露花 路徑優化

* Delete repo/pathing/地方特产/须弥/帕蒂沙兰 directory

* 地圖追蹤 : 帕蒂沙兰 路徑優化

* 自动修复 JSON 格式和版本号 [ci skip]

* 補充README.md

* 自动修复 JSON 格式和版本号 [ci skip]

* Add files via upload

---------

Co-authored-by: GitHub Actions Bot <actions@github.com>
2025-08-13 22:50:53 +08:00
Jamis
4fd7090831 校准水晶块路线 (#1582)
* correct pathing for crystal chunks

* 自动修复 JSON 格式和版本号 [ci skip]

---------

Co-authored-by: GitHub Actions Bot <actions@github.com>
2025-08-13 18:39:00 +08:00
47 changed files with 1997 additions and 1004 deletions

853
repo.json

File diff suppressed because it is too large Load Diff

View File

@@ -4,3 +4,6 @@
如果你只是想要获取狗粮,请使用自动狗粮加强版
## 更新日志
### 0.0.62025.08.13
1.修复"99强制黑芙"路线摔死bug

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -13,18 +13,28 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1753190175272,
"enable_monster_loot_split": false
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 97.65771484375,
"y": 255.2640380859375,
"action_params": ""
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 97.65771484375,
"y": 255.2640380859375,
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "orientation"
}
]
}

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "AAA狗粮批发测试版本",
"version": "0.0.5",
"version": "0.0.6",
"tags": [
"狗粮"
],

View File

@@ -171,6 +171,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
## 更新日志
### 1.7.9.22025.08.13
1.修复"99强制黑芙"路线摔死bug
### 1.7.9.12025.08.12
1.把切换白芙黑芙策略外置
### 1.7.82025.08.11

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -209,7 +209,7 @@ let enemyType = "无";
// 获取 version 字段的值
version = manifest.version;
log.info(`当前js版本${version},更新日期25.8.12,如果太久远,要经常检查更新`);
log.info(`当前js版本${version},更新日期25.8.13,如果太久远,要经常检查更新`);
} catch (error) {
// 如果发生错误,记录错误信息

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "自动狗粮加强版",
"version": "1.7.9.1",
"version": "1.7.9.2",
"tags": [
"好感",
"狗粮"

View File

@@ -78,6 +78,8 @@
---
### 更新日志
### 1.4.32025.08.13
1.研究方法进入[沙暴]区域
### 1.4.22025.08.13
1.修改拾取后延时效果
### 1.4.12025.08.12

View File

@@ -1,4 +1,4 @@
//当前js版本 1.4.2
//当前js版本 1.4.3
//拾取时上下滑动的时间
let timeMoveUp = 500;

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "锄地一条龙",
"version": "1.4.2",
"version": "1.4.3",
"description": "一站式解决自动化锄地支持只拾取狗粮请仔细阅读README.md后使用",
"authors": [
{

View File

@@ -7,7 +7,7 @@
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754764693240,
"last_modified_time": 1755106895268,
"authors": [
{
"name": "汐",
@@ -65,8 +65,8 @@
},
{
"id": 6,
"x": 5109.09765625,
"y": -590.34765625,
"x": 5099.0703125,
"y": -598.751953125,
"action": "fight",
"move_mode": "dash",
"action_params": "",
@@ -74,8 +74,143 @@
},
{
"id": 7,
"x": 5109.09765625,
"y": -590.34765625,
"x": 5099.0703125,
"y": -598.751953125,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "orientation"
},
{
"id": 8,
"x": 4589.01220703125,
"y": -652.93798828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 9,
"x": 4570.27734375,
"y": -670.44384765625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 4550.2236328125,
"y": -719.0087890625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": 4540.376953125,
"y": -740.5068359375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(t),wait(0.2),keypress(t)",
"type": "path"
},
{
"id": 12,
"x": 4525.1328125,
"y": -769.87744140625,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),moveby(0,1000),keydown(w),wait(0.5),keypress(t),wait(0.2),keypress(t),wait(0.5),keyup(w)",
"type": "orientation"
},
{
"id": 13,
"x": 4503.74560546875,
"y": -794.505859375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),wait(0.2),keypress(t),wait(0.5)",
"type": "orientation"
},
{
"id": 14,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "log_output",
"move_mode": "dash",
"action_params": "切换[沙暴]状态",
"type": "orientation"
},
{
"id": 15,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f)",
"type": "path"
},
{
"id": 16,
"x": 5173.60302734375,
"y": -498.49169921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 17,
"x": 5162.541015625,
"y": -514.2607421875,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 18,
"x": 5152.812393347761,
"y": -527.9367269438635,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 19,
"x": 5146.248356765498,
"y": -541.2507882140999,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 20,
"x": 5139.562377547429,
"y": -550.8127273694517,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 21,
"x": 5099.0703125,
"y": -598.751953125,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 22,
"x": 5099.0703125,
"y": -598.751953125,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",

View File

@@ -13,7 +13,7 @@
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754764727505,
"last_modified_time": 1755105651055,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,34 +25,166 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
"type": "teleport",
"locked": false
},
{
"id": 2,
"x": 5473.3095703125,
"y": -1220.8349609375,
"action": "log_output",
"move_mode": "fly",
"action_params": "此地有沙暴必摔死1次,无法解决",
"type": "orientation",
"locked": false
},
{
"id": 3,
"x": 5473.3095703125,
"y": -1220.8349609375,
"action": "",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 5497.5859375,
"y": -1100.48291015625,
"action": "fight",
"id": 4,
"x": 5498.4580078125,
"y": -1095.15966796875,
"type": "path",
"move_mode": "dash",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 5,
"x": 5498.4580078125,
"y": -1095.15966796875,
"type": "orientation",
"move_mode": "dash",
"action": "combat_script",
"action_params": "wait(1)"
},
{
"id": 6,
"x": 4589.01220703125,
"y": -652.93798828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 7,
"x": 4570.27734375,
"y": -670.44384765625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 5497.5859375,
"y": -1100.48291015625,
"id": 8,
"x": 4550.2236328125,
"y": -719.0087890625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 4540.376953125,
"y": -740.5068359375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"action_params": "keypress(t),wait(0.2),keypress(t)",
"type": "path"
},
{
"id": 10,
"x": 4525.1328125,
"y": -769.87744140625,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),moveby(0,1000),keydown(w),wait(0.5),keypress(t),wait(0.2),keypress(t),wait(0.5),keyup(w)",
"type": "orientation"
},
{
"id": 11,
"x": 4503.74560546875,
"y": -794.505859375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),wait(0.2),keypress(t),wait(0.5)",
"type": "orientation"
},
{
"id": 12,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "log_output",
"move_mode": "dash",
"action_params": "切换[沙暴]状态",
"type": "orientation"
},
{
"id": 13,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f)",
"type": "path"
},
{
"id": 14,
"x": 5485.2216796875,
"y": -1240.50732421875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 15,
"x": 5473.3095703125,
"y": -1220.8349609375,
"action": "log_output",
"move_mode": "fly",
"action_params": "此地有沙暴必摔死1次,无法解决",
"type": "orientation",
"locked": false
},
{
"id": 16,
"x": 5473.3095703125,
"y": -1220.8349609375,
"action": "",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 17,
"x": 5498.4580078125,
"y": -1095.15966796875,
"type": "path",
"move_mode": "dash",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 18,
"x": 5498.4580078125,
"y": -1095.15966796875,
"type": "orientation",
"move_mode": "dash",
"action": "combat_script",
"action_params": "wait(1)",
"locked": false
}
]
}

View File

@@ -7,7 +7,7 @@
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754764785462,
"last_modified_time": 1755105731448,
"authors": [
{
"name": "汐",
@@ -69,7 +69,7 @@
"y": -835.1923828125,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"action_params": "1200",
"type": "path"
},
{
@@ -116,6 +116,177 @@
"move_mode": "dash",
"action_params": "wait(1)",
"type": "orientation"
},
{
"id": 12,
"x": 4589.01220703125,
"y": -652.93798828125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 13,
"x": 4570.27734375,
"y": -670.44384765625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": 4550.2236328125,
"y": -719.0087890625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": 4540.376953125,
"y": -740.5068359375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(t),wait(0.2),keypress(t)",
"type": "path"
},
{
"id": 16,
"x": 4525.1328125,
"y": -769.87744140625,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),moveby(0,1000),keydown(w),wait(0.5),keypress(t),wait(0.2),keypress(t),wait(0.5),keyup(w)",
"type": "orientation"
},
{
"id": 17,
"x": 4503.74560546875,
"y": -794.505859375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t),wait(0.2),keypress(t),wait(0.2),keypress(t),wait(0.5)",
"type": "orientation"
},
{
"id": 18,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "log_output",
"move_mode": "dash",
"action_params": "切换[沙暴]状态",
"type": "orientation"
},
{
"id": 19,
"x": 4513.001953125,
"y": -786.50634765625,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f)",
"type": "path"
},
{
"id": 20,
"x": 5686.673828125,
"y": -706.03369140625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 21,
"x": 5692.84130859375,
"y": -703.3740234375,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "path"
},
{
"id": 22,
"x": 5713.61767578125,
"y": -728.20556640625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 23,
"x": 5718.09765625,
"y": -753.36474609375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 24,
"x": 5723.87255859375,
"y": -788.5927734375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(t)",
"type": "orientation"
},
{
"id": 25,
"x": 5770.123046875,
"y": -835.1923828125,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 26,
"x": 5810.6689453125,
"y": -849.20166015625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 27,
"x": 5849.812456549088,
"y": -848.4378789490866,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 28,
"x": 5885.3818359375,
"y": -847.77978515625,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "1200",
"type": "path"
},
{
"id": 29,
"x": 5889.8935546875,
"y": -882.19287109375,
"action": "fight",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 30,
"x": 5889.8935546875,
"y": -882.19287109375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "orientation"
}
]
}

View File

@@ -69,7 +69,7 @@
"type": "path",
"move_mode": "dash",
"action": "combat_script",
"action_params": "芭芭拉 e"
"action_params": "wait(1);芭芭拉 e;"
},
{
"id": 7,

View File

@@ -141,7 +141,7 @@
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
"action_params": "wait(1);芭芭拉 e;"
},
{
"id": 15,

View File

@@ -3,82 +3,84 @@
"name": "03-海露花-枫丹-龙头-4个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1750489051636,
"last_modified_time": 1755063066847,
"authors": [
{
"name": "寥寥轻舟"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 4705.56,
"y": 2951.61,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4678.69,
"y": 2902.32,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 4661.21,
"y": 2867.72,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
"move_mode": "walk",
"action_params": "wait(1);芭芭拉 e;",
"type": "target"
},
{
"id": 4,
"x": 4662.3,
"y": 2863.94,
"x": 4663.8643,
"y": 2863.4543,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"action": "combat_script",
"action_params": "wait(0.2);"
},
{
"id": 5,
"x": 4656.92,
"y": 2854.78,
"x": 4657.6055,
"y": 2855.4426,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"action": "combat_script",
"action_params": "wait(0.2);"
},
{
"id": 6,
"x": 4651.75,
"y": 2861.25,
"x": 4651.6914,
"y": 2861.8892,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"action": "combat_script",
"action_params": "wait(0.2);"
},
{
"id": 7,
"x": 4650.35,
"y": 2867.86,
"x": 4650.5566,
"y": 2868.728,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"action": "combat_script",
"action_params": "wait(0.8);"
}
]
}

View File

@@ -0,0 +1,177 @@
{
"info": {
"name": "05-海露花-枫丹-枫丹廷-右-5个",
"type": "collect",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1754884793952,
"authors": [
{
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 4577.95,
"y": 4001.72,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4508.12,
"y": 3942.41,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 4503.61,
"y": 3877.52,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 4466.65,
"y": 3856.94,
"action": "combat_script",
"move_mode": "walk",
"action_params": "芭芭拉 e",
"type": "path"
},
{
"id": 5,
"x": 4464.76,
"y": 3855.1,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 4429.2646,
"y": 3814.4355,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 4397.7383,
"y": 3823.1978,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 charge(0.5)"
},
{
"id": 8,
"x": 4393.5059,
"y": 3824.5559,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": 4394.6211,
"y": 3794.9158,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 4309.5615,
"y": 3746.6948,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": 4301.3857,
"y": 3746.2,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 charge(0.5)"
},
{
"id": 12,
"x": 4297.5254,
"y": 3746.335,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": 4326.9473,
"y": 3712.8049,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
},
{
"id": 14,
"x": 4330.7949,
"y": 3708.3623,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 15,
"x": 4358.209,
"y": 3679.2725,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 16,
"x": 4357.2549,
"y": 3669.2842,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 charge(0.5)"
},
{
"id": 17,
"x": 4356.3154,
"y": 3665.8867,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,114 @@
{
"info": {
"name": "06-海露花-枫丹-枫丹廷-左-3个",
"type": "collect",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1754884048215,
"authors": [
{
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 4824.0078,
"y": 3628.9966,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4811.3369,
"y": 3601.0049,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 3,
"x": 4780.0098,
"y": 3538.6365,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 4785.127,
"y": 3519.1313,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "target"
},
{
"id": 5,
"x": 4799.3379,
"y": 3492.8552,
"action": "combat_script",
"move_mode": "walk",
"action_params": "芭芭拉 e",
"type": "target"
},
{
"id": 6,
"x": 4800.4902,
"y": 3489.8821,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 4815.8887,
"y": 3499.5408,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 4819.6641,
"y": 3502.4675,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 4819.459,
"y": 3504.4922,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 4819.5371,
"y": 3507.2681,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(1)",
"type": "path"
}
]
}

View File

@@ -1,107 +1,109 @@
{
"info": {
"name": "06-海露花-枫丹-沫洁站-6个",
"name": "07-海露花-枫丹-沫洁站-6个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1750490619726,
"last_modified_time": 1755063710547,
"authors": [
{
"name": "寥寥轻舟"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 3773.99,
"y": 3784.0,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 3729.9,
"y": 3729.06,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 3704.92,
"y": 3653.46,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 3692.45,
"y": 3652.56,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 charge(0.5)"
"move_mode": "walk",
"action_params": "芭芭拉 charge(0.5)",
"type": "path"
},
{
"id": 5,
"x": 3688.07,
"y": 3652.04,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 3670.97,
"y": 3651.14,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 charge(0.5)"
"move_mode": "walk",
"action_params": "芭芭拉 charge(0.5)",
"type": "path"
},
{
"id": 7,
"x": 3667.71,
"y": 3651.1,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 3681.66,
"y": 3663.35,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
"move_mode": "walk",
"action_params": "wait(1);芭芭拉 e;",
"type": "path"
},
{
"id": 9,
"x": 3685.84,
"y": 3667.39,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 3686.94,
"y": 3662.17,
"x": 3688.0098,
"y": 3662.1084,
"type": "path",
"move_mode": "walk",
"action": "",
@@ -111,10 +113,10 @@
"id": 11,
"x": 3690.98,
"y": 3672.06,
"type": "path",
"action": "combat_script",
"move_mode": "walk",
"action": "",
"action_params": ""
"action_params": "wait(0.4)",
"type": "path"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "07-海露花-枫丹-实验室-2个",
"name": "08-海露花-枫丹-实验室-2个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",

View File

@@ -1,20 +1,22 @@
{
"info": {
"name": "08-海露花-枫丹-沫洁再站-6个",
"name": "09-海露花-枫丹-沫洁再站-6个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1750493845402,
"last_modified_time": 1755063939451,
"authors": [
{
"name": "寥寥轻舟"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -28,15 +30,35 @@
},
{
"id": 2,
"x": 3635.47,
"y": 3801.45,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(1);芭芭拉 e;",
"type": "path"
},
{
"id": 3,
"x": 3594.99,
"y": 3813.02,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
"type": "path",
"locked": false
},
{
"id": 3,
"id": 4,
"x": 3594.99,
"y": 3813.02,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(8);",
"type": "path",
"locked": false
},
{
"id": 5,
"x": 3562.53,
"y": 3805.34,
"action": "",
@@ -45,7 +67,7 @@
"type": "path"
},
{
"id": 4,
"id": 6,
"x": 3553.19,
"y": 3832.84,
"action": "combat_script",
@@ -54,7 +76,7 @@
"type": "path"
},
{
"id": 5,
"id": 7,
"x": 3552.3,
"y": 3835.89,
"action": "",
@@ -63,7 +85,7 @@
"type": "path"
},
{
"id": 6,
"id": 8,
"x": 3569.82,
"y": 3875.4,
"action": "",
@@ -72,7 +94,7 @@
"type": "path"
},
{
"id": 7,
"id": 9,
"x": 3552.24,
"y": 3925.47,
"action": "combat_script",
@@ -81,7 +103,7 @@
"type": "path"
},
{
"id": 8,
"id": 10,
"x": 3551.28,
"y": 3929.0,
"action": "",
@@ -90,7 +112,7 @@
"type": "path"
},
{
"id": 9,
"id": 11,
"x": 3547.04,
"y": 3938.77,
"action": "",
@@ -99,7 +121,7 @@
"type": "path"
},
{
"id": 10,
"id": 12,
"x": 3532.31,
"y": 3911.9,
"action": "combat_script",
@@ -108,7 +130,7 @@
"type": "path"
},
{
"id": 11,
"id": 13,
"x": 3530.99,
"y": 3908.78,
"action": "",
@@ -117,7 +139,7 @@
"type": "path"
},
{
"id": 12,
"id": 14,
"x": 3530.5,
"y": 3938.74,
"action": "",
@@ -126,7 +148,7 @@
"type": "path"
},
{
"id": 13,
"id": 15,
"x": 3544.52,
"y": 3965.54,
"action": "",
@@ -135,7 +157,7 @@
"type": "path"
},
{
"id": 14,
"id": 16,
"x": 3521.43,
"y": 4016.83,
"action": "combat_script",
@@ -144,7 +166,7 @@
"type": "path"
},
{
"id": 15,
"id": 17,
"x": 3519.3,
"y": 4020.19,
"action": "",
@@ -153,7 +175,7 @@
"type": "path"
},
{
"id": 16,
"id": 18,
"x": 3482.67,
"y": 4013.07,
"action": "",
@@ -162,7 +184,7 @@
"type": "path"
},
{
"id": 17,
"id": 19,
"x": 3469.97,
"y": 4017.76,
"action": "combat_script",
@@ -171,7 +193,7 @@
"type": "path"
},
{
"id": 18,
"id": 20,
"x": 3467.47,
"y": 4018.64,
"action": "",

View File

@@ -1,147 +1,159 @@
{
"info": {
"name": "09-海露花-枫丹-幽灵-5个",
"name": "10-海露花-枫丹-幽灵-5个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1750491808549,
"last_modified_time": 1754886623941,
"authors": [
{
"name": "寥寥轻舟"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 3367.16,
"y": 3294.2,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 3399.94,
"y": 3301.64,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 3430.92,
"y": 3281.93,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 3453.89,
"y": 3274.04,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
"move_mode": "walk",
"action_params": "芭芭拉 e",
"type": "path"
},
{
"id": 5,
"x": 3456.35,
"y": 3273.63,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 3461.55,
"y": 3250.34,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 3409.5,
"y": 3184.01,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 3420.12,
"y": 3174.03,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 3441.39,
"y": 3150.76,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
"move_mode": "fly",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 10,
"x": 3455.97,
"y": 3146.93,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"x": 3441.39,
"y": 3150.76,
"action": "combat_script",
"move_mode": "fly",
"action_params": "wait(1);芭芭拉 charge(0.5);",
"type": "path"
},
{
"id": 11,
"x": 3486.18,
"y": 3140.36,
"type": "path",
"x": 3455.97,
"y": 3146.93,
"action": "",
"move_mode": "walk",
"action": "combat_script",
"action_params": "芭芭拉 e"
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": 3488.66,
"y": 3142.1,
"type": "path",
"x": 3486.18,
"y": 3140.36,
"action": "combat_script",
"move_mode": "walk",
"action": "",
"action_params": ""
"action_params": "芭芭拉 e",
"type": "path"
},
{
"id": 13,
"x": 3487.48,
"y": 3148.07,
"type": "path",
"move_mode": "walk",
"x": 3488.66,
"y": 3142.1,
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": 3487.48,
"y": 3148.07,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": 3501.68,
"y": 3151.56,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "10-海露花-枫丹-幽灵右-10个",
"name": "11-海露花-枫丹-幽灵右-10个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",

View File

@@ -0,0 +1,3 @@
# 注意事项
## 隊伍中必需帶有**芭芭拉**
## **生存位技能不能设置芭芭拉**

View File

@@ -1,138 +0,0 @@
{
"info": {
"name": "05-海露花-枫丹-枫丹廷-4个",
"type": "collect",
"version": "1.0",
"description": "芭芭拉效率专线",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [
"芭芭拉"
],
"last_modified_time": 1750493402601,
"authors": [
{
"name": "寥寥轻舟"
}
]
},
"positions": [
{
"id": 1,
"x": 4577.95,
"y": 4001.72,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4508.12,
"y": 3942.41,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 4503.61,
"y": 3877.52,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 4466.65,
"y": 3856.94,
"action": "combat_script",
"move_mode": "walk",
"action_params": "芭芭拉 e",
"type": "path"
},
{
"id": 5,
"x": 4464.76,
"y": 3855.1,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 4428.2,
"y": 3812.3,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 4321.34,
"y": 3747.62,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 4303.58,
"y": 3745.82,
"action": "combat_script",
"move_mode": "walk",
"action_params": "芭芭拉 charge(0.5)",
"type": "path"
},
{
"id": 9,
"x": 4254.53,
"y": 3775.78,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 4325.74,
"y": 3713.17,
"action": "combat_script",
"move_mode": "walk",
"action_params": "芭芭拉 charge(0.5)",
"type": "path"
},
{
"id": 11,
"x": 4332.56,
"y": 3707.39,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": 4355.31,
"y": 3667.71,
"action": "combat_script",
"move_mode": "run",
"action_params": "芭芭拉 charge(0.5)",
"type": "path"
},
{
"id": 13,
"x": 4357.45,
"y": 3664.3,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -1,16 +1,22 @@
{
"info": {
"name": "01-帕蒂沙兰-须弥城-3个",
"name": "01-须弥-帕蒂沙兰-须弥城-3个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755077127188,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -27,10 +33,20 @@
"y": -409.25,
"action": "stop_flying",
"move_mode": "fly",
"type": "target"
"type": "target",
"locked": false
},
{
"id": 3,
"x": 2711.64,
"y": -409.25,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "path"
},
{
"id": 4,
"x": 2724.9,
"y": -411.28,
"action": "",
@@ -38,7 +54,7 @@
"type": "target"
},
{
"id": 4,
"id": 5,
"x": 2743.21,
"y": -429.44,
"action": "",
@@ -46,7 +62,7 @@
"type": "target"
},
{
"id": 5,
"id": 6,
"x": 2751.72,
"y": -431.19,
"action": "",
@@ -54,11 +70,12 @@
"type": "target"
},
{
"id": 6,
"id": 7,
"x": 2753.54,
"y": -428.45,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
}
]

View File

@@ -1,73 +0,0 @@
{
"info": {
"name": "02-帕蒂沙兰-须弥城右下-5个",
"type": "collect",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 2651.43,
"y": -564.41
},
{
"id": 2,
"x": 2653.37,
"y": -530.61,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 3,
"x": 2662.25,
"y": -518.0,
"type": "path",
"move_mode": "climb",
"action": ""
},
{
"id": 4,
"x": 2698.04,
"y": -518.73,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 5,
"x": 2708.54,
"y": -522.23,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 6,
"x": 2717.32,
"y": -523.21,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 7,
"x": 2787.25,
"y": -525.4,
"type": "target",
"move_mode": "fly",
"action": "stop_flying"
}
]
}

View File

@@ -0,0 +1,100 @@
{
"info": {
"name": "02-须弥-帕蒂沙兰-须弥城右下-5个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755077421667,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 2651.43,
"y": -564.41,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": 2653.37,
"y": -530.61,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
},
{
"id": 3,
"x": 2662.25,
"y": -518.0,
"action": "",
"move_mode": "jump",
"type": "path"
},
{
"id": 4,
"x": 2698.04,
"y": -518.73,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 5,
"x": 2708.54,
"y": -522.23,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 6,
"x": 2717.32,
"y": -523.21,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
},
{
"id": 7,
"x": 2727.0,
"y": -523.75,
"action": "",
"move_mode": "walk",
"type": "target"
},
{
"id": 8,
"x": 2787.25,
"y": -525.4,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "target",
"locked": false
},
{
"id": 9,
"x": 2787.25,
"y": -525.4,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "path"
}
]
}

View File

@@ -1,16 +1,22 @@
{
"info": {
"name": "03-帕蒂沙兰-须弥城左上-3个",
"name": "03-须弥-帕蒂沙兰-须弥城左上-3个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755077697898,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -33,8 +39,9 @@
"id": 3,
"x": 2869.36,
"y": -273.29,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
},
{
@@ -43,22 +50,23 @@
"y": -295.5,
"action": "",
"move_mode": "run",
"type": "path"
"type": "teleport"
},
{
"id": 5,
"x": 2822.6,
"y": -291.57,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "target"
},
{
"id": 6,
"x": 2767.21,
"y": -287.45,
"action": "",
"move_mode": "run",
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(0.4)",
"type": "target"
}
]

View File

@@ -1,19 +1,22 @@
{
"info": {
"name": "04-帕蒂沙兰-卡萨扎莱宫-11个",
"name": "04-须弥-帕蒂沙兰-卡萨扎莱宫-11个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1749983386763,
"last_modified_time": 1755077934561,
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -68,8 +71,9 @@
"id": 7,
"x": 2557.41,
"y": 84.07,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
},
{
@@ -140,8 +144,9 @@
"id": 16,
"x": 2595.59,
"y": 91.45,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.4)",
"type": "target"
},
{
@@ -164,8 +169,9 @@
"id": 19,
"x": 2626.76,
"y": 96.29,
"action": "",
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(0.4)",
"type": "path"
},
{

View File

@@ -1,19 +1,22 @@
{
"info": {
"name": "05-帕蒂沙兰-桓那兰那-9个",
"name": "05-须弥-帕蒂沙兰-桓那兰那-9个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1749991130315,
"last_modified_time": 1755079167901,
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -38,20 +41,12 @@
"y": -156.36,
"action": "stop_flying",
"move_mode": "fly",
"type": "path",
"action_params": "",
"type": "target",
"locked": false
},
{
"id": 4,
"x": 3470.5,
"y": -156.36,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 5,
"x": 3485.97,
"y": -155.52,
"action": "",
@@ -59,15 +54,16 @@
"type": "path"
},
{
"id": 6,
"id": 5,
"x": 3483.17,
"y": -143.63,
"action": "",
"move_mode": "run",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(3.5)",
"type": "path"
},
{
"id": 7,
"id": 6,
"x": 3502.86,
"y": -131.37,
"action": "",
@@ -75,7 +71,7 @@
"type": "path"
},
{
"id": 8,
"id": 7,
"x": 3507.98,
"y": -136.72,
"action": "",
@@ -83,31 +79,72 @@
"type": "target"
},
{
"id": 9,
"id": 8,
"x": 3509.65,
"y": -142.96,
"action": "",
"move_mode": "fly",
"type": "target"
"type": "path"
},
{
"id": 9,
"x": 3505.292,
"y": -146.73,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.3)"
},
{
"id": 10,
"x": 3505.19,
"y": -147.21,
"x": 3507.3438,
"y": -144.75,
"action": "",
"move_mode": "walk",
"type": "target"
"type": "path"
},
{
"id": 11,
"x": 3511.66,
"y": -155.16,
"x": 3507.7812,
"y": -148.7812,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 12,
"x": 3508.7812,
"y": -150.5625,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 13,
"x": 3511.0,
"y": -154.0625,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 14,
"x": 3512.4375,
"y": -155.2188,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 15,
"x": 3513.4688,
"y": -155.8125,
"action": "",
"move_mode": "walk",
"type": "target"
},
{
"id": 12,
"id": 16,
"x": 3518.49,
"y": -156.68,
"action": "",
@@ -115,7 +152,7 @@
"type": "target"
},
{
"id": 13,
"id": 17,
"x": 3523.04,
"y": -154.98,
"action": "",
@@ -123,7 +160,7 @@
"type": "target"
},
{
"id": 14,
"id": 18,
"x": 3525.56,
"y": -152.88,
"action": "",
@@ -131,7 +168,7 @@
"type": "target"
},
{
"id": 15,
"id": 19,
"x": 3528.36,
"y": -148.54,
"action": "",
@@ -139,7 +176,7 @@
"type": "target"
},
{
"id": 16,
"id": 20,
"x": 3531.03,
"y": -147.79,
"action": "",
@@ -147,7 +184,7 @@
"type": "target"
},
{
"id": 17,
"id": 21,
"x": 3533.97,
"y": -148.4,
"action": "",
@@ -155,7 +192,7 @@
"type": "target"
},
{
"id": 18,
"id": 22,
"x": 3533.66,
"y": -152.51,
"action": "",
@@ -163,7 +200,7 @@
"type": "target"
},
{
"id": 19,
"id": 23,
"x": 3535.75,
"y": -156.67,
"action": "",
@@ -171,7 +208,7 @@
"type": "target"
},
{
"id": 20,
"id": 24,
"x": 3532.72,
"y": -158.69,
"action": "",
@@ -179,15 +216,16 @@
"type": "target"
},
{
"id": 21,
"id": 25,
"x": 3528.63,
"y": -188.82,
"action": "stop_flying",
"move_mode": "fly",
"type": "target"
"type": "target",
"locked": false
},
{
"id": 22,
"id": 26,
"x": 3528.35,
"y": -192.54,
"action": "",
@@ -195,7 +233,7 @@
"type": "path"
},
{
"id": 23,
"id": 27,
"x": 3508.75,
"y": -193.81,
"action": "",
@@ -203,7 +241,7 @@
"type": "path"
},
{
"id": 24,
"id": 28,
"x": 3506.5,
"y": -188.67,
"action": "",
@@ -211,7 +249,7 @@
"type": "target"
},
{
"id": 25,
"id": 29,
"x": 3506.88,
"y": -194.89,
"action": "",
@@ -219,7 +257,7 @@
"type": "path"
},
{
"id": 26,
"id": 30,
"x": 3518.26,
"y": -191.88,
"action": "",
@@ -227,7 +265,7 @@
"type": "path"
},
{
"id": 27,
"id": 31,
"x": 3535.08,
"y": -192.24,
"action": "",
@@ -235,39 +273,39 @@
"type": "path"
},
{
"id": 28,
"id": 32,
"x": 3550.19,
"y": -215.6,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 29,
"id": 33,
"x": 3570.28,
"y": -215.07,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 30,
"id": 34,
"x": 3589.22,
"y": -189.6,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 31,
"id": 35,
"x": 3607.57,
"y": -177.26,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 32,
"id": 36,
"x": 3610.44,
"y": -181.75,
"action": "",
@@ -275,7 +313,7 @@
"type": "path"
},
{
"id": 33,
"id": 37,
"x": 3613.3,
"y": -201.33,
"action": "",
@@ -283,7 +321,7 @@
"type": "target"
},
{
"id": 34,
"id": 38,
"x": 3610.61,
"y": -202.45,
"action": "",
@@ -291,43 +329,44 @@
"type": "target"
},
{
"id": 35,
"id": 39,
"x": 3617.82,
"y": -195.75,
"action": "",
"move_mode": "walk",
"type": "target"
"type": "path"
},
{
"id": 36,
"id": 40,
"x": 3610.26,
"y": -178.66,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 37,
"id": 41,
"x": 3638.67,
"y": -177.29,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 38,
"id": 42,
"x": 3641.07,
"y": -196.06,
"action": "",
"move_mode": "run",
"move_mode": "walk",
"type": "target"
},
{
"id": 39,
"id": 43,
"x": 3643.7,
"y": -197.53,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.8)",
"type": "target"
}
]

View File

@@ -1,16 +1,22 @@
{
"info": {
"name": "06-帕蒂沙兰-桓那兰那右上-8个",
"name": "06-须弥-帕蒂沙兰-桓那兰那右上-8个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755080587960,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -25,8 +31,9 @@
"id": 2,
"x": 3436.21,
"y": -108.5,
"action": "",
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(0.3)",
"type": "path"
},
{
@@ -34,7 +41,7 @@
"x": 3443.23,
"y": -99.51,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
@@ -119,6 +126,15 @@
},
{
"id": 14,
"x": 3442.9502,
"y": -35.0,
"type": "target",
"move_mode": "climb",
"action": "combat_script",
"action_params": "wait(0.3)"
},
{
"id": 15,
"x": 3420.99,
"y": -44.78,
"action": "",
@@ -126,7 +142,7 @@
"type": "path"
},
{
"id": 15,
"id": 16,
"x": 3399.4,
"y": -53.37,
"action": "",
@@ -134,15 +150,15 @@
"type": "path"
},
{
"id": 16,
"id": 17,
"x": 3389.38,
"y": -44.51,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 17,
"id": 18,
"x": 3378.53,
"y": -37.83,
"action": "",
@@ -150,7 +166,7 @@
"type": "path"
},
{
"id": 18,
"id": 19,
"x": 3362.45,
"y": -33.54,
"action": "",
@@ -158,7 +174,7 @@
"type": "path"
},
{
"id": 19,
"id": 20,
"x": 3349.7,
"y": -40.22,
"action": "",
@@ -166,7 +182,7 @@
"type": "path"
},
{
"id": 20,
"id": 21,
"x": 3337.57,
"y": -49.77,
"action": "",
@@ -174,7 +190,7 @@
"type": "path"
},
{
"id": 21,
"id": 22,
"x": 3314.62,
"y": -58.76,
"action": "",
@@ -182,7 +198,7 @@
"type": "path"
},
{
"id": 22,
"id": 23,
"x": 3281.06,
"y": -50.06,
"action": "",
@@ -190,7 +206,7 @@
"type": "target"
},
{
"id": 23,
"id": 24,
"x": 3273.47,
"y": -43.19,
"action": "",
@@ -198,7 +214,7 @@
"type": "target"
},
{
"id": 24,
"id": 25,
"x": 3260.61,
"y": -37.48,
"action": "",
@@ -206,23 +222,23 @@
"type": "path"
},
{
"id": 25,
"id": 26,
"x": 3260.0,
"y": -47.0,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 26,
"x": 3249.45,
"y": -45.75,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 27,
"x": 3249.45,
"y": -45.75,
"action": "",
"move_mode": "run",
"type": "target"
},
{
"id": 28,
"x": 3234.42,
"y": -57.43,
"action": "",
@@ -230,15 +246,16 @@
"type": "path"
},
{
"id": 28,
"x": 3232.38,
"y": -53.66,
"action": "",
"id": 29,
"x": 3232.2207,
"y": -52.8984,
"type": "target",
"move_mode": "walk",
"type": "target"
"action": "combat_script",
"action_params": "wait(0.3)"
},
{
"id": 29,
"id": 30,
"x": 3247.09,
"y": -69.33,
"action": "",
@@ -246,11 +263,12 @@
"type": "path"
},
{
"id": 30,
"id": 31,
"x": 3261.79,
"y": -85.01,
"action": "",
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(0.8)",
"type": "target"
}
]

View File

@@ -1,16 +1,22 @@
{
"info": {
"name": "07-帕蒂沙兰-桓那兰那右下-9个",
"name": "07-须弥-帕蒂沙兰-桓那兰那右下-11个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755082945216,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -55,11 +61,12 @@
},
{
"id": 6,
"x": 3330.25,
"y": -163.17,
"action": "",
"x": 3330.6328,
"y": -161.6523,
"type": "target",
"move_mode": "walk",
"type": "target"
"action": "combat_script",
"action_params": "wait(0.3)"
},
{
"id": 7,
@@ -95,6 +102,15 @@
},
{
"id": 11,
"x": 3394.7002,
"y": -168.478,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": 3394.0,
"y": -165.5,
"action": "",
@@ -102,7 +118,7 @@
"type": "path"
},
{
"id": 12,
"id": 13,
"x": 3406.01,
"y": -168.0,
"action": "",
@@ -110,15 +126,15 @@
"type": "path"
},
{
"id": 13,
"id": 14,
"x": 3408.25,
"y": -181.5,
"type": "target",
"action": "",
"move_mode": "walk",
"action": ""
"type": "target"
},
{
"id": 14,
"id": 15,
"x": 3412.5,
"y": -186.5,
"action": "",
@@ -126,31 +142,40 @@
"type": "target"
},
{
"id": 15,
"id": 16,
"x": 3418.75,
"y": -198.25,
"action": "",
"move_mode": "climb",
"type": "target"
},
{
"id": 16,
"x": 3391.99,
"y": -219.5,
"action": "",
"move_mode": "run",
"move_mode": "jump",
"type": "target"
},
{
"id": 17,
"x": 3375.4,
"y": -222.71,
"x": 3415.5918,
"y": -206.9385,
"type": "path",
"move_mode": "dash",
"action": "",
"move_mode": "run",
"type": "path"
"action_params": ""
},
{
"id": 18,
"x": 3391.99,
"y": -219.5,
"action": "",
"move_mode": "dash",
"type": "target"
},
{
"id": 19,
"x": 3375.4,
"y": -222.71,
"action": "",
"move_mode": "dash",
"type": "path"
},
{
"id": 20,
"x": 3373.7,
"y": -217.16,
"action": "",
@@ -158,7 +183,7 @@
"type": "target"
},
{
"id": 19,
"id": 21,
"x": 3376.31,
"y": -237.59,
"action": "",
@@ -166,7 +191,7 @@
"type": "path"
},
{
"id": 20,
"id": 22,
"x": 3395.95,
"y": -254.02,
"action": "stop_flying",
@@ -174,7 +199,16 @@
"type": "target"
},
{
"id": 21,
"id": 23,
"x": 3386.5605,
"y": -246.5542,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.2)"
},
{
"id": 24,
"x": 3360.21,
"y": -258.64,
"action": "",
@@ -182,7 +216,7 @@
"type": "path"
},
{
"id": 22,
"id": 25,
"x": 3352.8,
"y": -244.61,
"action": "",
@@ -190,7 +224,7 @@
"type": "target"
},
{
"id": 23,
"id": 26,
"x": 3350.23,
"y": -246.6,
"action": "",
@@ -198,7 +232,7 @@
"type": "path"
},
{
"id": 24,
"id": 27,
"x": 3358.9,
"y": -254.67,
"action": "",
@@ -206,23 +240,41 @@
"type": "path"
},
{
"id": 25,
"x": 3382.17,
"y": -261.37,
"id": 28,
"x": 3383.709,
"y": -261.6367,
"action": "stop_flying",
"move_mode": "fly",
"type": "path"
"type": "target"
},
{
"id": 26,
"id": 29,
"x": 3388.3232,
"y": -253.1333,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "wait(0.2)"
},
{
"id": 30,
"x": 3395.5723,
"y": -267.4668,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 31,
"x": 3406.98,
"y": -267.15,
"action": "",
"move_mode": "walk",
"type": "target"
"type": "path"
},
{
"id": 27,
"id": 32,
"x": 3421.3,
"y": -257.52,
"action": "",
@@ -230,7 +282,7 @@
"type": "path"
},
{
"id": 28,
"id": 33,
"x": 3430.93,
"y": -245.34,
"action": "",
@@ -238,7 +290,7 @@
"type": "path"
},
{
"id": 29,
"id": 34,
"x": 3440.62,
"y": -237.85,
"action": "",
@@ -246,15 +298,15 @@
"type": "path"
},
{
"id": 30,
"id": 35,
"x": 3472.51,
"y": -237.33,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "path"
},
{
"id": 31,
"id": 36,
"x": 3472.88,
"y": -245.21,
"action": "",
@@ -262,7 +314,7 @@
"type": "target"
},
{
"id": 32,
"id": 37,
"x": 3476.15,
"y": -218.22,
"action": "",
@@ -270,11 +322,12 @@
"type": "path"
},
{
"id": 33,
"id": 38,
"x": 3481.85,
"y": -220.25,
"action": "",
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.8)",
"type": "target"
}
]

View File

@@ -1,16 +1,22 @@
{
"info": {
"name": "08-帕蒂沙兰-禅那园-12个",
"name": "08-须弥-帕蒂沙兰-禅那园-12个",
"type": "collect",
"author": "jbcaaa",
"version": "1.0",
"description": "",
"bgi_version": "0.42.0",
"bgi_version": "0.45.0",
"authors": [
{
"name": "jbcaaa",
"links": "https://github.com/jbcaaa"
}
]
],
"map_name": "Teyvat",
"tags": [],
"last_modified_time": 1755083351166,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
@@ -95,7 +101,7 @@
},
{
"id": 11,
"x": 3203.0,
"x": 3203,
"y": -1064.45,
"action": "",
"move_mode": "walk",
@@ -135,19 +141,19 @@
},
{
"id": 16,
"x": 3213.0,
"y": -1066.0,
"type": "path",
"x": 3213,
"y": -1066,
"action": "",
"move_mode": "walk",
"action": ""
"type": "path"
},
{
"id": 17,
"x": 3205.75,
"y": -1066.25,
"type": "path",
"action": "",
"move_mode": "walk",
"action": ""
"type": "path"
},
{
"id": 18,
@@ -218,7 +224,16 @@
"x": 3185.87,
"y": -1136.85,
"action": "",
"move_mode": "run",
"move_mode": "dash",
"type": "target",
"locked": false
},
{
"id": 27,
"x": 3185.87,
"y": -1136.85,
"action": "",
"move_mode": "walk",
"type": "target"
}
]

View File

@@ -0,0 +1,74 @@
{
"info": {
"name": "09-须弥-帕蒂沙兰-觉王之殿下方-3朵",
"type": "collect",
"authors": [
{
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1755083509957,
"enable_monster_loot_split": false,
"map_match_method": ""
},
"positions": [
{
"id": 1,
"x": 3592.0,
"y": -787.3306,
"action": "",
"move_mode": "fly",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 3584.0,
"y": -754.75,
"action": "",
"move_mode": "dash",
"type": "path"
},
{
"id": 3,
"x": 3586.916,
"y": -712.2134,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "target"
},
{
"id": 4,
"x": 3604.375,
"y": -705.9375,
"action": "",
"move_mode": "dash",
"type": "path"
},
{
"id": 5,
"x": 3623.2578,
"y": -710.4868,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 3620.5674,
"y": -715.1758,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(0.3)",
"type": "path"
}
]
}

View File

@@ -187,8 +187,8 @@
},
{
"id": 20,
"x": 736.77,
"y": 857.04,
"x": 737.5559,
"y": 858.3889,
"action": "combat_script",
"move_mode": "walk",
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2)",

View File

@@ -47,7 +47,7 @@
"y": 2517.26,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "3000",
"action_params": "3500",
"type": "path"
},
{

View File

@@ -178,8 +178,8 @@
},
{
"id": 19,
"x": 1276.35,
"y": 757.44,
"x": 1276.8232,
"y": 757.9697,
"action": "combat_script",
"move_mode": "walk",
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)",

View File

@@ -25,6 +25,15 @@
},
{
"id": 2,
"x": -548.2461,
"y": 2168.1191,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -580.53,
"y": 2151.68,
"action": "",
@@ -33,7 +42,7 @@
"type": "path"
},
{
"id": 3,
"id": 4,
"x": -582.57,
"y": 2152.01,
"action": "combat_script",
@@ -42,7 +51,7 @@
"type": "target"
},
{
"id": 4,
"id": 5,
"x": -582.18,
"y": 2151.51,
"action": "combat_script",
@@ -51,7 +60,7 @@
"type": "target"
},
{
"id": 5,
"id": 6,
"x": -583.65,
"y": 2148.86,
"action": "combat_script",
@@ -60,7 +69,7 @@
"type": "target"
},
{
"id": 6,
"id": 7,
"x": -581.96,
"y": 2147.8,
"type": "target",
@@ -69,7 +78,7 @@
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)"
},
{
"id": 7,
"id": 8,
"x": -584.92,
"y": 2145.81,
"action": "combat_script",
@@ -78,7 +87,7 @@
"type": "target"
},
{
"id": 8,
"id": 9,
"x": -587.75,
"y": 2143.6,
"action": "combat_script",
@@ -87,7 +96,7 @@
"type": "target"
},
{
"id": 9,
"id": 10,
"x": -589.85,
"y": 2145.07,
"action": "combat_script",
@@ -96,7 +105,7 @@
"type": "target"
},
{
"id": 10,
"id": 11,
"x": -521.59,
"y": 2181.4,
"action": "",
@@ -105,7 +114,7 @@
"type": "teleport"
},
{
"id": 11,
"id": 12,
"x": -473.73,
"y": 2180.97,
"action": "",
@@ -114,7 +123,7 @@
"type": "path"
},
{
"id": 12,
"id": 13,
"x": -472.92,
"y": 2175.18,
"action": "",
@@ -123,7 +132,7 @@
"type": "path"
},
{
"id": 13,
"id": 14,
"x": -467.7,
"y": 2171.62,
"action": "combat_script",

View File

@@ -210,8 +210,8 @@
},
{
"id": 22,
"x": -3008.49,
"y": -3873.06,
"x": -3007.6094,
"y": -3873.4941,
"action": "mining",
"move_mode": "walk",
"action_params": "",

View File

@@ -112,8 +112,8 @@
},
{
"id": 11,
"x": -2540.23,
"y": -5977.59,
"x": -2540.79,
"y": -5977.37,
"action": "",
"move_mode": "walk",
"action_params": "",

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "晶蝶-枫丹-塔拉塔海谷屏",
"type": "collect",
"version": "1.0",
"description": "晶蝶",
"bgi_version": "0.42.0",
"tags": [
"早柚",
"瑶瑶",
"蓝砚"
],
"authors": [
{
"name": "shiyi"
}
]
},
"positions": [
{
"id": 1,
"x": 4322.05,
"y": 3966.66,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4340.74,
"y": 3950.60,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keydown(VK_LCONTROL),wait(5),keyup(VK_LCONTROL)"
}
]
}