Compare commits

...

5 Commits

Author SHA1 Message Date
MisakaAldrich
3af5bbb847 update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-07-11 12:32:15 +00:00
Patrick-Ze
a3ee91a077 改进摩拉的OCR识别区域 (#1331) 2025-07-11 20:31:38 +08:00
MisakaAldrich
a69b311b5d update repo.json 2025-07-11 12:31:19 +00:00
fe0f42b93b 7.11鸟蛋+508bug (#1332) 2025-07-11 20:30:37 +08:00
起个名字好难的喵
2260844cbd 地图追踪: 债务处理人 (#1330)
* 地图追踪: 债务处理人

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

---------

Co-authored-by: GitHub Actions Bot <actions@github.com>
2025-07-11 19:33:26 +08:00
56 changed files with 3829 additions and 249 deletions

986
repo.json

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
{
{
"info": {
"name": "508枫丹-研究院区西北6",
"type": "collect",
@@ -8,7 +8,8 @@
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1751644350276
"last_modified_time": 1751820053800,
"enable_monster_loot_split": false
},
"positions": [
{
@@ -41,19 +42,19 @@
"id": 4,
"x": 4605.89501953125,
"y": 4934.130859375,
"type": "target",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
"move_mode": "climb",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "target"
},
{
"id": 5,
"x": 4604.43896484375,
"y": 4935.2783203125,
"type": "target",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
"move_mode": "climb",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "target"
},
{
"id": 6,
@@ -133,8 +134,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path",
"locked": false
"type": "path"
},
{
"id": 15,
@@ -241,24 +241,6 @@
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 27,
"x": 4720.8505859375,
"y": 4932.63525390625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 28,
"x": 4725.1396484375,
"y": 4933.19384765625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -130,7 +130,7 @@ async function recognizeTextInRegion(ocrRegion, timeout = 5000) {
// 如果识别到了“角色菜单”或“天赋”,则识别“摩拉数值”
if (recognized) {
let ocrRegionMora = { x: 1620, y: 25, width: 152, height: 46 }; // 设置对应的识别区域
let ocrRegionMora = { x: 1606, y: 28, width: 164, height: 40 }; // 设置对应的识别区域
let recognizedText = await recognizeTextInRegion(ocrRegionMora);
if (recognizedText) {
log.info(`成功识别到摩拉数值: ${recognizedText}`);

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "读取当前摩拉记录并发送通知",
"version": "1.1.1",
"version": "1.1.2",
"description": "至少0.44.3版本。OCR识别摩拉数值输出到本地",
"authors": [
{

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt18五绿洲右2",
"name": "债务处理人-五绿洲右2",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt23仆人周本上1",
"name": "债务处理人-仆人周本上1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt22厄里那斯左下1",
"name": "债务处理人-厄里那斯左下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt05天遒谷下1",
"name": "债务处理人-天遒谷下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt19巨人峡谷下1",
"name": "债务处理人-巨人峡谷下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt20巨人峡谷右1",
"name": "债务处理人-巨人峡谷右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt12无郁稠林左下1",
"name": "债务处理人-无郁稠林左下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt02明蕴镇上1",
"name": "债务处理人-明蕴镇上1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt14水天丛林右1",
"name": "债务处理人-水天丛林右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt01清泉镇右下1",
"name": "债务处理人-清泉镇右下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt04渌华池右1",
"name": "债务处理人-渌华池右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt07灵矩关右1",
"name": "债务处理人-灵矩关右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt03瑶光滩1",
"name": "债务处理人-瑶光滩1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt15禅那园右下1",
"name": "债务处理人-禅那园右下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt16禅那园右1",
"name": "债务处理人-禅那园右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt21聚香海岸下1",
"name": "债务处理人-聚香海岸下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt11踏鞴沙下2",
"name": "债务处理人-踏鞴沙下2",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt10踏鞴沙右1",
"name": "债务处理人-踏鞴沙右1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt06遁玉陵上1",
"name": "债务处理人-遁玉陵上1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt13降诸魔山右下1",
"name": "债务处理人-降诸魔山右下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt08青墟浦右下1",
"name": "债务处理人-青墟浦右下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt17鸡哥左下1",
"name": "债务处理人-鸡哥左下1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "dt09鸣神大社右上情侣1",
"name": "债务处理人-鸣神大社右上情侣1",
"type": "collect",
"author": "下流山汉",
"version": "1.0",

View File

@@ -0,0 +1,178 @@
{
"info": {
"name": "鸟蛋1-5-蒙德-达达乌帕谷-8蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752214558491,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": -1435.89453125,
"y": 1461.40478515625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1495.0419921875,
"y": 1447.7705078125,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -1512.83984375,
"y": 1441.21484375,
"action": "nahida_collect",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -1512.83984375,
"y": 1441.21484375,
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(6)",
"type": "path"
},
{
"id": 5,
"x": -1527.0126953125,
"y": 1444.4833984375,
"action": "nahida_collect",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1552.2412109375,
"y": 1427.84375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -1588.9892578125,
"y": 1408.23095703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -1602.9619140625,
"y": 1389.05859375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 9,
"x": -1602.9619140625,
"y": 1389.05859375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 10,
"x": -1602.9619140625,
"y": 1389.05859375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -1435.89453125,
"y": 1461.40478515625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 12,
"x": -1440.505859375,
"y": 1448.05078125,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 13,
"x": -1445.7890625,
"y": 1433.5322265625,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": -1463.94140625,
"y": 1395.220703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": -1464.4951171875,
"y": 1380.4150390625,
"action": "nahida_collect",
"move_mode": "run",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 16,
"x": -1464.4951171875,
"y": 1380.4150390625,
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 17,
"x": -1464.4951171875,
"y": 1380.4150390625,
"action": "nahida_collect",
"move_mode": "run",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,151 @@
{
"info": {
"name": "鸟蛋1-6-蒙德-清泉镇-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752214587753,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": -872.935546875,
"y": 1993.6201171875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -876.5302734375,
"y": 1975.48876953125,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -880.6484375,
"y": 1955.16015625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -903.9208984375,
"y": 1895.10400390625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -902.6455078125,
"y": 1862.9208984375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -892.06640625,
"y": 1855.8701171875,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -874.171875,
"y": 1864.09521484375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 8,
"x": -874.171875,
"y": 1864.09521484375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 9,
"x": -874.171875,
"y": 1864.09521484375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -875.4687381497515,
"y": 1878.5003789490856,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -869.126953125,
"y": 1897.2353515625,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "path"
},
{
"id": 12,
"x": -869.126953125,
"y": 1897.2353515625,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 13,
"x": -869.126953125,
"y": 1897.2353515625,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 14,
"x": -869.126953125,
"y": 1897.2353515625,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,242 @@
{
"info": {
"name": "鸟蛋1-7-蒙德-晨曦酒庄-10蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752214789281,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": -201.75390625,
"y": 1862.4921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -183.498046875,
"y": 1930.05224609375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -182.0576171875,
"y": 1944.89404296875,
"action": "combat_script",
"move_mode": "run",
"action_params": "wait(1.5)",
"type": "path"
},
{
"id": 4,
"x": -180.8310546875,
"y": 1947.390625,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -182.7578125,
"y": 1947.9208984375,
"action": "combat_script",
"move_mode": "climb",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "target"
},
{
"id": 6,
"x": -201.75390625,
"y": 1862.4921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 7,
"x": -226.685546875,
"y": 1853.51904296875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -263.400390625,
"y": 1809.13671875,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "path"
},
{
"id": 9,
"x": -265.251953125,
"y": 1803.330078125,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -281.306640625,
"y": 1776.18798828125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -279.767578125,
"y": 1751.59130859375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 12,
"x": -279.767578125,
"y": 1751.59130859375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 13,
"x": -279.767578125,
"y": 1751.59130859375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": -291.451171875,
"y": 1735.23291015625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 15,
"x": -295.619140625,
"y": 1736.43408203125,
"action": "combat_script",
"move_mode": "jump",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "path"
},
{
"id": 16,
"x": -304.630859375,
"y": 1736.0498046875,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 17,
"x": -359.6279296875,
"y": 1706.60693359375,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 18,
"x": -389.849609375,
"y": 1709.9716796875,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 19,
"x": -389.849609375,
"y": 1709.9716796875,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 20,
"x": -389.849609375,
"y": 1709.9716796875,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 21,
"x": -430.1123046875,
"y": 1691.9375,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 22,
"x": -472.896484375,
"y": 1668.68115234375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "target"
},
{
"id": 23,
"x": -476.68756320132707,
"y": 1666.6875909477803,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 24,
"x": -476.68756320132707,
"y": 1666.6875909477803,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,103 @@
{
"info": {
"name": "鸟蛋1-8-蒙德-晨曦酒庄北-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752161510097,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": -576.9609375,
"y": 1856.01953125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -516.669921875,
"y": 1869.73388671875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -430.5478515625,
"y": 1890.05908203125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -415.59375,
"y": 1888.3505859375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -415.59375,
"y": 1888.3505859375,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -389.193359375,
"y": 1886.6806640625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -386.4794921875,
"y": 1882.498046875,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -384.2216796875,
"y": 1879.87353515625,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 9,
"x": -384.2216796875,
"y": 1879.87353515625,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "鸟蛋2-21-璃月-无妄坡-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752161944027,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 482.35546875,
"y": 1445.69873046875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 441.38671875,
"y": 1462.6552734375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 409.30859375,
"y": 1483.6337890625,
"type": "path",
"move_mode": "dash",
"action": "nahida_collect",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,102 @@
{
"info": {
"name": "鸟蛋2-22-璃月-瑶光滩-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752214844323,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": -255.994140625,
"y": 628.8330078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -292.4521484375,
"y": 644.876953125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": -304.283203125,
"y": 650.03759765625,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": -323.0673828125,
"y": 665.47412109375,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -255.994140625,
"y": 628.8330078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 6,
"x": -268.806640625,
"y": 623.8310546875,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": -288.65234375,
"y": 575.47216796875,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": -289.63671875,
"y": 562.3974609375,
"action": "combat_script",
"move_mode": "jump",
"action_params": "attack(0.3)",
"type": "path"
},
{
"id": 9,
"x": -296.8037109375,
"y": 564.03125,
"action": "nahida_collect",
"move_mode": "climb",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,75 @@
{
"info": {
"name": "鸟蛋2-22-璃月-石门神像-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752214931172,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 252.544921875,
"y": 1283.6396484375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 208.3486328125,
"y": 1356.9892578125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 207.08203125,
"y": 1371.861328125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 213.943359375,
"y": 1370.970703125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 218.63671875,
"y": 1362.94140625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 220.212890625,
"y": 1360.42724609375,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,121 @@
{
"info": {
"name": "鸟蛋2-23-璃月-归离原-6蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752215301805,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 177.55078125,
"y": 384.166015625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 192.5,
"y": 397.3447265625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 198.5673828125,
"y": 390.34765625,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 199.67578125,
"y": 377.7626953125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 198.74996247421223,
"y": 375.62521221148836,
"action": "combat_script",
"move_mode": "jump",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "path",
"locked": false
},
{
"id": 6,
"x": 198.74996247421223,
"y": 375.62521221148836,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 7,
"x": 199.3759765625,
"y": 351.2158203125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 195.7500276505798,
"y": 318.4372802095295,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 190.66796875,
"y": 313.3173828125,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 192.189453125,
"y": 314.52001953125,
"action": "nahida_collect",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 11,
"x": 160.263671875,
"y": 291.5302734375,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,103 @@
{
"info": {
"name": "鸟蛋2-24-璃月-云来海-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752169488441,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 55.28125,
"y": 137.9951171875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 40.201171875,
"y": 123.40283203125,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 61.1953125,
"y": 97.8125,
"type": "path",
"move_mode": "fly",
"action": "combat_script",
"action_params": "attack(0.3)"
},
{
"id": 4,
"x": 66.099609375,
"y": 86.5810546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 74.40625,
"y": 85.15673828125,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 93.8642578125,
"y": 74.4794921875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 119.43359375,
"y": 65.76806640625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 126.7373046875,
"y": 62.66259765625,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 9,
"x": 126.7373046875,
"y": 62.66259765625,
"type": "path",
"move_mode": "climb",
"action": "nahida_collect",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,138 @@
{
"info": {
"name": "鸟蛋2-24-璃月-云来海-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752215351460,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 255.279296875,
"y": -11.96875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 249.935546875,
"y": -41.66015625,
"action": "",
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 242.947265625,
"y": -63.91650390625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 220.447265625,
"y": -75.8486328125,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "path"
},
{
"id": 5,
"x": 203.1044921875,
"y": -85.26171875,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 181.5947265625,
"y": -95.24951171875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 175.1484375,
"y": -111.1123046875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 175.1484375,
"y": -111.1123046875,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 9,
"x": 183.4599609375,
"y": -118.7939453125,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 175.6005859375,
"y": -154.162109375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": 178.775390625,
"y": -156.83837890625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": 183.875,
"y": -158.93603515625,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 13,
"x": 183.875,
"y": -158.93603515625,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,120 @@
{
"info": {
"name": "鸟蛋2-25-璃月-云来海北-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752215492381,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 255.865234375,
"y": -12.5029296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 273.916015625,
"y": 4.67578125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 288.224609375,
"y": 66.20703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 311.8359375,
"y": 94.56396484375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1.5)",
"type": "path"
},
{
"id": 5,
"x": 321.240234375,
"y": 115.1123046875,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 321.240234375,
"y": 115.1123046875,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 332.365234375,
"y": 117.4765625,
"action": "combat_script",
"move_mode": "jump",
"action_params": "keypress(x)",
"type": "orientation"
},
{
"id": 8,
"x": 332.365234375,
"y": 117.4765625,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 9,
"x": 334.712890625,
"y": 115.2470703125,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 350.87890625,
"y": 126.791015625,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": 350.87890625,
"y": 126.791015625,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
}
]
}

View File

@@ -0,0 +1,147 @@
{
"info": {
"name": "鸟蛋2-26-璃月-天衡山北-8蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752215727241,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 610.328125,
"y": -282.16357421875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 593.7255859375,
"y": -212.0009765625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 581.17578125,
"y": -207.83984375,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 582.7431640625,
"y": -174.4921875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": 583.109375,
"y": -166.13720703125,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 6,
"x": 616.6015625,
"y": -155.50537109375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 686.556640625,
"y": -136.30126953125,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1.5)",
"type": "path"
},
{
"id": 8,
"x": 727.6025390625,
"y": -89.59521484375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 728.763671875,
"y": -88.55859375,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 10,
"x": 721.19140625,
"y": -73.18310546875,
"action": "",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": 727.5029296875,
"y": -60.2744140625,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": 729.9775390625,
"y": -56.9287109375,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": 720.595703125,
"y": -45.54736328125,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": 716.208984375,
"y": -47.25390625,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,58 @@
{
"info": {
"name": "鸟蛋2-27-璃月-遁玉陵-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752171267387,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 985.078125,
"y": -348.31591796875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 949.69140625,
"y": -333.97705078125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 865.1318359375,
"y": -286.494140625,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 4,
"x": 865.1318359375,
"y": -286.494140625,
"type": "path",
"move_mode": "climb",
"action": "nahida_collect",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,111 @@
{
"info": {
"name": "鸟蛋2-28-璃月-珉林-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752215943695,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 1045.568359375,
"y": 947.5068359375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 1073.173828125,
"y": 963.2314453125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 1117.62109375,
"y": 957.7900390625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 1158.4189453125,
"y": 934.849609375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "path"
},
{
"id": 5,
"x": 1164.830078125,
"y": 929.44140625,
"action": "",
"move_mode": "jump",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 1192.232421875,
"y": 910.2978515625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 1197.21484375,
"y": 887.05859375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "2000",
"type": "path"
},
{
"id": 8,
"x": 1192.2724609375,
"y": 884.9833984375,
"action": "nahida_collect",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 9,
"x": 1200.7958984375,
"y": 881.5234375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 1206.4375,
"y": 880.5458984375,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,67 @@
{
"info": {
"name": "鸟蛋2-29-璃月-珉林-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752172194830,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 1116.5849609375,
"y": 1188.6474609375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 1133.748046875,
"y": 1179.12890625,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 3,
"x": 1175.6337890625,
"y": 1147.8291015625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 1171.232421875,
"y": 1137.2919921875,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 5,
"x": 1171.232421875,
"y": 1137.2919921875,
"type": "path",
"move_mode": "climb",
"action": "nahida_collect",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,86 @@
{
"info": {
"name": "鸟蛋2-30-璃月-沉玉谷暝垣山-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752172738412,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 2619.203125,
"y": 2049.21826171875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 2607.994140625,
"y": 2071.9248046875,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 3,
"x": 2548.71484375,
"y": 2133.64697265625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 2481.482421875,
"y": 2192.478759765625,
"type": "path",
"move_mode": "dash",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
},
{
"id": 5,
"x": 2464.7529296875,
"y": 2236.69287109375,
"type": "path",
"move_mode": "dash",
"action": "nahida_collect",
"action_params": "",
"locked": false
},
{
"id": 6,
"x": 2464.7529296875,
"y": 2236.69287109375,
"type": "path",
"move_mode": "dash",
"action": "combat_script",
"action_params": "wait(6)"
},
{
"id": 7,
"x": 2464.7529296875,
"y": 2236.69287109375,
"type": "path",
"move_mode": "dash",
"action": "nahida_collect",
"action_params": "",
"locked": false
}
]
}

View File

@@ -0,0 +1,120 @@
{
"info": {
"name": "鸟蛋2-31-璃月-赤璋城垣-4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752173177743,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 2318.99609375,
"y": 1598.42724609375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 2324.7275390625,
"y": 1576.095703125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 3,
"x": 2344.51171875,
"y": 1509.43994140625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 2350.712890625,
"y": 1488.07373046875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 2348.083984375,
"y": 1476.32763671875,
"type": "orientation",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keydown(w),wait(0.2),j,keyup(w)"
},
{
"id": 6,
"x": 2348.587890625,
"y": 1477.2587890625,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 2341.380859375,
"y": 1463.505859375,
"type": "orientation",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keydown(w),wait(0.2),j,keyup(w)"
},
{
"id": 8,
"x": 2341.0712890625,
"y": 1463.1455078125,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": 2335.96484375,
"y": 1463.17236328125,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 2270.486328125,
"y": 1494.5185546875,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "500"
},
{
"id": 11,
"x": 2270.1787109375,
"y": 1492.904296875,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,58 @@
{
"info": {
"name": "鸟蛋2-32-璃月-赤璋城垣-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752173391200,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 2066.37890625,
"y": 1483.77783203125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 2009.20703125,
"y": 1505.783203125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1972.4423828125,
"y": 1502.29541015625,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 4,
"x": 1972.4423828125,
"y": 1502.29541015625,
"type": "path",
"move_mode": "climb",
"action": "nahida_collect",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,103 @@
{
"info": {
"name": "鸟蛋2-33-须弥神的棋盘--4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752174423062,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 5759.76904296875,
"y": -1307.5400390625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 5766.91943359375,
"y": -1325.06591796875,
"type": "orientation",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(t)"
},
{
"id": 3,
"x": 5777.1015625,
"y": -1377.669921875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 5767.58642578125,
"y": -1383.3583984375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 5783.80712890625,
"y": -1407.07958984375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 5757.240234375,
"y": -1419.04248046875,
"type": "orientation",
"move_mode": "walk",
"action": "combat_script",
"action_params": "moveby(0,-2000),wait(0.5),keypress(t)"
},
{
"id": 7,
"x": 5753.5693359375,
"y": -1418.45947265625,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 5777.1005859375,
"y": -1427.181640625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 9,
"x": 5777.1005859375,
"y": -1427.181640625,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,103 @@
{
"info": {
"name": "鸟蛋2-34-须弥丰饶绿洲--4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752174678716,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 4795.3291015625,
"y": -2577.2890625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4757.421875,
"y": -2584.02734375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4675.6083984375,
"y": -2645.216796875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4671.75390625,
"y": -2648.0078125,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 4681.802734375,
"y": -2617.6513671875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 4659.98974609375,
"y": -2559.3779296875,
"type": "path",
"move_mode": "dash",
"action": "combat_script",
"action_params": "wait(1)"
},
{
"id": 7,
"x": 4652.337890625,
"y": -2525.2626953125,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 4640.728515625,
"y": -2509.880859375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 9,
"x": 4640.728515625,
"y": -2509.880859375,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,84 @@
{
"info": {
"name": "鸟蛋2-35-须弥花海--2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752174907357,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 5793.8212890625,
"y": 797.1103515625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 5792.86376953125,
"y": 783.2900390625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 5829.09912109375,
"y": 707.759765625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 5820.037109375,
"y": 709.74853515625,
"type": "path",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 5811.99609375,
"y": 711.40234375,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 5806.4580078125,
"y": 703.294921875,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "attack(0.3)"
},
{
"id": 7,
"x": 5806.82177734375,
"y": 703.97119140625,
"type": "target",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,75 @@
{
"info": {
"name": "鸟蛋5-10-枫丹-露景泉东-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752176041877,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 3469.8583984375,
"y": 3544.4189453125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3482.580078125,
"y": 3479.945068359375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3516.88671875,
"y": 3432.700439453125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3527.16796875,
"y": 3424.484375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": 3529.1064453125,
"y": 3415.884033203125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 3525.998046875,
"y": 3413.11083984375,
"type": "path",
"move_mode": "dash",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,104 @@
{
"info": {
"name": "鸟蛋5-11-枫丹新科学院北--4蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752216009041,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 4308.8291015625,
"y": 4760.45751953125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4304.7294921875,
"y": 4767.42431640625,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 4292.35302734375,
"y": 4786.7177734375,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 4232.34375,
"y": 4823.22900390625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": 4211.716796875,
"y": 4849.90185546875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 4201.9130859375,
"y": 4879.705078125,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 4139.470703125,
"y": 4901.96826171875,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path",
"locked": false
},
{
"id": 8,
"x": 4139.470703125,
"y": 4901.96826171875,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(6)",
"type": "path",
"locked": false
},
{
"id": 9,
"x": 4139.470703125,
"y": 4901.96826171875,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,121 @@
{
"info": {
"name": "鸟蛋5-9-枫丹-冯丹庭西-5蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752216203996,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 4865.771484375,
"y": 3913.274658203125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 4916.765625,
"y": 3950.641845703125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 4909.6708984375,
"y": 3991.42626953125,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 4957.412109375,
"y": 3999.6318359375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keydown(w),wait(0.5),dash,wait(3),keyup(w),wait(3)",
"type": "orientation"
},
{
"id": 5,
"x": 4964.20556640625,
"y": 4011.84814453125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 4966.2421875,
"y": 4011.96142578125,
"action": "",
"move_mode": "climb",
"action_params": "",
"type": "target"
},
{
"id": 7,
"x": 4972.09033203125,
"y": 4011.793212890625,
"action": "combat_script",
"move_mode": "jump",
"action_params": "attack(0.3)",
"type": "path"
},
{
"id": 8,
"x": 4972.5029296875,
"y": 4008.761474609375,
"action": "combat_script",
"move_mode": "climb",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
"type": "target",
"locked": false
},
{
"id": 9,
"x": 4964.8408203125,
"y": 4021.8525390625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "orientation"
},
{
"id": 10,
"x": 4964.8408203125,
"y": 4021.8525390625,
"action": "combat_script",
"move_mode": "fly",
"action_params": "attack(0.3)",
"type": "path"
},
{
"id": 11,
"x": 4961.537109375,
"y": 4022.017578125,
"action": "combat_script",
"move_mode": "climb",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
"type": "target"
}
]
}

View File

@@ -0,0 +1,130 @@
{
"info": {
"name": "鸟蛋6-3-纳塔隆崛坡-6蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752216314888,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 7857.4052734375,
"y": -1750.04150390625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 7864.33837890625,
"y": -1732.0595703125,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 7906.546875,
"y": -1630.1513671875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 7902.60498046875,
"y": -1595.37060546875,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
"type": "path"
},
{
"id": 5,
"x": 7857.4052734375,
"y": -1750.04150390625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "teleport"
},
{
"id": 6,
"x": 7859.9033203125,
"y": -1762.36328125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 7,
"x": 7919.00830078125,
"y": -1802.384765625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 7915.1748046875,
"y": -1805.70703125,
"action": "combat_script",
"move_mode": "climb",
"action_params": "wait(1)",
"type": "target"
},
{
"id": 9,
"x": 7912.18896484375,
"y": -1807.94140625,
"action": "combat_script",
"move_mode": "jump",
"action_params": "attack(0.3)",
"type": "path"
},
{
"id": 10,
"x": 7913.73779296875,
"y": -1826.328125,
"action": "combat_script",
"move_mode": "dash",
"action_params": "wait(1)",
"type": "target"
},
{
"id": 11,
"x": 7917.7919921875,
"y": -1828.7373046875,
"type": "path",
"move_mode": "jump",
"action": "",
"action_params": "",
"locked": false
},
{
"id": 12,
"x": 7917.7919921875,
"y": -1828.7373046875,
"type": "target",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "鸟蛋6-4-纳塔圣火竞技场-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752177324449,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 8974.53125,
"y": -1878.27734375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 8100.787109375,
"y": -1676.81884765625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 8086.849609375,
"y": -1661,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 8081,
"y": -1654,
"type": "path",
"move_mode": "jump",
"action": "combat_script",
"action_params": "attack(0.3),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,75 @@
{
"info": {
"name": "鸟蛋6-5-纳塔圣火竞技场西-2蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752177522909,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 9394.8125,
"y": -1808.0244140625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 9396.033203125,
"y": -1833.373046875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 9388.951171875,
"y": -1849.501953125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 9387.482421875,
"y": -1854.4296875,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "attack(0.2)"
},
{
"id": 5,
"x": 9381.412109375,
"y": -1854.2880859375,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "attack(0.2)"
},
{
"id": 6,
"x": 9378.5478515625,
"y": -1853.615234375,
"type": "path",
"move_mode": "climb",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)"
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "鸟蛋6-6-纳塔天火之冠-9蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752216520472,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 10382.7470703125,
"y": -2874.0751953125,
"action": "force_tp",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 10355.0478515625,
"y": -2862.408203125,
"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),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),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),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),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
"type": "target"
}
]
}

View File

@@ -0,0 +1,85 @@
{
"info": {
"name": "鸟蛋6-7-纳塔天火之冠南-6蛋",
"type": "collect",
"authors": [
{
"name": "汐",
"links": ""
}
],
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1752217014275,
"enable_monster_loot_split": false
},
"positions": [
{
"id": 1,
"x": 10278.0615234375,
"y": -3110.48828125,
"action": "force_tp",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 10290.4833984375,
"y": -3125.6923828125,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 10294.3115234375,
"y": -3136.138671875,
"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),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
"type": "target"
},
{
"id": 4,
"x": 10304.171875,
"y": -3137.8408203125,
"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),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)",
"type": "target"
},
{
"id": 5,
"x": 10303.2734375,
"y": -3155.2451171875,
"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)",
"type": "target",
"locked": false
},
{
"id": 6,
"x": 10303.2734375,
"y": -3155.2451171875,
"action": "nahida_collect",
"move_mode": "dash",
"action_params": "",
"type": "target"
},
{
"id": 7,
"x": 10170.763671875,
"y": -3021.478515625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}