Compare commits
15 Commits
f89d0eb305
...
1489a8283c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1489a8283c | ||
|
|
b868978267 | ||
|
|
05d3aae061 | ||
|
|
8c3a75d057 | ||
|
|
282af9d20d | ||
|
|
64d6b2d279 | ||
|
|
bb40ec8f32 | ||
|
|
e57f7771d9 | ||
|
|
01097b83c6 | ||
|
|
8501668ff8 | ||
|
|
70463ed0f5 | ||
|
|
5b6a33a498 | ||
|
|
14af3c8d7d | ||
|
|
5420ad810a | ||
|
|
3ffeb24aa0 |
@@ -68,7 +68,7 @@
|
||||
|
||||
✅ **实际机制**:
|
||||
- **游戏程序只会加载以玩家为圆心,固定半径内地图资源,调查点也在此时被激活,产生发光特效(CD倒计时未结束不会被激活)即数据出现在内存中时CD倒计时自动开始。**
|
||||
- **每天4点刷新可互动的调查点上限100个,调查满上限后,进入未加载区域,调查点将不再被激活。**在最后范围内,已经激活的调查点不会消失,可以继续调查。
|
||||
- **每天4点刷新可互动的调查点上限100个,调查满上限后,进入未加载区域,调查点将不再被激活。** 在最后范围内,已经激活的调查点不会消失,可以继续调查。
|
||||
- **与是否调查/拾取无关**!即使不调查或下线,CD仍会继续倒计时。 例:今天你10点路过某区域,24小时CD的调查点开始发光随后离开,15点再回来拾取调查点。明天此调查点会在10点CD倒计时结束,可以再次拾取。
|
||||
- **单日多次加载无效**:若在CD未结束前重复加载调查点(无论拾取与否),都不会重置计时。
|
||||
|
||||
@@ -142,7 +142,7 @@ https://www.kdocs.cn/wo/sl/v13uXscL
|
||||
|
||||
## 六、队伍配置
|
||||
- **根据自己CPU配置选择合适的移速**:电脑性能较差以至于收益远不如及格线时,降低队伍移速(使用较矮小的体型,不使用双风,四风原典,迪西雅天赋等)。
|
||||
- **行走位:优先迪希雅;或E启动奶**
|
||||
- **行走位:优先迪希雅;或芙宁娜等 E启动奶**
|
||||
- **钟剑迪希雅**:耐肘王/白天6-18点移速+10%(路径内置调时间到白天,全程100%吃满天赋)
|
||||
- **万叶:建议携带,路径内配有E吸狗粮策略(不带不影响运行)**
|
||||
- **双风BUFF**:移速+10% 体力消耗-15%
|
||||
@@ -172,6 +172,9 @@ https://www.kdocs.cn/wo/sl/v13uXscL
|
||||
|
||||
## 更新日志
|
||||
|
||||
### 1.5.5(2025.07.10)
|
||||
1.修复一些连锁意外
|
||||
2.优化新版/旧版识图导致坐标偏移
|
||||
### 1.5.4(2025.07.8)
|
||||
1.优化一些较小概率发生的意外
|
||||
### 1.5.3(2025.07.7)
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "4须弥富A路TP刷CD",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751982789388,
|
||||
"last_modified_time": 1752135466281,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -61,22 +66,32 @@
|
||||
"id": 6,
|
||||
"x": 5758.78173828125,
|
||||
"y": 786.01123046875,
|
||||
"type": "orientation",
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
"action_params": "keypress(t)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5625.56884765625,
|
||||
"y": 806.216796875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"x": 5731.31640625,
|
||||
"y": 787.79443359375,
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5625.56884765625,
|
||||
"y": 806.216796875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3133.732421875,
|
||||
"y": -1733.98486328125,
|
||||
"action": "",
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "003【激活程序】纳塔-鸡鸡",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751979829736,
|
||||
"last_modified_time": 1752084916650,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -95,12 +100,12 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8057.00244140625,
|
||||
"y": -1714.8203125,
|
||||
"action": "combat_script",
|
||||
"x": 8057.1123046875,
|
||||
"y": -1713.572265625,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action_params": "爱可菲 attack(0.25);伊安珊 attack(0.25);卡齐娜 attack(0.25);阿蕾奇诺 attack(0.25);夏沃蕾 attack(0.25);米卡 attack(0.25);瑶瑶 attack(0.25);赛诺 attack(0.25);申鹤 attack(0.25);云堇 attack(0.25);托马 attack(0.25);雷电将军 attack(0.25);罗莎莉亚 attack(0.25);胡桃 attack(0.25);魈 attack(0.25);钟离 attack(0.25);香菱 attack(0.25);丝柯克 attack(0.25);希诺宁 attack(0.25);千织 attack(0.25);芙宁娜 attack(0.25);琳妮特 attack(0.25);绮良良 attack(0.25);艾尔海森 attack(0.25);莱依拉 attack(0.25);妮露 attack(0.25);久岐忍 attack(0.25);神里绫人 attack(0.25);神里绫华 attack(0.25);万叶 attack(0.25);阿贝多 attack(0.25);刻晴 attack(0.25);七七 attack(0.25);琴 attack(0.25);班尼特 attack(0.25);行秋 attack(0.25);凯亚 attack(0.25);玛薇卡 attack(0.25);基尼奇 attack(0.25);嘉明 attack(0.25);娜维娅 attack(0.25);多莉 attack(0.25);荒泷一斗 attack(0.25);早柚 attack(0.25);迪卢克 attack(0.25);重云 attack(0.25);诺艾尔 attack(0.25);北斗 attack(0.25);雷泽 attack(0.25);迪希雅 attack(0.25);keypress(f),wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.6),attack(0.22),j,wait(0.6),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f);爱可菲 j,wait(0.5);伊安珊 j,wait(0.5);卡齐娜 j,wait(0.5);阿蕾奇诺 j,wait(0.5);夏沃蕾 j,wait(0.5);米卡 j,wait(0.5);瑶瑶 j,wait(0.5);赛诺 j,wait(0.5);申鹤 j,wait(0.5);云堇 j,wait(0.5);托马 j,wait(0.5);雷电将军 j,wait(0.5);罗莎莉亚 j,wait(0.5);胡桃 j,wait(0.5);魈 j,wait(0.5);钟离 j,wait(0.5);香菱 j,wait(0.5);丝柯克 j,wait(0.5);希诺宁 j,wait(0.5);千织 j,wait(0.5);芙宁娜 j,wait(0.5);琳妮特 j,wait(0.5);绮良良 j,wait(0.5);艾尔海森 j,wait(0.5);莱依拉 j,wait(0.5);妮露 j,wait(0.5);久岐忍 j,wait(0.5);神里绫人 j,wait(0.5);神里绫华 j,wait(0.5);万叶 j,wait(0.5);阿贝多 j,wait(0.5);刻晴 j,wait(0.5);七七 j,wait(0.5);琴 j,wait(0.5);班尼特 j,wait(0.5);行秋 j,wait(0.5);凯亚 j,wait(0.5);玛薇卡 j,wait(0.5);基尼奇 j,wait(0.5);嘉明 j,wait(0.5);娜维娅 j,wait(0.5);多莉 j,wait(0.5);荒泷一斗 j,wait(0.5);早柚 j,wait(0.5);迪卢克 j,wait(0.5);重云 j,wait(0.5);诺艾尔 j,wait(0.5);北斗 j,wait(0.5);雷泽 j,wait(0.5);迪希雅 j,wait(0.5);wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.8),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"y": -3732.4169921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "w(0.5),wait(1),keypress(f),wait(0.4),keypress(RETURN),wait(6),keypress(f),wait(1.4),keypress(w),wait(6),keypress(f),wait(1.4),keypress(d),wait(6),keypress(f),wait(1.4),keypress(d),wait(3.2),keypress(f),wait(0.4),keypress(d),wait(3.2),keypress(f),wait(0.4),keypress(RETURN),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(s),wait(0.5),keypress(ESCAPE),wait(1),s(0.3),dash,s(0.3),dash,s(0.3),dash,s(0.3),dash",
|
||||
"action_params": "w(1),wait(1),keypress(f),wait(0.4),keypress(RETURN),wait(6),keypress(f),wait(1.4),keypress(w),wait(6),keypress(f),wait(1.4),keypress(d),wait(6),keypress(f),wait(1.4),keypress(d),wait(3.2),keypress(f),wait(0.4),keypress(d),wait(3.2),keypress(f),wait(0.4),keypress(RETURN),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(a),wait(3.2),keypress(f),wait(0.4),keypress(s),wait(0.5),keypress(ESCAPE),wait(1),s(0.3),dash,s(0.3),dash,s(0.3),dash,s(0.3),dash",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "204璃月-天遒谷3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751738992270
|
||||
"last_modified_time": 1752154580209,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -31,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1085.515625,
|
||||
"y": 301.208984375,
|
||||
"x": 1086.0937875257878,
|
||||
"y": 301.8435984203652,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f),w(0.3),s(0.5)",
|
||||
@@ -40,15 +46,24 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1088.154296875,
|
||||
"y": 304.13623046875,
|
||||
"x": 1084.796875,
|
||||
"y": 299.93359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1088.0673828125,
|
||||
"y": 303.08203125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"id": 6,
|
||||
"x": 1083.5625,
|
||||
"y": 305.87513279847644,
|
||||
"action": "",
|
||||
@@ -57,7 +72,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"id": 7,
|
||||
"x": 1082.8095703125,
|
||||
"y": 300.794921875,
|
||||
"action": "combat_script",
|
||||
@@ -66,7 +81,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 8,
|
||||
"x": 1068.333984375,
|
||||
"y": 353.74951171875,
|
||||
"action": "",
|
||||
@@ -75,7 +90,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 9,
|
||||
"x": 1069.3271484375,
|
||||
"y": 355.3740234375,
|
||||
"action": "combat_script",
|
||||
@@ -84,7 +99,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"id": 10,
|
||||
"x": 1047.9365234375,
|
||||
"y": 318.71826171875,
|
||||
"action": "",
|
||||
@@ -93,7 +108,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": 1045.4453125,
|
||||
"y": 319.9306640625,
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "208璃月-望舒客栈4",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751980205977,
|
||||
"last_modified_time": 1752135686603,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -25,19 +30,19 @@
|
||||
"id": 2,
|
||||
"x": 341.48046875,
|
||||
"y": 883.55322265625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 348.0263671875,
|
||||
"y": 886.263671875,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "attack(0.3)"
|
||||
"move_mode": "climb",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
@@ -140,12 +145,12 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 336.501953125,
|
||||
"y": 1104.72900390625,
|
||||
"x": 336.78126777537364,
|
||||
"y": 1104.531295473891,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
@@ -153,7 +158,7 @@
|
||||
"y": 1100.716796875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),keypress(x).s(0.1),keypress(x);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),keypress(f),keypress(x).d(0.1),keypress(x);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
@@ -176,6 +181,15 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 349.6748046875,
|
||||
"y": 1099.4580078125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 348.3994140625,
|
||||
"y": 1099.451171875,
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "219璃月-华光林2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751973488622,
|
||||
"last_modified_time": 1752154726209,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -34,10 +39,10 @@
|
||||
"id": 3,
|
||||
"x": 1638.7138671875,
|
||||
"y": 941.705078125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "attack(0.3)"
|
||||
"move_mode": "climb",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
@@ -45,7 +50,7 @@
|
||||
"y": 942.62890625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.4),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),wait(0.5);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
@@ -72,7 +77,7 @@
|
||||
"y": 939.68701171875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),a(0.3),keypress(f),",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3),keypress(f),",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "226璃月-层岩主矿区3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752085074978,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -42,7 +50,7 @@
|
||||
"y": 982.2498787362924,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f),keypress(x),s(0.4)",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f),keypress(x),s(0.4);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
@@ -60,7 +68,7 @@
|
||||
"y": 986.625197053525,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "301稻妻-菫色之庭副本4",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752156218439,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -41,7 +49,7 @@
|
||||
"y": -3218.8779296875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keydown(w),click,keypress(f),wait(0.8),click,keypress(f),wait(0.8),click,keypress(f),wait(0.4),keyup(w)",
|
||||
"action_params": "keydown(w),attack(0.08),keypress(f),wait(0.8),attack(0.08),keypress(f),wait(0.8),attack(0.08),keypress(f),wait(0.4),keyup(w);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
@@ -59,7 +67,7 @@
|
||||
"y": -3199.281492527416,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "迪希雅 e;玛薇卡 e;砂糖 e;早柚 charge;珐露珊 q;琳妮特 q;蓝砚 charge;流浪者 e,attack(0.2);charge",
|
||||
"action_params": "迪希雅 e;玛薇卡 e;砂糖 e;早柚 charge;珐露珊 q;琳妮特 q;蓝砚 charge;流浪者 e,attack(0.2);爱可菲 e;芙宁娜 attack(0.2);charge",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "401须弥-须弥城5",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751853907938,
|
||||
"last_modified_time": 1752086564479,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -67,12 +72,12 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2728.6562045740466,
|
||||
"y": -415.8438636847259,
|
||||
"action": "combat_script",
|
||||
"x": 2729.4267578125,
|
||||
"y": -415.9755859375,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
@@ -180,12 +185,12 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 3011.923828125,
|
||||
"y": -245.77734375,
|
||||
"action": "combat_script",
|
||||
"x": 3012.4140625,
|
||||
"y": -245.23046875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "412须弥-阿如村3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1750879390854
|
||||
"last_modified_time": 1752085410598,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -127,8 +133,7 @@
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target",
|
||||
"locked": false
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
@@ -138,6 +143,24 @@
|
||||
"move_mode": "climb",
|
||||
"action_params": "06:00",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4202.6923828125,
|
||||
"y": -2045.80078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4200.78076171875,
|
||||
"y": -2043.26171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "413须弥-阿如村西2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752086226138,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -74,12 +82,12 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4336.1650390625,
|
||||
"y": -1957.27783203125,
|
||||
"action": "combat_script",
|
||||
"x": 4336.86328125,
|
||||
"y": -1956.7197265625,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -63,7 +63,7 @@
|
||||
"y": -2702.406295473891,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),w(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f),w(0.1),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,91 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "416须弥-千壑沙地露营地2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5063.70263671875,
|
||||
"y": -1587.78515625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5061.875280455889,
|
||||
"y": -1570.1250303159268,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5060.94921875,
|
||||
"y": -1562.26318359375,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "2000",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5062.658203125,
|
||||
"y": -1577.85498046875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5063.9814453125,
|
||||
"y": -1580.47705078125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),d(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5065.32080078125,
|
||||
"y": -1579.23681640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5119.218759875207,
|
||||
"y": -1572.7506138975205,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5119.65625,
|
||||
"y": -1569.8749004011433,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5122.73681640625,
|
||||
"y": -1568.61767578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "417须弥-千壑沙地露营地2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752155056823,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -46,15 +54,25 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5063.9814453125,
|
||||
"y": -1580.47705078125,
|
||||
"action": "combat_script",
|
||||
"x": 5064.80029296875,
|
||||
"y": -1580.1044921875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),d(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5064.80029296875,
|
||||
"y": -1580.1044921875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5065.32080078125,
|
||||
"y": -1579.23681640625,
|
||||
"action": "",
|
||||
@@ -63,7 +81,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 8,
|
||||
"x": 5119.218759875207,
|
||||
"y": -1572.7506138975205,
|
||||
"action": "",
|
||||
@@ -71,7 +89,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 9,
|
||||
"x": 5119.65625,
|
||||
"y": -1569.8749004011433,
|
||||
"action": "",
|
||||
@@ -79,7 +97,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"id": 10,
|
||||
"x": 5122.73681640625,
|
||||
"y": -1568.61767578125,
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -1,184 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "418须弥-甘露花海4",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5794.77587890625,
|
||||
"y": 797.63720703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5786.044921875,
|
||||
"y": 796.30419921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(t)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5693.17431640625,
|
||||
"y": 791.44384765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5627.124533890214,
|
||||
"y": 820.3757275822463,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5604.68736569718,
|
||||
"y": 824.9684923146215,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "1500",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5608.437537525788,
|
||||
"y": 822.2188106318536,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.1),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5592.51416015625,
|
||||
"y": 827.1005859375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5590.33056640625,
|
||||
"y": 825.6435546875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),s(0.3),keypress(f),attack(0.08),wait(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5602.52587890625,
|
||||
"y": 840.3037109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "click(middle),wait(0.2),keypress(t),w(0.3),keypress(t)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5628.9794921875,
|
||||
"y": 899.390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5635.624998024959,
|
||||
"y": 895.8124090522197,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 5639.937541475871,
|
||||
"y": 893.5311514732375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5615.62548828125,
|
||||
"y": 887.3603515625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 5590.466796875,
|
||||
"y": 878.974609375,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 5567.23779296875,
|
||||
"y": 875.01708984375,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 5564.4033203125,
|
||||
"y": 881.07861328125,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 5537.71044921875,
|
||||
"y": 891.85693359375,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 5529.45068359375,
|
||||
"y": 912.67529296875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 5529.45068359375,
|
||||
"y": 912.67529296875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.3),keypress(f),w(0.3),keypress(f),s(0.6);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "428须弥-甘露花海4",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751973048035,
|
||||
"last_modified_time": 1752132948899,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -23,33 +28,42 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5786.044921875,
|
||||
"y": 796.30419921875,
|
||||
"action": "combat_script",
|
||||
"x": 5758.19873046875,
|
||||
"y": 785.98779296875,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(t)",
|
||||
"type": "path"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(t)"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5693.17431640625,
|
||||
"y": 791.44384765625,
|
||||
"action": "",
|
||||
"x": 5731.31640625,
|
||||
"y": 787.79443359375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5627.124533890214,
|
||||
"y": 820.3757275822463,
|
||||
"x": 5693.17431640625,
|
||||
"y": 791.44384765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5627.124533890214,
|
||||
"y": 820.3757275822463,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5604.68736569718,
|
||||
"y": 824.9684923146215,
|
||||
"action": "stop_flying",
|
||||
@@ -58,7 +72,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"id": 7,
|
||||
"x": 5608.437537525788,
|
||||
"y": 822.2188106318536,
|
||||
"action": "combat_script",
|
||||
@@ -67,7 +81,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 8,
|
||||
"x": 5592.51416015625,
|
||||
"y": 827.1005859375,
|
||||
"action": "",
|
||||
@@ -76,7 +90,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 9,
|
||||
"x": 5590.45263671875,
|
||||
"y": 825.40380859375,
|
||||
"action": "combat_script",
|
||||
@@ -85,7 +99,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"id": 10,
|
||||
"x": 5602.52587890625,
|
||||
"y": 840.3037109375,
|
||||
"action": "combat_script",
|
||||
@@ -94,7 +108,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": 5628.9794921875,
|
||||
"y": 899.390625,
|
||||
"action": "",
|
||||
@@ -103,7 +117,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"id": 12,
|
||||
"x": 5635.624998024959,
|
||||
"y": 895.8124090522197,
|
||||
"action": "",
|
||||
@@ -112,7 +126,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"id": 13,
|
||||
"x": 5638.33154296875,
|
||||
"y": 893.76904296875,
|
||||
"action": "combat_script",
|
||||
@@ -121,7 +135,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"id": 14,
|
||||
"x": 5639.937541475871,
|
||||
"y": 893.5311514732375,
|
||||
"action": "combat_script",
|
||||
@@ -130,7 +144,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"id": 15,
|
||||
"x": 5615.62548828125,
|
||||
"y": 887.3603515625,
|
||||
"action": "",
|
||||
@@ -139,7 +153,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"id": 16,
|
||||
"x": 5590.466796875,
|
||||
"y": 878.974609375,
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -148,7 +162,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"id": 17,
|
||||
"x": 5567.23779296875,
|
||||
"y": 875.01708984375,
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -157,7 +171,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"id": 18,
|
||||
"x": 5564.4033203125,
|
||||
"y": 881.07861328125,
|
||||
"action": "",
|
||||
@@ -166,7 +180,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 19,
|
||||
"x": 5537.71044921875,
|
||||
"y": 891.85693359375,
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -175,7 +189,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 20,
|
||||
"x": 5529.45068359375,
|
||||
"y": 912.67529296875,
|
||||
"action": "stop_flying",
|
||||
@@ -184,7 +198,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 21,
|
||||
"x": 5529.45068359375,
|
||||
"y": 912.67529296875,
|
||||
"action": "combat_script",
|
||||
@@ -193,13 +207,13 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"id": 22,
|
||||
"x": 5532.23046875,
|
||||
"y": 914.279296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "503枫丹-芒索斯山东麓2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752155710844,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -27,20 +35,30 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4957.125,
|
||||
"y": 4451.500066399238,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"x": 4957.3447265625,
|
||||
"y": 4452.0078125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4957.3447265625,
|
||||
"y": 4452.0078125,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4947.6875,
|
||||
"y": 4458.312433600762,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "505枫丹-科学院左沙滩3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752155561729,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -76,7 +84,7 @@
|
||||
"y": 4582.999922534222,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(x),keypress(f),wait(0.2),keypress(x),keypress(f),wait(0.2),keypress(x),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
@@ -102,33 +110,36 @@
|
||||
"x": 4433.09375,
|
||||
"y": 4569.937422534222,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4431.9375,
|
||||
"y": 4563.843575683421,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4432.375,
|
||||
"y": 4566.312566399238,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"move_mode": "dash",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4431.9375,
|
||||
"y": 4563.843575683421,
|
||||
"action": "",
|
||||
"id": 12,
|
||||
"x": 4432.4765625,
|
||||
"y": 4564.7275390625,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4432.810546875,
|
||||
"y": 4567.7705078125,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4432.8095703125,
|
||||
"y": 4567.09326171875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "305【收尾】稻妻-踏鞴砂①-10",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751977525732,
|
||||
"last_modified_time": 1752085703627,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -69,11 +74,20 @@
|
||||
"y": -3574.6883488459534,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f);芙宁娜 e;",
|
||||
"action_params": "keypress(f);迪希雅 e;芙宁娜 e;",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3309.0517578125,
|
||||
"y": -3574.232421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3299.677734375,
|
||||
"y": -3571.083984375,
|
||||
"action": "combat_script",
|
||||
@@ -82,7 +96,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"id": 10,
|
||||
"x": -3254.1064453125,
|
||||
"y": -3586.794921875,
|
||||
"action": "",
|
||||
@@ -90,7 +104,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": -3250.7998046875,
|
||||
"y": -3584.033203125,
|
||||
"action": "combat_script",
|
||||
@@ -99,7 +113,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"id": 12,
|
||||
"x": -3288.212890625,
|
||||
"y": -3652.501953125,
|
||||
"action": "",
|
||||
@@ -107,7 +121,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"id": 13,
|
||||
"x": -3269.974609375,
|
||||
"y": -3647.1337890625,
|
||||
"action": "combat_script",
|
||||
@@ -116,7 +130,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"id": 14,
|
||||
"x": -3275.4687756755393,
|
||||
"y": -3643.0312272630545,
|
||||
"action": "combat_script",
|
||||
@@ -125,16 +139,16 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"id": 15,
|
||||
"x": -3276.6259765625,
|
||||
"y": -3642.130859375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),wait(0.2),keypress(x),wait(0.2),keypress(x);芙宁娜 e;",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"id": 16,
|
||||
"x": -3259.7021484375,
|
||||
"y": -3640.80078125,
|
||||
"action": "combat_script",
|
||||
@@ -143,7 +157,7 @@
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"id": 17,
|
||||
"x": -3259.7021484375,
|
||||
"y": -3640.80078125,
|
||||
"action": "",
|
||||
@@ -152,7 +166,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"id": 18,
|
||||
"x": -3261.4375158003313,
|
||||
"y": -3644.687545473891,
|
||||
"action": "combat_script",
|
||||
@@ -161,7 +175,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 19,
|
||||
"x": -3243.9580078125,
|
||||
"y": -3651.015625,
|
||||
"action": "",
|
||||
@@ -169,7 +183,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 20,
|
||||
"x": -3240.224609375,
|
||||
"y": -3647.794921875,
|
||||
"action": "combat_script",
|
||||
@@ -178,7 +192,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 21,
|
||||
"x": -3207.0937282745435,
|
||||
"y": -3605.2187575789812,
|
||||
"action": "stop_flying",
|
||||
@@ -187,7 +201,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"id": 22,
|
||||
"x": -3209.1249407487558,
|
||||
"y": -3605.0312651579625,
|
||||
"action": "combat_script",
|
||||
@@ -196,7 +210,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"id": 23,
|
||||
"x": -3211.2186848236324,
|
||||
"y": -3604.0311514732384,
|
||||
"action": "combat_script",
|
||||
@@ -205,7 +219,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"id": 24,
|
||||
"x": -3204.3408203125,
|
||||
"y": -3612.4697265625,
|
||||
"action": "",
|
||||
@@ -214,7 +228,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"id": 25,
|
||||
"x": -3206.375019750414,
|
||||
"y": -3616.3125530528723,
|
||||
"action": "combat_script",
|
||||
@@ -223,7 +237,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"id": 26,
|
||||
"x": -3184.311755409366,
|
||||
"y": -3623.816350122719,
|
||||
"action": "",
|
||||
@@ -232,7 +246,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"id": 27,
|
||||
"x": -3191.3437756755393,
|
||||
"y": -3652.6249014732384,
|
||||
"action": "combat_script",
|
||||
@@ -241,7 +255,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"id": 28,
|
||||
"x": -3196.6876086272805,
|
||||
"y": -3639.999916631201,
|
||||
"action": "",
|
||||
@@ -250,7 +264,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"id": 29,
|
||||
"x": -3207.73828125,
|
||||
"y": -3615.6455078125,
|
||||
"action": "stop_flying",
|
||||
@@ -259,7 +273,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"id": 30,
|
||||
"x": -3205.7812341996687,
|
||||
"y": -3613.9063030528723,
|
||||
"action": "combat_script",
|
||||
@@ -268,7 +282,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"id": 31,
|
||||
"x": -3204.873046875,
|
||||
"y": -3615.0595703125,
|
||||
"action": "combat_script",
|
||||
@@ -277,7 +291,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"id": 32,
|
||||
"x": -3156.5830078125,
|
||||
"y": -3886.0986328125,
|
||||
"action": "",
|
||||
@@ -285,7 +299,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"id": 33,
|
||||
"x": -3167.8095703125,
|
||||
"y": -3846.962890625,
|
||||
"action": "",
|
||||
@@ -294,7 +308,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"id": 34,
|
||||
"x": -3170.9267578125,
|
||||
"y": -3836.5341796875,
|
||||
"action": "combat_script",
|
||||
@@ -303,7 +317,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"id": 35,
|
||||
"x": -3149.3564453125,
|
||||
"y": -3837.0224609375,
|
||||
"action": "stop_flying",
|
||||
@@ -312,7 +326,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"id": 36,
|
||||
"x": -3152.970703125,
|
||||
"y": -3831.783203125,
|
||||
"action": "combat_script",
|
||||
@@ -321,7 +335,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"id": 37,
|
||||
"x": -3148.46875,
|
||||
"y": -3831.75,
|
||||
"action": "",
|
||||
@@ -329,7 +343,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"id": 38,
|
||||
"x": -3143.5517578125,
|
||||
"y": -3831.296875,
|
||||
"action": "",
|
||||
@@ -338,18 +352,19 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"id": 39,
|
||||
"x": -3144.1474609375,
|
||||
"y": -3831.1767578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),j,keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),wait(1.5),attack(0.2);",
|
||||
"type": "target"
|
||||
"type": "target",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"x": -3143.5517578125,
|
||||
"y": -3831.296875,
|
||||
"id": 40,
|
||||
"x": -3144.1474609375,
|
||||
"y": -3831.1767578125,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "305【收尾】稻妻-踏鞴砂③-8",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751892245332,
|
||||
"last_modified_time": 1752085777171,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -239,7 +244,7 @@
|
||||
"y": -3688.9306640625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "05【额外】纳塔-鸡屁股9",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751651757496
|
||||
"last_modified_time": 1752087055110,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -73,15 +79,25 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8375.849609375,
|
||||
"y": -1971.99609375,
|
||||
"action": "combat_script",
|
||||
"x": 8376.9453125,
|
||||
"y": -1970.0234375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8376.9453125,
|
||||
"y": -1970.0234375,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8258.3486328125,
|
||||
"y": -1744.6220703125,
|
||||
"action": "",
|
||||
@@ -89,7 +105,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": 8234.75,
|
||||
"y": -1720.24462890625,
|
||||
"action": "",
|
||||
@@ -97,7 +113,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"id": 12,
|
||||
"x": 8230.8564453125,
|
||||
"y": -1712.17041015625,
|
||||
"action": "combat_script",
|
||||
@@ -106,7 +122,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"id": 13,
|
||||
"x": 7857.4638671875,
|
||||
"y": -1751.333984375,
|
||||
"action": "",
|
||||
@@ -114,7 +130,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"id": 14,
|
||||
"x": 7867.369140625,
|
||||
"y": -1744.93603515625,
|
||||
"action": "stop_flying",
|
||||
@@ -123,7 +139,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"id": 15,
|
||||
"x": 7975.76171875,
|
||||
"y": -1741.60595703125,
|
||||
"action": "",
|
||||
@@ -132,7 +148,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"id": 16,
|
||||
"x": 7998.863281249999,
|
||||
"y": -1745.2353515625,
|
||||
"action": "combat_script",
|
||||
@@ -141,7 +157,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"id": 17,
|
||||
"x": 7994.86328125,
|
||||
"y": -1745.2353515625,
|
||||
"action": "combat_script",
|
||||
@@ -150,7 +166,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"id": 18,
|
||||
"x": 8054.341796875,
|
||||
"y": -1717.56201171875,
|
||||
"action": "",
|
||||
@@ -159,7 +175,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 19,
|
||||
"x": 8057.59521484375,
|
||||
"y": -1716.146484375,
|
||||
"action": "combat_script",
|
||||
@@ -168,7 +184,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 20,
|
||||
"x": 8400.59765625,
|
||||
"y": -1221.3232421875,
|
||||
"action": "",
|
||||
@@ -176,7 +192,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 21,
|
||||
"x": 8375.59381715141,
|
||||
"y": -1223.9997574725849,
|
||||
"action": "",
|
||||
@@ -184,7 +200,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"id": 22,
|
||||
"x": 8264.1640625,
|
||||
"y": -1248.92578125,
|
||||
"action": "",
|
||||
@@ -192,34 +208,53 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 8124.1435546875,
|
||||
"y": -1274.0283203125,
|
||||
"action": "combat_script",
|
||||
"id": 23,
|
||||
"x": 8124.98828125,
|
||||
"y": -1273.857421875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 8125.625,
|
||||
"y": -1278.062677064635,
|
||||
"id": 24,
|
||||
"x": 8124.98828125,
|
||||
"y": -1273.857421875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 8124.1435546875,
|
||||
"y": -1274.0283203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 8126.6875,
|
||||
"y": -1279.2500553326981,
|
||||
"id": 26,
|
||||
"x": 8125.4375,
|
||||
"y": -1277.6248450684443,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 8126.78125,
|
||||
"y": -1278.6247786692065,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"id": 28,
|
||||
"x": 8122.61083984375,
|
||||
"y": -1331.15625,
|
||||
"action": "",
|
||||
@@ -228,7 +263,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"id": 29,
|
||||
"x": 8118.8388671875,
|
||||
"y": -1388.3310546875,
|
||||
"action": "stop_flying",
|
||||
@@ -237,7 +272,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"id": 30,
|
||||
"x": 8121.0458984375,
|
||||
"y": -1400.533203125,
|
||||
"action": "",
|
||||
@@ -245,7 +280,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"id": 31,
|
||||
"x": 8139.08251953125,
|
||||
"y": -1451.94140625,
|
||||
"action": "",
|
||||
@@ -254,7 +289,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"id": 32,
|
||||
"x": 8143.23681640625,
|
||||
"y": -1469.83203125,
|
||||
"action": "combat_script",
|
||||
@@ -263,7 +298,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"id": 33,
|
||||
"x": 9782.4208984375,
|
||||
"y": -1764.7216796875,
|
||||
"action": "force_tp",
|
||||
@@ -271,7 +306,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"id": 34,
|
||||
"x": 9888.5888671875,
|
||||
"y": -1760.61376953125,
|
||||
"action": "",
|
||||
@@ -279,7 +314,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"id": 35,
|
||||
"x": 9899.2236328125,
|
||||
"y": -1761.6298828125,
|
||||
"action": "combat_script",
|
||||
@@ -288,7 +323,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"id": 36,
|
||||
"x": 9904.220703125,
|
||||
"y": -1797.63037109375,
|
||||
"action": "",
|
||||
@@ -297,7 +332,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"id": 37,
|
||||
"x": 9896.1865234375,
|
||||
"y": -1867.02294921875,
|
||||
"action": "combat_script",
|
||||
@@ -306,7 +341,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"id": 38,
|
||||
"x": 9782.4208984375,
|
||||
"y": -1764.7216796875,
|
||||
"action": "force_tp",
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"y": 960.65224391264,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.3),wait(0.5),s(0.2)",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.35),wait(1),keypress(f),wait(0.2),keypress(f),s(0.2)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@
|
||||
"y": 971.2099609375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.08),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.3);万叶 s(0.1),attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.08),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(1),s(0.2);万叶 s(0.1),attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@
|
||||
"y": 970.6874772630549,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.08),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.15)",
|
||||
"action_params": "w(0.01),wait(0.2),w(0.01),wait(0.2),attack(0.08),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.1),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
"y": -3732.4169921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "w(0.5),wait(1),keypress(f),wait(0.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(3.2),keypress(f),wait(0.4),keypress(a),keypress(w),wait(3.2),keypress(f),wait(0.4),keypress(s),wait(0.5),keypress(ESCAPE),wait(1),s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click",
|
||||
"action_params": "w(1),wait(1),keypress(f),wait(0.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(6),keypress(f),wait(1.4),keypress(a),keypress(w),wait(3.2),keypress(f),wait(0.4),keypress(a),keypress(w),wait(3.2),keypress(f),wait(0.4),keypress(s),wait(0.5),keypress(ESCAPE),wait(1),s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click,s(0.2),dash,click",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "618纳塔-石火坠陨处1",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 10596.244140625,
|
||||
"y": -2668.4892578125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 10599.1181640625,
|
||||
"y": -2621.0400390625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 10635.1435546875,
|
||||
"y": -2592.849609375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 10692.1943359375,
|
||||
"y": -2554.0380859375,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "2000",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 10697.53127765058,
|
||||
"y": -2548.812613684726,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "003【激活程序】纳塔-鸡鸡",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751979829736,
|
||||
"last_modified_time": 1752084916650,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -95,12 +100,12 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8057.00244140625,
|
||||
"y": -1714.8203125,
|
||||
"action": "combat_script",
|
||||
"x": 8057.1123046875,
|
||||
"y": -1713.572265625,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action_params": "爱可菲 attack(0.25);伊安珊 attack(0.25);卡齐娜 attack(0.25);阿蕾奇诺 attack(0.25);夏沃蕾 attack(0.25);米卡 attack(0.25);瑶瑶 attack(0.25);赛诺 attack(0.25);申鹤 attack(0.25);云堇 attack(0.25);托马 attack(0.25);雷电将军 attack(0.25);罗莎莉亚 attack(0.25);胡桃 attack(0.25);魈 attack(0.25);钟离 attack(0.25);香菱 attack(0.25);丝柯克 attack(0.25);希诺宁 attack(0.25);千织 attack(0.25);芙宁娜 attack(0.25);琳妮特 attack(0.25);绮良良 attack(0.25);艾尔海森 attack(0.25);莱依拉 attack(0.25);妮露 attack(0.25);久岐忍 attack(0.25);神里绫人 attack(0.25);神里绫华 attack(0.25);万叶 attack(0.25);阿贝多 attack(0.25);刻晴 attack(0.25);七七 attack(0.25);琴 attack(0.25);班尼特 attack(0.25);行秋 attack(0.25);凯亚 attack(0.25);玛薇卡 attack(0.25);基尼奇 attack(0.25);嘉明 attack(0.25);娜维娅 attack(0.25);多莉 attack(0.25);荒泷一斗 attack(0.25);早柚 attack(0.25);迪卢克 attack(0.25);重云 attack(0.25);诺艾尔 attack(0.25);北斗 attack(0.25);雷泽 attack(0.25);迪希雅 attack(0.25);keypress(f),wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.6),attack(0.22),j,wait(0.6),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)",
|
||||
"type": "target"
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f);爱可菲 j,wait(0.5);伊安珊 j,wait(0.5);卡齐娜 j,wait(0.5);阿蕾奇诺 j,wait(0.5);夏沃蕾 j,wait(0.5);米卡 j,wait(0.5);瑶瑶 j,wait(0.5);赛诺 j,wait(0.5);申鹤 j,wait(0.5);云堇 j,wait(0.5);托马 j,wait(0.5);雷电将军 j,wait(0.5);罗莎莉亚 j,wait(0.5);胡桃 j,wait(0.5);魈 j,wait(0.5);钟离 j,wait(0.5);香菱 j,wait(0.5);丝柯克 j,wait(0.5);希诺宁 j,wait(0.5);千织 j,wait(0.5);芙宁娜 j,wait(0.5);琳妮特 j,wait(0.5);绮良良 j,wait(0.5);艾尔海森 j,wait(0.5);莱依拉 j,wait(0.5);妮露 j,wait(0.5);久岐忍 j,wait(0.5);神里绫人 j,wait(0.5);神里绫华 j,wait(0.5);万叶 j,wait(0.5);阿贝多 j,wait(0.5);刻晴 j,wait(0.5);七七 j,wait(0.5);琴 j,wait(0.5);班尼特 j,wait(0.5);行秋 j,wait(0.5);凯亚 j,wait(0.5);玛薇卡 j,wait(0.5);基尼奇 j,wait(0.5);嘉明 j,wait(0.5);娜维娅 j,wait(0.5);多莉 j,wait(0.5);荒泷一斗 j,wait(0.5);早柚 j,wait(0.5);迪卢克 j,wait(0.5);重云 j,wait(0.5);诺艾尔 j,wait(0.5);北斗 j,wait(0.5);雷泽 j,wait(0.5);迪希雅 j,wait(0.5);wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.8),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "204璃月-天遒谷3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751738992270
|
||||
"last_modified_time": 1752154580209,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -31,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1085.515625,
|
||||
"y": 301.208984375,
|
||||
"x": 1086.0937875257878,
|
||||
"y": 301.8435984203652,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f),w(0.3),s(0.5)",
|
||||
@@ -40,15 +46,24 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1088.154296875,
|
||||
"y": 304.13623046875,
|
||||
"x": 1084.796875,
|
||||
"y": 299.93359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1088.0673828125,
|
||||
"y": 303.08203125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"id": 6,
|
||||
"x": 1083.5625,
|
||||
"y": 305.87513279847644,
|
||||
"action": "",
|
||||
@@ -57,7 +72,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"id": 7,
|
||||
"x": 1082.8095703125,
|
||||
"y": 300.794921875,
|
||||
"action": "combat_script",
|
||||
@@ -66,7 +81,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 8,
|
||||
"x": 1068.333984375,
|
||||
"y": 353.74951171875,
|
||||
"action": "",
|
||||
@@ -75,7 +90,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 9,
|
||||
"x": 1069.3271484375,
|
||||
"y": 355.3740234375,
|
||||
"action": "combat_script",
|
||||
@@ -84,7 +99,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"id": 10,
|
||||
"x": 1047.9365234375,
|
||||
"y": 318.71826171875,
|
||||
"action": "",
|
||||
@@ -93,7 +108,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": 1045.4453125,
|
||||
"y": 319.9306640625,
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "215璃月-轻策庄西1",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752132704286,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -38,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 862.4404296875,
|
||||
"y": 1759.04150390625,
|
||||
"x": 864.4688783776946,
|
||||
"y": 1759.7498256834206,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -47,30 +55,39 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 867.9062440748748,
|
||||
"y": 1741.1876212637071,
|
||||
"x": 869.0938270266179,
|
||||
"y": 1742.9060377885107,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 869.1250079001657,
|
||||
"y": 1739.9063030528723,
|
||||
"x": 868.9658203125,
|
||||
"y": 1740.70263671875,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.4),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 869.4736328125,
|
||||
"y": 1739.90380859375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.4);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 866.8203125,
|
||||
"y": 1739.16357421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "223璃月-灵濛山北2",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752131661639,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -23,7 +31,7 @@
|
||||
"x": 2139.578125,
|
||||
"y": 2413.6494140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "412须弥-阿如村3",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1750879390854
|
||||
"last_modified_time": 1752085410598,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -127,8 +133,7 @@
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target",
|
||||
"locked": false
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
@@ -138,6 +143,24 @@
|
||||
"move_mode": "climb",
|
||||
"action_params": "06:00",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4202.6923828125,
|
||||
"y": -2045.80078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4200.78076171875,
|
||||
"y": -2043.26171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,13 +2,18 @@
|
||||
"info": {
|
||||
"name": "508枫丹-研究院区西北6",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751820053800,
|
||||
"last_modified_time": 1752158181252,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
@@ -132,7 +137,7 @@
|
||||
"x": 4720.8505859375,
|
||||
"y": 4932.63525390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
@@ -147,6 +152,15 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4722.7578125,
|
||||
"y": 4933.5263671875,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4725.1396484375,
|
||||
"y": 4933.19384765625,
|
||||
"action": "combat_script",
|
||||
@@ -155,7 +169,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"id": 18,
|
||||
"x": 4720.8505859375,
|
||||
"y": 4932.63525390625,
|
||||
"action": "",
|
||||
@@ -164,7 +178,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 19,
|
||||
"x": 4731.343757900166,
|
||||
"y": 4906.187333262402,
|
||||
"action": "",
|
||||
@@ -173,15 +187,15 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 20,
|
||||
"x": 4736.562624427613,
|
||||
"y": 4902.468803052872,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 21,
|
||||
"x": 4736.406299376036,
|
||||
"y": 4902.500045473891,
|
||||
"action": "combat_script",
|
||||
@@ -190,7 +204,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"id": 22,
|
||||
"x": 4749.156392202985,
|
||||
"y": 4913.249719577676,
|
||||
"action": "",
|
||||
@@ -198,7 +212,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"id": 23,
|
||||
"x": 4752.42041015625,
|
||||
"y": 4912.71875,
|
||||
"action": "",
|
||||
@@ -207,16 +221,25 @@
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 4752.42041015625,
|
||||
"y": 4912.71875,
|
||||
"id": 24,
|
||||
"x": 4751.0439453125,
|
||||
"y": 4913.3994140625,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 4752.333984375,
|
||||
"y": 4913.01416015625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "wait(0.2),keypress(x),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.1),a(0.15),s(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);keydown(s),wait(0.3),keydown(a),wait(0.1),keyup(s),wait(1.2),keyup(a)",
|
||||
"action_params": "wait(0.2),keypress(x),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.1),s(0.2),a(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);keydown(s),wait(0.3),keydown(a),wait(0.1),keyup(s),wait(1.2),keyup(a)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"id": 26,
|
||||
"x": 4750.0390625,
|
||||
"y": 4904.76904296875,
|
||||
"action": "",
|
||||
@@ -225,18 +248,27 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 4758.86865234375,
|
||||
"y": 4899.99755859375,
|
||||
"id": 27,
|
||||
"x": 4759.181640625,
|
||||
"y": 4900.1865234375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 4760.750047400995,
|
||||
"y": 4899.968757578981,
|
||||
"id": 28,
|
||||
"x": 4759.181640625,
|
||||
"y": 4900.1865234375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 4763.3369140625,
|
||||
"y": 4900.12646484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "427【收尾】须弥-智障厅①-13",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751728039375
|
||||
"last_modified_time": 1752165248027,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -81,27 +87,25 @@
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "orientation",
|
||||
"locked": false
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5261.6611328125,
|
||||
"y": -2322.9150390625,
|
||||
"type": "orientation",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "attack(0.3)",
|
||||
"locked": false
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5261.6611328125,
|
||||
"y": -2322.9150390625,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
@@ -254,15 +258,15 @@
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 5248.58056640625,
|
||||
"y": -2378.150390625,
|
||||
"action": "up_down_grab_leaf",
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"action_params": "keypress(t)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
@@ -386,100 +390,100 @@
|
||||
"id": 42,
|
||||
"x": 5169.212890625,
|
||||
"y": -2345.380859375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"x": 5179.69384765625,
|
||||
"y": -2341.3388671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"x": 5178.4697265625,
|
||||
"y": -2317.474609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "attack(0.3)"
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"x": 5150.3212890625,
|
||||
"y": -2314.8505859375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"x": 5150.345703125,
|
||||
"y": -2287.427734375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"x": 5165.52783203125,
|
||||
"y": -2287.6787109375,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);"
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"x": 5169.1044921875,
|
||||
"y": -2280.638671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"x": 5164.2958984375,
|
||||
"y": -2264.0380859375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"x": 5164.2958984375,
|
||||
"y": -2264.0380859375,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);"
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"x": 5157.2060546875,
|
||||
"y": -2265.4775390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"x": 5154.3544921875,
|
||||
"y": -2264.009765625,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);"
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +1,20 @@
|
||||
{
|
||||
{
|
||||
"info": {
|
||||
"name": "05【额外】纳塔-鸡屁股9",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"authors": [
|
||||
{
|
||||
"name": "汐",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1751651757496
|
||||
"last_modified_time": 1752087055110,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -73,15 +79,25 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8375.849609375,
|
||||
"y": -1971.99609375,
|
||||
"action": "combat_script",
|
||||
"x": 8376.9453125,
|
||||
"y": -1970.0234375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8376.9453125,
|
||||
"y": -1970.0234375,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8258.3486328125,
|
||||
"y": -1744.6220703125,
|
||||
"action": "",
|
||||
@@ -89,7 +105,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"id": 11,
|
||||
"x": 8234.75,
|
||||
"y": -1720.24462890625,
|
||||
"action": "",
|
||||
@@ -97,7 +113,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"id": 12,
|
||||
"x": 8230.8564453125,
|
||||
"y": -1712.17041015625,
|
||||
"action": "combat_script",
|
||||
@@ -106,7 +122,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"id": 13,
|
||||
"x": 7857.4638671875,
|
||||
"y": -1751.333984375,
|
||||
"action": "",
|
||||
@@ -114,7 +130,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"id": 14,
|
||||
"x": 7867.369140625,
|
||||
"y": -1744.93603515625,
|
||||
"action": "stop_flying",
|
||||
@@ -123,7 +139,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"id": 15,
|
||||
"x": 7975.76171875,
|
||||
"y": -1741.60595703125,
|
||||
"action": "",
|
||||
@@ -132,7 +148,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"id": 16,
|
||||
"x": 7998.863281249999,
|
||||
"y": -1745.2353515625,
|
||||
"action": "combat_script",
|
||||
@@ -141,7 +157,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"id": 17,
|
||||
"x": 7994.86328125,
|
||||
"y": -1745.2353515625,
|
||||
"action": "combat_script",
|
||||
@@ -150,7 +166,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"id": 18,
|
||||
"x": 8054.341796875,
|
||||
"y": -1717.56201171875,
|
||||
"action": "",
|
||||
@@ -159,7 +175,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 19,
|
||||
"x": 8057.59521484375,
|
||||
"y": -1716.146484375,
|
||||
"action": "combat_script",
|
||||
@@ -168,7 +184,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 20,
|
||||
"x": 8400.59765625,
|
||||
"y": -1221.3232421875,
|
||||
"action": "",
|
||||
@@ -176,7 +192,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 21,
|
||||
"x": 8375.59381715141,
|
||||
"y": -1223.9997574725849,
|
||||
"action": "",
|
||||
@@ -184,7 +200,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"id": 22,
|
||||
"x": 8264.1640625,
|
||||
"y": -1248.92578125,
|
||||
"action": "",
|
||||
@@ -192,34 +208,53 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 8124.1435546875,
|
||||
"y": -1274.0283203125,
|
||||
"action": "combat_script",
|
||||
"id": 23,
|
||||
"x": 8124.98828125,
|
||||
"y": -1273.857421875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 8125.625,
|
||||
"y": -1278.062677064635,
|
||||
"id": 24,
|
||||
"x": 8124.98828125,
|
||||
"y": -1273.857421875,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 8124.1435546875,
|
||||
"y": -1274.0283203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 8126.6875,
|
||||
"y": -1279.2500553326981,
|
||||
"id": 26,
|
||||
"x": 8125.4375,
|
||||
"y": -1277.6248450684443,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 8126.78125,
|
||||
"y": -1278.6247786692065,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"id": 28,
|
||||
"x": 8122.61083984375,
|
||||
"y": -1331.15625,
|
||||
"action": "",
|
||||
@@ -228,7 +263,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"id": 29,
|
||||
"x": 8118.8388671875,
|
||||
"y": -1388.3310546875,
|
||||
"action": "stop_flying",
|
||||
@@ -237,7 +272,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"id": 30,
|
||||
"x": 8121.0458984375,
|
||||
"y": -1400.533203125,
|
||||
"action": "",
|
||||
@@ -245,7 +280,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"id": 31,
|
||||
"x": 8139.08251953125,
|
||||
"y": -1451.94140625,
|
||||
"action": "",
|
||||
@@ -254,7 +289,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"id": 32,
|
||||
"x": 8143.23681640625,
|
||||
"y": -1469.83203125,
|
||||
"action": "combat_script",
|
||||
@@ -263,7 +298,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"id": 33,
|
||||
"x": 9782.4208984375,
|
||||
"y": -1764.7216796875,
|
||||
"action": "force_tp",
|
||||
@@ -271,7 +306,7 @@
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"id": 34,
|
||||
"x": 9888.5888671875,
|
||||
"y": -1760.61376953125,
|
||||
"action": "",
|
||||
@@ -279,7 +314,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"id": 35,
|
||||
"x": 9899.2236328125,
|
||||
"y": -1761.6298828125,
|
||||
"action": "combat_script",
|
||||
@@ -288,7 +323,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"id": 36,
|
||||
"x": 9904.220703125,
|
||||
"y": -1797.63037109375,
|
||||
"action": "",
|
||||
@@ -297,7 +332,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"id": 37,
|
||||
"x": 9896.1865234375,
|
||||
"y": -1867.02294921875,
|
||||
"action": "combat_script",
|
||||
@@ -306,7 +341,7 @@
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"id": 38,
|
||||
"x": 9782.4208984375,
|
||||
"y": -1764.7216796875,
|
||||
"action": "force_tp",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动狗粮重制版",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"tags": [
|
||||
"好感",
|
||||
"盗宝团",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
- - 选项 **强制刷新所有路线cd** ,用于清除js记录的运行历史
|
||||
- **选择执行第几个路径组:** 本js会分组运行地图追踪,分组方式详见后续选项,需要分组运行时请确保精英目标数量,小怪目标数量,各个路径组的标签等信息【完全相同】,复制配置组时未知原因无法正确复制配置,请不要使用
|
||||
- **本路径组使用配队名称:** 填写该路径组使用的配队名称,js会自动切换
|
||||
- **是否禁用js拾取:** 本js采用黑白名单结合的方式实现仅拾取部分物品(默认只拾取狗粮和晶蝶),如果你想要使用bgi默认的拾取以拾取绝大部分物品,请禁用
|
||||
- **拾取模式:** 本js采用黑白名单结合的方式实现仅拾取部分物品(默认只拾取狗粮和晶蝶),如果你想要使用bgi默认的拾取以拾取绝大部分物品,请选择bgi拾取,如果不想拾取任何物品,请选择不拾取任何物品
|
||||
- **账户名称:** 本js支持多用户,不同账户的记录分开存储,当你需要使用多用户时,请在这里填写不同的文本来区分不同账号的记录,如果你只使用一个账号,请不要修改该选项
|
||||
- **路径组x标签:** 本js使用不同的标签来禁用或分组路线,多个标签之间使用中文逗号分隔,目前支持的标签如下
|
||||
- - 水免:表明路线含有水元素伤害免疫的怪物,使用以水元素伤害为主的队伍处理该路线时可能较为麻烦
|
||||
@@ -54,7 +54,8 @@
|
||||
- **路线效率计算权重:** 影响js评估路线价值,计算公式如下,权重越大越看重总收益
|
||||
- $$ 怪均^k \times 秒均 $$
|
||||
- **目标数量:** 选取路线目标达到的精英怪数量,默认为400,同理小怪数量默认为2000
|
||||
- **排除关键词:** 含有关键词的路线会被排除,例如填写纳塔来排除所有纳塔路线,填写暴徒来排除所有含有丘丘暴徒的路线,同样使用中文逗号分隔
|
||||
- **优先关键词:**含有关键词的路线会被视为拥有最高效率,例如填写600来让所有600怪物优先考虑,填写骗骗花来优先考虑骗骗花
|
||||
- **排除关键词:** 含有关键词的路线会被排除,例如填写纳塔来排除所有纳塔路线,同样使用中文逗号分隔
|
||||
|
||||
### 二、**锄地收益**
|
||||
- 击杀精英怪和小怪通常会掉落对应的材料和一定量摩拉,同时为队伍中角色提供经验,精英怪还会概率掉落三四星的战狂、教官、流放者圣遗物
|
||||
@@ -72,6 +73,10 @@
|
||||
|
||||
---
|
||||
### 更新日志
|
||||
### 1.1.5(2025.07.10)
|
||||
1. 添加验证,游戏卡住等情况下会终止js并不再将后续路线视为运行完成,便于重跑
|
||||
2. 添加优先关键词,便于优先考虑部分路线
|
||||
3. 优化路线效率计算逻辑,现在计算路线效率时会考虑目标精英数量和小怪数量的比例
|
||||
### 1.1.3(2025.07.09)
|
||||
1. 优化拾取逻辑
|
||||
2. 调整部分路线的数据
|
||||
|
||||
@@ -7,7 +7,7 @@ const pickupMode = settings.pickupMode || "js拾取,默认只拾取狗粮和
|
||||
//自定义配置处理
|
||||
const operationMode = settings.operationMode || "运行锄地路线";
|
||||
let k = settings.efficiencyIndex || 0.5;
|
||||
k = k / 1.25;
|
||||
k = k;
|
||||
let targetEliteNum = (+settings.targetEliteNum || 400);
|
||||
targetEliteNum += 5;//预留漏怪
|
||||
let targetMonsterNum = (+settings.targetMonsterNum + 1 || 2000);
|
||||
@@ -26,6 +26,7 @@ const pickupMode = settings.pickupMode || "js拾取,默认只拾取狗粮和
|
||||
// 将 group2Tags、group3Tags 和 group4Tags 的内容添加到 group1Tags 中,并去除重复项
|
||||
group1Tags = [...new Set([...group1Tags, ...group2Tags, ...group3Tags, ...group4Tags])];
|
||||
|
||||
const priorityTags = (settings.priorityTags || "").split(",").map(tag => tag.trim()).filter(tag => tag.length > 0);
|
||||
const excludeTags = (settings.excludeTags || "").split(",").map(tag => tag.trim()).filter(tag => tag.length > 0);
|
||||
const accountName = settings.accountName || "默认账户";
|
||||
// 拾取黑白名单处理
|
||||
@@ -57,8 +58,8 @@ const pickupMode = settings.pickupMode || "js拾取,默认只拾取狗粮和
|
||||
//加载路线cd信息
|
||||
await initializeCdTime(pathings, accountName);
|
||||
|
||||
//按照用户配置标记可用路线
|
||||
await markPathings(pathings, group1Tags, group2Tags, group3Tags, group4Tags, excludeTags);
|
||||
//按照用户配置标记路线
|
||||
await markPathings(pathings, group1Tags, group2Tags, group3Tags, group4Tags, priorityTags, excludeTags);
|
||||
|
||||
//找出最优组合
|
||||
await findBestRouteGroups(pathings, k, targetEliteNum, targetMonsterNum);
|
||||
@@ -184,7 +185,7 @@ async function processPathings() {
|
||||
return pathings; // 返回处理后的 pathings 数组
|
||||
}
|
||||
|
||||
async function markPathings(pathings, group1Tags, group2Tags, group3Tags, group4Tags, excludeTags) {
|
||||
async function markPathings(pathings, group1Tags, group2Tags, group3Tags, group4Tags, priorityTags, excludeTags) {
|
||||
// 找出存在于 group1Tags 中且不在其他组标签中的标签
|
||||
const uniqueTags = group1Tags.filter(tag => {
|
||||
return !group2Tags.includes(tag) && !group3Tags.includes(tag) && !group4Tags.includes(tag);
|
||||
@@ -195,6 +196,9 @@ async function markPathings(pathings, group1Tags, group2Tags, group3Tags, group4
|
||||
pathing.tags = pathing.tags || [];
|
||||
pathing.monsterInfo = pathing.monsterInfo || {};
|
||||
|
||||
// 初始化 pathing.prioritized 为 false
|
||||
pathing.prioritized = false;
|
||||
|
||||
// 检查路径的 tags 是否包含 uniqueTags
|
||||
const containsUniqueTag = uniqueTags.some(uniqueTag => pathing.tags.includes(uniqueTag));
|
||||
|
||||
@@ -211,10 +215,25 @@ async function markPathings(pathings, group1Tags, group2Tags, group3Tags, group4
|
||||
return fullPathContainsExcludeTag || tagsContainExcludeTag || monsterInfoContainsExcludeTag;
|
||||
});
|
||||
|
||||
// 检查 fullPath、tags 或 monsterInfo 是否包含 priorityTags 中的任意一个子字符串
|
||||
const containsPriorityTag = priorityTags.some(priorityTag => {
|
||||
// 检查 fullPath 是否包含 priorityTag
|
||||
const fullPathContainsPriorityTag = pathing.fullPath && pathing.fullPath.includes(priorityTag);
|
||||
// 检查 tags 是否包含 priorityTag
|
||||
const tagsContainPriorityTag = pathing.tags.some(tag => tag.includes(priorityTag));
|
||||
// 检查 monsterInfo 的键是否包含 priorityTag
|
||||
const monsterInfoContainsPriorityTag = Object.keys(pathing.monsterInfo).some(monsterName => monsterName.includes(priorityTag));
|
||||
|
||||
// 返回是否包含任意一个 priorityTag
|
||||
return fullPathContainsPriorityTag || tagsContainPriorityTag || monsterInfoContainsPriorityTag;
|
||||
});
|
||||
|
||||
// 如果包含 uniqueTags 或 excludeTags,则标记为 false,否则标记为 true
|
||||
pathing.available = !(containsUniqueTag || containsExcludeTag);
|
||||
});
|
||||
|
||||
// 如果包含 priorityTags,则标记为 true
|
||||
pathing.prioritized = containsPriorityTag;
|
||||
});
|
||||
}
|
||||
|
||||
async function findBestRouteGroups(pathings, k, targetEliteNum, targetMonsterNum) {
|
||||
@@ -228,6 +247,9 @@ async function findBestRouteGroups(pathings, k, targetEliteNum, targetMonsterNum
|
||||
let totalGainCombined = 0; // 总收益
|
||||
let totalTimeCombined = 0; // 总耗时
|
||||
|
||||
let maxE1 = 0;
|
||||
let maxE2 = 0;
|
||||
|
||||
// 遍历 pathings,计算并添加 G1、G2、E1 和 E2 属性
|
||||
pathings.forEach(pathing => {
|
||||
pathing.selected = false; // 初始化 selected 属性为 false
|
||||
@@ -235,8 +257,24 @@ async function findBestRouteGroups(pathings, k, targetEliteNum, targetMonsterNum
|
||||
pathing.G1 = G1;
|
||||
const G2 = pathing.mora_m; // 进入二组的收益
|
||||
pathing.G2 = G2;
|
||||
pathing.E1 = pathing.e === 0 ? 0 : ((G1 - 0.5 * G2) / pathing.e) ** k * (G1 / pathing.t); // 进入一组的效率
|
||||
pathing.E1 = pathing.e === 0 ? 0 : ((G1 - (targetEliteNum * G2) / (targetEliteNum + targetMonsterNum)) / pathing.e) ** k * (G1 / pathing.t); // 进入一组的效率
|
||||
pathing.E2 = pathing.m === 0 ? 0 : (G2 / pathing.m) ** k * (G2 / pathing.t); // 进入二组的效率
|
||||
|
||||
if (maxE1 < pathing.E1) {
|
||||
maxE1 = pathing.E1;
|
||||
}
|
||||
if (maxE2 < pathing.E2) {
|
||||
maxE2 = pathing.E2;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
pathings.forEach(pathing => {
|
||||
if (pathing.prioritized) {
|
||||
pathing.E1 = maxE1 + 1;
|
||||
pathing.E2 = maxE2 + 1;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// 封装第一轮选择逻辑
|
||||
@@ -671,6 +709,9 @@ async function copyPathingsByGroup(pathings) {
|
||||
}
|
||||
|
||||
async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords, accountName) {
|
||||
let lastX = 0;
|
||||
let lastY = 0;
|
||||
let runningFailCount = 0;
|
||||
// 定义路径组名称到组号的映射
|
||||
const groupMapping = {
|
||||
"路径组一": 1,
|
||||
@@ -767,7 +808,27 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords,
|
||||
break;
|
||||
}
|
||||
await fakeLog(`${pathing.fileName}`, false, false, 0);
|
||||
// 计算下一个 UTC 时间的晚上 8 点
|
||||
|
||||
const miniMapPosition = await genshin.getPositionFromMap();
|
||||
|
||||
// 比较坐标
|
||||
const diffX = Math.abs(lastX - miniMapPosition.X);
|
||||
const diffY = Math.abs(lastY - miniMapPosition.Y);
|
||||
lastX = miniMapPosition.X;
|
||||
lastY = miniMapPosition.Y;
|
||||
if ((diffX + diffY) < 5) {
|
||||
runningFailCount++;
|
||||
} else {
|
||||
//log.info(`当前坐标(${miniMapPosition.X},${miniMapPosition.Y},距离上次距离${(diffX + diffY)}`)
|
||||
runningFailCount = 0;
|
||||
}
|
||||
|
||||
if (runningFailCount >= 2) {
|
||||
log.error("连续三条路线终止时坐标不变,不记录运行数据");
|
||||
continue;
|
||||
}
|
||||
|
||||
// 计算下一个 UTC 时间的晚上 8 点(即北京时间凌晨四点)
|
||||
const nextEightClock = new Date(now);
|
||||
nextEightClock.setUTCHours(20, 0, 0, 0); // 设置为 UTC 时间的 20:00
|
||||
if (nextEightClock <= now) {
|
||||
@@ -833,8 +894,8 @@ async function updateCdTimeRecord(pathings, accountName) {
|
||||
const cdTimeData = pathings.map(pathing => ({
|
||||
fileName: pathing.fileName,
|
||||
//description: pathing.description,
|
||||
精英数量: pathing.e,
|
||||
小怪数量: pathing.m,
|
||||
//精英数量: pathing.e,
|
||||
//小怪数量: pathing.m,
|
||||
标签: pathing.tags,
|
||||
cdTime: pathing.cdTime
|
||||
}));
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "锄地一条龙",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
"description": " 路线信息:该路线预计用时85.01秒,包含以下怪物:1只冰深渊法师、3只冰萤。",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"高危"
|
||||
],
|
||||
"last_modified_time": 1751638015174,
|
||||
"authors": [
|
||||
{
|
||||
@@ -7,7 +7,9 @@
|
||||
"description": " 路线信息:该路线预计用时57.21秒,包含以下怪物:3只冰萤。",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"高危"
|
||||
],
|
||||
"last_modified_time": 1751639100937,
|
||||
"authors": [
|
||||
{
|
||||
@@ -88,9 +88,14 @@
|
||||
"label": "目标小怪数量",
|
||||
"default": "2000"
|
||||
},
|
||||
{
|
||||
"name": "priorityTags",
|
||||
"type": "input-text",
|
||||
"label": "优先关键词,含关键词的路线会被视为最高效率\n不同关键词使用【中文逗号】分隔\n例如填骗骗花,可以优先选择含有骗骗花的路线\n建议使用怪物图鉴中的名字"
|
||||
},
|
||||
{
|
||||
"name": "excludeTags",
|
||||
"type": "input-text",
|
||||
"label": "排除关键词,含关键词的路线会被完全排除\n不同关键词使用【中文逗号】分隔\n例如填丘丘暴徒,可以排除所有含有丘丘暴徒的路线"
|
||||
"label": "排除关键词,含关键词的路线会被完全排除\n不同关键词使用【中文逗号】分隔\n例如填火斧丘丘暴徒,可以排除所有含有火斧丘丘暴徒的路线\n建议使用怪物图鉴中的名字"
|
||||
}
|
||||
]
|
||||
39
repo/pathing/敌人与魔物/魔像禁卫/01-魔像禁卫-佩特莉可镇01-1个.json
Normal file
39
repo/pathing/敌人与魔物/魔像禁卫/01-魔像禁卫-佩特莉可镇01-1个.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-魔像禁卫-佩特莉可镇01-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.47.2",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752143653345,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3848.5771484375,
|
||||
"y": 1136.95166015625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3873.83984375,
|
||||
"y": 1138.02490234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
121
repo/pathing/敌人与魔物/魔像禁卫/02-魔像禁卫-佩特莉可镇02-1个.json
Normal file
121
repo/pathing/敌人与魔物/魔像禁卫/02-魔像禁卫-佩特莉可镇02-1个.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-魔像禁卫-佩特莉可镇02-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.47.2",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752145782009,
|
||||
"enable_monster_loot_split": false,
|
||||
"author": "Tooltingsu"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4036.3,
|
||||
"y": 1232.01,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4016.95,
|
||||
"y": 1243.05,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3991.23,
|
||||
"y": 1246.61,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3961.87,
|
||||
"y": 1246.34,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3946.64,
|
||||
"y": 1245.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3946.28,
|
||||
"y": 1251.91,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(T),wait(0.5),keydown(e),wait(3).keyup(e)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3946.4,
|
||||
"y": 1258.24,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(T)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3947.03,
|
||||
"y": 1260.47,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3950.99,
|
||||
"y": 1264.95,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3951.46,
|
||||
"y": 1278.63,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3958.12,
|
||||
"y": 1281.75,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
319
repo/pathing/敌人与魔物/魔像禁卫/03-魔像禁卫-佩特莉可镇03-5个.json
Normal file
319
repo/pathing/敌人与魔物/魔像禁卫/03-魔像禁卫-佩特莉可镇03-5个.json
Normal file
@@ -0,0 +1,319 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-魔像禁卫-佩特莉可镇03-5个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.47.2",
|
||||
"tags": [],
|
||||
"last_modified_time": 1752145755626,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3875.802734375,
|
||||
"y": 1297.5390625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3876.4794921875,
|
||||
"y": 1300.31396484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3877.517578125,
|
||||
"y": 1288.0830078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3857.416015625,
|
||||
"y": 1288.263671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3857.759765625,
|
||||
"y": 1277.3173828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3874.724609375,
|
||||
"y": 1276.06640625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3875.578125,
|
||||
"y": 1268.01806640625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3880.330078125,
|
||||
"y": 1267.998046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3893.9091796875,
|
||||
"y": 1268.1083984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3908.1953125,
|
||||
"y": 1268.2421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3908.6298828125,
|
||||
"y": 1261.35986328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3908.671875,
|
||||
"y": 1247.8603515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3902.646484375,
|
||||
"y": 1246.71875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(T),wait(0.5),keydown(e),wait(2).keyup(e)"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3894.46484375,
|
||||
"y": 1247.0205078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(T)"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 3885.3916015625,
|
||||
"y": 1247.3603515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 3885.09765625,
|
||||
"y": 1248.29736328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 3877.88671875,
|
||||
"y": 1243.0009765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 3859.4482421875,
|
||||
"y": 1241.10009765625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "600"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 3859.236328125,
|
||||
"y": 1231.4208984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 3859.1171875,
|
||||
"y": 1218.9580078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 3861.802734375,
|
||||
"y": 1206.9619140625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 3882.6083984375,
|
||||
"y": 1204.21533203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 3899.544921875,
|
||||
"y": 1182.1181640625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 3899.544921875,
|
||||
"y": 1182.1181640625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 3888.7236328125,
|
||||
"y": 1175.6328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 3881.49609375,
|
||||
"y": 1172.857421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 3870.650390625,
|
||||
"y": 1173.63134765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 3866.0791015625,
|
||||
"y": 1183.91455078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 3849.3046875,
|
||||
"y": 1184.794921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 3846.4208984375,
|
||||
"y": 1194.7568359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(T),wait(0.5),keydown(e),wait(2).keyup(e)"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 3846.3984375,
|
||||
"y": 1202.42626953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(T)"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 3831.802734375,
|
||||
"y": 1202.8525390625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 3817.625,
|
||||
"y": 1207.677734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-地下水泽-南-6",
|
||||
"name": "01-水晶块-层岩巨渊·地下矿区-地下水泽-南-6个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-地下水泽-东-7",
|
||||
"name": "02-水晶块-层岩巨渊·地下矿区-地下水泽-东(有战斗,精英200x1,小怪)-7个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -112,10 +116,21 @@
|
||||
"id": 11,
|
||||
"x": 386.9,
|
||||
"y": 710.68,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "幼岩龙蜥*1",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
@@ -169,7 +184,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "蕈兽",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-地下水泽-西南(有战斗)-5",
|
||||
"name": "03-水晶块-层岩巨渊·地下矿区-地下水泽-西南(有战斗,精英200x1)-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -96,7 +100,18 @@
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
"locked": false,
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "遗迹机兵*1",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "04-巨蛇岩洞-9",
|
||||
"name": "04-水晶块-层岩巨渊·地下矿区-巨蛇岩洞-9个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "05-巨渊主矿区-6",
|
||||
"name": "05-水晶块-层岩巨渊·地下矿区-巨渊主矿区-6个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "06-巨渊主矿区-东-3",
|
||||
"name": "06-水晶块-层岩巨渊·地下矿区-巨渊主矿区-东-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "07-巨渊主矿区-西北-3",
|
||||
"name": "07-水晶块-层岩巨渊·地下矿区-巨渊主矿区-西北-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "08-临时主矿道-东-2",
|
||||
"name": "08-水晶块-层岩巨渊·地下矿区-临时主矿道-东-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "09-临时主矿道-东北(有战斗)-3",
|
||||
"name": "09-水晶块-层岩巨渊·地下矿区-临时主矿道-东北(有战斗,小怪)-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -70,7 +74,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "盗宝团",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "10-临时主矿道-南-2",
|
||||
"name": "10-水晶块-层岩巨渊·地下矿区-临时主矿道-南-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.2",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "11-临时主矿道-南2-4",
|
||||
"name": "11-水晶块-层岩巨渊·地下矿区-临时主矿道-南2-4个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.3",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "12-临时主矿道-西-2",
|
||||
"name": "12-水晶块-层岩巨渊·地下矿区-临时主矿道-西-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "13-崎岖石厅-南2(有战斗)-2",
|
||||
"name": "13-水晶块-层岩巨渊·地下矿区-崎岖石厅-南2(有战斗,小怪)-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -71,7 +75,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "14-崎岖石厅-南-2",
|
||||
"name": "14-水晶块-层岩巨渊·地下矿区-崎岖石厅-南-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "15-崎岖石厅-南3-2",
|
||||
"name": "15-水晶块-层岩巨渊·地下矿区-崎岖石厅-南3-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "16-无名遗迹-北-4",
|
||||
"name": "16-水晶块-层岩巨渊·地下矿区-无名遗迹-北-4个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "17-无名遗迹-南(有战斗)-3",
|
||||
"name": "17-水晶块-层岩巨渊·地下矿区-无名遗迹-南(有战斗,小怪)-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -97,7 +101,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "丘丘人",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "18-荧光狭道-9",
|
||||
"name": "18-水晶块-层岩巨渊·地下矿区-荧光狭道-9个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "19-荧光狭道-西-4",
|
||||
"name": "19-水晶块-层岩巨渊·地下矿区-荧光狭道-西-4个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.2",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "20-巨渊主矿区-(诺艾尔必须放1号位)东2-3",
|
||||
"name": "20-水晶块-层岩巨渊·地下矿区-巨渊主矿区-(诺艾尔必须放1号位)东2-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.3",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-药蝶谷-8个",
|
||||
"name": "01-水晶块-沉玉谷-药蝶谷-8个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-古茶树坡-5个",
|
||||
"name": "02-水晶块-沉玉谷-古茶树坡-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-灵濛山西-5个",
|
||||
"name": "03-水晶块-沉玉谷-灵濛山西-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "04-灵濛山北-7个",
|
||||
"name": "04-水晶块-沉玉谷-灵濛山北-7个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "05-暝垣山北-3个",
|
||||
"name": "05-水晶块-沉玉谷-暝垣山北-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "06-暝垣山-5个",
|
||||
"name": "06-水晶块-沉玉谷-暝垣山-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "07-赤璋城垣-11",
|
||||
"name": "07-水晶块-沉玉谷-赤璋城垣(有战斗,精英200x4)-11个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -133,7 +137,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "玄文兽*4",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-天衡山-10个",
|
||||
"name": "01-水晶块-璃月-天衡山-10个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-天衡山西南(有战斗,高危)-5个",
|
||||
"name": "02-水晶块-璃月-天衡山西南(有战斗,火免,精英200x1)-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -79,7 +83,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "火深渊法师",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-天衡山西(有战斗)-5个",
|
||||
"name": "03-水晶块-璃月-天衡山西(有战斗,冰免,精英200x1)-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -97,7 +101,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "火深渊法师",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "04-灵矩关南(有战斗)-3个",
|
||||
"name": "04-水晶块-璃月-灵矩关南(有战斗,小怪)-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -61,10 +65,30 @@
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1098.73,
|
||||
"y": -660.17,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1092.86,
|
||||
"y": -652.76,
|
||||
"type": "path",
|
||||
@@ -73,7 +97,7 @@
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 8,
|
||||
"x": 1092.66,
|
||||
"y": -653.25,
|
||||
"action": "mining",
|
||||
@@ -82,7 +106,7 @@
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 9,
|
||||
"x": 1092.66,
|
||||
"y": -653.25,
|
||||
"action": "combat_script",
|
||||
@@ -90,44 +114,44 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1091.5,
|
||||
"y": -655.87,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1091.5,
|
||||
"y": -655.87,
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(1)",
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1088.93,
|
||||
"y": -657.17,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1088.93,
|
||||
"y": -657.17,
|
||||
"id": 11,
|
||||
"x": 1091.5,
|
||||
"y": -655.87,
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(1)",
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1090.6,
|
||||
"y": -656.33,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1090.6,
|
||||
"y": -656.33,
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(1)",
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 1086.72,
|
||||
"y": -663.5,
|
||||
"type": "path",
|
||||
@@ -136,7 +160,7 @@
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"id": 15,
|
||||
"x": 1090.63,
|
||||
"y": -663.65,
|
||||
"type": "path",
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "05-天衡山北(有战斗)-4个",
|
||||
"name": "05-水晶块-璃月-天衡山北(有战斗,小怪)-4个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -61,7 +65,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
@@ -151,7 +166,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "06-遁玉陵-6个",
|
||||
"name": "06-水晶块-璃月-遁玉陵-6个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "07-遁玉陵西(有战斗)-8个",
|
||||
"name": "07-水晶块-璃月-遁玉陵西(有战斗,小怪)-8个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -79,7 +83,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "丘丘人",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
@@ -106,7 +121,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "08-天遒谷东-2个",
|
||||
"name": "08-水晶块-璃月-天遒谷东-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "09-翠玦坡西-5个",
|
||||
"name": "09-水晶块-璃月-翠玦坡西-5个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "10-翠玦坡东(有战斗)-8个",
|
||||
"name": "10-水晶块-璃月-翠玦坡东(有战斗,小怪)-8个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -241,7 +245,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "丘丘人",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
@@ -259,7 +274,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "11-绝云间南(有战斗)-3个",
|
||||
"name": "11-水晶块-璃月-绝云间南(有战斗,小怪)-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -34,7 +38,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "史莱姆",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "12-绝云间西(有战斗)-2个",
|
||||
"name": "12-水晶块-璃月-绝云间西(有战斗,小怪)-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -79,7 +83,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "丘丘人",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "13-庆云顶南-3个",
|
||||
"name": "13-水晶块-璃月-庆云顶南-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "14-庆云顶西-7个",
|
||||
"name": "14-水晶块-璃月-庆云顶西-7个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -146,8 +150,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 1444.04,
|
||||
"y": 855.26,
|
||||
"x": 1445.32,
|
||||
"y": 855.31,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "15-庆云顶北-6个",
|
||||
"name": "15-水晶块-璃月-庆云顶北(有战斗,精英600x2)-6个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -124,7 +128,18 @@
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "path",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "狂风之核x2",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "16-庆云顶东-7个",
|
||||
"name": "16-水晶块-璃月-庆云顶东-7个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -128,8 +132,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1344.14,
|
||||
"y": 814.34,
|
||||
"x": 1345.01,
|
||||
"y": 814.04,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "17-奥藏山(有战斗)-8个",
|
||||
"name": "17-水晶块-璃月-奥藏山(有战斗,精英600x1,200x1)-8个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -70,7 +74,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "幼岩龙蜥",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
@@ -196,7 +211,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "岩龙蜥",
|
||||
"monster_tag": "elite"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "18-绝云间北-3个",
|
||||
"name": "18-水晶块-璃月-绝云间北-3个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "19-望舒客栈西-1个",
|
||||
"name": "19-水晶块-璃月-望舒客栈西-1个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -1,20 +1,24 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "20-奥藏山东(有战斗)-2个",
|
||||
"name": "20-水晶块-璃月-奥藏山东(有战斗,小怪)-2个",
|
||||
"type": "collect",
|
||||
"author": "火山",
|
||||
"author": "火山&起个名字好难的喵",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [
|
||||
"双手剑"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "火山",
|
||||
"links": "https://github.com/RRRR623"
|
||||
},
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"双手剑"
|
||||
]
|
||||
},
|
||||
"positions": [
|
||||
@@ -97,7 +101,18 @@
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"point_ext_params": {
|
||||
"misidentification": {
|
||||
"type": [
|
||||
"unrecognized"
|
||||
],
|
||||
"handling_mode": "previousDetectedPoint",
|
||||
"arrival_time": 0
|
||||
},
|
||||
"description": "丘丘人",
|
||||
"monster_tag": "normal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user