diff --git a/repo/js/纪行周常-10个boss一条龙/assets/歌裴莉娅的葬送前往.json b/repo/js/纪行周常-10个boss一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json similarity index 100% rename from repo/js/纪行周常-10个boss一条龙/assets/歌裴莉娅的葬送前往.json rename to repo/js/纪行周常-10个boss一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json diff --git a/repo/js/纪行周常-10个boss一条龙/assets/科培琉司的劫罚前往.json b/repo/js/纪行周常-10个boss一条龙/assets/冰风组曲-科培琉司的劫罚前往.json similarity index 100% rename from repo/js/纪行周常-10个boss一条龙/assets/科培琉司的劫罚前往.json rename to repo/js/纪行周常-10个boss一条龙/assets/冰风组曲-科培琉司的劫罚前往.json diff --git a/repo/js/纪行周常-10个boss一条龙/assets/干年珍珠骏麟前往.json b/repo/js/纪行周常-10个boss一条龙/assets/千年珍珠骏麟前往.json similarity index 96% rename from repo/js/纪行周常-10个boss一条龙/assets/干年珍珠骏麟前往.json rename to repo/js/纪行周常-10个boss一条龙/assets/千年珍珠骏麟前往.json index 7b3e0385..d764fd1f 100644 --- a/repo/js/纪行周常-10个boss一条龙/assets/干年珍珠骏麟前往.json +++ b/repo/js/纪行周常-10个boss一条龙/assets/千年珍珠骏麟前往.json @@ -1,6 +1,6 @@ { "info": { - "name": "干年珍珠骏麟前往", + "name": "千年珍珠骏麟前往", "type": "collect", "authors": [ { diff --git a/repo/js/纪行周常-10个boss一条龙/assets/雷音权观前往.json b/repo/js/纪行周常-10个boss一条龙/assets/雷音权现前往.json similarity index 100% rename from repo/js/纪行周常-10个boss一条龙/assets/雷音权观前往.json rename to repo/js/纪行周常-10个boss一条龙/assets/雷音权现前往.json diff --git a/repo/js/纪行周常-10个boss一条龙/manifest.json b/repo/js/纪行周常-10个boss一条龙/manifest.json index 5cb3b09a..0d6e03b3 100644 --- a/repo/js/纪行周常-10个boss一条龙/manifest.json +++ b/repo/js/纪行周常-10个boss一条龙/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "纪行周常-10个boss一条龙", - "version": "3.0", + "version": "3.1", "description": "请看一看readme文件", "authors": [ { diff --git a/repo/js/纪行周常-10个boss一条龙/settings.json b/repo/js/纪行周常-10个boss一条龙/settings.json index 8eb89522..41819b54 100644 --- a/repo/js/纪行周常-10个boss一条龙/settings.json +++ b/repo/js/纪行周常-10个boss一条龙/settings.json @@ -20,16 +20,16 @@ "半永恒统辖矩阵", "掣电树", "纯水精灵", - "翠翎恐簟", + "翠翎恐蕈", "深罪浸礼者", "深邃摹结株", "风蚀沙虫", - "歌裴莉娅的葬送", + "冰风组曲-歌裴莉娅的葬送", + "冰风组曲-科培琉司的劫罚", "古岩龙蜥", "恒常机关阵列", "急冻树", "金焰绒翼龙暴君", - "科培琉司的劫罚", "雷音权现", "灵觉隐修的迷者", "魔像督军", diff --git a/repo/js/纪行周常-15次秘境一条龙/main.js b/repo/js/纪行周常-15次秘境一条龙/main.js index 0da4266a..fa6eb0c0 100644 --- a/repo/js/纪行周常-15次秘境一条龙/main.js +++ b/repo/js/纪行周常-15次秘境一条龙/main.js @@ -8,9 +8,9 @@ log.info("已返回主界面"); // 3. 切换队伍 - const partyName = settings.partyName || "默认队伍"; - await genshin.switchParty(partyName); - log.info(`已切换至队伍:${partyName}`); + if (settings.switchPartyName) { + await genshin.switchParty(settings.switchPartyName); + } // 4. 刷取循环 const maxAttempts = settings.loopTimes || 15; diff --git a/repo/js/纪行周常-15次秘境一条龙/manifest.json b/repo/js/纪行周常-15次秘境一条龙/manifest.json index 6a1275f3..65050145 100644 --- a/repo/js/纪行周常-15次秘境一条龙/manifest.json +++ b/repo/js/纪行周常-15次秘境一条龙/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "纪行周常-15次秘境一条龙", - "version": "1.0", + "version": "1.1", "description": "", "authors": [ { diff --git a/repo/js/纪行周常-15次秘境一条龙/settings.json b/repo/js/纪行周常-15次秘境一条龙/settings.json index a9ee13e3..17aee0cc 100644 --- a/repo/js/纪行周常-15次秘境一条龙/settings.json +++ b/repo/js/纪行周常-15次秘境一条龙/settings.json @@ -2,12 +2,12 @@ { "name": "partyName", "type": "input-text", - "label": "队伍名称" + "label": "队伍名称(默认不切换)" }, { "name": "loopTimes", "type": "input-text", - "label": "刷取次数", + "label": "刷取次数(默认15次)", "default": "15" } ] \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往.json b/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往.json index c16182a7..5cde4898 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往.json @@ -1,165 +1,147 @@ -{ - "info": { - "name": "我谬和", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "前往 ", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 2246.1162109375, - "y": -1680.36279296875, - "action_params": "" - }, - { - "id": 2, - "x": 2245.779296875, - "y": -1651.337890625, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 2253.7314453125, - "y": -1621.24267578125, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": 2247.4794921875, - "y": -1587.03857421875, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 5, - "x": 2241.6005859375, - "y": -1556.7548828125, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 6, - "x": 2234.6533203125, - "y": -1521.65185546875, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 7, - "x": 2229.4765625, - "y": -1495.34326171875, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 8, - "x": 2224.85546875, - "y": -1471.94091796875, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 9, - "x": 2221.9716796875, - "y": -1450.27587890625, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 10, - "x": 2219.53125, - "y": -1425.24267578125, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 11, - "x": 2217.6103515625, - "y": -1404.46728515625, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 12, - "x": 2212.7041015625, - "y": -1380.08984375, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 13, - "x": 2213.7421875, - "y": -1358.82861328125, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 14, - "x": 2218.5048828125, - "y": -1340.68603515625, - "type": "path", - "move_mode": "fly", - "action": "", - "action_params": "" - }, - { - "id": 15, - "x": 2224.982421875, - "y": -1325.1953125, - "type": "path", - "move_mode": "fly", - "action": "stop_flying", - "action_params": "4000" - }, - { - "id": 16, - "x": 2213.7138671875, - "y": -1335.1328125, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 17, - "x": 2206.09765625, - "y": -1334.076171875, - "type": "target", - "move_mode": "walk", - "action": "", - "action_params": "" - } - ] -} +{ + "info": { + "name": "兆载永劫龙兽前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753788360458, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 2288.99609375, + "y": -1197.32275390625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2277.861328125, + "y": -1191.23193359375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 2265.34375, + "y": -1172.984375, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.3)" + }, + { + "id": 4, + "x": 2265.6015625, + "y": -1171.703125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 2251.4658203125, + "y": -1180.42333984375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 2242.3212890625, + "y": -1185.3203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 2211.3623046875, + "y": -1198.5419921875, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 2198.18359375, + "y": -1210.74609375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 2172.5625, + "y": -1215.18310546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 2152.501953125, + "y": -1223.626953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 2137.55078125, + "y": -1227.3212890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 2119.44140625, + "y": -1232.9423828125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 2116.576171875, + "y": -1249.2392578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 2111.47265625, + "y": -1329.67578125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往键鼠.json deleted file mode 100644 index 930d058c..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/兆载永劫龙兽前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2094},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":4125},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4766},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":6063},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":7906},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":11375},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12360},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12547},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12781},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12953},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":23110},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":24235},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":24453},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":24594},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":25860},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":26531}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}} diff --git a/repo/js/首领讨伐一条龙/assets/歌裴莉娅的葬送前往.json b/repo/js/角色养成一条龙/assets/goToBoss/冰风组曲-歌裴莉娅的葬送前往.json similarity index 100% rename from repo/js/首领讨伐一条龙/assets/歌裴莉娅的葬送前往.json rename to repo/js/角色养成一条龙/assets/goToBoss/冰风组曲-歌裴莉娅的葬送前往.json diff --git a/repo/js/首领讨伐一条龙/assets/科培琉司的劫罚前往.json b/repo/js/角色养成一条龙/assets/goToBoss/冰风组曲-科培琉司的劫罚前往.json similarity index 100% rename from repo/js/首领讨伐一条龙/assets/科培琉司的劫罚前往.json rename to repo/js/角色养成一条龙/assets/goToBoss/冰风组曲-科培琉司的劫罚前往.json diff --git a/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往.json b/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往.json index 7884c6f5..d764fd1f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往.json @@ -1,21 +1,57 @@ -{ - "info": { - "name": "千年珍珠骏麟前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "千年珍珠骏麟前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "x": 4851.37451171875, - "y": 4806.48828125, - "type": "teleport", - "move_mode": "walk", - "action": "", - "action_params": "" - } - ] +{ + "info": { + "name": "千年珍珠骏麟前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753791394637, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4851.81982421875, + "y": 4802.15673828125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4837.4677734375, + "y": 4798.37158203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4780.36767578125, + "y": 4788.42822265625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 4766.72998046875, + "y": 4786.763671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往键鼠.json deleted file mode 100644 index ee76c535..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/千年珍珠骏麟前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1860},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3203},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":3703},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5219},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":5250},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8203},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8407},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8750},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8875},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":16391},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":16532},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17235},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17391},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18063},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18235},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19672}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往.json b/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往.json index a64a5214..a97bebd3 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往.json @@ -1 +1,102 @@ -{"info":{"name":"","type":""},"positions":[{"x":5141.61,"y":-2778.84,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "半永恒统辖矩阵前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753788953823, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5150.287109375, + "y": -2787.1591796875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 5167.76123046875, + "y": -2787.11328125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 5192.0302734375, + "y": -2787.052734375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 5206.9306640625, + "y": -2786.9921875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 5215.41357421875, + "y": -2787.46875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 5234.9130859375, + "y": -2787.0947265625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 5243.3876953125, + "y": -2793.0263671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 5254.2939453125, + "y": -2788.7001953125, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 5269.052734375, + "y": -2787.484375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往键鼠.json deleted file mode 100644 index c6e1d9a0..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/半永恒统辖矩阵前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":656},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":2375},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":9859},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11047},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":11516},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":12016},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":12391},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":13063},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":13281},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":14547},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":14703},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15422},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15609},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":16109},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":16313},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":17219},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":17359},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":17984},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":18125},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":19000},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":19156},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":21688},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":22703},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":23625},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":24047},{"type":3,"mouseX":-45,"mouseY":24,"time":24620},{"type":3,"mouseX":-58,"mouseY":26,"time":24651},{"type":3,"mouseX":-39,"mouseY":6,"time":24683},{"type":3,"mouseX":-9,"mouseY":3,"time":24714},{"type":3,"mouseX":-2,"mouseY":0,"time":24745},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":25531}],"info":{"name":"","description":"","x":0,"y":0,"width":1920,"height":1080,"recordDpi":1.25}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/古岩龙蜥前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/古岩龙蜥前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/古岩龙蜥前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往.json b/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往.json index b58e6e78..4cd60eba 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往.json @@ -1 +1,84 @@ -{"info":{"name":"","type":""},"positions":[{"x":4143.87841796875,"y":4423.5322265625,"type":"teleport","move_mode":"walk"},{"x":4139.38818359375,"y":4395.79150390625,"type":"path","move_mode":"walk"},{"x":4171.7255859375,"y":4351.97998046875,"type":"path","move_mode":"walk"},{"x":4155.06591796875,"y":4346.6455078125,"type":"path","move_mode":"walk"},{"x":4126.453125,"y":4340.89453125,"type":"path","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "实验性场力发生装置前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753791496368, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4144.181640625, + "y": 4423.85693359375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4137.7529296875, + "y": 4420.017578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4132.763671875, + "y": 4396.77880859375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 4159.6943359375, + "y": 4373.40283203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 4169.7021484375, + "y": 4349.689453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 4150.146484375, + "y": 4345.55419921875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 4131.76904296875, + "y": 4342.962890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/实验性场力发生装置前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往.json b/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往.json index 7135724a..7f991029 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往.json @@ -1,57 +1,75 @@ -{ - "info": { - "name": "前往急冻树", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "前往急冻树", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": -1638.951171875, - "y": 2154.76025390625, - "action_params": "" - }, - { - "id": 2, - "x": -1629.4853515625, - "y": 2117.233154296875, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": -1644.8564453125, - "y": 2104.396240234375, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": -1657.8251953125, - "y": 2107.20751953125, - "type": "path", - "move_mode": "fly", - "action": "stop_flying", - "action_params": "" - }, - { - "id": 5, - "x": -1672.27734375, - "y": 2097.213134765625, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - } - ] +{ + "info": { + "name": "急冻树前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753707716845, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1638.53125, + "y": 2153.89794921875, + "action_params": "" + }, + { + "id": 2, + "x": -1641.4697265625, + "y": 2151.00634765625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": -1649.2578125, + "y": 2128.595703125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": -1654.67578125, + "y": 2117.858154296875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": -1651.724609375, + "y": 2107.5087890625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 6, + "x": -1665.9697265625, + "y": 2100.76171875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/急冻树前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往.json b/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往.json index 3ff8e6fd..78d91d7a 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往.json @@ -1,22 +1,75 @@ -{ - "info": { - "name": "未命名路径", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "传送到BOSS处", - "map_name": "Teyvat", - "bgi_version": "0.45.0" - }, - "positions": [ - { - "id": 1, - "action": "force_tp", - "move_mode": "walk", - "type": "teleport", - "x": 5141.61, - "y": -2778.84, - "action_params": "" - } - ] +{ + "info": { + "name": "恒常机关阵列前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787243395, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -4481.716796875, + "y": -2169.716796875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -4484.8984375, + "y": -2169.53125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": -4489.75, + "y": -2166.4501953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": -4498.640625, + "y": -2160.86328125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": -4492.728515625, + "y": -2144.09765625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": -4471.73828125, + "y": -2128.3017578125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往键鼠.json deleted file mode 100644 index b42a8ce2..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/恒常机关阵列前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1000},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":1344},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":1500},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":2719},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":2875},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4110},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4266},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":5485},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":5641},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6813},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6922},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":7954},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8125},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":9313},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":10594},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":10704},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":11532},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":12782},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":17313},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":18422},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":18579},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":18860},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":19016},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":21891},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":22000},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":22766},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":23157},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":23579},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":23688},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":25125}],"info":{"name":"","description":"","x":0,"y":0,"width":3840,"height":2160,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往.json b/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往.json index 13d41909..651dbc6d 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往.json @@ -1 +1,57 @@ -{"info":{"name":"","type":""},"positions":[{"x":2067.69140625,"y":108.900390625,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "掣电树前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753788008539, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 2080.2138671875, + "y": 107.275390625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2086.857421875, + "y": 95.4287109375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 2110.9052734375, + "y": 63.419921875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 2123.095703125, + "y": 49.15185546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往键鼠.json deleted file mode 100644 index f5069c12..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/掣电树前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":2468},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2828},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":2859},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":7031},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":8750},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":9890},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11765},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":11890},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":12453},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":14156},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":14437},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":22375},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":23343},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":24359},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":24593},{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":25468},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":25500},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":25984}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往.json index ebc3e83b..70f52310 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往.json @@ -1 +1 @@ -{"info":{"name":"","type":""},"positions":[{"x":-656.78515625,"y":-90.4169921875,"type":"teleport","move_mode":"walk"},{"x":-687.0263671875,"y":-96.19189453125,"type":"path","move_mode":"walk"},{"x":-719.9736328125,"y":-94.6748046875,"type":"path","move_mode":"walk"},{"x":-754.28125,"y":-91.27001953125,"type":"path","move_mode":"walk"},{"x":-781.6640625,"y":-96.474609375,"type":"path","move_mode":"walk"},{"x":-809.107421875,"y":-119.3671875,"type":"path","move_mode":"walk"},{"x":-833.240234375,"y":-132.7734375,"type":"path","move_mode":"walk"},{"x":-857.30859375,"y":-119.65185546875,"type":"path","move_mode":"walk"},{"x":-857.30078125,"y":-119.65380859375,"type":"path","move_mode":"walk"},{"x":-875.322265625,"y":-102.798828125,"type":"path","move_mode":"walk"},{"x":-889.1103515625,"y":-81.04638671875,"type":"path","move_mode":"walk"},{"x":-894.4716796875,"y":-54.01171875,"type":"path","move_mode":"walk"},{"x":-889.3955078125,"y":-26.36376953125,"type":"path","move_mode":"walk"},{"x":-896.947265625,"y":-4.6171875,"type":"path","move_mode":"walk"},{"x":-882.3173828125,"y":6.94140625,"type":"path","move_mode":"walk"},{"x":-864.560546875,"y":20.841796875,"type":"path","move_mode":"walk"},{"x":-855.5419921875,"y":44.05712890625,"type":"path","move_mode":"walk"}]} \ No newline at end of file +{"info":{"name":"","type":""},"positions":[{"x":-656.78515625,"y":-90.4169921875,"type":"teleport","move_mode":"walk"},{"x":-687.0263671875,"y":-96.19189453125,"type":"path","move_mode":"walk"},{"x":-719.9736328125,"y":-94.6748046875,"type":"path","move_mode":"walk"},{"x":-754.28125,"y":-91.27001953125,"type":"path","move_mode":"walk"},{"x":-781.6640625,"y":-96.474609375,"type":"path","move_mode":"walk"},{"x":-809.107421875,"y":-119.3671875,"type":"path","move_mode":"walk"},{"x":-833.240234375,"y":-132.7734375,"type":"path","move_mode":"walk"},{"x":-857.30859375,"y":-119.65185546875,"type":"path","move_mode":"walk"},{"x":-857.30078125,"y":-119.65380859375,"type":"path","move_mode":"walk"},{"x":-875.322265625,"y":-102.798828125,"type":"path","move_mode":"walk"},{"x":-889.1103515625,"y":-81.04638671875,"type":"path","move_mode":"walk"},{"x":-894.4716796875,"y":-54.01171875,"type":"path","move_mode":"walk"},{"x":-889.3955078125,"y":-26.36376953125,"type":"path","move_mode":"walk"},{"x":-896.947265625,"y":-4.6171875,"type":"path","move_mode":"walk"},{"x":-882.3173828125,"y":6.94140625,"type":"path","move_mode":"walk"},{"x":-864.560546875,"y":20.841796875,"type":"path","move_mode":"walk"},{"x":-855.5419921875,"y":44.05712890625,"type":"path","move_mode":"walk"}]} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之岩前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往.json index d751ae55..82a1f84a 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往.json @@ -1 +1,120 @@ -{"info":{"name":"","type":""},"positions":[{"x":-765.90234375,"y":-3557.412109375,"type":"teleport","move_mode":"walk"},{"x":-790.990234375,"y":-3549.166015625,"type":"path","move_mode":"walk"},{"x":-826.115234375,"y":-3552.04296875,"type":"path","move_mode":"walk"},{"x":-854.0869140625,"y":-3562.6025390625,"type":"path","move_mode":"walk"},{"x":-879.5634765625,"y":-3561.162109375,"type":"path","move_mode":"walk"},{"x":-898.95703125,"y":-3558.9677734375,"type":"path","move_mode":"walk"},{"x":-920.3505859375,"y":-3568.9912109375,"type":"path","move_mode":"walk"},{"x":-927.857421875,"y":-3576.30859375,"type":"path","move_mode":"walk"},{"x":-930.1455078125,"y":-3581.4541015625,"type":"path","move_mode":"walk"},{"x":-947.55859375,"y":-3578.083984375,"type":"path","move_mode":"walk"},{"x":-967.3955078125,"y":-3584.1630859375,"type":"path","move_mode":"walk"},{"x":-964.3115234375,"y":-3596.328125,"type":"path","move_mode":"fly","action": "stop_flying"},{"x":-965.771484375,"y":-3553.0556640625,"type":"path","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "无相之水前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787792567, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -765.5771484375, + "y": -3557.05078125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -771.0966796875, + "y": -3562.517578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": -829.66015625, + "y": -3615.818359375, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": -865.271484375, + "y": -3620.0400390625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1500" + }, + { + "id": 5, + "x": -868.1953125, + "y": -3604.36328125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": -872.5732421875, + "y": -3582.705078125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": -880.25390625, + "y": -3570.9833984375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": -892.919921875, + "y": -3565.12890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": -916.8203125, + "y": -3558.5556640625, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": -932.3837890625, + "y": -3555.0947265625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": -960.7353515625, + "y": -3551.0908203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之水前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往.json index 1f27b45a..7902f710 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往.json @@ -1 +1,75 @@ -{"info":{"name":"","type":""},"positions":[{"x":-3234.1484375,"y":-3155.572265625,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "无相之火前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787370971, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -3233.89453125, + "y": -3155.427734375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -3224.46484375, + "y": -3113.1689453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": -3201.7431640625, + "y": -3095.697265625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": -3183.052734375, + "y": -3082.67578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": -3180.9990234375, + "y": -3064.708984375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": -3179.1962890625, + "y": -3046.359375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往键鼠.json deleted file mode 100644 index ddbac7e7..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之火前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":844},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":4266},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":4407},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":5985},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":6188},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":6875},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":9625},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":10407},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":10594},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":12157},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":12375},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15735},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":16188},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":17828},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":18344},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":19860},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":19860},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21875},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":22907},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":23266},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":24110},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":25469},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":27391},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":29891}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往.json index 0d367adc..7a19aec4 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往.json @@ -1 +1,93 @@ -{"info":{"name":"","type":""},"positions":[{"x":4036.2392578125,"y":-2464.943359375,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "无相之草前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753788793031, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4036.58203125, + "y": -2464.6328125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4032.9716796875, + "y": -2476.08203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4020.458984375, + "y": -2489.951171875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1000" + }, + { + "id": 4, + "x": 4004.5302734375, + "y": -2468.169921875, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 5, + "x": 4003.3828125, + "y": -2441.16796875, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 6, + "x": 3986.103515625, + "y": -2428.77734375, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 7, + "x": 3975.9375, + "y": -2412.4384765625, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 8, + "x": 3902.85546875, + "y": -2437.8798828125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往键鼠.json deleted file mode 100644 index 3b630e12..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之草前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2218},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":2359},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":2984},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4093},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":4718},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":4843},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5765},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":7734},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":7906},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8265},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8375},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10875},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":11046},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11265},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":11953},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":12140},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":14890},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":15625},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":16593},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":16765},{"type":6,"mouseX":0,"mouseY":120,"time":16890},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":18328},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":19343},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":19359},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19921},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":21000},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":21203},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":24453},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":24781},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":25671},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":25890},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":28750},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":29812},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":30328},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":31921},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":32281},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":32578},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":35343},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":35984},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":36031},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":38781},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":39078},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":39406},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":42250},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":42640},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":43875},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":44015},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":45250},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":45531},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":45765},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":46031},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":46156},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":46421},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":46562},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":49906},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":55078},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":57859},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":58031},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":59000},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":59781},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":60484}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往.json index 487ef036..47cc934f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往.json @@ -1,57 +1,84 @@ -{ - "info": { - "name": "未命名路径", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "前往无相雷", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": -1867.2705078125, - "y": 1331.20263671875, - "action_params": "" - }, - { - "id": 2, - "x": -1891.6884765625, - "y": 1332.6962890625, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": -1897.3974609375, - "y": 1327.93408203125, - "type": "path", - "move_mode": "climb", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": -1901.708984375, - "y": 1330.705078125, - "type": "path", - "move_mode": "climb", - "action": "", - "action_params": "" - }, - { - "id": 5, - "x": -1939.1865234375, - "y": 1309.36376953125, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - } - ] +{ + "info": { + "name": "无相之雷前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753708525378, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -1867.1708984375, + "y": 1331.25390625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -1880.634765625, + "y": 1332.6240234375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": -1886.341796875, + "y": 1315.49609375, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": -1897.9521484375, + "y": 1312.71728515625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": -1906.6083984375, + "y": 1310.859375, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": -1925.8857421875, + "y": 1309.81689453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": -1939.40234375, + "y": 1308.43408203125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/无相之雷前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往.json b/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往.json deleted file mode 100644 index 82346b3a..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往.json +++ /dev/null @@ -1 +0,0 @@ -{"info":{"name":"","type":""},"positions":[{"x":3602.1923828125,"y":3529.43701171875,"type":"teleport","move_mode":"walk"},{"x":3619.8857421875,"y":3512.381103515625,"type":"path","move_mode":"walk"},{"x":3636.697265625,"y":3496.835693359375,"type":"path","move_mode":"walk"},{"x":3660.19140625,"y":3500.75146484375,"type":"path","move_mode":"walk"},{"x":3688.8544921875,"y":3503.58935546875,"type":"path","move_mode":"walk"},{"x":3710.1884765625,"y":3502.442626953125,"type":"path","move_mode":"walk"},{"x":3729.37890625,"y":3515.59326171875,"type":"path","move_mode":"walk"},{"x":3745.1494140625,"y":3530.898193359375,"type":"path","move_mode":"walk"},{"x":3766.2216796875,"y":3551.20361328125,"type":"path","move_mode":"walk"},{"x":3786.3583984375,"y":3570.281005859375,"type":"path","move_mode":"walk"}]} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往键鼠.json deleted file mode 100644 index 6daf3320..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/歌裴莉娅的葬送前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1782},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1907},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2672},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2813},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":6047},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":6204},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":8563},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":8704},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":16782},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17007}],"info":{"name":"","description":"","x":669,"y":325,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往.json b/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往.json index 572b9bfa..83dafdd6 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往.json @@ -1,21 +1,57 @@ -{ - "info": { - "name": "水形幻人前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "水形幻人前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 5200.884765625, - "y": 3365.32568359375, - "action_params": "" - } - ] +{ + "info": { + "name": "水形幻人前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753791583765, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5183.00537109375, + "y": 3375.525146484375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 5206.87890625, + "y": 3383.91845703125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 5221.623046875, + "y": 3389.093017578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 5239.80322265625, + "y": 3397.223388671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往键鼠.json deleted file mode 100644 index f0204343..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/水形幻人前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":2094},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":2203},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2547},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4016},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4250},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8078},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":10110},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":10266},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16047}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往.json b/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往.json index 836188f5..5716b522 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往.json @@ -1 +1,147 @@ -{"info":{"name":"","type":""},"positions":[{"x":6609.3154296875,"y":342.23876953125,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "深罪浸礼者前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753789336063, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 6817.49609375, + "y": 383.68896484375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 6745.57421875, + "y": 370.45361328125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1800" + }, + { + "id": 3, + "x": 6761.9853515625, + "y": 375.31298828125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 6779.85546875, + "y": 380.6865234375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 6790.7373046875, + "y": 391.13427734375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 6798.34228515625, + "y": 398.11328125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 6816.609375, + "y": 405.6845703125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 6827.55029296875, + "y": 409.98974609375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 6836.47412109375, + "y": 424.748046875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 6842.34814453125, + "y": 446.39990234375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 6851.697265625, + "y": 462.83251953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 6854.1611328125, + "y": 476.1376953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 6858.7880859375, + "y": 507.1513671875, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 6850.39697265625, + "y": 542.9169921875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往键鼠.json deleted file mode 100644 index 4f74b054..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/深罪浸礼者前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1234},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":3156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":3297},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":4984},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":5156},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":6641},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":6812},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":8156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":8312},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":9391},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":9578},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":10719},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":10906},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":11875},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":12094},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":12906},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":13078},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":13703},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":14625},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":15062},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":15234},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":16281},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":16437},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":17594},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":17766},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":18828},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":19047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":21031},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":21531},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":23094},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":25156},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":26062},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":26203},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":27734},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":27906},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":30156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":30312},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":34953},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":38766},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":41078},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":41781},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":42078},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":42234},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":42453},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":42641},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":53125},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":53812},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":55250},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":58547},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":59562},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":61859},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":66828},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":66859},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":67172}],"info":{"name":"","description":"","x":703,"y":398,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往.json b/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往.json index c895225a..1ec99fea 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往.json @@ -1,22 +1,48 @@ -{ - "info": { - "name": "深邃摹结株前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "深邃摹结株前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 9352.87109375, - "y": -1333.6162109375, - "action_params": "" - } - - ] -} +{ + "info": { + "name": "深邃摹结株前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792527051, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 9345.50390625, + "y": -1340.40771484375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 9336.6083984375, + "y": -1310.02734375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 9328.75, + "y": -1281.68017578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往键鼠.json deleted file mode 100644 index 1263ddb1..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/深邃摹结株前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":953},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":1125},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2156},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3640},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":7640},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":8781},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":8890},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":12828},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":12968},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":14875},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":15031},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16359}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往.json b/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往.json index 17e1facb..379a5edf 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往.json @@ -1,21 +1,66 @@ -{ - "info": { - "name": "灵觉隐修的迷者前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "灵觉隐修的迷者前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 9604.9140625, - "y": -1851.7744140625, - "action_params": "" - } - ] +{ + "info": { + "name": "灵觉隐修的迷者前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792615054, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 9595.2724609375, + "y": -1857.921875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 9590.01171875, + "y": -1861.314453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 9574.6259765625, + "y": -1865.4580078125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 9559.29296875, + "y": -1883.2001953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 9532.3603515625, + "y": -1903.8388671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往键鼠.json deleted file mode 100644 index d05413ad..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/灵觉隐修的迷者前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":1141},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1547},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":2860},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":3203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4438},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4594},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6016},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6188},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8032},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9672},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11282},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11438},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":12500},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":12672},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":14500},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":15438},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15563}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往.json b/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往.json index f2098ded..517c3c82 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往.json @@ -1,22 +1,48 @@ -{ - "info": { - "name": "未命名路径", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "传送到BOSS处", - "map_name": "Teyvat", - "bgi_version": "0.45.0" - }, - "positions": [ - { - "id": 1, - "action": "force_tp", - "move_mode": "walk", - "type": "teleport", - "x": 9884.0244140625, - "y": -2206.3095703125, - "action_params": "" - } - ] +{ + "info": { + "name": "熔岩辉龙像前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792755970, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 9884.259765625, + "y": -2216.931640625, + "type": "teleport", + "move_mode": "walk", + "action": "force_tp", + "action_params": "" + }, + { + "id": 2, + "x": 9894.6767578125, + "y": -2228.0947265625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 9914.0439453125, + "y": -2248.6640625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往键鼠.json deleted file mode 100644 index c67512bf..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/熔岩辉龙像前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":1657},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1766},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2860},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4110},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":11891},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12063},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12219},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12735},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12875},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":14688},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":14829},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":15532},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":15672},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16469},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16610},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17391},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17532},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19063}],"info":{"name":"","description":"","x":0,"y":0,"width":3840,"height":2160,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往.json b/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往.json index 5f67726f..e6a4e181 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往.json @@ -1,75 +1,102 @@ -{ - "info": { - "name": "前往爆炎树", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "前往爆炎树", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 837.5556640625, - "y": 235.142578125, - "action_params": "" - }, - { - "id": 2, - "x": 856.955078125, - "y": 230.3837890625, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 897.263671875, - "y": 234.44580078125, - "type": "path", - "move_mode": "fly", - "action": "stop_flying", - "action_params": "" - }, - { - "id": 4, - "x": 928.572265625, - "y": 240.56103515625, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 5, - "x": 954.2783203125, - "y": 227.30078125, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 6, - "x": 954.2890625, - "y": 175.15966796875, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 7, - "x": 954.2763671875, - "y": 152.3193359375, - "type": "path", - "move_mode": "dash", - "action": "", - "action_params": "" - } - ] +{ + "info": { + "name": "爆炎树前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753711249019, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 837.4912109375, + "y": 235.0888671875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 852.419921875, + "y": 228.279296875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 900.30859375, + "y": 228.51904296875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 914.7392578125, + "y": 238.0849609375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 933.87890625, + "y": 240.2333984375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 950.39453125, + "y": 228.48388671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 955.4921875, + "y": 212.90380859375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 955.54296875, + "y": 187.16552734375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 954.6064453125, + "y": 154.91064453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/爆炎树前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往.json b/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往.json deleted file mode 100644 index 82346b3a..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往.json +++ /dev/null @@ -1 +0,0 @@ -{"info":{"name":"","type":""},"positions":[{"x":3602.1923828125,"y":3529.43701171875,"type":"teleport","move_mode":"walk"},{"x":3619.8857421875,"y":3512.381103515625,"type":"path","move_mode":"walk"},{"x":3636.697265625,"y":3496.835693359375,"type":"path","move_mode":"walk"},{"x":3660.19140625,"y":3500.75146484375,"type":"path","move_mode":"walk"},{"x":3688.8544921875,"y":3503.58935546875,"type":"path","move_mode":"walk"},{"x":3710.1884765625,"y":3502.442626953125,"type":"path","move_mode":"walk"},{"x":3729.37890625,"y":3515.59326171875,"type":"path","move_mode":"walk"},{"x":3745.1494140625,"y":3530.898193359375,"type":"path","move_mode":"walk"},{"x":3766.2216796875,"y":3551.20361328125,"type":"path","move_mode":"walk"},{"x":3786.3583984375,"y":3570.281005859375,"type":"path","move_mode":"walk"}]} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往键鼠.json deleted file mode 100644 index fdb3ef1f..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/科培琉司的劫罚前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1391},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1500},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2625},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2734},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5656},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5797},{"type":6,"mouseX":0,"mouseY":-120,"time":7984},{"type":2,"mouseX":1951,"mouseY":1023,"time":7984},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":8891},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":9050},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":17350},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17700}],"info":{"name":"","description":"","x":669,"y":325,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往.json b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往.json index 409f50ff..7224e5e5 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往.json @@ -1,21 +1,48 @@ -{ - "info": { - "name": "秘源机兵·构型械前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "秘源机兵·构型械前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 8348.302734375, - "y": -2671.43359375, - "action_params": "" - } - ] +{ + "info": { + "name": "秘源机兵·构型械前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792234740, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 8346.9765625, + "y": -2673.501953125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 8339.2861328125, + "y": -2714.384765625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 8335.357421875, + "y": -2738.8916015625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往键鼠.json deleted file mode 100644 index 76a22f84..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·构型械前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1359},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":2797},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":3578},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4062},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4953},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5078},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5469},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5656},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":9234},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":9375},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":11547},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":11703},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":13765},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":15172},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16406}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往.json b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往.json index 41967610..383d1950 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往.json @@ -1 +1,49 @@ -{"info":{"name":"未命名路线","bgi_version":"0.45.1","type":"collect","map_name":"Teyvat"},"positions":[{"x":11005.201171875,"y":-3752.3876953125,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "秘源机兵·统御械前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1754186646369, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 11953.5166015625, + "y": -3641.2392578125, + "action_params": "" + }, + { + "id": 2, + "x": 11962.9072265625, + "y": -3683.81640625, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 11967.5966796875, + "y": -3718.607421875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往键鼠.json deleted file mode 100644 index 507c9421..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/秘源机兵·统御械前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":77,"mouseX":0,"mouseY":0,"time":2109},{"type":1,"keyCode":77,"mouseX":0,"mouseY":0,"time":2234},{"type":2,"mouseX":1906,"mouseY":1079,"time":3609},{"type":2,"mouseX":1867,"mouseY":1070,"time":3640},{"type":2,"mouseX":1828,"mouseY":1059,"time":3672},{"type":2,"mouseX":1771,"mouseY":1046,"time":3703},{"type":2,"mouseX":1722,"mouseY":1040,"time":3734},{"type":2,"mouseX":1637,"mouseY":1029,"time":3765},{"type":2,"mouseX":1572,"mouseY":1026,"time":3797},{"type":2,"mouseX":1501,"mouseY":1024,"time":3828},{"type":2,"mouseX":1415,"mouseY":1024,"time":3859},{"type":2,"mouseX":1375,"mouseY":1024,"time":3890},{"type":2,"mouseX":1361,"mouseY":1024,"time":3922},{"type":2,"mouseX":1339,"mouseY":1021,"time":3953},{"type":2,"mouseX":1309,"mouseY":1021,"time":3984},{"type":2,"mouseX":1294,"mouseY":1021,"time":4015},{"type":2,"mouseX":1246,"mouseY":1021,"time":4047},{"type":2,"mouseX":1213,"mouseY":1016,"time":4078},{"type":2,"mouseX":1189,"mouseY":1012,"time":4109},{"type":2,"mouseX":1165,"mouseY":1011,"time":4140},{"type":2,"mouseX":1118,"mouseY":1003,"time":4172},{"type":2,"mouseX":1104,"mouseY":1003,"time":4203},{"type":2,"mouseX":1103,"mouseY":1003,"time":4234},{"type":2,"mouseX":1099,"mouseY":1003,"time":4297},{"type":2,"mouseX":1090,"mouseY":1004,"time":4328},{"type":2,"mouseX":1087,"mouseY":1005,"time":4359},{"type":2,"mouseX":1068,"mouseY":1009,"time":4390},{"type":2,"mouseX":1051,"mouseY":1017,"time":4422},{"type":2,"mouseX":1041,"mouseY":1021,"time":4453},{"type":2,"mouseX":1037,"mouseY":1022,"time":4484},{"type":2,"mouseX":1035,"mouseY":1023,"time":4515},{"type":2,"mouseX":1034,"mouseY":1023,"time":4562},{"type":2,"mouseX":1034,"mouseY":1022,"time":4734},{"type":2,"mouseX":1034,"mouseY":1020,"time":4797},{"type":2,"mouseX":1031,"mouseY":1017,"time":4828},{"type":2,"mouseX":1031,"mouseY":1015,"time":4890},{"type":2,"mouseX":1038,"mouseY":1011,"time":4937},{"type":2,"mouseX":1043,"mouseY":1009,"time":4969},{"type":2,"mouseX":1043,"mouseY":1008,"time":5015},{"type":2,"mouseX":1044,"mouseY":1006,"time":5140},{"type":2,"mouseX":1061,"mouseY":999,"time":5172},{"type":2,"mouseX":1072,"mouseY":997,"time":5203},{"type":2,"mouseX":1072,"mouseY":995,"time":5234},{"type":2,"mouseX":1063,"mouseY":995,"time":5344},{"type":2,"mouseX":1049,"mouseY":995,"time":5375},{"type":2,"mouseX":1043,"mouseY":995,"time":5406},{"type":2,"mouseX":1033,"mouseY":996,"time":5500},{"type":2,"mouseX":1026,"mouseY":997,"time":5531},{"type":2,"mouseX":1021,"mouseY":997,"time":5562},{"type":2,"mouseX":1011,"mouseY":1002,"time":5594},{"type":2,"mouseX":1007,"mouseY":1002,"time":5625},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":5890},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6000},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6219},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6328},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6453},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6562},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6687},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":6812},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":7109},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":7219},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":7406},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":7547},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8031},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8156},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8312},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8422},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8625},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8750},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":8922},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":9047},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":9250},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":9359},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":9750},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":9828},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10187},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10297},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10437},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10531},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10672},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10765},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10890},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":10969},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11094},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11172},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11297},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11359},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11500},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11562},{"type":4,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11703},{"type":5,"mouseX":1007,"mouseY":1002,"mouseButton":"Left","time":11797},{"type":2,"mouseX":1007,"mouseY":1009,"time":11953},{"type":2,"mouseX":1008,"mouseY":1018,"time":11984},{"type":2,"mouseX":1008,"mouseY":1027,"time":12015},{"type":2,"mouseX":1012,"mouseY":1048,"time":12047},{"type":2,"mouseX":1016,"mouseY":1073,"time":12078},{"type":2,"mouseX":1017,"mouseY":1087,"time":12109},{"type":2,"mouseX":1020,"mouseY":1096,"time":12140},{"type":2,"mouseX":1021,"mouseY":1102,"time":12172},{"type":2,"mouseX":1021,"mouseY":1113,"time":12203},{"type":2,"mouseX":1021,"mouseY":1123,"time":12234},{"type":2,"mouseX":1020,"mouseY":1131,"time":12265},{"type":2,"mouseX":1017,"mouseY":1139,"time":12297},{"type":2,"mouseX":1013,"mouseY":1148,"time":12328},{"type":2,"mouseX":1009,"mouseY":1158,"time":12359},{"type":2,"mouseX":1006,"mouseY":1162,"time":12390},{"type":2,"mouseX":1006,"mouseY":1167,"time":12422},{"type":2,"mouseX":1005,"mouseY":1168,"time":12469},{"type":2,"mouseX":1004,"mouseY":1171,"time":12515},{"type":2,"mouseX":1001,"mouseY":1179,"time":12547},{"type":2,"mouseX":1001,"mouseY":1183,"time":12578},{"type":2,"mouseX":1001,"mouseY":1184,"time":12609},{"type":2,"mouseX":1001,"mouseY":1186,"time":12656},{"type":2,"mouseX":1001,"mouseY":1188,"time":12734},{"type":2,"mouseX":1001,"mouseY":1191,"time":12797},{"type":2,"mouseX":1001,"mouseY":1195,"time":12828},{"type":4,"mouseX":1001,"mouseY":1195,"mouseButton":"Left","time":13000},{"type":5,"mouseX":1001,"mouseY":1195,"mouseButton":"Left","time":13109},{"type":2,"mouseX":1003,"mouseY":1195,"time":13422},{"type":4,"mouseX":1003,"mouseY":1195,"mouseButton":"Left","time":13562},{"type":5,"mouseX":1003,"mouseY":1195,"mouseButton":"Left","time":13672},{"type":2,"mouseX":1004,"mouseY":1192,"time":14219},{"type":2,"mouseX":1006,"mouseY":1189,"time":14250},{"type":2,"mouseX":1007,"mouseY":1187,"time":14281},{"type":2,"mouseX":1011,"mouseY":1183,"time":14312},{"type":2,"mouseX":1015,"mouseY":1178,"time":14344},{"type":2,"mouseX":1024,"mouseY":1166,"time":14375},{"type":2,"mouseX":1042,"mouseY":1143,"time":14406},{"type":2,"mouseX":1056,"mouseY":1121,"time":14437},{"type":2,"mouseX":1068,"mouseY":1104,"time":14469},{"type":2,"mouseX":1087,"mouseY":1079,"time":14500},{"type":2,"mouseX":1090,"mouseY":1073,"time":14531},{"type":2,"mouseX":1096,"mouseY":1065,"time":14562},{"type":2,"mouseX":1101,"mouseY":1059,"time":14594},{"type":2,"mouseX":1106,"mouseY":1054,"time":14625},{"type":2,"mouseX":1114,"mouseY":1046,"time":14656},{"type":2,"mouseX":1119,"mouseY":1042,"time":14687},{"type":2,"mouseX":1131,"mouseY":1031,"time":14719},{"type":2,"mouseX":1140,"mouseY":1026,"time":14750},{"type":2,"mouseX":1152,"mouseY":1019,"time":14781},{"type":2,"mouseX":1158,"mouseY":1014,"time":14812},{"type":2,"mouseX":1166,"mouseY":1010,"time":14844},{"type":2,"mouseX":1168,"mouseY":1009,"time":14875},{"type":2,"mouseX":1169,"mouseY":1009,"time":15109},{"type":2,"mouseX":1169,"mouseY":1007,"time":15219},{"type":4,"mouseX":1169,"mouseY":1007,"mouseButton":"Left","time":15406},{"type":5,"mouseX":1169,"mouseY":1007,"mouseButton":"Left","time":15547},{"type":2,"mouseX":1191,"mouseY":1012,"time":16015},{"type":2,"mouseX":1442,"mouseY":1102,"time":16047},{"type":2,"mouseX":1606,"mouseY":1162,"time":16078},{"type":2,"mouseX":1659,"mouseY":1178,"time":16109},{"type":2,"mouseX":1747,"mouseY":1208,"time":16140},{"type":2,"mouseX":1847,"mouseY":1236,"time":16172},{"type":2,"mouseX":2009,"mouseY":1285,"time":16203},{"type":2,"mouseX":2169,"mouseY":1333,"time":16234},{"type":2,"mouseX":2202,"mouseY":1343,"time":16265},{"type":2,"mouseX":2269,"mouseY":1373,"time":16297},{"type":2,"mouseX":2363,"mouseY":1408,"time":16328},{"type":2,"mouseX":2423,"mouseY":1438,"time":16359},{"type":2,"mouseX":2556,"mouseY":1524,"time":16390},{"type":2,"mouseX":2628,"mouseY":1566,"time":16422},{"type":2,"mouseX":2635,"mouseY":1570,"time":16453},{"type":2,"mouseX":2643,"mouseY":1574,"time":16594},{"type":2,"mouseX":2651,"mouseY":1580,"time":16625},{"type":2,"mouseX":2653,"mouseY":1581,"time":16719},{"type":2,"mouseX":2654,"mouseY":1581,"time":16750},{"type":2,"mouseX":2658,"mouseY":1578,"time":16844},{"type":2,"mouseX":2663,"mouseY":1574,"time":16875},{"type":2,"mouseX":2666,"mouseY":1572,"time":16906},{"type":2,"mouseX":2669,"mouseY":1570,"time":16937},{"type":4,"mouseX":2669,"mouseY":1570,"mouseButton":"Left","time":17047},{"type":5,"mouseX":2669,"mouseY":1570,"mouseButton":"Left","time":17203},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":27125},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":27406},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":27578},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":28031},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":28172},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":36734},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":37062},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":37406},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":37578},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":38328},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":38484},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":39140},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":39281},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":40922}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往.json b/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往.json index 5c0846b1..4df8553f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往.json @@ -1,84 +1,120 @@ -{ - "info": { - "name": "纯水精灵前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "纯水精灵前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 283.859375, - "y": 1668.58056640625, - "action_params": "" - }, - { - "id": 2, - "x": 291.0908203125, - "y": 1675.892578125, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 284.8623046875, - "y": 1704.5244140625, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 4, - "x": 281.953125, - "y": 1766.923828125, - "type": "target", - "move_mode": "walk", - "action": "combat_script", - "action_params": "钟离 e(hold),keypress(F)" - }, - { - "id": 5, - "x": 256.689453125, - "y": 1782.7421875, - "type": "target", - "move_mode": "walk", - "action": "combat_script", - "action_params": "钟离 e(hold),keypress(F)" - }, - { - "id": 6, - "x": 271.4609375, - "y": 1807.50830078125, - "type": "target", - "move_mode": "walk", - "action": "combat_script", - "action_params": "钟离 e(hold),keypress(F)" - }, - { - "id": 7, - "x": 296.4892578125, - "y": 1793.669921875, - "type": "target", - "move_mode": "walk", - "action": "combat_script", - "action_params": "钟离 e(hold),keypress(F)" - }, - { - "id": 8, - "x": 276.9873046875, - "y": 1787.93603515625, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - } - ] +{ + "info": { + "name": "纯水精灵前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753710072039, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 283.8291015625, + "y": 1668.5810546875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 288.32421875, + "y": 1672.90087890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 290.20703125, + "y": 1678.84716796875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 289.1533203125, + "y": 1685.48388671875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 286.9931640625, + "y": 1694.46435546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 283.7001953125, + "y": 1710.96728515625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 281.958984375, + "y": 1727.70361328125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 281.6826171875, + "y": 1767.6513671875, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(F)" + }, + { + "id": 9, + "x": 297.2255859375, + "y": 1793.3134765625, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(F)" + }, + { + "id": 10, + "x": 270.623046875, + "y": 1807.337890625, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(F)" + }, + { + "id": 11, + "x": 256.720703125, + "y": 1783.6162109375, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.5),keypress(F)" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往键鼠.json deleted file mode 100644 index 7332002f..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/纯水精灵前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1297},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1422},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2282},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2407}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往.json b/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往.json deleted file mode 100644 index bd6b0e55..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往.json +++ /dev/null @@ -1 +0,0 @@ -{"info":{"name":"","type":""},"positions":[{"x":3933.6064453125,"y":-164.453125,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往键鼠.json deleted file mode 100644 index c756f224..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐簟前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1657},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":3563},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4016},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4625},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4766},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5000},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5157},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":13500},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":13672},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":14172},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":14313},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15594}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐蕈前往.json b/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐蕈前往.json new file mode 100644 index 00000000..4f6df064 --- /dev/null +++ b/repo/js/角色养成一条龙/assets/goToBoss/翠翎恐蕈前往.json @@ -0,0 +1,39 @@ +{ + "info": { + "name": "翠翎恐蕈前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753788482153, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 3926.216796875, + "y": -163.984375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3885.845703125, + "y": -110.1142578125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往.json b/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往.json index ea0634be..b5db554f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往.json @@ -1,21 +1,48 @@ -{ - "info": { - "name": "贪食匿叶龙山王前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "贪食匿叶龙山王前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 8427.697265625, - "y": -1814.73193359375, - "action_params": "" - } - ] +{ + "info": { + "name": "贪食匿叶龙山王前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792348393, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 8431.9306640625, + "y": -1813.763671875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 8495.365234375, + "y": -1834.43408203125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 8518.2822265625, + "y": -1847.02880859375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往键鼠.json deleted file mode 100644 index f8686ee3..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/贪食匿叶龙山王前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":1329},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":1579},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1938},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3172},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":3750},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4297},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4454},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4766},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4907},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15672},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15766},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16813},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16954},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18000},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18172},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":19500},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19579},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":20516}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往.json b/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往.json index 757fb70a..9ed0523f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往.json @@ -1 +1,57 @@ -{"info":{"name":"","type":""},"positions":[{"x":2297.623046875,"y":-824.53515625,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "遗迹巨蛇前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753793052904, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 887.7176513671875, + "y": 762.7557373046875, + "action_params": "" + }, + { + "id": 2, + "x": 899.0771484375, + "y": 760.0130615234375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 965.908935546875, + "y": 743.64697265625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 993.7598876953125, + "y": 736.390625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往键鼠.json deleted file mode 100644 index 5bbdbc3d..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/遗迹巨蛇前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1265},{"type":0,"keyCode":77,"mouseX":0,"mouseY":0,"time":3031},{"type":1,"keyCode":77,"mouseX":0,"mouseY":0,"time":3140},{"type":2,"mouseX":1926,"mouseY":1076,"time":4406},{"type":2,"mouseX":1934,"mouseY":1067,"time":4437},{"type":2,"mouseX":1935,"mouseY":1062,"time":4468},{"type":2,"mouseX":1935,"mouseY":1061,"time":4515},{"type":2,"mouseX":1937,"mouseY":1059,"time":4547},{"type":2,"mouseX":1941,"mouseY":1063,"time":4609},{"type":2,"mouseX":1944,"mouseY":1068,"time":4640},{"type":2,"mouseX":1957,"mouseY":1083,"time":4672},{"type":2,"mouseX":1965,"mouseY":1091,"time":4703},{"type":2,"mouseX":1970,"mouseY":1097,"time":4734},{"type":2,"mouseX":1985,"mouseY":1110,"time":4765},{"type":2,"mouseX":2002,"mouseY":1124,"time":4797},{"type":2,"mouseX":2012,"mouseY":1131,"time":4828},{"type":2,"mouseX":2042,"mouseY":1152,"time":4859},{"type":2,"mouseX":2061,"mouseY":1165,"time":4890},{"type":2,"mouseX":2086,"mouseY":1185,"time":4922},{"type":2,"mouseX":2116,"mouseY":1207,"time":4953},{"type":2,"mouseX":2180,"mouseY":1255,"time":4984},{"type":2,"mouseX":2228,"mouseY":1284,"time":5015},{"type":2,"mouseX":2350,"mouseY":1364,"time":5047},{"type":2,"mouseX":2414,"mouseY":1407,"time":5078},{"type":2,"mouseX":2466,"mouseY":1443,"time":5109},{"type":2,"mouseX":2537,"mouseY":1500,"time":5140},{"type":2,"mouseX":2606,"mouseY":1556,"time":5172},{"type":2,"mouseX":2628,"mouseY":1564,"time":5203},{"type":2,"mouseX":2649,"mouseY":1575,"time":5234},{"type":2,"mouseX":2660,"mouseY":1582,"time":5265},{"type":2,"mouseX":2685,"mouseY":1595,"time":5297},{"type":2,"mouseX":2750,"mouseY":1619,"time":5328},{"type":2,"mouseX":2773,"mouseY":1624,"time":5359},{"type":2,"mouseX":2797,"mouseY":1627,"time":5390},{"type":2,"mouseX":2816,"mouseY":1630,"time":5422},{"type":2,"mouseX":2830,"mouseY":1630,"time":5453},{"type":2,"mouseX":2869,"mouseY":1636,"time":5484},{"type":2,"mouseX":2896,"mouseY":1641,"time":5515},{"type":2,"mouseX":2916,"mouseY":1646,"time":5547},{"type":2,"mouseX":2976,"mouseY":1669,"time":5578},{"type":2,"mouseX":2984,"mouseY":1672,"time":5609},{"type":2,"mouseX":2989,"mouseY":1673,"time":5640},{"type":2,"mouseX":3004,"mouseY":1679,"time":5672},{"type":2,"mouseX":3005,"mouseY":1680,"time":5703},{"type":2,"mouseX":3030,"mouseY":1692,"time":5734},{"type":2,"mouseX":3047,"mouseY":1700,"time":5765},{"type":2,"mouseX":3051,"mouseY":1703,"time":5797},{"type":2,"mouseX":3055,"mouseY":1706,"time":5828},{"type":2,"mouseX":3059,"mouseY":1708,"time":5859},{"type":2,"mouseX":3060,"mouseY":1709,"time":5890},{"type":2,"mouseX":3071,"mouseY":1715,"time":5937},{"type":2,"mouseX":3072,"mouseY":1715,"time":5984},{"type":2,"mouseX":3078,"mouseY":1719,"time":6015},{"type":2,"mouseX":3082,"mouseY":1721,"time":6047},{"type":2,"mouseX":3084,"mouseY":1723,"time":6109},{"type":2,"mouseX":3087,"mouseY":1724,"time":6172},{"type":2,"mouseX":3091,"mouseY":1729,"time":6218},{"type":2,"mouseX":3093,"mouseY":1729,"time":6250},{"type":2,"mouseX":3094,"mouseY":1730,"time":6281},{"type":4,"mouseX":3094,"mouseY":1730,"mouseButton":"Left","time":6359},{"type":5,"mouseX":3094,"mouseY":1730,"mouseButton":"Left","time":6515},{"type":2,"mouseX":3094,"mouseY":1727,"time":6968},{"type":2,"mouseX":3090,"mouseY":1721,"time":7015},{"type":2,"mouseX":3086,"mouseY":1714,"time":7047},{"type":2,"mouseX":3085,"mouseY":1709,"time":7078},{"type":2,"mouseX":3081,"mouseY":1696,"time":7109},{"type":2,"mouseX":3075,"mouseY":1675,"time":7140},{"type":2,"mouseX":3066,"mouseY":1637,"time":7172},{"type":2,"mouseX":3062,"mouseY":1618,"time":7203},{"type":2,"mouseX":3047,"mouseY":1545,"time":7234},{"type":2,"mouseX":3040,"mouseY":1506,"time":7265},{"type":2,"mouseX":3034,"mouseY":1465,"time":7297},{"type":2,"mouseX":3028,"mouseY":1434,"time":7328},{"type":2,"mouseX":3024,"mouseY":1406,"time":7359},{"type":2,"mouseX":3023,"mouseY":1391,"time":7390},{"type":2,"mouseX":3019,"mouseY":1330,"time":7422},{"type":2,"mouseX":3010,"mouseY":1250,"time":7453},{"type":2,"mouseX":3008,"mouseY":1208,"time":7484},{"type":2,"mouseX":3006,"mouseY":1156,"time":7515},{"type":2,"mouseX":3002,"mouseY":1129,"time":7547},{"type":2,"mouseX":3002,"mouseY":1112,"time":7578},{"type":2,"mouseX":3002,"mouseY":1103,"time":7609},{"type":2,"mouseX":3001,"mouseY":1078,"time":7656},{"type":2,"mouseX":3001,"mouseY":1068,"time":7687},{"type":2,"mouseX":3001,"mouseY":1058,"time":7718},{"type":2,"mouseX":2999,"mouseY":1046,"time":7750},{"type":2,"mouseX":2998,"mouseY":1036,"time":7797},{"type":2,"mouseX":2998,"mouseY":1032,"time":7828},{"type":2,"mouseX":2997,"mouseY":1028,"time":7859},{"type":2,"mouseX":2997,"mouseY":1027,"time":7906},{"type":2,"mouseX":2997,"mouseY":1024,"time":7953},{"type":2,"mouseX":2997,"mouseY":1019,"time":7984},{"type":2,"mouseX":2997,"mouseY":1018,"time":8015},{"type":2,"mouseX":2997,"mouseY":1016,"time":8047},{"type":2,"mouseX":2997,"mouseY":1015,"time":8078},{"type":2,"mouseX":2997,"mouseY":1013,"time":8109},{"type":4,"mouseX":2997,"mouseY":1013,"mouseButton":"Left","time":8734},{"type":5,"mouseX":2997,"mouseY":1013,"mouseButton":"Left","time":8875},{"type":2,"mouseX":2996,"mouseY":1013,"time":9968},{"type":2,"mouseX":2986,"mouseY":1013,"time":10000},{"type":2,"mouseX":2937,"mouseY":1011,"time":10031},{"type":2,"mouseX":2884,"mouseY":1011,"time":10062},{"type":2,"mouseX":2804,"mouseY":1012,"time":10093},{"type":2,"mouseX":2703,"mouseY":1015,"time":10125},{"type":2,"mouseX":2584,"mouseY":1015,"time":10156},{"type":2,"mouseX":2473,"mouseY":1013,"time":10187},{"type":2,"mouseX":2381,"mouseY":1011,"time":10218},{"type":2,"mouseX":2224,"mouseY":1005,"time":10250},{"type":2,"mouseX":1970,"mouseY":1000,"time":10281},{"type":2,"mouseX":1787,"mouseY":996,"time":10312},{"type":2,"mouseX":1650,"mouseY":997,"time":10343},{"type":2,"mouseX":1554,"mouseY":1006,"time":10375},{"type":2,"mouseX":1486,"mouseY":1014,"time":10406},{"type":2,"mouseX":1422,"mouseY":1025,"time":10437},{"type":2,"mouseX":1336,"mouseY":1040,"time":10468},{"type":2,"mouseX":1245,"mouseY":1055,"time":10500},{"type":2,"mouseX":1120,"mouseY":1087,"time":10531},{"type":2,"mouseX":1082,"mouseY":1095,"time":10562},{"type":2,"mouseX":1015,"mouseY":1107,"time":10593},{"type":2,"mouseX":978,"mouseY":1119,"time":10625},{"type":2,"mouseX":961,"mouseY":1125,"time":10656},{"type":2,"mouseX":932,"mouseY":1135,"time":10687},{"type":2,"mouseX":926,"mouseY":1139,"time":10718},{"type":2,"mouseX":924,"mouseY":1140,"time":10750},{"type":2,"mouseX":926,"mouseY":1140,"time":10984},{"type":2,"mouseX":988,"mouseY":1144,"time":11015},{"type":2,"mouseX":1067,"mouseY":1154,"time":11047},{"type":2,"mouseX":1138,"mouseY":1163,"time":11078},{"type":2,"mouseX":1418,"mouseY":1205,"time":11109},{"type":2,"mouseX":1472,"mouseY":1212,"time":11140},{"type":2,"mouseX":1499,"mouseY":1215,"time":11172},{"type":2,"mouseX":1511,"mouseY":1218,"time":11203},{"type":2,"mouseX":1570,"mouseY":1228,"time":11234},{"type":2,"mouseX":1644,"mouseY":1241,"time":11265},{"type":2,"mouseX":1673,"mouseY":1245,"time":11297},{"type":2,"mouseX":1695,"mouseY":1246,"time":11328},{"type":2,"mouseX":1749,"mouseY":1252,"time":11359},{"type":2,"mouseX":1768,"mouseY":1254,"time":11390},{"type":2,"mouseX":1779,"mouseY":1255,"time":11422},{"type":2,"mouseX":1796,"mouseY":1258,"time":11453},{"type":2,"mouseX":1809,"mouseY":1258,"time":11484},{"type":2,"mouseX":1881,"mouseY":1268,"time":11515},{"type":2,"mouseX":1895,"mouseY":1272,"time":11547},{"type":2,"mouseX":1900,"mouseY":1272,"time":11578},{"type":2,"mouseX":1912,"mouseY":1273,"time":11609},{"type":2,"mouseX":1914,"mouseY":1273,"time":11640},{"type":2,"mouseX":1914,"mouseY":1274,"time":11734},{"type":6,"mouseX":0,"mouseY":-120,"time":11859},{"type":6,"mouseX":0,"mouseY":-120,"time":11968},{"type":2,"mouseX":1949,"mouseY":1274,"time":12140},{"type":2,"mouseX":2013,"mouseY":1274,"time":12172},{"type":2,"mouseX":2062,"mouseY":1274,"time":12203},{"type":2,"mouseX":2100,"mouseY":1276,"time":12234},{"type":2,"mouseX":2101,"mouseY":1276,"time":12265},{"type":6,"mouseX":0,"mouseY":-120,"time":12281},{"type":6,"mouseX":0,"mouseY":-120,"time":12312},{"type":6,"mouseX":0,"mouseY":-120,"time":12359},{"type":6,"mouseX":0,"mouseY":-120,"time":12609},{"type":6,"mouseX":0,"mouseY":-120,"time":12640},{"type":6,"mouseX":0,"mouseY":-120,"time":12656},{"type":6,"mouseX":0,"mouseY":-120,"time":12984},{"type":6,"mouseX":0,"mouseY":-120,"time":13265},{"type":6,"mouseX":0,"mouseY":-120,"time":13265},{"type":6,"mouseX":0,"mouseY":-120,"time":13281},{"type":6,"mouseX":0,"mouseY":-120,"time":13297},{"type":6,"mouseX":0,"mouseY":-120,"time":13312},{"type":6,"mouseX":0,"mouseY":-120,"time":13328},{"type":6,"mouseX":0,"mouseY":-120,"time":13343},{"type":6,"mouseX":0,"mouseY":-120,"time":13343},{"type":6,"mouseX":0,"mouseY":-120,"time":13375},{"type":6,"mouseX":0,"mouseY":-120,"time":13390},{"type":6,"mouseX":0,"mouseY":-120,"time":13406},{"type":6,"mouseX":0,"mouseY":-120,"time":13422},{"type":6,"mouseX":0,"mouseY":-120,"time":13453},{"type":6,"mouseX":0,"mouseY":-120,"time":13453},{"type":6,"mouseX":0,"mouseY":-120,"time":13484},{"type":6,"mouseX":0,"mouseY":-120,"time":13500},{"type":6,"mouseX":0,"mouseY":-120,"time":13531},{"type":6,"mouseX":0,"mouseY":-120,"time":13562},{"type":6,"mouseX":0,"mouseY":-120,"time":13609},{"type":6,"mouseX":0,"mouseY":-120,"time":13734},{"type":6,"mouseX":0,"mouseY":-120,"time":14078},{"type":6,"mouseX":0,"mouseY":-120,"time":14437},{"type":6,"mouseX":0,"mouseY":-120,"time":14765},{"type":6,"mouseX":0,"mouseY":-120,"time":14797},{"type":6,"mouseX":0,"mouseY":-120,"time":15125},{"type":6,"mouseX":0,"mouseY":-120,"time":15156},{"type":6,"mouseX":0,"mouseY":-120,"time":15172},{"type":6,"mouseX":0,"mouseY":-120,"time":15547},{"type":6,"mouseX":0,"mouseY":-120,"time":15562},{"type":6,"mouseX":0,"mouseY":-120,"time":15906},{"type":6,"mouseX":0,"mouseY":-120,"time":15922},{"type":6,"mouseX":0,"mouseY":-120,"time":15953},{"type":6,"mouseX":0,"mouseY":-120,"time":15968},{"type":6,"mouseX":0,"mouseY":-120,"time":16312},{"type":6,"mouseX":0,"mouseY":-120,"time":16328},{"type":6,"mouseX":0,"mouseY":-120,"time":16359},{"type":6,"mouseX":0,"mouseY":-120,"time":16406},{"type":6,"mouseX":0,"mouseY":-120,"time":16734},{"type":6,"mouseX":0,"mouseY":-120,"time":16765},{"type":6,"mouseX":0,"mouseY":-120,"time":16781},{"type":6,"mouseX":0,"mouseY":-120,"time":17172},{"type":6,"mouseX":0,"mouseY":-120,"time":17187},{"type":6,"mouseX":0,"mouseY":-120,"time":17218},{"type":6,"mouseX":0,"mouseY":-120,"time":17578},{"type":6,"mouseX":0,"mouseY":-120,"time":17609},{"type":6,"mouseX":0,"mouseY":-120,"time":17625},{"type":6,"mouseX":0,"mouseY":-120,"time":17656},{"type":6,"mouseX":0,"mouseY":-120,"time":18031},{"type":6,"mouseX":0,"mouseY":-120,"time":18062},{"type":6,"mouseX":0,"mouseY":-120,"time":18437},{"type":6,"mouseX":0,"mouseY":-120,"time":18468},{"type":6,"mouseX":0,"mouseY":-120,"time":18500},{"type":6,"mouseX":0,"mouseY":-120,"time":18859},{"type":6,"mouseX":0,"mouseY":-120,"time":18875},{"type":6,"mouseX":0,"mouseY":-120,"time":18890},{"type":6,"mouseX":0,"mouseY":-120,"time":18937},{"type":6,"mouseX":0,"mouseY":-120,"time":19265},{"type":6,"mouseX":0,"mouseY":-120,"time":19281},{"type":6,"mouseX":0,"mouseY":-120,"time":19312},{"type":6,"mouseX":0,"mouseY":-120,"time":19687},{"type":6,"mouseX":0,"mouseY":-120,"time":19718},{"type":6,"mouseX":0,"mouseY":-120,"time":19750},{"type":6,"mouseX":0,"mouseY":-120,"time":20140},{"type":6,"mouseX":0,"mouseY":-120,"time":20156},{"type":6,"mouseX":0,"mouseY":-120,"time":20218},{"type":6,"mouseX":0,"mouseY":-120,"time":20531},{"type":6,"mouseX":0,"mouseY":-120,"time":20547},{"type":6,"mouseX":0,"mouseY":-120,"time":20578},{"type":6,"mouseX":0,"mouseY":-120,"time":20593},{"type":6,"mouseX":0,"mouseY":-120,"time":20984},{"type":6,"mouseX":0,"mouseY":-120,"time":21015},{"type":6,"mouseX":0,"mouseY":-120,"time":21047},{"type":6,"mouseX":0,"mouseY":-120,"time":21437},{"type":6,"mouseX":0,"mouseY":-120,"time":21468},{"type":6,"mouseX":0,"mouseY":-120,"time":21500},{"type":2,"mouseX":2093,"mouseY":1279,"time":21937},{"type":2,"mouseX":2080,"mouseY":1280,"time":21968},{"type":2,"mouseX":2053,"mouseY":1282,"time":22000},{"type":2,"mouseX":2038,"mouseY":1285,"time":22031},{"type":2,"mouseX":2028,"mouseY":1285,"time":22062},{"type":2,"mouseX":2013,"mouseY":1286,"time":22093},{"type":2,"mouseX":2008,"mouseY":1286,"time":22125},{"type":2,"mouseX":1999,"mouseY":1288,"time":22156},{"type":2,"mouseX":1989,"mouseY":1289,"time":22187},{"type":2,"mouseX":1982,"mouseY":1290,"time":22218},{"type":2,"mouseX":1974,"mouseY":1290,"time":22250},{"type":2,"mouseX":1969,"mouseY":1291,"time":22281},{"type":2,"mouseX":1965,"mouseY":1292,"time":22312},{"type":2,"mouseX":1960,"mouseY":1292,"time":22343},{"type":2,"mouseX":1953,"mouseY":1294,"time":22375},{"type":2,"mouseX":1951,"mouseY":1294,"time":22422},{"type":2,"mouseX":1945,"mouseY":1294,"time":22468},{"type":2,"mouseX":1941,"mouseY":1294,"time":22500},{"type":2,"mouseX":1940,"mouseY":1294,"time":22547},{"type":2,"mouseX":1938,"mouseY":1294,"time":22625},{"type":2,"mouseX":1936,"mouseY":1294,"time":22672},{"type":2,"mouseX":1930,"mouseY":1294,"time":22718},{"type":2,"mouseX":1928,"mouseY":1295,"time":22750},{"type":2,"mouseX":1927,"mouseY":1295,"time":22828},{"type":2,"mouseX":1926,"mouseY":1295,"time":22859},{"type":4,"mouseX":1926,"mouseY":1295,"mouseButton":"Left","time":22953},{"type":5,"mouseX":1926,"mouseY":1295,"mouseButton":"Left","time":23078},{"type":2,"mouseX":1942,"mouseY":1301,"time":23531},{"type":2,"mouseX":2008,"mouseY":1324,"time":23562},{"type":2,"mouseX":2083,"mouseY":1351,"time":23593},{"type":2,"mouseX":2141,"mouseY":1376,"time":23625},{"type":2,"mouseX":2233,"mouseY":1416,"time":23656},{"type":2,"mouseX":2301,"mouseY":1447,"time":23687},{"type":2,"mouseX":2351,"mouseY":1467,"time":23718},{"type":2,"mouseX":2431,"mouseY":1496,"time":23750},{"type":2,"mouseX":2479,"mouseY":1519,"time":23781},{"type":2,"mouseX":2505,"mouseY":1530,"time":23812},{"type":2,"mouseX":2546,"mouseY":1549,"time":23843},{"type":2,"mouseX":2568,"mouseY":1563,"time":23875},{"type":2,"mouseX":2608,"mouseY":1586,"time":23906},{"type":2,"mouseX":2649,"mouseY":1611,"time":23937},{"type":2,"mouseX":2691,"mouseY":1632,"time":23968},{"type":2,"mouseX":2705,"mouseY":1640,"time":24000},{"type":2,"mouseX":2736,"mouseY":1656,"time":24031},{"type":2,"mouseX":2771,"mouseY":1668,"time":24062},{"type":2,"mouseX":2787,"mouseY":1675,"time":24093},{"type":2,"mouseX":2803,"mouseY":1680,"time":24125},{"type":2,"mouseX":2810,"mouseY":1683,"time":24156},{"type":2,"mouseX":2816,"mouseY":1684,"time":24187},{"type":2,"mouseX":2840,"mouseY":1692,"time":24218},{"type":2,"mouseX":2846,"mouseY":1694,"time":24250},{"type":2,"mouseX":2882,"mouseY":1709,"time":24281},{"type":2,"mouseX":2948,"mouseY":1735,"time":24312},{"type":2,"mouseX":2953,"mouseY":1738,"time":24343},{"type":4,"mouseX":2953,"mouseY":1738,"mouseButton":"Left","time":24531},{"type":5,"mouseX":2953,"mouseY":1738,"mouseButton":"Left","time":24703},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":46922},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":47062},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":47687},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":49468},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":50125},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":51250},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":51406},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":51609},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":51781},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":62656},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":62828},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":63234},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":65468},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":65593},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":66218},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":67922},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":70203},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":72515},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":73625},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":79578}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往.json b/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往.json index 5cef43ba..41ae6a4f 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往.json @@ -1,21 +1,48 @@ -{ - "info": { - "name": "未命名路径", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "传送到金焰绒翼龙暴君", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 9047.134765625, - "y": -1458.2744140625, - "action_params": "" - } - ] +{ + "info": { + "name": "金焰绒翼龙暴君前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792463678, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 9041.6884765625, + "y": -1457.52587890625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 8970.724609375, + "y": -1441.958984375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 8954.1708984375, + "y": -1438.552734375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往键鼠.json deleted file mode 100644 index 4b472914..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/金焰绒翼龙暴君前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":687},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1390},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2109},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3625},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4234},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4484},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4672},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4937},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5078},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":7812},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":12359},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":17547},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":18281},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18562},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18734},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":19312},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":19453},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19953}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}} diff --git a/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往.json b/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往.json index 6c83b461..3d69392c 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往.json @@ -1,21 +1,57 @@ -{ - "info": { - "name": "铁甲熔火帝皇前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "铁甲熔火帝皇前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 4417.22900390625, - "y": 2236.826416015625, - "action_params": "" - } - ] +{ + "info": { + "name": "铁甲熔火帝皇前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792049126, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4417.4072265625, + "y": 2229.10107421875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4407.68896484375, + "y": 2206.82958984375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4400.6142578125, + "y": 2190.57421875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 4395.05322265625, + "y": 2171.19287109375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往键鼠.json deleted file mode 100644 index 7885073f..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/铁甲熔火帝皇前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":2250},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":2360},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4157},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":4735},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4969},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5625},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":7922},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8110},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9672},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11594},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":13750},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":13938},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15985}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往.json b/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往.json index 6bbdce10..6772ff84 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往.json @@ -1,21 +1,57 @@ -{ - "info": { - "name": "隐山猊兽前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "隐山猊兽前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 2207.056640625, - "y": 1253.2041015625, - "action_params": "" - } - ] +{ + "info": { + "name": "隐山猊兽前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787074751, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 2207.36328125, + "y": 1253.46923828125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2214.837890625, + "y": 1320.07177734375, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 2221.3984375, + "y": 1384.4091796875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 2221.5322265625, + "y": 1408.23876953125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往键鼠.json deleted file mode 100644 index 457510f8..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/隐山猊兽前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":1641},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":1797},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":3578},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":3735},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":5719},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":5875},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":6250},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":6391},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8547},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":9485},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10391},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10531},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":11860},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":12016},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":14578},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":16219},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":16406},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":17860},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":18047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":18938},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":20188},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21625}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往.json b/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往.json index 42bf2772..95bc179c 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往.json @@ -1 +1,39 @@ -{"info":{"name":"","type":""},"positions":[{"x":-4251.880859375,"y":-4785.4755859375,"type":"teleport","move_mode":"walk"}]} \ No newline at end of file +{ + "info": { + "name": "雷音权观前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787915965, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -4251.583984375, + "y": -4785.17578125, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -4258.99609375, + "y": -4711.1953125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往键鼠.json deleted file mode 100644 index 3fbe53d6..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/雷音权现前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":687},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":1906},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2640},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":3218},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":3390},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":3687},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":3828},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":11968},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":13859},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15640},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15640},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15812},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":16812},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17718}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往.json b/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往.json index b86e66aa..0a396238 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往.json @@ -1,39 +1,57 @@ -{ - "info": { - "name": "前往风蚀沙虫", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "前往风蚀沙虫", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 4571.9658203125, - "y": -1072.18798828125, - "action_params": "" - }, - { - "id": 2, - "x": 4566.89697265625, - "y": -1045.69482421875, - "type": "path", - "move_mode": "walk", - "action": "", - "action_params": "" - }, - { - "id": 3, - "x": 4559.556640625, - "y": -1016.4638671875, - "type": "path", - "move_mode": "fly", - "action": "stop_flying", - "action_params": "3000" - } - ] +{ + "info": { + "name": "风蚀沙虫前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753789042822, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4572.232421875, + "y": -1071.85693359375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4569.2626953125, + "y": -1046.1904296875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4567.267578125, + "y": -1034.00634765625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 4565.1396484375, + "y": -1017.8115234375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "2500" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往键鼠.json deleted file mode 100644 index f2189363..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/风蚀沙虫前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往.json b/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往.json index 6d891f5e..459e7da2 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往.json @@ -1,21 +1,39 @@ -{ - "info": { - "name": "魔偶剑鬼前往", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "魔偶剑鬼前往", - "bgi_version": "0.42.3" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": -2405.7724609375, - "y": -3912.9658203125, - "action_params": "" - } - ] +{ + "info": { + "name": "魔偶剑鬼前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753787463391, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -2405.50390625, + "y": -3912.66015625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": -2347.587890625, + "y": -3942.6298828125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "2000" + } + ] } \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往键鼠.json deleted file mode 100644 index c33a86af..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/魔偶剑鬼前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":1781},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":1953},{"type":6,"mouseX":0,"mouseY":-120,"time":3765},{"type":4,"mouseX":1916,"mouseY":1142,"mouseButton":"Middle","time":4062},{"type":5,"mouseX":1916,"mouseY":1142,"mouseButton":"Middle","time":4250},{"type":6,"mouseX":0,"mouseY":120,"time":4375},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":7062},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":7171},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":7625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":9093},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":9859},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10406},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10562},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10828},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10953},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":21296},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21359},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":21468},{"type":4,"mouseX":1916,"mouseY":1142,"mouseButton":"Left","time":23843},{"type":5,"mouseX":1916,"mouseY":1142,"mouseButton":"Left","time":23984},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":25859},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":26609},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":26734},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":27375}],"info":{"name":"","description":"","x":635,"y":445,"width":2560,"height":1440,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往.json b/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往.json index 1fc69ef5..332d33a7 100644 --- a/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往.json +++ b/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往.json @@ -1,22 +1,39 @@ -{ - "info": { - "name": "未命名路径", - "type": "collect", - "author": "柒叶子", - "version": "1.0", - "description": "传送到BOSS处", - "map_name": "Teyvat", - "bgi_version": "0.45.0" - }, - "positions": [ - { - "id": 1, - "action": "force_tp", - "move_mode": "walk", - "type": "teleport", - "x": 3858.45, - "y": 1133.72, - "action_params": "" - } - ] -} +{ + "info": { + "name": "魔像督军前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753792140100, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 3848.580078125, + "y": 1136.95166015625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3788.3203125, + "y": 1137.62060546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往键鼠.json b/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往键鼠.json deleted file mode 100644 index d6f23986..00000000 --- a/repo/js/角色养成一条龙/assets/goToBoss/魔像督军前往键鼠.json +++ /dev/null @@ -1 +0,0 @@ -{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1657},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":2172},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":2329},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":3454},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":3641},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":4610},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":4719},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":5625},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":5782},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":6719},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":6844},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":7422},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":7563},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":9094}],"info":{"name":"","description":"","x":457,"y":465,"width":1920,"height":1080,"recordDpi":1.75}} \ No newline at end of file diff --git a/repo/js/角色养成一条龙/main.js b/repo/js/角色养成一条龙/main.js index cf26a762..be51300c 100644 --- a/repo/js/角色养成一条龙/main.js +++ b/repo/js/角色养成一条龙/main.js @@ -844,7 +844,6 @@ let afterStamina = await queryStaminaValue(); else await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血 log.info(`前往讨伐${bossName}`); await pathingScript.runFile(`assets/goToBoss/${bossName}前往.json`); - await keyMouseScript.runFile(`assets/goToBoss/${bossName}前往键鼠.json`); await sleep(1000); log.info(`开始战斗`); try { @@ -854,7 +853,6 @@ let afterStamina = await queryStaminaValue(); log.info(`挑战失败,再来一次`); await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血 await pathingScript.runFile(`assets/goToBoss/${bossName}前往.json`); - await keyMouseScript.runFile(`assets/goToBoss/${bossName}前往键鼠.json`); await dispatcher.runTask(new SoloTask("AutoFight")); } await sleep(1000); diff --git a/repo/js/角色养成一条龙/settings.json b/repo/js/角色养成一条龙/settings.json index 3cee1179..53be8ae2 100644 --- a/repo/js/角色养成一条龙/settings.json +++ b/repo/js/角色养成一条龙/settings.json @@ -73,16 +73,16 @@ "半永恒统辖矩阵", "掣电树", "纯水精灵", -"翠翎恐簟", +"翠翎恐蕈", "深罪浸礼者", "深邃摹结株", "风蚀沙虫", -"歌裴莉娅的葬送", +"冰风组曲-歌裴莉娅的葬送", +"冰风组曲-科培琉司的劫罚", "古岩龙蜥", "恒常机关阵列", "急冻树", "金焰绒翼龙暴君", -"科培琉司的劫罚", "雷音权现", "灵觉隐修的迷者", "魔像督军", diff --git a/repo/js/首领讨伐一条龙/assets/recover.json b/repo/js/首领讨伐一条龙/assets/recover.json new file mode 100644 index 00000000..30e64982 --- /dev/null +++ b/repo/js/首领讨伐一条龙/assets/recover.json @@ -0,0 +1,41 @@ +{ + "info": { + "name": "recover", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1754718501589, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2297.884765625, + "y": -824.24072265625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 2, + "x": 2297.884765625, + "y": -824.24072265625, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(5)" + } + ] +} \ No newline at end of file diff --git a/repo/js/首领讨伐一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json b/repo/js/首领讨伐一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json new file mode 100644 index 00000000..52a27326 --- /dev/null +++ b/repo/js/首领讨伐一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json @@ -0,0 +1,138 @@ +{ + "info": { + "name": "歌裴莉娅的葬送前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753791762596, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 3602.185546875, + "y": 3529.386474609375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3617.0234375, + "y": 3515.871337890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 3633.8837890625, + "y": 3500.517578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 3646.794921875, + "y": 3487.844482421875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 3661.6240234375, + "y": 3472.979248046875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 3685.3115234375, + "y": 3472.762939453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 3699.0478515625, + "y": 3486.41015625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 3712.1982421875, + "y": 3499.31689453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 3726.9365234375, + "y": 3513.27685546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 3742.3486328125, + "y": 3528.9443359375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 3758.2509765625, + "y": 3545.006103515625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 3773.4033203125, + "y": 3560.517822265625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 3787.8408203125, + "y": 3571.67578125, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(F),wait(3),click,wait(2),keypress(F),wait(6)" + } + ] +} \ No newline at end of file diff --git a/repo/js/首领讨伐一条龙/assets/冰风组曲-科培琉司的劫罚前往.json b/repo/js/首领讨伐一条龙/assets/冰风组曲-科培琉司的劫罚前往.json new file mode 100644 index 00000000..49a52488 --- /dev/null +++ b/repo/js/首领讨伐一条龙/assets/冰风组曲-科培琉司的劫罚前往.json @@ -0,0 +1,138 @@ +{ + "info": { + "name": "科培琉司的劫罚前往", + "type": "collect", + "authors": [ + { + "name": "Tool_tingsu", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1753791900320, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 3602.185546875, + "y": 3529.386474609375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3617.0234375, + "y": 3515.871337890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 3633.8837890625, + "y": 3500.517578125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 3646.794921875, + "y": 3487.844482421875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 3661.6240234375, + "y": 3472.979248046875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 3685.3115234375, + "y": 3472.762939453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 3699.0478515625, + "y": 3486.41015625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 3712.1982421875, + "y": 3499.31689453125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 3726.9365234375, + "y": 3513.27685546875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 3742.3486328125, + "y": 3528.9443359375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 3758.2509765625, + "y": 3545.006103515625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 3773.4033203125, + "y": 3560.517822265625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 3787.8408203125, + "y": 3571.67578125, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(F),wait(3),click,wait(2),keypress(S),wait(1),keypress(F),wait(6)" + } + ] +} \ No newline at end of file diff --git a/repo/js/首领讨伐一条龙/assets/干年珍珠骏麟前往.json b/repo/js/首领讨伐一条龙/assets/千年珍珠骏麟前往.json similarity index 96% rename from repo/js/首领讨伐一条龙/assets/干年珍珠骏麟前往.json rename to repo/js/首领讨伐一条龙/assets/千年珍珠骏麟前往.json index 7b3e0385..d764fd1f 100644 --- a/repo/js/首领讨伐一条龙/assets/干年珍珠骏麟前往.json +++ b/repo/js/首领讨伐一条龙/assets/千年珍珠骏麟前往.json @@ -1,6 +1,6 @@ { "info": { - "name": "干年珍珠骏麟前往", + "name": "千年珍珠骏麟前往", "type": "collect", "authors": [ { diff --git a/repo/js/首领讨伐一条龙/assets/雷音权观前往.json b/repo/js/首领讨伐一条龙/assets/雷音权现前往.json similarity index 100% rename from repo/js/首领讨伐一条龙/assets/雷音权观前往.json rename to repo/js/首领讨伐一条龙/assets/雷音权现前往.json diff --git a/repo/js/首领讨伐一条龙/settings.json b/repo/js/首领讨伐一条龙/settings.json index cbce3fa5..43a57222 100644 --- a/repo/js/首领讨伐一条龙/settings.json +++ b/repo/js/首领讨伐一条龙/settings.json @@ -27,16 +27,16 @@ "半永恒统辖矩阵", "掣电树", "纯水精灵", - "翠翎恐簟", + "翠翎恐蕈", "深罪浸礼者", "深邃摹结株", "风蚀沙虫", - "歌裴莉娅的葬送", + "冰风组曲-歌裴莉娅的葬送", + "冰风组曲-科培琉司的劫罚", "古岩龙蜥", "恒常机关阵列", "急冻树", "金焰绒翼龙暴君", - "科培琉司的劫罚", "雷音权现", "灵觉隐修的迷者", "魔像督军",