Compare commits
13 Commits
6d658e5079
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c4c101ef5 | ||
|
|
a3b3a8c746 | ||
|
|
a26500456d | ||
|
|
eb216dd3b8 | ||
|
|
721b259b02 | ||
|
|
4b6285a232 | ||
|
|
b275caf7c8 | ||
|
|
bbb043e7f4 | ||
|
|
9de10157fc | ||
|
|
4fd7090831 | ||
|
|
e14f59918f | ||
|
|
25e651aad8 | ||
|
|
50da8dfd95 |
@@ -4,3 +4,6 @@
|
||||
|
||||
如果你只是想要获取狗粮,请使用自动狗粮加强版
|
||||
|
||||
## 更新日志
|
||||
### 0.0.6(2025.08.13)
|
||||
1.修复"99强制黑芙"路线摔死bug
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮批发(测试版本)",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
@@ -120,7 +120,6 @@ const npcData = {
|
||||
"path": "assets/path/布纳马.json",
|
||||
"goods": ["盐", "小麦", "胡椒", "洋葱", "牛奶", "番茄", "卷心菜", "土豆", "秃秃豆"]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const goodsData = {
|
||||
@@ -411,28 +410,29 @@ async function qucikBuy() {
|
||||
async function spikChat(npcName) {
|
||||
count = 5
|
||||
await sleep(1000);
|
||||
if(npcName== "布纳马"){
|
||||
// 對話
|
||||
await sleep(1000);
|
||||
// keyDown("VK_MENU");// Alt
|
||||
// await sleep(1500);
|
||||
// await click(1255, 530);
|
||||
// await click(1255, 530);
|
||||
// await click(1255, 530);
|
||||
// await sleep(1500);
|
||||
// keyUp("VK_MENU");// Alt
|
||||
if (npcName == "布纳马") {
|
||||
// 交互
|
||||
for (let i = 0; i < 3; i++) {
|
||||
keyPress("VK_F");
|
||||
await sleep(1300);
|
||||
}
|
||||
|
||||
// 点击有什么卖的
|
||||
let captureRegion = captureGameRegion()
|
||||
let resList = captureRegion.findMulti(RecognitionObject.ocrThis);
|
||||
for (let i = 0; i < resList.count; i++) {
|
||||
if (resList[i].text.includes("有什么卖的")) {
|
||||
click(resList[i].x + 30, resList[i].y + 30); // 点击有什么卖的
|
||||
// 使用完后释放资源
|
||||
captureRegion.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
await sleep(1300);
|
||||
keyPress("VK_F");
|
||||
await sleep(1500);
|
||||
// 跳過交互&進入買食畫面
|
||||
await click(1345, 580);
|
||||
await sleep(1000);
|
||||
await click(1345, 580);
|
||||
await sleep(1000);
|
||||
await click(1345, 580);
|
||||
await sleep(1000);
|
||||
await click(1345, 580);
|
||||
await sleep(1000);
|
||||
}else {
|
||||
await sleep(1300);
|
||||
} else {
|
||||
|
||||
for (let i = 0; i < count; i++) {
|
||||
keyPress("VK_F");
|
||||
await sleep(1300);
|
||||
|
||||
@@ -171,6 +171,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
|
||||
|
||||
|
||||
## 更新日志
|
||||
### 1.7.9.2(2025.08.13)
|
||||
1.修复"99强制黑芙"路线摔死bug
|
||||
### 1.7.9.1(2025.08.12)
|
||||
1.把切换白芙黑芙策略外置
|
||||
### 1.7.8(2025.08.11)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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) {
|
||||
// 如果发生错误,记录错误信息
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动狗粮加强版",
|
||||
"version": "1.7.9.1",
|
||||
"version": "1.7.9.2",
|
||||
"tags": [
|
||||
"好感",
|
||||
"狗粮"
|
||||
|
||||
@@ -78,6 +78,8 @@
|
||||
|
||||
---
|
||||
### 更新日志
|
||||
### 1.4.3(2025.08.13)
|
||||
1.研究方法进入[沙暴]区域
|
||||
### 1.4.2(2025.08.13)
|
||||
1.修改拾取后延时效果
|
||||
### 1.4.1(2025.08.12)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//当前js版本 1.4.2
|
||||
//当前js版本 1.4.3
|
||||
|
||||
//拾取时上下滑动的时间
|
||||
let timeMoveUp = 500;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "锄地一条龙",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"description": "一站式解决自动化锄地,支持只拾取狗粮,请仔细阅读README.md后使用",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -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)",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -69,7 +69,7 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "芭芭拉 e"
|
||||
"action_params": "wait(1);芭芭拉 e;"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
@@ -141,7 +141,7 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "芭芭拉 e"
|
||||
"action_params": "wait(1);芭芭拉 e;"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
@@ -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);"
|
||||
}
|
||||
]
|
||||
}
|
||||
177
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/05-海露花-枫丹-枫丹廷-右-5个.json
Normal file
177
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/05-海露花-枫丹-枫丹廷-右-5个.json
Normal 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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
114
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/06-海露花-枫丹-枫丹廷-左-3个.json
Normal file
114
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/06-海露花-枫丹-枫丹廷-左-3个.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "07-海露花-枫丹-实验室-2个",
|
||||
"name": "08-海露花-枫丹-实验室-2个",
|
||||
"type": "collect",
|
||||
"version": "1.0",
|
||||
"description": "芭芭拉效率专线",
|
||||
@@ -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": "",
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "10-海露花-枫丹-幽灵右-10个",
|
||||
"name": "11-海露花-枫丹-幽灵右-10个",
|
||||
"type": "collect",
|
||||
"version": "1.0",
|
||||
"description": "芭芭拉效率专线",
|
||||
3
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/README.md
Normal file
3
repo/pathing/地方特产/枫丹/海露花/海露花@寥寥轻舟/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 注意事项
|
||||
## 隊伍中必需帶有**芭芭拉**
|
||||
## **生存位技能不能设置芭芭拉**
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
100
repo/pathing/地方特产/须弥/帕蒂沙兰/02-须弥-帕蒂沙兰-须弥城右下-5个.json
Normal file
100
repo/pathing/地方特产/须弥/帕蒂沙兰/02-须弥-帕蒂沙兰-须弥城右下-5个.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
},
|
||||
{
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
74
repo/pathing/地方特产/须弥/帕蒂沙兰/09-须弥-帕蒂沙兰-觉王之殿下方-3朵.json
Normal file
74
repo/pathing/地方特产/须弥/帕蒂沙兰/09-须弥-帕蒂沙兰-觉王之殿下方-3朵.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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)",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"y": 2517.26,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "3000",
|
||||
"action_params": "3500",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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)",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -12,145 +12,154 @@
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754815153961,
|
||||
"last_modified_time": 1755061456029,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4777.6133,
|
||||
"y": -1434.3452,
|
||||
"action_params": ""
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4863.3379,
|
||||
"y": -1423.2725,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4938.9043,
|
||||
"y": -1430.9243,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4950.2656,
|
||||
"y": -1424.0859,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4921.0371,
|
||||
"y": -1383.0273,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4916.6074,
|
||||
"y": -1377.4395,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4916.3652,
|
||||
"y": -1374.1128,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4922.5967,
|
||||
"y": -1374.4233,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"x": 4921.4932,
|
||||
"y": -1377.6646,
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4925.1328,
|
||||
"y": -1335.4814,
|
||||
"x": 4921.1699,
|
||||
"y": -1364.4131,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4930.457,
|
||||
"y": -1272.4214,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"x": 4925.1328,
|
||||
"y": -1335.4814,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4924.0742,
|
||||
"y": -1247.0723,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"x": 4930.457,
|
||||
"y": -1272.4214,
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4922.1406,
|
||||
"y": -1248.8174,
|
||||
"type": "path",
|
||||
"x": 4924.0742,
|
||||
"y": -1247.0723,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4922.1797,
|
||||
"y": -1245.9453,
|
||||
"type": "path",
|
||||
"x": 4922.1406,
|
||||
"y": -1248.8174,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4915.8506,
|
||||
"y": -1248.7837,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"x": 4922.1797,
|
||||
"y": -1245.9453,
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4915.8506,
|
||||
"y": -1248.7837,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4918.5469,
|
||||
"y": -1249.2432,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -12,114 +12,123 @@
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754815564416,
|
||||
"last_modified_time": 1755061666806,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5420.457,
|
||||
"y": -1463.1592,
|
||||
"action_params": ""
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5439.71,
|
||||
"y": -1466.0049,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5459.4023,
|
||||
"y": -1493.1851,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5474.8301,
|
||||
"y": -1489.1538,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5483.4844,
|
||||
"y": -1518.4893,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5484.2158,
|
||||
"y": -1521.0464,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5498.626,
|
||||
"y": -1510.4897,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5491.7959,
|
||||
"y": -1515.5098,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5498.6943,
|
||||
"y": -1510.3589,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5501.2695,
|
||||
"y": -1510.6802,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5492.2998,
|
||||
"y": -1508.9209,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 5496.1777,
|
||||
"y": -1505.3633,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5499.6074,
|
||||
"y": -1504.1865,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "C09-须弥-赤王陵西北岩窟中层下层-19个",
|
||||
"name": "C05-须弥-赤王陵西北岩窟中层下层-19个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
@@ -775,4 +775,4 @@
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,300 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "C05-须弥-赤王陵西南岩窟区域-9个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "芝士贝果"
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754833508762,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5744.1709,
|
||||
"y": -2665.6172,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5731.25,
|
||||
"y": -2670.3154,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5705.5625,
|
||||
"y": -2672.2227,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5697.5596,
|
||||
"y": -2661.7725,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5696.5195,
|
||||
"y": -2669.2393,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5697.5273,
|
||||
"y": -2664.4902,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5700.1895,
|
||||
"y": -2667.5752,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5744.168,
|
||||
"y": -2665.6182,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5756.4102,
|
||||
"y": -2653.2979,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5776.9434,
|
||||
"y": -2623.9648,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5789.3301,
|
||||
"y": -2627.8418,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 5800.3809,
|
||||
"y": -2619.1045,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5801.8691,
|
||||
"y": -2619.0859,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 5799.7861,
|
||||
"y": -2615.1992,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 5804.8633,
|
||||
"y": -2616.7959,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 5744.168,
|
||||
"y": -2665.6182,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 5739.8594,
|
||||
"y": -2656.3848,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 5750.2461,
|
||||
"y": -2629.2246,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 5742.9902,
|
||||
"y": -2627.4355,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 5746.7871,
|
||||
"y": -2624.3008,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 5743.0098,
|
||||
"y": -2621.0352,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 5760.0918,
|
||||
"y": -2591.459,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 5760.2188,
|
||||
"y": -2566.9746,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 5756.9199,
|
||||
"y": -2567.7871,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 5756.7969,
|
||||
"y": -2550.6143,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 5744.8535,
|
||||
"y": -2536.8721,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 5735.9932,
|
||||
"y": -2516.1602,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 5727.623,
|
||||
"y": -2508.6387,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 5728.5898,
|
||||
"y": -2507.9707,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 5728.4004,
|
||||
"y": -2511.0391,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 5731.3516,
|
||||
"y": -2508.71,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "C06-须弥-赤王陵左上传送锚点-17个",
|
||||
"name": "C06-须弥-赤王陵左上传送锚点-13个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
@@ -10,580 +10,489 @@
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754835298584,
|
||||
"last_modified_time": 1755063737987,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5974.9609,
|
||||
"y": -2125.1387,
|
||||
"action_params": ""
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5981.291,
|
||||
"y": -2107.3828,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5969.3301,
|
||||
"y": -2097.5801,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2200"
|
||||
"move_mode": "fly",
|
||||
"action_params": "2200",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5986.6621,
|
||||
"y": -2130.9893,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5985.5205,
|
||||
"y": -2153.5195,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5966.043,
|
||||
"y": -2166.459,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5963.5156,
|
||||
"y": -2172.959,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5943.0098,
|
||||
"y": -2186.3691,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5929.0518,
|
||||
"y": -2185.582,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5942.3906,
|
||||
"y": -2192.3809,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5936.2852,
|
||||
"y": -2194.5195,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 5931.79,
|
||||
"y": -2186.6582,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5909.7002,
|
||||
"y": -2183.5898,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 5880.0312,
|
||||
"y": -2169.9023,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 5889.0703,
|
||||
"y": -2157.6758,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 5883.6191,
|
||||
"y": -2136.4199,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 5875.9336,
|
||||
"y": -2136.8428,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 5874.4219,
|
||||
"y": -2136.9238,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 5883.7188,
|
||||
"y": -2136.3828,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 5889.46,
|
||||
"y": -2147.36,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2500"
|
||||
"move_mode": "fly",
|
||||
"action_params": "2500",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 5919.5996,
|
||||
"y": -2143.8828,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 5932.6104,
|
||||
"y": -2150.8672,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 5946.2578,
|
||||
"y": -2127.6582,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 5943.3379,
|
||||
"y": -2124.2461,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 5919.6035,
|
||||
"y": -2121.6406,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 5892.959,
|
||||
"y": -2126.0371,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 5872.0088,
|
||||
"y": -2148.5947,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 5841.3691,
|
||||
"y": -2143.9395,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 5813.0078,
|
||||
"y": -2109.7676,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 5784.6309,
|
||||
"y": -2108.1982,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 5780.9434,
|
||||
"y": -2120.1943,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 5777.9766,
|
||||
"y": -2108.2266,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 5771.9434,
|
||||
"y": -2105.4805,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 5773.5938,
|
||||
"y": -2108.8643,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"x": 5770.1914,
|
||||
"y": -2108.8232,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"x": 5773.1758,
|
||||
"y": -2111.8047,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"x": 5768.209,
|
||||
"y": -2113.7598,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"x": 5780.3271,
|
||||
"y": -2106.6416,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"x": 5798.5742,
|
||||
"y": -2058.8789,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"x": 5794.9121,
|
||||
"y": -2048.4922,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"x": 5785.6875,
|
||||
"y": -2043.3682,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"x": 5754.9121,
|
||||
"y": -2037.5698,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"x": 5727.8096,
|
||||
"y": -2030.3262,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"x": 5715.9551,
|
||||
"y": -2038.4922,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"x": 5713.8574,
|
||||
"y": -2038.0835,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"x": 5713.7959,
|
||||
"y": -2040.835,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"x": 5710.6455,
|
||||
"y": -2039.9619,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"x": 5711.2207,
|
||||
"y": -2042.771,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"x": 5698.1729,
|
||||
"y": -2055.3574,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"x": 5667.0391,
|
||||
"y": -2047.6445,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"x": 5659.6602,
|
||||
"y": -2049.3848,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"x": 5658.2793,
|
||||
"y": -2046.7881,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"x": 5665.3965,
|
||||
"y": -2041.7207,
|
||||
"x": 5663.5273,
|
||||
"y": -2043.8599,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"x": 5636.2793,
|
||||
"y": -2017.4067,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 55,
|
||||
"x": 5593.543,
|
||||
"y": -2011.8965,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"x": 5575.752,
|
||||
"y": -2014.1353,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 57,
|
||||
"x": 5575.1514,
|
||||
"y": -2007.2007,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 58,
|
||||
"x": 5570.7266,
|
||||
"y": -2006.8584,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"x": 5560.1973,
|
||||
"y": -2014.6748,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 60,
|
||||
"x": 5542.0586,
|
||||
"y": -2017.4883,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 61,
|
||||
"x": 5542.0586,
|
||||
"y": -2017.4883,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 62,
|
||||
"x": 5538.4336,
|
||||
"y": -2021.6733,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 63,
|
||||
"x": 5537.7227,
|
||||
"y": -2025.3125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "A21-须弥-童梦的切片副本-4个",
|
||||
"name": "C07-须弥-赤王陵上方地下传送锚点-4个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
@@ -12,7 +12,7 @@
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754800802171,
|
||||
"last_modified_time": 1755063235043,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
@@ -22,41 +22,41 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3348.5371,
|
||||
"y": -826.3887,
|
||||
"x": 5540.8994,
|
||||
"y": -2052.5098,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3336.2793,
|
||||
"y": -841.4434,
|
||||
"x": 5529.0117,
|
||||
"y": -2044.2832,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2000"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3327.9072,
|
||||
"y": -824.0752,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3316.0586,
|
||||
"y": -808.3042,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5529.4785,
|
||||
"y": -2029.6631,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5535.5898,
|
||||
"y": -2025.4414,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3302.7266,
|
||||
"y": -806.9814,
|
||||
"x": 5569.7969,
|
||||
"y": -2008.8989,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,44 +64,44 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3288.9043,
|
||||
"y": -819.0649,
|
||||
"type": "path",
|
||||
"x": 5570.9434,
|
||||
"y": -2006.6914,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3271.2891,
|
||||
"y": -832.5547,
|
||||
"x": 5573.4941,
|
||||
"y": -2009.124,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3248.792,
|
||||
"y": -844.3916,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"x": 5574.7031,
|
||||
"y": -2007.2085,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3233.5693,
|
||||
"y": -856.6758,
|
||||
"x": 5557.9824,
|
||||
"y": -2009.3877,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3214.5088,
|
||||
"y": -862.5986,
|
||||
"x": 5541.0723,
|
||||
"y": -2020.6328,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,17 +109,17 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3216.8301,
|
||||
"y": -872.6523,
|
||||
"type": "path",
|
||||
"x": 5538.6846,
|
||||
"y": -2021.7363,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3211.1094,
|
||||
"y": -862.3311,
|
||||
"x": 5540.7031,
|
||||
"y": -2024.4844,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,44 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3217.8223,
|
||||
"y": -854.3633,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3220.9131,
|
||||
"y": -852.082,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 3224.874,
|
||||
"y": -853.9062,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 3225.4307,
|
||||
"y": -850.0215,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 3223.9033,
|
||||
"y": -848.8003,
|
||||
"x": 5538.2031,
|
||||
"y": -2025.3389,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "mining",
|
||||
@@ -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": "",
|
||||
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2540.23,
|
||||
"y": -5977.59,
|
||||
"x": -2540.79,
|
||||
"y": -5977.37,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
39
repo/pathing/食材与炼金/晶蝶/晶蝶-枫丹-塔拉塔海谷屏.json
Normal file
39
repo/pathing/食材与炼金/晶蝶/晶蝶-枫丹-塔拉塔海谷屏.json
Normal 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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user