js:自动精英锄地路径规划,自动化规划和执行精英锄地,并支持配置自动拾取和路线刷新检测 (#686)
This commit is contained in:
45
repo/js/自动精英锄地规划@mno/README.md
Normal file
45
repo/js/自动精英锄地规划@mno/README.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# 自动精英锄地规划
|
||||
|
||||
## 项目简介
|
||||
该脚本支持根据用户配置生成路径组文件、运行路径组或执行路径文件。用户可以通过配置文件设置所需怪物数量、筛选条件(如是否包含传奇路线、水免路线、次数盾路线、高危路线)以及最低秒均值。脚本还支持禁用自动拾取功能和启用路线CD检测。脚本会根据这些条件筛选出符合条件的路线,并生成路径组文件或直接运行路径文件,直到满足所需怪物数量。路线信息和其他更多功能将持续更新,使用遇到bug请在频道反馈。
|
||||
|
||||
## 功能特点
|
||||
- **生成路径组文件**:根据用户配置筛选路线,并生成包含选中路线名称和初始化CD时间的路径组文件。
|
||||
- **运行路径组**:直接运行生成的路径组文件,执行地图追踪任务。
|
||||
- **执行路径文件**:直接执行指定的路径文件,运行地图追踪任务。
|
||||
- **灵活的筛选条件**:支持多种筛选条件,帮助用户找到最适合的路线。
|
||||
- **禁用自动拾取**:用户可以选择禁用自动拾取功能,以避免不必要的物品拾取。
|
||||
- **路线CD检测**:用户可以选择启用路线CD检测,避免重复执行未刷新的路径。或在闪退/手动退出时保留路线运行进度,下一次运行从未运行完成的路线开始
|
||||
|
||||
### 配置项说明
|
||||
|
||||
| 配置项名称 | 类型 | 默认值 | 说明 |
|
||||
|--------------------------|--------------|----------------------------|----------------------------------------------------------------------|
|
||||
| `operationType` | `select` | `生成路径组文件` | 操作类型,可选值:`生成路径组文件`、`执行路径组文件1`、`执行路径组文件2`、`执行路径组文件3`、`输出地图追踪文件` |
|
||||
| `excludeTagsForPathGroup1` | `input-text` | 空字符串 | 路径组1要排除的标签,可选值:`传奇`、`水免`、`次数盾`、`高危`,用逗号分隔 |
|
||||
| `selectTagsForPathGroup2` | `input-text` | 空字符串 | 路径组2要选择的标签,可选值:`传奇`、`水免`、`次数盾`、`高危`,用逗号分隔 |
|
||||
| `selectTagsForPathGroup3` | `input-text` | 空字符串 | 路径组3要选择的标签,可选值:`传奇`、`水免`、`次数盾`、`高危`,用逗号分隔 |
|
||||
| `disableAutoPickup` | `checkbox` | `false` | 是否禁用自动拾取功能。如果启用,脚本运行时不会自动拾取物品。 |
|
||||
| `enableRouteCdCheck` | `checkbox` | `false` | 是否启用路线CD检测。如果启用,脚本会检查路径组文件中的时间戳,避免执行未刷新的路径。 |
|
||||
| `requiredMonsterCount` | `input-text` | `405` | 目标怪物数量,必须为0以上的整数 |
|
||||
| `minSecPerMonster` | `input-text` | `0.1` | 最低秒均值,秒均 = 摩拉 / 时间 |
|
||||
|
||||
## 使用方法
|
||||
1. **安装 BetterGI**:确保你已经安装了最新版本的 BetterGI,并且版本号不低于 `0.44.0`。
|
||||
2. **下载脚本**:在脚本仓库订阅文件夹。
|
||||
3. **配置脚本**:根据你的需求更改js自定义配置
|
||||
4. **选择操作模式**:
|
||||
- **生成路径组文件**:脚本将根据配置筛选路线,并生成包含选中路线名称的路径组文件。
|
||||
- **执行路径组文件1/2/3**:脚本将直接运行指定的路径组文件,执行地图追踪任务。
|
||||
- **输出地图追踪文件**:脚本将选中的地图追踪文件复制到 `js` 目录下的 `pathingout` 文件夹中,方便用户直接复制使用。
|
||||
5. **查看输出**:根据配置的操作模式,脚本将生成路径组文件、运行路径组或执行路径文件。
|
||||
|
||||
## 注意事项
|
||||
- 如果选择“执行路径组文件”,请确保路径组文件存在,并且路径文件中的每个地图追踪文件都存在。
|
||||
- 如果生成的路径组文件或执行路径文件不符合预期,可以检查 `settings.json` 配置是否正确。
|
||||
- 如果启用“禁用自动拾取”功能,脚本运行时不会自动拾取物品,请根据需要手动拾取。
|
||||
- 如果启用“路线CD检测”,将会跳过未刷新的路线,如果你希望刷新所有路线的CD,你可以重新生成路径组文件
|
||||
|
||||
## 联系作者
|
||||
如果有任何问题或建议,请联系作者:
|
||||
- **作者**:mno
|
||||
116
repo/js/自动精英锄地规划@mno/index.txt
Normal file
116
repo/js/自动精英锄地规划@mno/index.txt
Normal file
@@ -0,0 +1,116 @@
|
||||
是否传奇 是否水免 是否次数盾 是否高危 怪物数量 600 400 200 秒均 路线名称
|
||||
1 0 0 0 4 4 0 0 13.33 001璃月沉玉谷南陵 传奇
|
||||
0 0 0 0 3 1 0 2 11.24 101蒙德雪山(600_1,200_2)
|
||||
0 0 0 0 1 1 0 0 12.05 102蒙得雪山(600_1)
|
||||
0 0 0 0 6 2 0 4 12.61 103蒙德雪山(600_2,200_4)
|
||||
0 0 0 0 4 0 0 4 16.57 104蒙德奔狼领(200_4)
|
||||
0 0 0 0 1 0 0 1 15.61 105蒙德望风山地(200_1)
|
||||
0 0 0 0 2 0 0 2 4.65 106蒙德风龙废墟北(200_2)
|
||||
0 0 0 0 3 1 0 2 9.28 107蒙德风龙废墟南(600_1,200_2)
|
||||
0 0 0 0 3 1 0 2 14.11 201璃月离沙郊(600_1,200_2)
|
||||
0 0 0 1 4 0 0 4 5.33 202【高危】璃月灵矩关(200_4)
|
||||
0 0 0 0 4 0 0 4 5.71 203璃月遁玉陵f4(200_4)
|
||||
0 0 0 0 2 1 0 1 11.00 204璃月天衡山(600_1,200_1)
|
||||
0 0 0 1 4 0 0 4 8.16 205【高危】璃月孤云阁f4(200_4)
|
||||
0 0 0 0 5 0 0 5 11.65 206璃月孤云阁北(200_5)
|
||||
0 1 0 1 3 0 0 3 5.83 207【高危】璃月孤云阁山顶(200_3)
|
||||
0 1 0 0 3 0 0 3 9.19 208璃月渌华池(200_3)
|
||||
0 0 0 0 5 1 0 4 16.03 209璃月天遒谷(600_1,200_4)
|
||||
0 0 0 0 4 2 0 2 13.08 210璃月南天门(600_2,200_2)
|
||||
0 0 0 0 6 1 0 5 10.84 211璃月虎牢山(600_1,200_5)
|
||||
0 0 0 0 3 1 0 2 11.24 212璃月绝云间南(600_1,200_2)
|
||||
0 0 0 0 3 3 0 0 16.98 213璃月庆云顶(600_3)
|
||||
0 0 0 0 5 3 0 2 20.00 214璃月奥藏山北(600_3,200_2)
|
||||
0 0 0 0 2 1 0 1 20.00 215璃月奥藏山下(600_1,200_1)
|
||||
0 0 0 0 1 1 0 0 16.41 216璃月珉林北(600_1)
|
||||
0 0 0 0 1 1 0 0 15.29 217璃月珉林南(600_1)
|
||||
0 0 0 0 2 1 0 1 10.32 218璃月碧水原(600_1,200_1)
|
||||
0 1 0 0 2 0 0 2 9.76 219璃月轻策庄 浊水幻灵(200_4)
|
||||
0 0 0 0 1 1 0 0 13.53 220璃月地中之盐(600_1)
|
||||
0 0 0 0 1 1 0 0 16.97 221璃月震雷宫(600_1)
|
||||
0 0 0 0 3 1 0 2 18.87 222璃月层岩北(600_1,200_2)
|
||||
0 0 0 0 2 1 0 1 17.39 223璃月层岩南(600_1,200_1)
|
||||
0 0 0 0 3 0 0 3 10.91 224璃月沉玉谷南陵浅滩(200_3)
|
||||
0 0 0 0 6 0 0 6 13.24 225璃月沉玉谷隐山猊兽南(200_6)
|
||||
0 0 0 0 3 1 0 2 13.70 226璃月沉玉谷赤望台(600_1,200_2)
|
||||
0 0 0 0 4 0 0 4 13.38 227璃月沉玉谷宝决口南(200_4)
|
||||
0 0 0 0 8 0 0 8 10.06 228璃月沉玉谷神像(200_8)
|
||||
0 0 0 0 3 1 0 2 14.49 229璃月沉玉谷宝决口东(600_1,200_2)
|
||||
0 0 0 0 1 1 0 0 11.64 230璃月沉玉谷药蝶谷西(600_1)
|
||||
0 0 0 0 4 0 0 4 9.41 231璃月沉玉谷暝垣山(200_4)
|
||||
0 0 0 0 5 1 0 4 10.94 232璃月沉玉谷灵濛山南(600_1,200_4)
|
||||
0 0 0 0 2 1 0 1 12.06 233璃月沉玉谷灵濛山东北(600_1,200_1)
|
||||
0 0 0 0 3 0 0 3 13.61 234璃月沉玉谷上灵濛山东(200_3)
|
||||
0 0 0 0 1 1 0 0 5.00 235璃月层岩南山顶丘丘王(600_1)
|
||||
0 0 0 0 2 1 0 1 13.94 301稻妻镇守之森(600_1,200_1)
|
||||
0 0 0 0 6 1 0 5 11.85 302稻妻荒海(600_1,200_5)
|
||||
0 0 0 0 2 0 0 2 13.79 303稻妻砂流之庭(200_2)
|
||||
0 0 0 0 3 1 0 2 9.64 304稻妻九条海滩(600_1,200_2)
|
||||
0 0 0 0 1 1 0 0 10.86 305稻妻相之火旁(600_1)
|
||||
0 0 0 0 20 1 0 19 12.08 306稻妻踏鞴砂(600_1,200_19)
|
||||
0 0 0 0 3 0 0 3 10.00 307稻妻绝缘本后山洞(200_3)
|
||||
0 0 0 0 8 0 0 8 6.37 308稻妻水月池(200_8)
|
||||
0 0 0 0 2 0 0 2 10.26 309稻妻海祇岛北(200_2)
|
||||
0 0 0 0 1 1 0 0 11.73 310稻妻珊瑚宫(600_1)
|
||||
0 0 0 0 6 1 0 5 13.66 311稻妻萌云神社(600_1,200_5)
|
||||
0 0 0 0 5 1 0 4 10.13 312稻妻清赖丸(600_1,200_4)
|
||||
0 0 0 0 2 0 0 2 16.67 313稻妻越石村(200_2)
|
||||
0 0 0 0 3 0 0 3 18.75 314稻妻平海砦北(200_3)
|
||||
0 0 0 0 6 0 0 6 12.90 315稻妻平海砦南(200_6)
|
||||
0 0 0 0 20 0 0 20 13.11 316稻妻天云峠(200_20)
|
||||
0 0 0 0 12 0 0 12 10.86 317稻妻鹤观千来神祠(200_12~16)
|
||||
0 0 0 0 5 0 0 5 10.09 318稻妻鹤观知比山(200_5)
|
||||
0 0 0 0 9 0 0 9 11.25 319稻妻鹤观茂知祭场(200_9)
|
||||
0 0 0 0 7 1 0 6 9.82 320稻妻鹤馆惑饲滩(600_1,200_6~13)
|
||||
0 0 0 0 7 0 3 4 18.25 321稻妻鹤馆(400_3,200_4)
|
||||
0 0 0 0 1 1 0 0 17.14 401须弥降诸魔山神像(600_1)
|
||||
0 0 0 0 1 0 0 1 4.88 402须弥香醉坡(200_1)
|
||||
0 0 0 0 4 0 0 4 6.56 403须弥茸蕈窟(200_4)
|
||||
0 0 0 0 3 0 0 3 4.44 404须弥二净甸(200_3)
|
||||
0 0 0 0 2 1 0 1 8.54 405须弥觉王之殿南(600_1,200_1)
|
||||
0 0 0 0 4 0 2 2 20.00 406须弥往昔的桓那兰那(400_2,200_2)
|
||||
0 0 0 0 1 1 0 0 10.00 407须弥善见地(600_1,200_1)
|
||||
0 0 0 0 2 2 0 0 27.91 408须弥茶诃之座2丘丘王(600_2)
|
||||
0 0 0 0 9 0 0 9 8.04 409须弥茶诃之座(200_9)
|
||||
0 0 0 0 2 0 0 2 8.70 410须弥沙漠丰饶绿洲(200_2)
|
||||
0 0 0 0 1 1 0 0 14.18 411须弥沙漠饱饮之丘东(600_1)
|
||||
0 0 0 0 2 1 0 1 7.84 412须弥沙漠圣显厅北(600_1,200_1)
|
||||
0 0 0 0 7 0 0 7 13.44 413须弥沙漠圣显厅门口(200_7)
|
||||
0 0 0 0 1 1 0 0 12.77 414须弥沙漠沙虫隧道(600_1)
|
||||
0 0 0 0 2 0 0 2 8.70 415须弥沙漠避让之丘(200_2)
|
||||
0 0 0 0 4 1 0 3 10.53 416须弥沙漠五绿洲的子遗地下(600_1,200_3)
|
||||
0 0 0 0 1 1 0 0 11.73 417须弥沙漠三运河之地北(600_1)
|
||||
0 1 0 0 3 0 0 3 10.75 501枫丹城 浊水幻灵(200_3)
|
||||
0 0 0 1 3 0 0 3 4.65 502【高危】枫丹芒索斯山东麓(200_3)
|
||||
0 0 0 0 5 1 0 4 10.02 503枫丹实验室遗址东(600_1,200_4)
|
||||
0 0 0 0 7 0 0 7 12.75 504枫丹茉洁站(200_7)
|
||||
0 1 0 0 6 0 0 6 8.27 505枫丹茉洁站北 浊水幻灵(200_6)
|
||||
0 1 0 0 2 0 0 2 4.60 506枫丹湖中垂柳 浊水幻灵(200_2)
|
||||
0 0 0 0 3 1 0 2 14.78 507枫丹幽林雾道(600_1,200_2)
|
||||
0 0 0 0 13 2 4 7 13.85 508枫丹厄里那斯北(600_2,400_4,200_7)
|
||||
0 0 0 0 6 1 1 4 12.50 509枫丹厄里那斯西(600_1,400_1,200_4)
|
||||
0 0 0 0 7 0 2 5 18.75 510枫丹厄里那斯南(400_2,200_5)
|
||||
0 0 0 0 12 1 0 11 10.90 511枫丹苍晶区f6(600_1,200_11)
|
||||
0 0 0 0 2 0 0 2 8.89 512枫丹苍晶区神像(200_2)
|
||||
0 1 0 0 2 0 0 2 8.00 513枫丹厄里那斯东 浊水幻灵(200_2)
|
||||
0 1 0 0 6 0 0 6 7.67 514枫丹秋分山西侧 浊水幻灵(200_6)
|
||||
0 1 0 0 6 0 0 6 9.30 515枫丹秋分山东 浊水幻灵(200_6)
|
||||
0 1 0 0 3 1 0 2 12.11 516枫丹卡布狄斯堡 浊水幻灵(600_1,200_1)
|
||||
0 1 0 0 4 0 0 4 8.90 517枫丹莫尔泰区 浊水幻灵(200_4)
|
||||
0 1 0 0 3 0 0 3 11.11 518枫丹佩特莉可镇 浊水幻灵(200_3)
|
||||
0 0 1 0 2 1 1 0 9.59 601纳塔奥奇(600_1,400_1)次数盾
|
||||
0 0 1 0 3 3 0 0 13.46 602纳塔奥奇(600_3)次数盾
|
||||
0 0 1 0 4 4 0 0 11.01 603纳塔奥奇(600_4)次数盾
|
||||
0 0 1 0 12 0 3 9 8.60 604纳塔奥奇(400_3,200_9)次数盾
|
||||
0 0 1 0 1 1 0 0 9.84 605纳塔奥奇(600_1)次数盾
|
||||
0 0 1 0 4 0 2 2 6.69 606纳塔奥奇(400_2,200_2)次数盾
|
||||
0 0 0 0 2 0 0 2 10.00 607纳塔奥奇东南岛(200_2)
|
||||
0 0 0 0 5 0 0 5 5.41 608纳塔城(200_5)
|
||||
0 0 0 0 3 0 0 3 4.51 609纳塔溶水域南(200_3)
|
||||
0 0 0 0 1 0 0 1 4.76 610硫晶支脉(200_3)
|
||||
0 0 0 0 1 0 0 1 10.74 611纳塔火山安饶之野东北边缘(200_1)
|
||||
0 0 0 0 2 1 0 1 12.97 612纳塔火山安饶之野入口(600_1,200_1)
|
||||
0 0 0 0 1 0 0 1 2.13 613纳塔火山孑遗的留迹 炉壳山鼬(200_1)
|
||||
0 0 0 0 1 0 0 1 5.58 614纳塔火山安饶之野南 炉壳山鼬(200_1)
|
||||
0 0 0 0 1 0 0 1 4.31 615纳塔火山安饶之野西 炉壳山鼬(200_1)
|
||||
0 0 0 0 2 0 0 2 4.44 616纳塔火山安饶之野西北海滩(200_2)
|
||||
BIN
repo/js/自动精英锄地规划@mno/info.xlsx
Normal file
BIN
repo/js/自动精英锄地规划@mno/info.xlsx
Normal file
Binary file not shown.
318
repo/js/自动精英锄地规划@mno/main.js
Normal file
318
repo/js/自动精英锄地规划@mno/main.js
Normal file
@@ -0,0 +1,318 @@
|
||||
(async function () {
|
||||
// 初始化配置
|
||||
const operationType = settings.operationType || "生成路径组文件"; // 操作模式
|
||||
let excludeTagsForPathGroup1 = settings.excludeTagsForPathGroup1 || ""; // 路径组1排除标签
|
||||
let selectTagsForPathGroup2 = settings.selectTagsForPathGroup2 || ""; // 路径组2选择标签
|
||||
let selectTagsForPathGroup3 = settings.selectTagsForPathGroup3 || ""; // 路径组3选择标签
|
||||
const disableAutoPickup = settings.disableAutoPickup || false; // 是否禁用自动拾取
|
||||
const enableRouteCdCheck = settings.enableRouteCdCheck || false; // 是否启用路线CD检测
|
||||
const requiredMonsterCount = parseInt(settings.requiredMonsterCount, 10) || 405; // 目标怪物数量
|
||||
const minSecPerMonster = parseFloat(settings.minSecPerMonster) || 0.1; // 最低秒均
|
||||
|
||||
// 初始化文件路径(直接内置生成)
|
||||
const indexPath = 'index.txt';
|
||||
const pathingDir = 'pathing/';
|
||||
const routeDir = 'route/';
|
||||
|
||||
// 定义需要检查的字段
|
||||
const tags = ["水免", "次数盾", "传奇", "高危"];
|
||||
|
||||
// 标准化 excludeTagsForPathGroup1
|
||||
excludeTagsForPathGroup1 = tags.filter(tag => excludeTagsForPathGroup1.includes(tag)).join('.');
|
||||
|
||||
// 标准化 selectTagsForPathGroup2
|
||||
selectTagsForPathGroup2 = tags.filter(tag => selectTagsForPathGroup2.includes(tag)).join('.');
|
||||
|
||||
// 标准化 selectTagsForPathGroup3
|
||||
selectTagsForPathGroup3 = tags.filter(tag => selectTagsForPathGroup3.includes(tag)).join('.');
|
||||
|
||||
// 日志输出配置信息
|
||||
log.info(`配置信息:操作类型=${operationType}, 路径组1排除标签=${excludeTagsForPathGroup1}, 路径组2选择标签=${selectTagsForPathGroup2}, 路径组3选择标签=${selectTagsForPathGroup3}, 是否禁用自动拾取=${disableAutoPickup}, 是否启用路线CD检测=${enableRouteCdCheck}, 目标怪物数量=${requiredMonsterCount}, 最低秒均=${minSecPerMonster}`);
|
||||
|
||||
// 生成默认的文件夹/文件名
|
||||
let outputFolderName = `${requiredMonsterCount}-${excludeTagsForPathGroup1}-${selectTagsForPathGroup2}-${selectTagsForPathGroup3}-${minSecPerMonster}`;
|
||||
|
||||
// 初始化一个变量,用于判断是否是执行路径组文件的模式
|
||||
let executePathGroupMode = 0;
|
||||
|
||||
// 分别检验是否是执行路径组文件1、执行路径组文件2、执行路径组文件3
|
||||
if (operationType === "执行路径组文件1") {
|
||||
executePathGroupMode = 1;
|
||||
} else if (operationType === "执行路径组文件2") {
|
||||
executePathGroupMode = 2;
|
||||
} else if (operationType === "执行路径组文件3") {
|
||||
executePathGroupMode = 3;
|
||||
}
|
||||
|
||||
// 如果是执行路径组文件的模式
|
||||
if (executePathGroupMode > 0) {
|
||||
// 检查是否禁用了自动拾取
|
||||
if (!disableAutoPickup) {
|
||||
// 启用自动拾取
|
||||
dispatcher.addTimer(new RealtimeTimer("AutoPick"));
|
||||
} else {
|
||||
// 禁用自动拾取
|
||||
log.warn("自动拾取已禁用");
|
||||
}
|
||||
|
||||
// 根据 executePathGroupMode 获取路径组编号
|
||||
const pathGroupNumber = executePathGroupMode;
|
||||
|
||||
// 构造路径组文件路径
|
||||
const pathGroupFilePath = `${routeDir}路径组${pathGroupNumber}-${outputFolderName}.txt`;
|
||||
|
||||
try {
|
||||
// 读取路径组文件内容
|
||||
const pathGroupContent = await file.readText(pathGroupFilePath);
|
||||
const pathLines = pathGroupContent.trim().split('\n'); // 定义 pathLines 变量
|
||||
|
||||
// 遍历路径名称列表,依次执行每个路径
|
||||
for (let i = 0; i < pathLines.length; i++) {
|
||||
const pathLine = pathLines[i];
|
||||
// 解析路径名称和后面的 ISO 时间字符串
|
||||
const [pathName, pathCD] = pathLine.split('::').map(part => part.trim());
|
||||
const pathFilePath = `${pathingDir}${pathName}.json`;
|
||||
|
||||
// 获取当前时间
|
||||
const now = new Date();
|
||||
const startTime = now.toISOString(); // 获取开始时间
|
||||
|
||||
// 如果启用了路线CD检测,检查当前时间是否不早于附加时间戳
|
||||
if (enableRouteCdCheck) {
|
||||
const pathCDDate = new Date(pathCD); // 将附加时间戳转换为Date对象
|
||||
if (now < pathCDDate) {
|
||||
log.info(`当前路线 ${pathName} 为第 ${i + 1}/${pathLines.length} 个,当前路线未刷新,放弃该路径`);
|
||||
continue; // 放弃该路径
|
||||
}
|
||||
}
|
||||
|
||||
log.info(`当前路线 ${pathName} 为第 ${i + 1}/${pathLines.length} 个,当前路线已刷新或未启用cd检测,执行路径`);
|
||||
|
||||
// 执行路径文件
|
||||
await pathingScript.runFile(pathFilePath);
|
||||
|
||||
// 获取结束时间
|
||||
const endTime = new Date();
|
||||
const endTimeISO = endTime.toISOString(); // 获取结束时间
|
||||
|
||||
// 检查执行时间是否超过10秒
|
||||
const executionTime = endTime.getTime() - now.getTime();
|
||||
|
||||
// 如果启用了CD检测,且结束时间与开始时间相差超过10秒,则更新附加时间戳为开始时间后的第一个凌晨四点
|
||||
if (enableRouteCdCheck && executionTime > 10000) {
|
||||
// 计算开始时间后的第一个晚上八点
|
||||
const nextEveningEight = new Date(startTime);
|
||||
nextEveningEight.setHours(4, 0, 0, 0); // 设置时间为凌晨四点0分0秒0毫秒
|
||||
if (nextEveningEight <= new Date(startTime)) {
|
||||
// 如果设置的时间小于等于开始时间,说明需要取下一个晚上八点
|
||||
nextEveningEight.setHours(4 + 24, 0, 0, 0); // 设置时间为下一个晚上八点0分0秒0毫秒
|
||||
}
|
||||
|
||||
// 转换为北京时间(UTC+8)
|
||||
const nextEveningEightBeijing = new Date(nextEveningEight.getTime() + 0 * 3600 * 1000);
|
||||
const nextEveningEightBeijingFormatted = `${nextEveningEightBeijing.getFullYear()}-${String(nextEveningEightBeijing.getMonth() + 1).padStart(2, '0')}-${String(nextEveningEightBeijing.getDate()).padStart(2, '0')} ${String(nextEveningEightBeijing.getHours()).padStart(2, '0')}:${String(nextEveningEightBeijing.getMinutes()).padStart(2, '0')}:${String(nextEveningEightBeijing.getSeconds()).padStart(2, '0')}`;
|
||||
|
||||
// 更新路径组文件中的附加时间戳
|
||||
pathLines[i] = `${pathName}::${nextEveningEight.toISOString()}`;
|
||||
log.info(`当前路线 ${pathName} 执行完成,下一次可用时间更新为:${nextEveningEightBeijingFormatted}`);
|
||||
|
||||
// 将更新后的内容写回路径组文件
|
||||
const updatedPathGroupContent = pathLines.join('\n');
|
||||
await file.writeText(pathGroupFilePath, updatedPathGroupContent);
|
||||
} else {
|
||||
log.info(`当前路线 ${pathName} 执行完成,但不更新可用时间,因为执行时间不足10秒或未启用cd检测。`);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
log.error(`读取路径组文件失败:${error}`);
|
||||
process.exit(1); // 退出程序
|
||||
}
|
||||
|
||||
// 执行完成后退出程序
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// 否则:进行排序、筛选和选取路径
|
||||
let totalMonsterCount = 0;
|
||||
|
||||
try {
|
||||
const indexContent = await file.readText(indexPath);
|
||||
const pathingFiles = indexContent.trim().split('\n').slice(1).map(line => {
|
||||
const data = line.trim().split('\t');
|
||||
if (data.length !== 10) {
|
||||
log.warn(`不符合预期格式的行:${line}`);
|
||||
return null;
|
||||
}
|
||||
return {
|
||||
legendary: parseInt(data[0], 10) === 1,
|
||||
waterFree: parseInt(data[1], 10) === 1,
|
||||
timeshield: parseInt(data[2], 10) === 1,
|
||||
highRisk: parseInt(data[3], 10) === 1,
|
||||
monsterCount: parseFloat(data[4]),
|
||||
secPerMonster: parseFloat(data[8]),
|
||||
name: data[9].trim(),
|
||||
group: 0 // 新增 group 参数,初始值为 0
|
||||
};
|
||||
}).filter(route => route !== null);
|
||||
|
||||
// 筛选和排序路径
|
||||
const priority600Routes = pathingFiles
|
||||
.filter(route => route.name.includes('600'))
|
||||
.sort((a, b) => {
|
||||
if (a.secPerMonster === b.secPerMonster) {
|
||||
return a.monsterCount - b.monsterCount; // 次要排序依据:怪物数量升序
|
||||
}
|
||||
return b.secPerMonster - a.secPerMonster; // 主要排序依据:秒均降序
|
||||
});
|
||||
|
||||
const priority400Routes = pathingFiles
|
||||
.filter(route => !priority600Routes.includes(route) && route.name.includes('400'))
|
||||
.sort((a, b) => {
|
||||
if (a.secPerMonster === b.secPerMonster) {
|
||||
return a.monsterCount - b.monsterCount; // 次要排序依据:怪物数量升序
|
||||
}
|
||||
return b.secPerMonster - a.secPerMonster; // 主要排序依据:秒均降序
|
||||
});
|
||||
|
||||
const remainingRoutes = pathingFiles
|
||||
.filter(route => !priority600Routes.includes(route) && !priority400Routes.includes(route))
|
||||
.sort((a, b) => {
|
||||
if (a.secPerMonster === b.secPerMonster) {
|
||||
return a.monsterCount - b.monsterCount; // 次要排序依据:怪物数量升序
|
||||
}
|
||||
return b.secPerMonster - a.secPerMonster; // 主要排序依据:秒均降序
|
||||
});
|
||||
|
||||
// 合并所有路径
|
||||
const sortedRoutes = [...priority600Routes, ...priority400Routes, ...remainingRoutes];
|
||||
|
||||
// 分配路径到路径组
|
||||
const pathGroups = [[], [], []];
|
||||
for (const path of sortedRoutes) {
|
||||
if (totalMonsterCount >= requiredMonsterCount) {
|
||||
break;
|
||||
}
|
||||
|
||||
// 为每个路径组生成一个对应的字符串
|
||||
const excludeTags1 = excludeTagsForPathGroup1.split('.');
|
||||
const excludeTags1String = excludeTags1.map(tag => {
|
||||
switch (tag) {
|
||||
case "传奇":
|
||||
return path.legendary ? '1' : '0';
|
||||
case "水免":
|
||||
return path.waterFree ? '1' : '0';
|
||||
case "次数盾":
|
||||
return path.timeshield ? '1' : '0';
|
||||
case "高危":
|
||||
return path.highRisk ? '1' : '0';
|
||||
default:
|
||||
return '0';
|
||||
}
|
||||
}).join('');
|
||||
|
||||
const selectTags2 = selectTagsForPathGroup2.split('.');
|
||||
const selectTags2String = selectTags2.map(tag => {
|
||||
switch (tag) {
|
||||
case "传奇":
|
||||
return path.legendary ? '1' : '0';
|
||||
case "水免":
|
||||
return path.waterFree ? '1' : '0';
|
||||
case "次数盾":
|
||||
return path.timeshield ? '1' : '0';
|
||||
case "高危":
|
||||
return path.highRisk ? '1' : '0';
|
||||
default:
|
||||
return '0';
|
||||
}
|
||||
}).join('');
|
||||
|
||||
const selectTags3 = selectTagsForPathGroup3.split('.');
|
||||
const selectTags3String = selectTags3.map(tag => {
|
||||
switch (tag) {
|
||||
case "传奇":
|
||||
return path.legendary ? '1' : '0';
|
||||
case "水免":
|
||||
return path.waterFree ? '1' : '0';
|
||||
case "次数盾":
|
||||
return path.timeshield ? '1' : '0';
|
||||
case "高危":
|
||||
return path.highRisk ? '1' : '0';
|
||||
default:
|
||||
return '0';
|
||||
}
|
||||
}).join('');
|
||||
|
||||
// 检查路径是否符合路径组1的条件
|
||||
const excludeTags1Mask = excludeTags1.map(tag => tag === '1' ? '1' : '0').join('');
|
||||
if (excludeTags1String === excludeTags1Mask) { // 反转逻辑:如果路径包含任何排除标签,则入选路径组1
|
||||
path.group = 1;
|
||||
pathGroups[0].push(path);
|
||||
totalMonsterCount += path.monsterCount;
|
||||
continue;
|
||||
}
|
||||
|
||||
// 检查路径是否符合路径组2的条件
|
||||
const selectTags2Mask = selectTags2.map(tag => tag === '1' ? '1' : '0').join('');
|
||||
if (selectTags2String !== selectTags2Mask) { // 反转逻辑:如果路径不包含任何选择的标签,则入选路径组2
|
||||
path.group = 2;
|
||||
pathGroups[1].push(path);
|
||||
totalMonsterCount += path.monsterCount;
|
||||
continue;
|
||||
}
|
||||
|
||||
// 检查路径是否符合路径组3的条件
|
||||
const selectTags3Mask = selectTags3.map(tag => tag === '1' ? '1' : '0').join('');
|
||||
if (selectTags3String !== selectTags3Mask) { // 反转逻辑:如果路径不包含任何选择的标签,则入选路径组3
|
||||
path.group = 3;
|
||||
pathGroups[2].push(path);
|
||||
totalMonsterCount += path.monsterCount;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 再次根据 operationType 决定生成路径组文件还是输出地图追踪文件
|
||||
if (operationType === "生成路径组文件") {
|
||||
// 生成路径组文件的逻辑
|
||||
for (let i = 0; i < 3; i++) {
|
||||
const pathGroup = pathGroups[i];
|
||||
const pathGroupFilePath = `${routeDir}路径组${i + 1}-${outputFolderName}.txt`;
|
||||
if (pathGroup.length > 0) {
|
||||
// 按照 index.txt 中的顺序输出路径,并在每个路径名称后添加 "2000-01-01T00:00:00.000Z",以初始化cd信息
|
||||
const sortedPathNames = pathingFiles
|
||||
.filter(path => pathGroup.some(groupPath => groupPath.name === path.name))
|
||||
.map(path => `${path.name}::2000-01-01T00:00:00.000Z`);
|
||||
const pathGroupContent = sortedPathNames.join('\n');
|
||||
await file.writeText(pathGroupFilePath, pathGroupContent);
|
||||
log.info(`生成并刷新路径组${i + 1}文件成功,路径数:${sortedPathNames.length}`);
|
||||
}
|
||||
}
|
||||
} else if (operationType === "输出地图追踪文件") {
|
||||
// 输出地图追踪文件的逻辑
|
||||
for (let i = 0; i < 3; i++) {
|
||||
const pathGroup = pathGroups[i];
|
||||
const outputFolder = `pathingout/${outputFolderName}/路径组${i + 1}`;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
for (const path of pathGroup) {
|
||||
const sourceFilePath = `${pathingDir}${path.name}.json`;
|
||||
const targetFilePath = `${outputFolder}/${path.name}.json`;
|
||||
try {
|
||||
const fileContent = await file.readText(sourceFilePath);
|
||||
await file.writeText(targetFilePath, fileContent);
|
||||
successCount++;
|
||||
} catch (error) {
|
||||
log.warn(`复制 ${sourceFilePath} 到 ${targetFilePath} 失败:${error}`);
|
||||
failCount++;
|
||||
}
|
||||
}
|
||||
log.info(`路径组${i + 1}复制完成:成功 ${successCount} 个,失败 ${failCount} 个`);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
log.error(`读取索引文件失败:${error}`);
|
||||
}
|
||||
})();
|
||||
|
||||
14
repo/js/自动精英锄地规划@mno/manifest.json
Normal file
14
repo/js/自动精英锄地规划@mno/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动精英锄地规划@mno",
|
||||
"version": "1.0",
|
||||
"bgi_version": "0.44.0",
|
||||
"description": "脚本名称:自动精英锄地规划\n该脚本支持根据用户配置生成路径组文件、运行路径组或执行路径文件。用户可以通过配置文件设置所需怪物数量、筛选条件(如是否包含传奇路线、水免路线、次数盾路线、高危路线)以及最低秒均值。脚本还支持禁用自动拾取功能和启用路线CD检测。脚本会根据这些条件筛选出符合条件的路线,并生成路径组文件或直接运行路径文件,直到满足所需怪物数量。",
|
||||
"authors": [
|
||||
{
|
||||
"name": "mno"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
60
repo/js/自动精英锄地规划@mno/pathing/001璃月沉玉谷南陵 传奇.json
Normal file
60
repo/js/自动精英锄地规划@mno/pathing/001璃月沉玉谷南陵 传奇.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "001璃月沉玉谷南陵传奇",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2岩龙蜥 1200摩拉x2",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1863.6435546875,
|
||||
"y": 1591.0048828125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1915.291015625,
|
||||
"y": 1573.32470703125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1945.8125278910375,
|
||||
"y": 1609.4359957774159,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1969.7451171875,
|
||||
"y": 1619.7275390625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1986,
|
||||
"y": 1593.248849079875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1986,
|
||||
"y": 1593.248849079875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
147
repo/js/自动精英锄地规划@mno/pathing/101蒙德雪山(600_1,200_2).json
Normal file
147
repo/js/自动精英锄地规划@mno/pathing/101蒙德雪山(600_1,200_2).json
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "101蒙德雪山(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -410.8427734375,
|
||||
"y": 1161.3115234375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -405.6845703125,
|
||||
"y": 1145.15185546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -398.96484375,
|
||||
"y": 1131.17236328125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -390.134765625,
|
||||
"y": 1114.21484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -376.7724609375,
|
||||
"y": 1098.646484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -366.50390625,
|
||||
"y": 1086.25146484375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -367.0966796875,
|
||||
"y": 1066.99658203125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -368.7353515625,
|
||||
"y": 1038.79638671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -372.1650390625,
|
||||
"y": 1031.92578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -376.451171875,
|
||||
"y": 1028.27978515625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -396.10546875,
|
||||
"y": 994.23193359375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -368.59765625,
|
||||
"y": 988.4892578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -354.50061621293753,
|
||||
"y": 974.5596351449058,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -345.103515625,
|
||||
"y": 948.63330078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -335.62495259900425,
|
||||
"y": 962.8760155835516,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
57
repo/js/自动精英锄地规划@mno/pathing/102蒙得雪山(600_1).json
Normal file
57
repo/js/自动精英锄地规划@mno/pathing/102蒙得雪山(600_1).json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "102蒙得雪山(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -796.318359375,
|
||||
"y": 1037.22119140625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -774.7978515625,
|
||||
"y": 1033.025390625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -718.1435546875,
|
||||
"y": 1067.744140625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "1500"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -701.0537109375,
|
||||
"y": 1086.64501953125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -701.0537109375,
|
||||
"y": 1086.64501953125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
212
repo/js/自动精英锄地规划@mno/pathing/103蒙德雪山(600_2,200_4).json
Normal file
212
repo/js/自动精英锄地规划@mno/pathing/103蒙德雪山(600_2,200_4).json
Normal file
@@ -0,0 +1,212 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "103蒙德雪山(600_2,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1006.923828125,
|
||||
"y": 859.47607421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -998.10546875,
|
||||
"y": 852.6123046875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -976.125,
|
||||
"y": 847.7493581406989,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -996.10546875,
|
||||
"y": 849.6123046875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1006.923828125,
|
||||
"y": 859.47607421875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(2.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -952.380859375,
|
||||
"y": 837.0498046875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -940.5283203125,
|
||||
"y": 833.31591796875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -924.27734375,
|
||||
"y": 815.9580078125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -924.27734375,
|
||||
"y": 815.9580078125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1006.9228515625,
|
||||
"y": 859.50244140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -1047.25,
|
||||
"y": 758.7453963194976,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -1083.25,
|
||||
"y": 771.8736720152401,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1098.625,
|
||||
"y": 770.8752213307935,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1121.625,
|
||||
"y": 761.188652005223,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -1153.298828125,
|
||||
"y": 751.9658203125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -1164.6005859375,
|
||||
"y": 728.52490234375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1184.1845703125,
|
||||
"y": 708.76611328125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -1184.0419921875,
|
||||
"y": 671.18505859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -1183.3525390625,
|
||||
"y": 589.6865234375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -1195.888671875,
|
||||
"y": 562.03759765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -1203.2919921875,
|
||||
"y": 539.708984375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -1203.2919921875,
|
||||
"y": 539.708984375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
75
repo/js/自动精英锄地规划@mno/pathing/104蒙德奔狼领(200_4).json
Normal file
75
repo/js/自动精英锄地规划@mno/pathing/104蒙德奔狼领(200_4).json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "104蒙德奔狼领(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3流血狗 1冰法师",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -247.5029296875,
|
||||
"y": 2256.41455078125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -228.0751953125,
|
||||
"y": 2225.9130859375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -223.033203125,
|
||||
"y": 2219.344482421875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -213.7001953125,
|
||||
"y": 2196.7236328125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -200.5068359375,
|
||||
"y": 2161.565673828125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -216.705078125,
|
||||
"y": 2125.780517578125,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -222.4033203125,
|
||||
"y": 2094.99609375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
39
repo/js/自动精英锄地规划@mno/pathing/105蒙德望风山地(200_1).json
Normal file
39
repo/js/自动精英锄地规划@mno/pathing/105蒙德望风山地(200_1).json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "105蒙德望风山地(200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1273.98046875,
|
||||
"y": 2722.332763671875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1294.8623046875,
|
||||
"y": 2687.79931640625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "click,wait(0.2),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1281.259765625,
|
||||
"y": 2681.071044921875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
75
repo/js/自动精英锄地规划@mno/pathing/106蒙德风龙废墟北(200_2).json
Normal file
75
repo/js/自动精英锄地规划@mno/pathing/106蒙德风龙废墟北(200_2).json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "106蒙德风龙废墟北(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2丘丘暴徒",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 265.5625,
|
||||
"y": 2914.96533203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 275.189453125,
|
||||
"y": 2929.447509765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 286.9130859375,
|
||||
"y": 2938.199462890625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -83.8115234375,
|
||||
"y": 2781.677001953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -72.3017578125,
|
||||
"y": 2847.310546875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -75.568359375,
|
||||
"y": 2851.56201171875,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -55.76953125,
|
||||
"y": 2888.619873046875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
165
repo/js/自动精英锄地规划@mno/pathing/107蒙德风龙废墟南(600_1,200_2).json
Normal file
165
repo/js/自动精英锄地规划@mno/pathing/107蒙德风龙废墟南(600_1,200_2).json
Normal file
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "107蒙德风龙废墟南(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 338.2294921875,
|
||||
"y": 2581.150634765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 303.00067151409894,
|
||||
"y": 2532.996665248038,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 284.318359375,
|
||||
"y": 2508.653076171875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 295.8232421875,
|
||||
"y": 2460.06982421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 296.609375,
|
||||
"y": 2450.408203125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 296.53125,
|
||||
"y": 2439.8134765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 267.4375003601017,
|
||||
"y": 2434.875712424282,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 255.041015625,
|
||||
"y": 2431.875244140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 252.96484375,
|
||||
"y": 2431.479248046875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.12),keypress(VK_SPACE),wait(3),keypress(VK_SPACE),wait(0.12),keypress(VK_SPACE),wait(3),keypress(VK_SPACE),wait(0.12),keypress(VK_SPACE),wait(1.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 225.875,
|
||||
"y": 2418.050048828125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 226.43749996636507,
|
||||
"y": 2410.5624772630545,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 283.5283203125,
|
||||
"y": 2385.822998046875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 346.2499999366846,
|
||||
"y": 2421.438045686684,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 361.6787109375,
|
||||
"y": 2448.9306640625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 379.767578125,
|
||||
"y": 2433.81103515625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 400.171875,
|
||||
"y": 2417.035888671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 400.927734375,
|
||||
"y": 2416.104248046875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
94
repo/js/自动精英锄地规划@mno/pathing/201璃月离沙郊(600_1,200_2).json
Normal file
94
repo/js/自动精英锄地规划@mno/pathing/201璃月离沙郊(600_1,200_2).json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "201璃月离沙郊(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 828.279296875,
|
||||
"y": -583.36181640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 866.7060546875,
|
||||
"y": -521.166015625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(VK_SPACE),wait(2.5),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 853.2607421875,
|
||||
"y": -522.00341796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 858.2607421875,
|
||||
"y": -522.00341796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 866.7060546875,
|
||||
"y": -521.166015625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 880.7275390625,
|
||||
"y": -499.13134765625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "click,wait(5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 903.9375,
|
||||
"y": -512.544921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(4)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 933.080078125,
|
||||
"y": -500.89111328125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 933.080078125,
|
||||
"y": -500.89111328125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/202【高危】璃月灵矩关(200_4).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/202【高危】璃月灵矩关(200_4).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "202【高危】璃月灵矩关(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2水法师 1冰法师 1火之债务处理人",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1043.1572265625,
|
||||
"y": -558.0693359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1030.5517578125,
|
||||
"y": -522.08056640625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1032.806640625,
|
||||
"y": -478.28564453125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1045.603515625,
|
||||
"y": -474.9912109375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1066.37109375,
|
||||
"y": -464.71142578125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1069.1689453125,
|
||||
"y": -466.6708984375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
129
repo/js/自动精英锄地规划@mno/pathing/203璃月遁玉陵f4(200_4).json
Normal file
129
repo/js/自动精英锄地规划@mno/pathing/203璃月遁玉陵f4(200_4).json
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "203璃月遁玉陵f4(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3遗迹重机 1遗迹猎者",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 981.3793180976045,
|
||||
"y": -343.15015284549554,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1044.5003346924386,
|
||||
"y": -312.75026941299984,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1092.5625,
|
||||
"y": -290.5009738554909,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1109.9981034095126,
|
||||
"y": -313.50179608666895,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1138.25,
|
||||
"y": -338.2510776520012,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1154.1277333215858,
|
||||
"y": -345.74806920683113,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1154.1277333215858,
|
||||
"y": -345.74806920683113,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1161.7502789103655,
|
||||
"y": -345.9377469619167,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1185.0001115641462,
|
||||
"y": -313.499550978333,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1200.6254183655492,
|
||||
"y": -277.7505388260006,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1194.8100215107388,
|
||||
"y": -260.2494611739994,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(2),",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1200.6254183655492,
|
||||
"y": -277.7505388260006,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1190.8125836731106,
|
||||
"y": -292.9372081359161,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
103
repo/js/自动精英锄地规划@mno/pathing/204璃月天衡山(600_1,200_1).json
Normal file
103
repo/js/自动精英锄地规划@mno/pathing/204璃月天衡山(600_1,200_1).json
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "204璃月天衡山(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 611.7119140625,
|
||||
"y": -284.666015625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 616.2763671875,
|
||||
"y": -223.2734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 627.255689771464,
|
||||
"y": -174.00332276033714,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 641.9991074868285,
|
||||
"y": -162.49919176099957,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 607.5012272056101,
|
||||
"y": -124.24964078266657,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 579.140625,
|
||||
"y": -110.935546875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 597.140625,
|
||||
"y": -101.935546875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 595.140625,
|
||||
"y": -85.935546875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 589.998326537805,
|
||||
"y": -97.75026941299984,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 589.998326537805,
|
||||
"y": -97.75026941299984,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
85
repo/js/自动精英锄地规划@mno/pathing/205【高危】璃月孤云阁f4(200_4).json
Normal file
85
repo/js/自动精英锄地规划@mno/pathing/205【高危】璃月孤云阁f4(200_4).json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "205璃月孤云阁f4(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "f4遗迹守卫",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -963.5033469243899,
|
||||
"y": -288.75026941299984,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -916.2501115641462,
|
||||
"y": -278.249101956666,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -852.5013387697563,
|
||||
"y": -285.9973956743306,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -758.999442179269,
|
||||
"y": -312.75026941299984,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -737.5002231282924,
|
||||
"y": -327.5020654996688,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -711.5030122319513,
|
||||
"y": -332.750449021667,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -718.2530122319513,
|
||||
"y": -331.5,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -255.04296875,
|
||||
"y": 630.0732421875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
}
|
||||
]
|
||||
}
|
||||
111
repo/js/自动精英锄地规划@mno/pathing/206璃月孤云阁北(200_5).json
Normal file
111
repo/js/自动精英锄地规划@mno/pathing/206璃月孤云阁北(200_5).json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "206璃月孤云阁北(200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -963.3994140625,
|
||||
"y": -288.8818359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -966.7421875,
|
||||
"y": -282.890625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -977.0302734375,
|
||||
"y": -242.22216796875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1002.3720703125,
|
||||
"y": -206.2646484375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -991.728515625,
|
||||
"y": -185.9599609375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -991.728515625,
|
||||
"y": -185.9599609375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -950.4541015625,
|
||||
"y": -172.73828125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -887.1875158003313,
|
||||
"y": -158.18789410704994,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -906.0263671875,
|
||||
"y": -123.974609375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -908.626953125,
|
||||
"y": -102.06591796875,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -895.013671875,
|
||||
"y": -81.2919921875,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/207【高危】璃月孤云阁山顶(200_3).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/207【高危】璃月孤云阁山顶(200_3).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "207【高危】璃月孤云阁山顶(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3法师",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -963.3994140625,
|
||||
"y": -288.8818359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -908.48046875,
|
||||
"y": -275.14306640625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -903.890625,
|
||||
"y": -301.24267578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -941.5009765625,
|
||||
"y": -333.71337890625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -944.87890625,
|
||||
"y": -324.4931640625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -952.05078125,
|
||||
"y": -302.63818359375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -980.306640625,
|
||||
"y": -293.65234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -975.1376953125,
|
||||
"y": -281.39501953125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -978.095703125,
|
||||
"y": -257.4814453125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -986.64453125,
|
||||
"y": -255.39697265625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
84
repo/js/自动精英锄地规划@mno/pathing/208璃月渌华池(200_3).json
Normal file
84
repo/js/自动精英锄地规划@mno/pathing/208璃月渌华池(200_3).json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "208璃月渌华池(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 489.2900390625,
|
||||
"y": 222.23779296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 488.333984375,
|
||||
"y": 242.0498046875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 489.3046875,
|
||||
"y": 251.033203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(2.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 489.3046875,
|
||||
"y": 251.033203125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 489.2900390625,
|
||||
"y": 222.23779296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 499.390625,
|
||||
"y": 208.69921875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 475.5244140625,
|
||||
"y": 204.48876953125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 464.8583984375,
|
||||
"y": 222.5947265625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
104
repo/js/自动精英锄地规划@mno/pathing/209璃月天遒谷(600_1,200_4).json
Normal file
104
repo/js/自动精英锄地规划@mno/pathing/209璃月天遒谷(600_1,200_4).json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "209璃月天遒谷(600_1,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1268.41015625,
|
||||
"y": -64.10400390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1290.2470703125,
|
||||
"y": -44.70654296875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1292.2783203125,
|
||||
"y": -11.576171875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1302.7189633044782,
|
||||
"y": 51.90646221148836,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1286.9371543677426,
|
||||
"y": 82.15362009333967,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1286.9371543677426,
|
||||
"y": 82.15362009333967,
|
||||
"type": "orientation",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(1)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1152.875,
|
||||
"y": 141.62744140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1147.5634765625,
|
||||
"y": 103.806640625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1120.4990234375,
|
||||
"y": 126.80908203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1078.46484375,
|
||||
"y": 132.32177734375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
147
repo/js/自动精英锄地规划@mno/pathing/210璃月南天门(600_2,200_2).json
Normal file
147
repo/js/自动精英锄地规划@mno/pathing/210璃月南天门(600_2,200_2).json
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "210璃月南天门(600_2,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1665.93359375,
|
||||
"y": 386.61083984375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1705.267578125,
|
||||
"y": 348.783203125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1709.765625,
|
||||
"y": 327.60888671875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1695.33203125,
|
||||
"y": 327.92431640625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1706.5317101846613,
|
||||
"y": 278.18407430025763,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1689.9066746339158,
|
||||
"y": 259.9992799967358,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1674.0439453125,
|
||||
"y": 266.6044921875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1674.0439453125,
|
||||
"y": 266.6044921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1665.93359375,
|
||||
"y": 386.61083984375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1642.8232421875,
|
||||
"y": 378.7763671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1641.5546875,
|
||||
"y": 365.1279296875,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1622.3749683993374,
|
||||
"y": 371.8727263054807,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1596.4814453125,
|
||||
"y": 390.681640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 1616.2021484375,
|
||||
"y": 398.595703125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 1615.1251224525713,
|
||||
"y": 398.1251136847259,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
167
repo/js/自动精英锄地规划@mno/pathing/211璃月虎牢山(600_1,200_5).json
Normal file
167
repo/js/自动精英锄地规划@mno/pathing/211璃月虎牢山(600_1,200_5).json
Normal file
@@ -0,0 +1,167 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "211璃月虎牢山(600_1,200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1793.5546875,
|
||||
"y": 716.34228515625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1802.3120537434152,
|
||||
"y": 710.75,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1820.8753904745117,
|
||||
"y": 682.2491917609987,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1829.0004462565848,
|
||||
"y": 652.7496856848329,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1842.6246095254883,
|
||||
"y": 620.874101956666,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(VK_SPACE),wait(1),attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1853.375,
|
||||
"y": 596.0009878476676,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1839.375647813602,
|
||||
"y": 541.9980597806771,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1838.9374920998343,
|
||||
"y": 537.71875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "玛薇卡 e(hold),keydown(w),wait(0.1),keydown(LSHIFT),wait(3.2),keyup(LSHIFT),wait(0.1),dash,wait(0.8),dash,wait(0.8),keyup(w);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1827.451171875,
|
||||
"y": 416.65478515625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1828.6562579001657,
|
||||
"y": 416.7187651579634,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1831.5937243244607,
|
||||
"y": 416.59375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "玛薇卡 e(hold),keydown(w),wait(0.1),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1940.134765625,
|
||||
"y": 406.5927734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1965,
|
||||
"y": 404.0009295893324,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "芙宁娜 e;玛薇卡 e;钟离 a(0.1),e(hold);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 1989.7021484375,
|
||||
"y": 405.54443359375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 1993.0625,
|
||||
"y": 393.2501818955616,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 1994.751953125,
|
||||
"y": 416.07568359375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 2005.21875,
|
||||
"y": 411.84372726305446,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
112
repo/js/自动精英锄地规划@mno/pathing/212璃月绝云间南(600_1,200_2).json
Normal file
112
repo/js/自动精英锄地规划@mno/pathing/212璃月绝云间南(600_1,200_2).json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "212璃月绝云间南(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1387.8505859375,
|
||||
"y": 516.88720703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1323.9995101897166,
|
||||
"y": 516.2549718120154,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1289.912109375,
|
||||
"y": 509.5732421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1259.2497787953562,
|
||||
"y": 488.2509094778079,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1242.7503318069666,
|
||||
"y": 479.2492724177537,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1184.7685546875,
|
||||
"y": 448.4248046875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1213.2512798268708,
|
||||
"y": 477.4975747258459,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1203.9998893976772,
|
||||
"y": 493.0013945326382,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1182.7041015625,
|
||||
"y": 485.70458984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1153.931640625,
|
||||
"y": 493.1005859375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1153.931640625,
|
||||
"y": 493.1005859375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
127
repo/js/自动精英锄地规划@mno/pathing/213璃月庆云顶(600_3).json
Normal file
127
repo/js/自动精英锄地规划@mno/pathing/213璃月庆云顶(600_3).json
Normal file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "213璃月庆云顶(600_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1433.4091796875,
|
||||
"y": 837.07763671875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1438.4189453125,
|
||||
"y": 895.97216796875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2000"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1448.12109375,
|
||||
"y": 939.16943359375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1446.5048828125,
|
||||
"y": 966.154296875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1430.624956549087,
|
||||
"y": 951.3127425274151,
|
||||
"type": "path",
|
||||
"move_mode": "climb"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1407.7001953125,
|
||||
"y": 931.34228515625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1410.2498656971802,
|
||||
"y": 974.5003031592696,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1404.1875928269492,
|
||||
"y": 1029.9697201096624,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1414.1875177753736,
|
||||
"y": 1067.9054542069189,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1421.0624644492527,
|
||||
"y": 1090.1872423146215,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1437.041015625,
|
||||
"y": 1143.5048828125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1439.7587890625,
|
||||
"y": 1150.5302734375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1439.7587890625,
|
||||
"y": 1150.5302734375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
130
repo/js/自动精英锄地规划@mno/pathing/214璃月奥藏山北(600_3,200_2).json
Normal file
130
repo/js/自动精英锄地规划@mno/pathing/214璃月奥藏山北(600_3,200_2).json
Normal file
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "214璃月奥藏山北(600_3,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1604.244140625,
|
||||
"y": 1040.6728515625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1607.5341796875,
|
||||
"y": 1039.19287109375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1611.3779296875,
|
||||
"y": 1043.94140625,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1624.7861328125,
|
||||
"y": 1057.95654296875,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1629.3076171875007,
|
||||
"y": 1102.8510742187498,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1613.3076171875,
|
||||
"y": 1152.85107421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1617.298828125,
|
||||
"y": 1192.052734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1623.6728515625,
|
||||
"y": 1214.5610351562502,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1602.9443359375,
|
||||
"y": 1233.91357421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1623.603515625,
|
||||
"y": 1270.91064453125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(VK_SPACE),wait(1),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1598.9716796875,
|
||||
"y": 1304.3935546875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1565.7294921875,
|
||||
"y": 1283.7666015625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1565.7294921875,
|
||||
"y": 1283.7666015625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/215璃月奥藏山下(600_1,200_1).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/215璃月奥藏山下(600_1,200_1).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "215璃月奥藏山下(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1602.0370393458688,
|
||||
"y": 1039.7740675255154,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1629.4989959226823,
|
||||
"y": 1042.5016164780009,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1646.998884358536,
|
||||
"y": 1055.2514368693355,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(VK_SPACE),wait(4),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1648.9985496660975,
|
||||
"y": 1065.7529635430037,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1641.1253904745117,
|
||||
"y": 1097.8136001030853,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1641.1253904745117,
|
||||
"y": 1097.8136001030853,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
94
repo/js/自动精英锄地规划@mno/pathing/216璃月珉林北(600_1).json
Normal file
94
repo/js/自动精英锄地规划@mno/pathing/216璃月珉林北(600_1).json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "216璃月珉林北(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1120.95703125,
|
||||
"y": 1190.3955078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1099.875256755391,
|
||||
"y": 1189.5589075626594,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1083.236328125,
|
||||
"y": 1190.58203125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1056.3388671875,
|
||||
"y": 1182.89599609375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1033.1279296875,
|
||||
"y": 1186.275390625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1043.28125,
|
||||
"y": 1163.36181640625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1048.374976299503,
|
||||
"y": 1128.9995907349858,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1046.374976299503,
|
||||
"y": 1127.9995907349858,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1046.374976299503,
|
||||
"y": 1127.9995907349858,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
58
repo/js/自动精英锄地规划@mno/pathing/217璃月珉林南(600_1).json
Normal file
58
repo/js/自动精英锄地规划@mno/pathing/217璃月珉林南(600_1).json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "217璃月珉林南(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1045.5439453125,
|
||||
"y": 950.6220703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 983.25,
|
||||
"y": 971.7511509201258,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 937.998046875,
|
||||
"y": 982.17236328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 932.998046875,
|
||||
"y": 973.17236328125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 932.998046875,
|
||||
"y": 973.17236328125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/218璃月碧水原(600_1,200_1).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/218璃月碧水原(600_1,200_1).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "218璃月碧水原(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1丘丘岩王 1幼岩龙蜥",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1271.1767578125,
|
||||
"y": 1564.39111328125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1247.2666015625,
|
||||
"y": 1598.38623046875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1171.6103515625,
|
||||
"y": 1575.166015625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1141.6767578125,
|
||||
"y": 1587.16845703125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1096.275390625,
|
||||
"y": 1566.8154296875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1076.6044921875,
|
||||
"y": 1541.49169921875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/219璃月轻策庄 浊水幻灵(200_4).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/219璃月轻策庄 浊水幻灵(200_4).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "219璃月轻策庄 浊水幻灵(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 547.7353515625,
|
||||
"y": 1766.79345703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 540.826171875,
|
||||
"y": 1766.02978515625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 475.234375,
|
||||
"y": 1789.2255859375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 389.353515625,
|
||||
"y": 1690.11669921875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 369.833984375,
|
||||
"y": 1698.0419921875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 296.814453125,
|
||||
"y": 1688.31982421875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "click,wait(0.5),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 324.150390625,
|
||||
"y": 1724.67431640625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(3.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 315.76171875,
|
||||
"y": 1728.41259765625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(3.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 324.150390625,
|
||||
"y": 1724.67431640625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(3.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 314.76171875000006,
|
||||
"y": 1718.41259765625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
76
repo/js/自动精英锄地规划@mno/pathing/220璃月地中之盐(600_1).json
Normal file
76
repo/js/自动精英锄地规划@mno/pathing/220璃月地中之盐(600_1).json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "220璃月地中之盐(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -164.5400390625,
|
||||
"y": 1182.55322265625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -175.744140625,
|
||||
"y": 1213.30712890625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -160.8642578125,
|
||||
"y": 1251.86376953125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -152.8544921875,
|
||||
"y": 1274.373046875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -145.1455078125,
|
||||
"y": 1290.138671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -143.7822265625,
|
||||
"y": 1330.7099609375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -143.7822265625,
|
||||
"y": 1330.7099609375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
76
repo/js/自动精英锄地规划@mno/pathing/221璃月震雷宫(600_1).json
Normal file
76
repo/js/自动精英锄地规划@mno/pathing/221璃月震雷宫(600_1).json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "221璃月震雷宫(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -416.337890625,
|
||||
"y": 730.03173828125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -411.328125,
|
||||
"y": 712.64892578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -432.0771484375,
|
||||
"y": 691.396484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -446.4990234375,
|
||||
"y": 670.8955078125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -468.4052734375,
|
||||
"y": 628.9150390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -484.3515625,
|
||||
"y": 628.47412109375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -484.3515625,
|
||||
"y": 628.47412109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
112
repo/js/自动精英锄地规划@mno/pathing/222璃月层岩北(600_1,200_2).json
Normal file
112
repo/js/自动精英锄地规划@mno/pathing/222璃月层岩北(600_1,200_2).json
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "222璃月层岩北(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1701.5029296875,
|
||||
"y": -582.3544921875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1706.505859375,
|
||||
"y": -575.25048828125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1724.44921875,
|
||||
"y": -566.44482421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1735.25390625,
|
||||
"y": -558.291015625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1742.2646484375,
|
||||
"y": -553.13134765625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "芙宁娜 e;玛薇卡 e;attack(10),keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1742.2646484375,
|
||||
"y": -553.13134765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1752.0126953125,
|
||||
"y": -550.1376953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1760.0322265625,
|
||||
"y": -548.765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1772.943359375,
|
||||
"y": -539.04296875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1782.265625,
|
||||
"y": -548.22412109375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1782.265625,
|
||||
"y": -548.22412109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
57
repo/js/自动精英锄地规划@mno/pathing/223璃月层岩南(600_1,200_1).json
Normal file
57
repo/js/自动精英锄地规划@mno/pathing/223璃月层岩南(600_1,200_1).json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "223璃月层岩南(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1759.5556640625,
|
||||
"y": -874.1845703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1769.6259765625,
|
||||
"y": -877.4306640625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1789.6416015625,
|
||||
"y": -883.1923828125,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1863.0712890625,
|
||||
"y": -892.28173828125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1863.0712890625,
|
||||
"y": -892.28173828125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
44
repo/js/自动精英锄地规划@mno/pathing/224璃月沉玉谷南陵浅滩(200_3).json
Normal file
44
repo/js/自动精英锄地规划@mno/pathing/224璃月沉玉谷南陵浅滩(200_3).json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "224璃月沉玉谷南陵浅滩(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3玄文兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2257.0439453125,
|
||||
"y": 934.9765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2227.8916015625,
|
||||
"y": 901.48046875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2202.9052734375,
|
||||
"y": 866.51513671875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2136.234375,
|
||||
"y": 838.61181640625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
81
repo/js/自动精英锄地规划@mno/pathing/225璃月沉玉谷隐山猊兽南(200_6).json
Normal file
81
repo/js/自动精英锄地规划@mno/pathing/225璃月沉玉谷隐山猊兽南(200_6).json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "225璃月沉玉谷隐山猊兽南(200_6)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "6玄文兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2208.0586806501415,
|
||||
"y": 1245,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2160.580246072823,
|
||||
"y": 1217.25,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2170.9979918453664,
|
||||
"y": 1169.3750449021663,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2198.502231282928,
|
||||
"y": 1148.2514817715019,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2216.625,
|
||||
"y": 1142.375177064634,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1904.5419921875,
|
||||
"y": 1196.94091796875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1881.8720703125,
|
||||
"y": 1205.41845703125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(VK_SPACE),wait(2),click"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1857.9736328125,
|
||||
"y": 1186.87353515625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/226璃月沉玉谷赤望台(600_1,200_2).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/226璃月沉玉谷赤望台(600_1,200_2).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "226璃月沉玉谷赤望台(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1丘丘王 2玄文兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2628.1181640625,
|
||||
"y": 1528.51220703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2626.5068359375,
|
||||
"y": 1486.2880859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2625.3916015625,
|
||||
"y": 1454.36376953125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2628.8330078125,
|
||||
"y": 1439.55126953125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2634.9267578125,
|
||||
"y": 1406.75341796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2631.3408203125,
|
||||
"y": 1370.32958984375,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
49
repo/js/自动精英锄地规划@mno/pathing/227璃月沉玉谷宝决口南(200_4).json
Normal file
49
repo/js/自动精英锄地规划@mno/pathing/227璃月沉玉谷宝决口南(200_4).json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "227璃月沉玉谷宝决口南(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1丘丘暴徒 3法师冰火雷",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2462.716796875,
|
||||
"y": 1801.6044921875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2475.6533203125,
|
||||
"y": 1766.56591796875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2505.3310546875,
|
||||
"y": 1714.30126953125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2505.3310546875,
|
||||
"y": 1714.30126953125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
134
repo/js/自动精英锄地规划@mno/pathing/228璃月沉玉谷神像(200_8).json
Normal file
134
repo/js/自动精英锄地规划@mno/pathing/228璃月沉玉谷神像(200_8).json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "228璃月沉玉谷神像(200_8)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2324.857421875,
|
||||
"y": 1604.8310546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2259.3896484375,
|
||||
"y": 1594.77197265625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2273.169921875,
|
||||
"y": 1600.22802734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2267.500347607298,
|
||||
"y": 1632.499757472584,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2250.8681640625,
|
||||
"y": 1662.93359375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2279.953125,
|
||||
"y": 1667.86376953125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2250.044921875,
|
||||
"y": 1695.14697265625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2222.734375,
|
||||
"y": 1702.73583984375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2501.2373046875,
|
||||
"y": 1594.01513671875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 2448.9375,
|
||||
"y": 1521.688617720507,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 2444.5283203125,
|
||||
"y": 1518.62841796875,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 2438.3681640625,
|
||||
"y": 1517.6044921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "wait(0.1),keydown(w),wait(0.1),keydown(LSHIFT),wait(8.3),keyup(w),keyup(LSHIFT)",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 2438.3681640625,
|
||||
"y": 1517.6044921875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
85
repo/js/自动精英锄地规划@mno/pathing/229璃月沉玉谷宝决口东(600_1,200_2).json
Normal file
85
repo/js/自动精英锄地规划@mno/pathing/229璃月沉玉谷宝决口东(600_1,200_2).json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "229璃月沉玉谷宝决口东(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2053.7666015625,
|
||||
"y": 1799.61181640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2055,
|
||||
"y": 1797.6917716843127,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2057.5380859375,
|
||||
"y": 1771.669921875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2062.716796875,
|
||||
"y": 1703.998046875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2103.708984375,
|
||||
"y": 1716.5,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2108.693359375,
|
||||
"y": 1715.8837890625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2093.708984375,
|
||||
"y": 1714.5,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2093.708984375,
|
||||
"y": 1714.5,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
56
repo/js/自动精英锄地规划@mno/pathing/230璃月沉玉谷药蝶谷西(600_1).json
Normal file
56
repo/js/自动精英锄地规划@mno/pathing/230璃月沉玉谷药蝶谷西(600_1).json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "230璃月沉玉谷药蝶谷西(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1863.6435546875,
|
||||
"y": 1591.0048828125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1899.9388108787189,
|
||||
"y": 1678.8750673532504,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1911.9388108787189,
|
||||
"y": 1688.8750673532504,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1927.1247210896345,
|
||||
"y": 1663.8737202882494,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1927.1247210896345,
|
||||
"y": 1663.8737202882494,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
81
repo/js/自动精英锄地规划@mno/pathing/231璃月沉玉谷暝垣山(200_4).json
Normal file
81
repo/js/自动精英锄地规划@mno/pathing/231璃月沉玉谷暝垣山(200_4).json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "231璃月沉玉谷暝垣山(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "4玄文兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2066.2177734375,
|
||||
"y": 1484.470703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2035.759765625,
|
||||
"y": 1525.6171875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2034.7236328125,
|
||||
"y": 1544.37548828125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2616.22265625,
|
||||
"y": 2049.838134765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2623.3251953125,
|
||||
"y": 2014.73193359375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2625.578125,
|
||||
"y": 1996.744140625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2627.693359375,
|
||||
"y": 1981.90087890625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2643.0517578125,
|
||||
"y": 1954.11328125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/232璃月沉玉谷灵濛山南(600_1,200_4).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/232璃月沉玉谷灵濛山南(600_1,200_4).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "232璃月沉玉谷灵濛山南(600_1,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2002.365234375,
|
||||
"y": 2081.0283203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1979.2919921875,
|
||||
"y": 2074.010986328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1969.369140625,
|
||||
"y": 2066.48828125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1938.4599609375,
|
||||
"y": 2042.775390625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1913.87890625,
|
||||
"y": 2034.25830078125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1877.3193359375,
|
||||
"y": 2031.255859375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1868.6875,
|
||||
"y": 2059.628851155805,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2002.392578125,
|
||||
"y": 2081.04443359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1973.8642578125,
|
||||
"y": 2117.48779296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1967.841796875,
|
||||
"y": 2151.3876953125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/233璃月沉玉谷灵濛山东北(600_1,200_1).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/233璃月沉玉谷灵濛山东北(600_1,200_1).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "233璃月沉玉谷灵濛山东北(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1丘丘王 1丘丘游侠",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1977.2705078125,
|
||||
"y": 2341.04443359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1971.2265625,
|
||||
"y": 2336.744140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1901.75,
|
||||
"y": 2329.5644919771403,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1909.033203125,
|
||||
"y": 2317.96533203125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1871.6083984375,
|
||||
"y": 2301.467041015625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1850.40234375,
|
||||
"y": 2297.584228515625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
57
repo/js/自动精英锄地规划@mno/pathing/234璃月沉玉谷上灵濛山东(200_3).json
Normal file
57
repo/js/自动精英锄地规划@mno/pathing/234璃月沉玉谷上灵濛山东(200_3).json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "234璃月沉玉谷上灵濛山东(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1725.466796875,
|
||||
"y": 2115.0751953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1737.287109375,
|
||||
"y": 2178.525146484375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1789.947265625,
|
||||
"y": 2148.357666015625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1815.5224609375,
|
||||
"y": 2133.165283203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1822.6103515625,
|
||||
"y": 2151.441162109375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
247
repo/js/自动精英锄地规划@mno/pathing/235璃月层岩南山顶丘丘王(600_1).json
Normal file
247
repo/js/自动精英锄地规划@mno/pathing/235璃月层岩南山顶丘丘王(600_1).json
Normal file
@@ -0,0 +1,247 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "235璃月层岩南山顶丘丘王(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1759.59765625,
|
||||
"y": -874.16796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1743.9912109375,
|
||||
"y": -866.34423828125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1740.2812499683423,
|
||||
"y": -875.7811666312009,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1726.4326171875,
|
||||
"y": -876.38818359375,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1702.2578125,
|
||||
"y": -868.4814453125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1701.7119140625,
|
||||
"y": -871.28466796875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1700.71875,
|
||||
"y": -879.2195246577767,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1708.4921875,
|
||||
"y": -889.23876953125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1708.6962890625,
|
||||
"y": -898.2685546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1698.4384765625,
|
||||
"y": -908.49755859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 1687.0947265625,
|
||||
"y": -901.6181640625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 1682.15625,
|
||||
"y": -914.357421875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 1671.173828125,
|
||||
"y": -929.06005859375,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 1667.24609375,
|
||||
"y": -940.056640625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 1671.173828125,
|
||||
"y": -929.06005859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 1686.828125,
|
||||
"y": -934.47802734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 1689.8828125,
|
||||
"y": -945.994140625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 1709.7001953125,
|
||||
"y": -960.85791015625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 1717.3662109375,
|
||||
"y": -966.60693359375,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 1738.0126953125,
|
||||
"y": -999.03369140625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 1736.9365234375,
|
||||
"y": -1002.2060546875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 1731.3122906456047,
|
||||
"y": -1014.6251364216714,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 1670.0830078125,
|
||||
"y": -1020.787109375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 1658.2822265625,
|
||||
"y": -1020.88427734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 1635.4091796875,
|
||||
"y": -1007.9775390625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 1635.4091796875,
|
||||
"y": -1007.9775390625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
84
repo/js/自动精英锄地规划@mno/pathing/301稻妻镇守之森(600_1,200_1).json
Normal file
84
repo/js/自动精英锄地规划@mno/pathing/301稻妻镇守之森(600_1,200_1).json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "301稻妻镇守之森(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4429.900390625,
|
||||
"y": -2798.5078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4404.687338046599,
|
||||
"y": -2794.3120755770233,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4371.177734375,
|
||||
"y": -2820.314453125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "attack(0.3)"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4391.3203125,
|
||||
"y": -2820.6484375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4362.912109375,
|
||||
"y": -2835.5166015625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4348.1875,
|
||||
"y": -2840.7492696083827,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4277.3125,
|
||||
"y": -2862.312234403049,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4277.3125,
|
||||
"y": -2862.312234403049,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
93
repo/js/自动精英锄地规划@mno/pathing/302稻妻荒海(600_1,200_5).json
Normal file
93
repo/js/自动精英锄地规划@mno/pathing/302稻妻荒海(600_1,200_5).json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "302稻妻荒海(600_1,200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4217.888671875,
|
||||
"y": -2397.869140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4192.3125,
|
||||
"y": -2368.063385323174,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4184.750836731098,
|
||||
"y": -2324.8746407826657,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4192.916015625,
|
||||
"y": -2319.880859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4202.625083673109,
|
||||
"y": -2314.312477548916,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4247.2890625,
|
||||
"y": -2287.2041015625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4260.14453125,
|
||||
"y": -2276.326171875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4284.904296875,
|
||||
"y": -2285.896484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4302.73046875,
|
||||
"y": -2326.6376953125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
repo/js/自动精英锄地规划@mno/pathing/303稻妻砂流之庭(200_2).json
Normal file
48
repo/js/自动精英锄地规划@mno/pathing/303稻妻砂流之庭(200_2).json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "303稻妻砂流之庭(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1火之债务处理人 1藏镜仕女",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4408.869140625,
|
||||
"y": -2395.3837890625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4410.046875,
|
||||
"y": -2392.7216796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4435.62890625,
|
||||
"y": -2386.6533203125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4460.529296875,
|
||||
"y": -2360.2177734375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
157
repo/js/自动精英锄地规划@mno/pathing/304稻妻九条海滩(600_1,200_2).json
Normal file
157
repo/js/自动精英锄地规划@mno/pathing/304稻妻九条海滩(600_1,200_2).json
Normal file
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "304稻妻九条海滩(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3437.0458984375,
|
||||
"y": -3319.7900390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3383.280993244609,
|
||||
"y": -3311.187386315274,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3362.470703125,
|
||||
"y": -3307.638671875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3363.9521484375,
|
||||
"y": -3271.7734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3379.634765625,
|
||||
"y": -3260.9375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3384.8623046875,
|
||||
"y": -3234.9892578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3353.564453125,
|
||||
"y": -3222.271484375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "attack(0.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3353.498514768815,
|
||||
"y": -3192.7504850548303,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3382.971679687502,
|
||||
"y": -3196.205078125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -3382.971679687502,
|
||||
"y": -3196.205078125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -3410.2060546875,
|
||||
"y": -3201.2734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -3420.8154296875,
|
||||
"y": -3190.974609375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -3437.8720703125,
|
||||
"y": -3173.3603515625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -3456.69921875,
|
||||
"y": -3136.630859375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -3477.1875,
|
||||
"y": -3156.24960589295,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -3524.15625,
|
||||
"y": -3163.03515625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
75
repo/js/自动精英锄地规划@mno/pathing/305稻妻相之火旁(600_1).json
Normal file
75
repo/js/自动精英锄地规划@mno/pathing/305稻妻相之火旁(600_1).json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "305稻妻相之火旁(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3234.0380859375,
|
||||
"y": -3155.546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3238.2060546875,
|
||||
"y": -3132.8515625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3258.5029296875005,
|
||||
"y": -3130.3701171875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3243.0595703125,
|
||||
"y": -3104.2373046875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3268.6787109375,
|
||||
"y": -2995.6201171875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3303.00390625,
|
||||
"y": -2946.5205078125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3303.64453125,
|
||||
"y": -2946.2041015625,
|
||||
"type": "orientation",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(1)"
|
||||
}
|
||||
]
|
||||
}
|
||||
291
repo/js/自动精英锄地规划@mno/pathing/306稻妻踏鞴砂(600_1,200_19).json
Normal file
291
repo/js/自动精英锄地规划@mno/pathing/306稻妻踏鞴砂(600_1,200_19).json
Normal file
@@ -0,0 +1,291 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "306稻妻踏鞴砂(600_1,200_19)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3156.6015625,
|
||||
"y": -3886.099609375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3126.583984375,
|
||||
"y": -3872.5224609375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3105.263671875,
|
||||
"y": -3894.466796875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "4500",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3122.90625,
|
||||
"y": -3858.718274138795,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3125.28125,
|
||||
"y": -3873.6583858421563,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3121.19140625,
|
||||
"y": -3876.810546875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3109.53125,
|
||||
"y": -3833.249845068445,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3122.90625,
|
||||
"y": -3858.718274138795,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3102.0390625,
|
||||
"y": -3891.4677734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -3086.6874683993374,
|
||||
"y": -3923.781287894908,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -3096.812900933419,
|
||||
"y": -3918.563894532639,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -3086.0312756755393,
|
||||
"y": -3924.782288320497,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "芙宁娜 e;",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -3027.4374644492527,
|
||||
"y": -3983.875045473891,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -3010.404296875,
|
||||
"y": -3995.478515625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -2958.65625,
|
||||
"y": -3950.9676765456516,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -2919.0380859375,
|
||||
"y": -3889.76953125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2903.205078125,
|
||||
"y": -3870.53125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -2953.656781286156,
|
||||
"y": -3831.316425912537,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2961.531149272885,
|
||||
"y": -3843.0318942134472,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2970.874936798673,
|
||||
"y": -3855.9381669503928,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2972.7499920998343,
|
||||
"y": -3856.2186817891634,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2972.7499920998343,
|
||||
"y": -3856.2186817891634,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -3016.857421875,
|
||||
"y": -3623.611328125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -2986.09375,
|
||||
"y": -3624.906106134984,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -2984.46875,
|
||||
"y": -3624.9381418593002,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -2983.84375,
|
||||
"y": -3615.843982397333,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -2985.78125,
|
||||
"y": -3612.281371731937,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "玛薇卡 e(hold),wait(0.05),keydown(w),wait(0.01),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(1.2),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(1.3),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -3030.01953125,
|
||||
"y": -3527.0732421875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -3233.25390625,
|
||||
"y": -3534.1357421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -3214.5400390625,
|
||||
"y": -3525.421875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -3198.5546875,
|
||||
"y": -3517.1044921875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/307稻妻绝缘本后山洞(200_3).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/307稻妻绝缘本后山洞(200_3).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "307稻妻绝缘本后山洞(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2365.9599609375,
|
||||
"y": -3769.537109375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2362.2412109375,
|
||||
"y": -3758.3193359375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2377.2138671875,
|
||||
"y": -3757.0263671875,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2384.96875,
|
||||
"y": -3783.968765083886,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2385.96875,
|
||||
"y": -3789.0000754194352,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2389.28125,
|
||||
"y": -3806.9050809987602,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2384.34375,
|
||||
"y": -3807.093734916114,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
"action_params": "attack(0.3),keypress(x),w(0.5)"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2381.6875,
|
||||
"y": -3807.1873416191866,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "attack(0.3),keypress(x),w(0.4),attack(0.3),w(0.4),keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2365.53125,
|
||||
"y": -3819.3440139680224,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2347.3779296875,
|
||||
"y": -3822.328125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
216
repo/js/自动精英锄地规划@mno/pathing/308稻妻水月池(200_8).json
Normal file
216
repo/js/自动精英锄地规划@mno/pathing/308稻妻水月池(200_8).json
Normal file
@@ -0,0 +1,216 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "308稻妻水月池(200_8)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1133.865234375,
|
||||
"y": -3605.177734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1138.8173828125,
|
||||
"y": -3596.6162109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(f),w(0.4),keypress(f),wait(1),keypress(t),wait(0.5),keypress(t),wait(0.5),keypress(t),wait(0.5)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1156.8751027021572,
|
||||
"y": -3588.750242527416,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1169.240234375,
|
||||
"y": -3576.279296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1182.7500790016584,
|
||||
"y": -3562.375272843343,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1191.73828125,
|
||||
"y": -3575.154296875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(7)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1188.771484375,
|
||||
"y": -3595.39453125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1188.771484375,
|
||||
"y": -3595.39453125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1180.5625750515755,
|
||||
"y": -3573.063333687991,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1176.2499170482588,
|
||||
"y": -3568.8752880013053,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -1154.4060623710611,
|
||||
"y": -3556.7191213701044,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -1140.7119140625,
|
||||
"y": -3545.8935546875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1143.7119140625,
|
||||
"y": -3547.8935546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1129.7501975041469,
|
||||
"y": -3530.6255456866857,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -1108.500557820731,
|
||||
"y": -3500.2486978371653,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -1106.5006136028042,
|
||||
"y": -3528.8740570544996,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1101.34375,
|
||||
"y": -3520.6226318297486,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -1095.837890625,
|
||||
"y": -3577.1279296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -1097.0001673462193,
|
||||
"y": -3636.9987876415,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -1056.1237833744563,
|
||||
"y": -3657.6280315926924,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -1011.4375,
|
||||
"y": -3662.687123737651,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -1314.3594291755944,
|
||||
"y": -3774.5396935153767,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -1340,
|
||||
"y": -3783.6259295893324,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
39
repo/js/自动精英锄地规划@mno/pathing/309稻妻海祇岛北(200_2).json
Normal file
39
repo/js/自动精英锄地规划@mno/pathing/309稻妻海祇岛北(200_2).json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "309稻妻海祇岛北(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1雷莹术士 1藏镜仕女",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -765.8642578125,
|
||||
"y": -3557.3427734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -791.931640625,
|
||||
"y": -3552.599609375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -799.6767578125,
|
||||
"y": -3538.04296875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
49
repo/js/自动精英锄地规划@mno/pathing/310稻妻珊瑚宫(600_1).json
Normal file
49
repo/js/自动精英锄地规划@mno/pathing/310稻妻珊瑚宫(600_1).json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "310稻妻珊瑚宫(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -757.9228515625,
|
||||
"y": -3815.16015625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -870.556640625,
|
||||
"y": -3884.701171875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -877.6171875,
|
||||
"y": -3892.484375,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -877.6171875,
|
||||
"y": -3892.484375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
166
repo/js/自动精英锄地规划@mno/pathing/311稻妻萌云神社(600_1,200_5).json
Normal file
166
repo/js/自动精英锄地规划@mno/pathing/311稻妻萌云神社(600_1,200_5).json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "311稻妻萌云神社(600_1,200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -575.208984375,
|
||||
"y": -3832.1845703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -562.9912109375,
|
||||
"y": -3820.8818359375,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -528.2109375,
|
||||
"y": -3785.189453125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -519.99609375,
|
||||
"y": -3774.560546875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -502.16015625,
|
||||
"y": -3770.7392578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -488.3271484375,
|
||||
"y": -3780.083984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -465.078125,
|
||||
"y": -3803.6240234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -467.03515625,
|
||||
"y": -3797.2421875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -453.4755859375,
|
||||
"y": -3814.34375,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -430.1923828125,
|
||||
"y": -3866.4833984375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -429.6250276505798,
|
||||
"y": -3873.8436590522197,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -445.4375,
|
||||
"y": -3897.1939185930078,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -452.7060546875,
|
||||
"y": -3919.482421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -452.3388671875,
|
||||
"y": -3952.23828125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -460.7587890625,
|
||||
"y": -3982.9658203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -449.4404296875,
|
||||
"y": -3988.0458984375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -449.4404296875,
|
||||
"y": -3988.0458984375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
139
repo/js/自动精英锄地规划@mno/pathing/312稻妻清赖丸(600_1,200_4).json
Normal file
139
repo/js/自动精英锄地规划@mno/pathing/312稻妻清赖丸(600_1,200_4).json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "312稻妻清赖丸(600_1,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3684.8115234375,
|
||||
"y": -4278.5205078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3672.8720703125,
|
||||
"y": -4270.513671875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3677.603515625,
|
||||
"y": -4305.2705078125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3686.681640625,
|
||||
"y": -4360.9892578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3693.544921875,
|
||||
"y": -4352.943359375,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3693.544921875,
|
||||
"y": -4352.943359375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3661.4052734375,
|
||||
"y": -4391.4033203125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3661.4052734375,
|
||||
"y": -4391.4033203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3684.8115234375,
|
||||
"y": -4278.5205078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -3727.955078125,
|
||||
"y": -4306.87109375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -3757.2890625,
|
||||
"y": -4324.8212890625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -3796.3154296875,
|
||||
"y": -4301.01171875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -3776.7255859375,
|
||||
"y": -4240.8037109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -3764.1826171875,
|
||||
"y": -4254.630859375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
29
repo/js/自动精英锄地规划@mno/pathing/313稻妻越石村(200_2).json
Normal file
29
repo/js/自动精英锄地规划@mno/pathing/313稻妻越石村(200_2).json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "313稻妻越石村(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2遗迹机兵\n",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4023.3115234375,
|
||||
"y": -4428.7998046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4022.2607421875,
|
||||
"y": -4469.685546875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
47
repo/js/自动精英锄地规划@mno/pathing/314稻妻平海砦北(200_3).json
Normal file
47
repo/js/自动精英锄地规划@mno/pathing/314稻妻平海砦北(200_3).json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "314稻妻平海砦北(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3遗迹机兵\n",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4184.74609375,
|
||||
"y": -4244.765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4164.747824499147,
|
||||
"y": -4223.104120492477,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4115.380857117685,
|
||||
"y": -4241.111170132652,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4096.1875,
|
||||
"y": -4229.437035205334,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
103
repo/js/自动精英锄地规划@mno/pathing/315稻妻平海砦南(200_6).json
Normal file
103
repo/js/自动精英锄地规划@mno/pathing/315稻妻平海砦南(200_6).json
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "315稻妻平海砦南(200_6)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3遗迹机兵 2丘丘暴徒 1藏镜仕女",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4185.880859375,
|
||||
"y": -4383.693359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4168.951171875,
|
||||
"y": -4390.09765625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4143.34765625,
|
||||
"y": -4404.2314453125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4144.34765625,
|
||||
"y": -4406.2314453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4162.123046875,
|
||||
"y": -4429.3994140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4171.72265625,
|
||||
"y": -4462.3017578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4188.958984375,
|
||||
"y": -4483.8671875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4210.533203125,
|
||||
"y": -4301.34375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4196.47265625,
|
||||
"y": -4334.0634765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4207.583984375,
|
||||
"y": -4345.298828125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
267
repo/js/自动精英锄地规划@mno/pathing/316稻妻天云峠(200_20).json
Normal file
267
repo/js/自动精英锄地规划@mno/pathing/316稻妻天云峠(200_20).json
Normal file
@@ -0,0 +1,267 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "316稻妻天云峠(200_20)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4170.55078125,
|
||||
"y": -4571.3642578125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4170.55078125,
|
||||
"y": -4574.3642578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keydown(w),wait(0.1),keydown(VK_LSHIFT),wait(7),keyup(VK_LSHIFT),keyup(w),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4172.46875,
|
||||
"y": -4646.0927734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4185.14453125,
|
||||
"y": -4674.9560546875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4208.5,
|
||||
"y": -4701.688009060825,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4225.8125,
|
||||
"y": -4733.1868581407,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4268.8125,
|
||||
"y": -4751.312920528508,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4301.5,
|
||||
"y": -4733.3750442661585,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4315.0625,
|
||||
"y": -4718.567679140564,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4321.625,
|
||||
"y": -4664.74765389359,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4308.875,
|
||||
"y": -4651.061371212954,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4236,
|
||||
"y": -4643.125796790857,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4247.96875,
|
||||
"y": -4647.875486927745,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4249.96875,
|
||||
"y": -4657.1874557338415,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(2.5),keydown(w),wait(4.2),keyup(w),keypress(x),keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4258.9375,
|
||||
"y": -4691.938628787046,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4278,
|
||||
"y": -4680.937234403049,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4278.875,
|
||||
"y": -4672.031460264254,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4275.34375,
|
||||
"y": -4661.468683600762,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4254.40625,
|
||||
"y": -4672.1249557338415,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4254.40625,
|
||||
"y": -4670.1249557338415,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4255.53125,
|
||||
"y": -4659.031338532317,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keydown(w),wait(3),keyup(w),keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4256.5,
|
||||
"y": -4639.011592543746,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -4272.25,
|
||||
"y": -4644.499269608383,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -4286.625,
|
||||
"y": -4656.499822935366,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -4285.375,
|
||||
"y": -4674.311902406858,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -4285.3125,
|
||||
"y": -4660.125088532317,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -4280.0625,
|
||||
"y": -4654.874845068445,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -4261.625,
|
||||
"y": -4653.124114676826,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -4235.000836731098,
|
||||
"y": -4648.374820391333,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
228
repo/js/自动精英锄地规划@mno/pathing/317稻妻鹤观千来神祠(200_12~16).json
Normal file
228
repo/js/自动精英锄地规划@mno/pathing/317稻妻鹤观千来神祠(200_12~16).json
Normal file
@@ -0,0 +1,228 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "317稻妻鹤观千来神祠(200_12~16)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2811.5703125,
|
||||
"y": -6049.2060546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2844.955078125,
|
||||
"y": -6063.8291015625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2895.062369647263,
|
||||
"y": -6083.74969684073,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2895.142578125,
|
||||
"y": -6102.8466796875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2917.0390625,
|
||||
"y": -6088.5380859375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2946.25,
|
||||
"y": -6072.499893894255,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2950.937602702157,
|
||||
"y": -6082.561893681461,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2811.5703125,
|
||||
"y": -6049.2060546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2837.8125,
|
||||
"y": -6053.843507472584,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2851.125,
|
||||
"y": -6047.374848420366,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2876.25,
|
||||
"y": -6044.1239086266305,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -2888.09375,
|
||||
"y": -6029.968757578981,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -2811.5703125,
|
||||
"y": -6049.2060546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -2788.1650390625,
|
||||
"y": -6074.6083984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -2753.6245378402964,
|
||||
"y": -6091.3135913733695,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -2686.64453125,
|
||||
"y": -6076.2734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2665.8173828125,
|
||||
"y": -6092.091796875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -2657.5986328125,
|
||||
"y": -6089.1806640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2612.3232421875,
|
||||
"y": -6119.41796875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2586.437602702157,
|
||||
"y": -6105.247817253261,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2555.3837890625,
|
||||
"y": -6078.7705078125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.2)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2578.687306445936,
|
||||
"y": -6054.93789410705,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -2603.9482421875,
|
||||
"y": -6052.1474609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -2640.4638671875,
|
||||
"y": -6022.2783203125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
111
repo/js/自动精英锄地规划@mno/pathing/318稻妻鹤观知比山(200_5).json
Normal file
111
repo/js/自动精英锄地规划@mno/pathing/318稻妻鹤观知比山(200_5).json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "318稻妻鹤观知比山(200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2兽境幼兽 2遗迹机兵 1丘丘暴徒",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2556.3837890625,
|
||||
"y": -6007.5302734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2549.8837890625,
|
||||
"y": -6000.7392578125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2475.2626953125,
|
||||
"y": -6000.330078125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2475.2626953125,
|
||||
"y": -5998.330078125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2476.2529296875,
|
||||
"y": -5962.5546875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2495.6689453125,
|
||||
"y": -5892.552734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2521.0478515625,
|
||||
"y": -5885.3046875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2515.8544921875,
|
||||
"y": -5875.4521484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2501.6455078125,
|
||||
"y": -5869.951171875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2506.9091796875,
|
||||
"y": -5847.322265625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2514.939453125,
|
||||
"y": -5820.5947265625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
210
repo/js/自动精英锄地规划@mno/pathing/319稻妻鹤观茂知祭场(200_9).json
Normal file
210
repo/js/自动精英锄地规划@mno/pathing/319稻妻鹤观茂知祭场(200_9).json
Normal file
@@ -0,0 +1,210 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "319稻妻鹤观茂知祭场(200_9)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2836.794921875,
|
||||
"y": -6287.4873046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2867.181640625,
|
||||
"y": -6281.2265625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "attack(0.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2885.9306640625,
|
||||
"y": -6278.1357421875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2900.736328125,
|
||||
"y": -6275.3955078125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2927.533203125,
|
||||
"y": -6288.9072265625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2953.7138671875,
|
||||
"y": -6326.115234375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2955.650390625,
|
||||
"y": -6341.0888671875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2954.650390625,
|
||||
"y": -6341.0888671875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2836.794921875,
|
||||
"y": -6287.4873046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2822.2080078125,
|
||||
"y": -6312.7705078125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2798.9373775474287,
|
||||
"y": -6313.251136847259,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -2789.087890625,
|
||||
"y": -6305.265625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -2786.326171875,
|
||||
"y": -6296.5048828125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -2794.1279296875,
|
||||
"y": -6268.71875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -2785.6708984375,
|
||||
"y": -6222.2802734375,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -2784.7685546875,
|
||||
"y": -6222.5029296875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2798.6630859375,
|
||||
"y": -6224.2158203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -2829.1874782745435,
|
||||
"y": -6254.187621263707,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2853.5626422029854,
|
||||
"y": -6237.125576002611,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2866.3125316006626,
|
||||
"y": -6202.250636634466,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2831.107421875,
|
||||
"y": -6169.09765625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2827.0263671875,
|
||||
"y": -6199.8486328125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
221
repo/js/自动精英锄地规划@mno/pathing/320稻妻鹤馆惑饲滩(600_1,200_6~13).json
Normal file
221
repo/js/自动精英锄地规划@mno/pathing/320稻妻鹤馆惑饲滩(600_1,200_6~13).json
Normal file
@@ -0,0 +1,221 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "320稻妻鹤馆惑饲滩(600_1,200_6~13)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2612.453125,
|
||||
"y": -6508.251953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2627.3662109375,
|
||||
"y": -6508.1630859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2651.4375,
|
||||
"y": -6488.107421875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2675.1142578125,
|
||||
"y": -6493.2744140625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2733.400390625,
|
||||
"y": -6464.2119140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2784.9979918453664,
|
||||
"y": -6472.500987847668,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2784.9979918453664,
|
||||
"y": -6472.500987847668,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2612.3837890625,
|
||||
"y": -6508.2431640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2626.5556640625,
|
||||
"y": -6510.27734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2643.4384765625,
|
||||
"y": -6512.08203125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2677.51953125,
|
||||
"y": -6524.3291015625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -2702.3095703125,
|
||||
"y": -6597.3095703125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -2702.3095703125,
|
||||
"y": -6597.3095703125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -2612.3837890625,
|
||||
"y": -6508.2431640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -2558.2587890625,
|
||||
"y": -6459.7646484375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -2566.63671875,
|
||||
"y": -6485.3359375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2556.1943359375,
|
||||
"y": -6499.7099609375,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -2554.1943359375,
|
||||
"y": -6498.7099609375,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2544.4208984375,
|
||||
"y": -6508.5986328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2467.525390625,
|
||||
"y": -6464.2705078125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2441.1708984375,
|
||||
"y": -6445.9521484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2430.60546875,
|
||||
"y": -6428.59765625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -2379.970703125,
|
||||
"y": -6386.603515625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
93
repo/js/自动精英锄地规划@mno/pathing/321稻妻鹤馆(400_3,200_4).json
Normal file
93
repo/js/自动精英锄地规划@mno/pathing/321稻妻鹤馆(400_3,200_4).json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "321稻妻鹤馆(400_3,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3大流血狗 3兽境幼兽 1丘丘暴徒\n",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2595.9945333568285,
|
||||
"y": -6697.750179608667,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2649.0046856941462,
|
||||
"y": -6747.249730587,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2696.7502231282924,
|
||||
"y": -6754.249371369666,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2719.7503346924386,
|
||||
"y": -6754.749191760999,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2743.2525659753665,
|
||||
"y": -6746.250359217334,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2731.245983690731,
|
||||
"y": -6751.999281565333,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2595.9945333568285,
|
||||
"y": -6697.750179608667,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2573.7510040773177,
|
||||
"y": -6664.249550978333,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2570.5024544112202,
|
||||
"y": -6619.986529349986,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
49
repo/js/自动精英锄地规划@mno/pathing/401须弥降诸魔山神像(600_1).json
Normal file
49
repo/js/自动精英锄地规划@mno/pathing/401须弥降诸魔山神像(600_1).json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "401须弥降诸魔山神像(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2567.5146484375,
|
||||
"y": -1424.9580078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2599.0966796875,
|
||||
"y": -1413.7783203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2611.8564453125,
|
||||
"y": -1406.287109375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2611.8564453125,
|
||||
"y": -1406.287109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
39
repo/js/自动精英锄地规划@mno/pathing/402须弥香醉坡(200_1).json
Normal file
39
repo/js/自动精英锄地规划@mno/pathing/402须弥香醉坡(200_1).json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "402须弥香醉坡(200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1遗迹龙兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 2217.0888671875,
|
||||
"y": -564.32275390625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2200.5966796875,
|
||||
"y": -493.8974609375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2176.9443359375,
|
||||
"y": -492.6943359375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
94
repo/js/自动精英锄地规划@mno/pathing/403须弥茸蕈窟(200_4).json
Normal file
94
repo/js/自动精英锄地规划@mno/pathing/403须弥茸蕈窟(200_4).json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "403须弥茸蕈窟(200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1遗迹龙兽 1雷莹术士 1藏镜仕女 1遗迹机兵",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 2803.830078125,
|
||||
"y": 9.3232421875,
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2825.939453125,
|
||||
"y": 33.5810546875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2844.046875,
|
||||
"y": 54.51025390625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2849.0283203125,
|
||||
"y": 90.12890625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 2803.830078125,
|
||||
"y": 9.3232421875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2790.189453125,
|
||||
"y": -69.3759765625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2762.982421875,
|
||||
"y": -86.81982421875,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2731.9794921875,
|
||||
"y": -58.8115234375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2733.4140625,
|
||||
"y": -36.134765625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
129
repo/js/自动精英锄地规划@mno/pathing/404须弥二净甸(200_3).json
Normal file
129
repo/js/自动精英锄地规划@mno/pathing/404须弥二净甸(200_3).json
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "404须弥二净甸(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3遗迹龙兽",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3252.8310546875,
|
||||
"y": -591.3193359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3250.806640625,
|
||||
"y": -521.87548828125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3241.099609375,
|
||||
"y": -526.36083984375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3067.7890625,
|
||||
"y": -713.76318359375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3051.0478515625,
|
||||
"y": -642.7275390625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3034.7841796875,
|
||||
"y": -636.9521484375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3204.7060546875,
|
||||
"y": -911.66845703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3202.94140625,
|
||||
"y": -903.70556640625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3203.8583984375,
|
||||
"y": -890.14404296875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3198.9765625,
|
||||
"y": -848.4697265625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3194.2275390625,
|
||||
"y": -820.76806640625,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3195.81640625,
|
||||
"y": -806.4521484375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3203.361328125,
|
||||
"y": -808.953125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
138
repo/js/自动精英锄地规划@mno/pathing/405须弥觉王之殿南(600_1,200_1).json
Normal file
138
repo/js/自动精英锄地规划@mno/pathing/405须弥觉王之殿南(600_1,200_1).json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "405须弥觉王之殿南(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3591.7470703125,
|
||||
"y": -787.65478515625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3587.499990124792,
|
||||
"y": -788.3749621050911,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "玛薇卡 e(hold),wait(0.05),keydown(w),wait(0.01),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(1.1),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(1.3),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.9),keypress(VK_SPACE),wait(0.15),keypress(VK_SPACE),wait(0.1),keypress(VK_SPACE),wait(0.01),keypress(VK_SPACE),wait(0.5);",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3478.1879187087907,
|
||||
"y": -808.3124545261098,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3480.1611328125,
|
||||
"y": -813.02197265625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3472.187304762743,
|
||||
"y": -822.0627469619167,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3476.6878346924386,
|
||||
"y": -839.1248203913328,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3467.8125,
|
||||
"y": -841.4999557338415,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3469.375,
|
||||
"y": -837.624645870731,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3442.40625,
|
||||
"y": -835.8193359375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3428.875111564146,
|
||||
"y": -830.0623203913328,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3425.0003904745117,
|
||||
"y": -834.3122754891665,
|
||||
"action": "fight",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3429.7498605448163,
|
||||
"y": -823.7493713696658,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3430.7498605448163,
|
||||
"y": -826.7493713696658,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3430.7498605448163,
|
||||
"y": -826.7493713696658,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
repo/js/自动精英锄地规划@mno/pathing/406须弥往昔的桓那兰那(400_2,200_2).json
Normal file
48
repo/js/自动精英锄地规划@mno/pathing/406须弥往昔的桓那兰那(400_2,200_2).json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "406须弥往昔的桓那兰那(400_2,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2大流血狗 2小狗",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4046.0374855531754,
|
||||
"y": -739.9090807445373,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3996.2549088224405,
|
||||
"y": -709.4994611739994,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3978.251785026341,
|
||||
"y": -705.9993713696658,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3930.035031141955,
|
||||
"y": -698.9956893919953,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
111
repo/js/自动精英锄地规划@mno/pathing/407须弥善见地(600_1,200_1).json
Normal file
111
repo/js/自动精英锄地规划@mno/pathing/407须弥善见地(600_1,200_1).json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "407须弥善见地(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3993.7724609375,
|
||||
"y": -989.365234375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3978.83203125,
|
||||
"y": -988.5341796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3897.7216796875,
|
||||
"y": -1006.822265625,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "2000",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3887.7216796875,
|
||||
"y": -1006.822265625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3866.562954259538,
|
||||
"y": -1011.1858629399458,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3844.812756755391,
|
||||
"y": -1006.4990905221921,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3880.78127765058,
|
||||
"y": -1007.5318108446481,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3844.392578125,
|
||||
"y": -1042.71875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3817.3154296875,
|
||||
"y": -1055.5751953125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3815.3154296875,
|
||||
"y": -1056.5751953125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3815.3154296875,
|
||||
"y": -1056.5751953125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
57
repo/js/自动精英锄地规划@mno/pathing/408须弥茶诃之座2丘丘王(600_2).json
Normal file
57
repo/js/自动精英锄地规划@mno/pathing/408须弥茶诃之座2丘丘王(600_2).json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "408须弥茶诃之座2丘丘王(600_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3546.6640625,
|
||||
"y": -1993.623046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3580.6357421875,
|
||||
"y": -1996.17724609375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3583.1923828125,
|
||||
"y": -1996.24560546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3601.681640625,
|
||||
"y": -2012.0146484375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3601.681640625,
|
||||
"y": -2012.0146484375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
193
repo/js/自动精英锄地规划@mno/pathing/409须弥茶诃之座(200_9).json
Normal file
193
repo/js/自动精英锄地规划@mno/pathing/409须弥茶诃之座(200_9).json
Normal file
@@ -0,0 +1,193 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "409须弥茶诃之座(200_9)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3546.6640625,
|
||||
"y": -1993.623046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3541,
|
||||
"y": -1977.250442661587,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3583.6875,
|
||||
"y": -1913.7406598405196,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3594.75,
|
||||
"y": -1897.2262733389507,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3607.312717254561,
|
||||
"y": -1869.1247877885116,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3612.875,
|
||||
"y": -1826.2285751792015,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3619.75,
|
||||
"y": -1777.876150920125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3621.625,
|
||||
"y": -1746.3635793310623,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3631.125,
|
||||
"y": -1725.2421648899144,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3629.125,
|
||||
"y": -1692.2421648899144,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3661.625,
|
||||
"y": -1671.6260181216494,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3661.625,
|
||||
"y": -1671.6260181216494,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "attack(0.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3663.874956549087,
|
||||
"y": -1687.624727156658,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3652.1298828125,
|
||||
"y": -1719.76611328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 3666.375948019904,
|
||||
"y": -1760.5000151579634,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 3652.375948019904,
|
||||
"y": -1761.5000151579636,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 3656.1884765625,
|
||||
"y": -1772.59130859375,
|
||||
"action": "fight",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 3656.1884765625,
|
||||
"y": -1772.59130859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 3672.5,
|
||||
"y": -1796.499911467683,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 3695.1728515625,
|
||||
"y": -1810.93359375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
repo/js/自动精英锄地规划@mno/pathing/410须弥沙漠丰饶绿洲(200_2).json
Normal file
48
repo/js/自动精英锄地规划@mno/pathing/410须弥沙漠丰饶绿洲(200_2).json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "410须弥沙漠丰饶绿洲(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2元能构装体",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4691.500111564146,
|
||||
"y": -2352.2525145213367,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4760.44677734375,
|
||||
"y": -2334.146484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4780.875,
|
||||
"y": -2324.3753983954284,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "keypress(t),wait(2)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4819.5014503339025,
|
||||
"y": -2302.999550978333,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
94
repo/js/自动精英锄地规划@mno/pathing/411须弥沙漠饱饮之丘东(600_1).json
Normal file
94
repo/js/自动精英锄地规划@mno/pathing/411须弥沙漠饱饮之丘东(600_1).json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "411须弥沙漠饱饮之丘东(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5049.955078125,
|
||||
"y": -1794.70556640625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5036.35546875,
|
||||
"y": -1790.3583984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5012.21044921875,
|
||||
"y": -1798.9892578125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5000.501673462195,
|
||||
"y": -1809.2525145213358,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4986.125,
|
||||
"y": -1813.56884765625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4967.42724609375,
|
||||
"y": -1821.98681640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4934.5654296875,
|
||||
"y": -1849.3271484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4912.0673828125,
|
||||
"y": -1849.50732421875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4912.0673828125,
|
||||
"y": -1849.50732421875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/412须弥沙漠圣显厅北(600_1,200_1).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/412须弥沙漠圣显厅北(600_1,200_1).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "412须弥沙漠圣显厅北(600_1,200_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4777.298828125,
|
||||
"y": -1434.5771484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4814.5,
|
||||
"y": -1393.9346448327651,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4802.6845703125,
|
||||
"y": -1338.404296875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4791.7685546875,
|
||||
"y": -1303.73681640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4762.048828125,
|
||||
"y": -1277.9501953125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4741.89306640625,
|
||||
"y": -1239.208984375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4739.7978515625,
|
||||
"y": -1232.67822265625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4736.97509765625,
|
||||
"y": -1228.71533203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(t),wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4684.264858007222,
|
||||
"y": -1177.75,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4739.995648998292,
|
||||
"y": -1118.7471262613299,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/413须弥沙漠圣显厅门口(200_7).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/413须弥沙漠圣显厅门口(200_7).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "413须弥沙漠圣显厅门口(200_7)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "5元能构装体 2丘丘暴徒",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4777.298828125,
|
||||
"y": -1434.5771484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4832.132324218749,
|
||||
"y": -1428.55126953125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4826.132324218749,
|
||||
"y": -1348.55126953125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4821.4375,
|
||||
"y": -1261.25,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4807.25,
|
||||
"y": -1266.7509738554909,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4803.78125,
|
||||
"y": -1267.093871731936,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4782.84375,
|
||||
"y": -1268.0626549315557,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4770.5,
|
||||
"y": -1267.000088532317,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4761.25,
|
||||
"y": -1257.75,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4752.5,
|
||||
"y": -1267.000088532317,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
58
repo/js/自动精英锄地规划@mno/pathing/414须弥沙漠沙虫隧道(600_1).json
Normal file
58
repo/js/自动精英锄地规划@mno/pathing/414须弥沙漠沙虫隧道(600_1).json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "414须弥沙漠沙虫隧道(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4572.2685546875,
|
||||
"y": -1070.7705078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4593.97509765625,
|
||||
"y": -1031.5927734375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4599.19482421875,
|
||||
"y": -1023.5634765625,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4625.5625,
|
||||
"y": -996.1881861254597,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4625.5625,
|
||||
"y": -996.1881861254597,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
repo/js/自动精英锄地规划@mno/pathing/415须弥沙漠避让之丘(200_2).json
Normal file
48
repo/js/自动精英锄地规划@mno/pathing/415须弥沙漠避让之丘(200_2).json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "415须弥沙漠避让之丘(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2元能构装体",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4810.32275390625,
|
||||
"y": -2732.9404296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4809.4541015625,
|
||||
"y": -2759.81640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4729,
|
||||
"y": -2848.5028330341556,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4700.16552734375,
|
||||
"y": -2876.392578125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
129
repo/js/自动精英锄地规划@mno/pathing/416须弥沙漠五绿洲的子遗地下(600_1,200_3).json
Normal file
129
repo/js/自动精英锄地规划@mno/pathing/416须弥沙漠五绿洲的子遗地下(600_1,200_3).json
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "416须弥沙漠五绿洲的子遗地下(600_1,200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "1遗迹重机 3元能构装体",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4693.9482421875,
|
||||
"y": -262.0419921875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4715.40478515625,
|
||||
"y": -268.5205078125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4746.626953125,
|
||||
"y": -263.01904296875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4746.626953125,
|
||||
"y": -263.01904296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4766.64306640625,
|
||||
"y": -287.4130859375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4772.8125,
|
||||
"y": -283.9998450684443,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4782.60693359375,
|
||||
"y": -295.27490234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4779.8388671875,
|
||||
"y": -301.21875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4781.9072265625,
|
||||
"y": -309.85400390625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F),wait(0.3),keypress(F),keypress(F),wait(0.3),keypress(F)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4782.9072265625,
|
||||
"y": -310.85400390625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F),wait(0.3),keypress(F),keypress(F),wait(0.3),keypress(F)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4782.9072265625,
|
||||
"y": -311.85400390625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(6)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4766.91455078125,
|
||||
"y": -290.076171875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4771.914550781251,
|
||||
"y": -285.076171875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/417须弥沙漠三运河之地北(600_1).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/417须弥沙漠三运河之地北(600_1).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "417须弥沙漠三运河之地北(600_1)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5300.4794921875,
|
||||
"y": -197.95947265625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5289.357421875002,
|
||||
"y": -181.84033203125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "click,wait(4)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5298.17578125,
|
||||
"y": -126.896484375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5291.1279296875,
|
||||
"y": -116.6318359375,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5294.1279296875,
|
||||
"y": -102.6318359375,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5289.88232421875,
|
||||
"y": -94.515625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
57
repo/js/自动精英锄地规划@mno/pathing/501枫丹城 浊水幻灵(200_3).json
Normal file
57
repo/js/自动精英锄地规划@mno/pathing/501枫丹城 浊水幻灵(200_3).json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "501枫丹城 浊水幻灵(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4823.3369140625,
|
||||
"y": 3628.291748046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4883.8017578125,
|
||||
"y": 3599.116943359375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4921.375233054893,
|
||||
"y": 3619.1246665248036,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4970.82666015625,
|
||||
"y": 3647.4462890625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4976.07861328125,
|
||||
"y": 3657.32568359375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
76
repo/js/自动精英锄地规划@mno/pathing/502【高危】枫丹芒索斯山东麓(200_3).json
Normal file
76
repo/js/自动精英锄地规划@mno/pathing/502【高危】枫丹芒索斯山东麓(200_3).json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "502【高危】枫丹芒索斯山东麓(200_3)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3役人",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.7138671875,
|
||||
"y": 4462.908203125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4986.0703125,
|
||||
"y": 4515.42529296875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4990.33251953125,
|
||||
"y": 4523.5048828125,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4984.7138671875,
|
||||
"y": 4462.908203125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4931.7392578125,
|
||||
"y": 4384.10791015625,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4904.17822265625,
|
||||
"y": 4364.25341796875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4919.55908203125,
|
||||
"y": 4381.02685546875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
174
repo/js/自动精英锄地规划@mno/pathing/503枫丹实验室遗址东(600_1,200_4).json
Normal file
174
repo/js/自动精英锄地规划@mno/pathing/503枫丹实验室遗址东(600_1,200_4).json
Normal file
@@ -0,0 +1,174 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "503枫丹实验室遗址东(600_1,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3636.1513671875,
|
||||
"y": 4795.953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3667.0634765625,
|
||||
"y": 4813.6064453125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3732.9814453125,
|
||||
"y": 4849.443359375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3738.4248046875,
|
||||
"y": 4808.5927734375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3738.4248046875,
|
||||
"y": 4808.5927734375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3636.1513671875,
|
||||
"y": 4795.953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3617.517578125,
|
||||
"y": 4755.43115234375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "attack(0.3)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3582,
|
||||
"y": 4717.997786692067,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3588.75,
|
||||
"y": 4711.498494950605,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3580.587890625,
|
||||
"y": 4652.422363281251,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3591.9072265625,
|
||||
"y": 4651.18994140625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3603.218769750414,
|
||||
"y": 4649.593719684073,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "attack(0.6)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3582.625,
|
||||
"y": 4626.125841057015,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3590.1875,
|
||||
"y": 4622.625464794666,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 3593.4755859375,
|
||||
"y": 4594.55908203125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 3566.53125,
|
||||
"y": 4578.812787730032,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 3604.0302734375,
|
||||
"y": 4574.3681640625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 3650.240234375,
|
||||
"y": 4614.03125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
102
repo/js/自动精英锄地规划@mno/pathing/504枫丹茉洁站(200_7).json
Normal file
102
repo/js/自动精英锄地规划@mno/pathing/504枫丹茉洁站(200_7).json
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "504枫丹茉洁站(200_7)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3635.4619140625,
|
||||
"y": 3801.439697265625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3631.271484375,
|
||||
"y": 3811.462890625,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3602.6533203125,
|
||||
"y": 3840.735107421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3593.345703125,
|
||||
"y": 3849.62451171875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3576.1630859375,
|
||||
"y": 3872.827392578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3562.30078125,
|
||||
"y": 3889.6357421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3530.744140625,
|
||||
"y": 3906.805908203125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3520.619140625,
|
||||
"y": 3963.288818359375,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3544.583984375,
|
||||
"y": 3949.59814453125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3573.6728515625,
|
||||
"y": 3980.181884765625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
165
repo/js/自动精英锄地规划@mno/pathing/505枫丹茉洁站北 浊水幻灵(200_6).json
Normal file
165
repo/js/自动精英锄地规划@mno/pathing/505枫丹茉洁站北 浊水幻灵(200_6).json
Normal file
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "505枫丹茉洁站北 浊水幻灵(200_6)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3773.9775390625,
|
||||
"y": 3783.997314453125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3797.20703125,
|
||||
"y": 3800.770263671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3884.5322265625,
|
||||
"y": 3840.189453125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3940.3740234375,
|
||||
"y": 3863.452392578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4023.333984375,
|
||||
"y": 3870.287109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4062.4228515625,
|
||||
"y": 3873.269287109375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4053.4228515625,
|
||||
"y": 3880.269287109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4095.99609375,
|
||||
"y": 3943.7666015625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4140.5,
|
||||
"y": 3995.2487873629234,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4161.37646484375,
|
||||
"y": 3993.063232421875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4186.6904296875,
|
||||
"y": 3987.91064453125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4187.416015625,
|
||||
"y": 4003.78173828125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4200.32568359375,
|
||||
"y": 4011.233154296875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4183.270996093749,
|
||||
"y": 4016.4033203125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4212.13818359375,
|
||||
"y": 4100.7294921875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4234.18798828125,
|
||||
"y": 4144.4091796875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4292.9833984375,
|
||||
"y": 4229.8134765625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
93
repo/js/自动精英锄地规划@mno/pathing/506枫丹湖中垂柳 浊水幻灵(200_2).json
Normal file
93
repo/js/自动精英锄地规划@mno/pathing/506枫丹湖中垂柳 浊水幻灵(200_2).json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "506枫丹湖中垂柳 浊水幻灵(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3258.080078125,
|
||||
"y": 3672.915283203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3248.7783203125,
|
||||
"y": 3694.782958984375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3217.7255859375,
|
||||
"y": 3708.1279296875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3223.64,
|
||||
"y": 3731.88,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3225.576171875,
|
||||
"y": 3734.751708984375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "click,wait(0.5),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3219.3896484375,
|
||||
"y": 3720.314453125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3216.23046875,
|
||||
"y": 3688.45947265625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(4.5)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3204.5732421875,
|
||||
"y": 3692.78662109375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3219.1748046875,
|
||||
"y": 3709.00390625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
85
repo/js/自动精英锄地规划@mno/pathing/507枫丹幽林雾道(600_1,200_2).json
Normal file
85
repo/js/自动精英锄地规划@mno/pathing/507枫丹幽林雾道(600_1,200_2).json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "507枫丹幽林雾道(600_1,200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3592.75122720561,
|
||||
"y": 3258.0012572606684,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3534.79296875,
|
||||
"y": 3295.6328125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3518.8154296875,
|
||||
"y": 3307.571533203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3474.3916015625,
|
||||
"y": 3248.631103515625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3457.84375,
|
||||
"y": 3193.7497786692074,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3453.513671875,
|
||||
"y": 3182.529052734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3455.3466796875,
|
||||
"y": 3177.931396484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3460.849609375,
|
||||
"y": 3165.052734375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
282
repo/js/自动精英锄地规划@mno/pathing/508枫丹厄里那斯北(600_2,400_4,200_7).json
Normal file
282
repo/js/自动精英锄地规划@mno/pathing/508枫丹厄里那斯北(600_2,400_4,200_7).json
Normal file
@@ -0,0 +1,282 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "508枫丹厄里那斯北(600_2,400_4,200_7)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5113.58447265625,
|
||||
"y": 2998.209716796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5108.76953125,
|
||||
"y": 2987.00146484375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5087.572265625,
|
||||
"y": 2956.031982421875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5113.58447265625,
|
||||
"y": 2998.209716796875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5089.250545111446,
|
||||
"y": 3011.8758488459534,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5067.124739294526,
|
||||
"y": 2991.9995149451697,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5039.392578125,
|
||||
"y": 2954.971435546875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4999.8486328125,
|
||||
"y": 2934.260009765625,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4981.49560546875,
|
||||
"y": 2926.848388671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4971.546875,
|
||||
"y": 2948.85009765625,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4960.5830078125,
|
||||
"y": 2969.149169921875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4966.92041015625,
|
||||
"y": 2997.05029296875,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4963.920410156249,
|
||||
"y": 2998.05029296875,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4957.58056640625,
|
||||
"y": 3002.203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4981.19384765625,
|
||||
"y": 3023.285888671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4989.05908203125,
|
||||
"y": 3043.3134765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 5011.247558593751,
|
||||
"y": 3069.14697265625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 5027.88720703125,
|
||||
"y": 3075.271728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 5019.812713304478,
|
||||
"y": 3060.249924210182,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 5113.5869140625,
|
||||
"y": 2998.2099609375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 5103.630859375,
|
||||
"y": 3045.721923828125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 5105.62841796875,
|
||||
"y": 3061.48876953125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 5086.5419921875,
|
||||
"y": 3146.370849609375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 5092.49169921875,
|
||||
"y": 3120.791015625,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 5165.22802734375,
|
||||
"y": 3122.2021484375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 5160.87841796875,
|
||||
"y": 3128.110595703125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 5144.6181640625,
|
||||
"y": 3154.16357421875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 5145.5537109375,
|
||||
"y": 3177.83056640625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 5150.48046875,
|
||||
"y": 3208.950439453125,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 5154.48046875,
|
||||
"y": 3218.950439453125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
111
repo/js/自动精英锄地规划@mno/pathing/509枫丹厄里那斯西(600_1,400_1,200_4).json
Normal file
111
repo/js/自动精英锄地规划@mno/pathing/509枫丹厄里那斯西(600_1,400_1,200_4).json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "509枫丹厄里那斯西(600_1,400_1,200_4)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4954.934082031251,
|
||||
"y": 2760.102783203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5038.625,
|
||||
"y": 2781.6566120132866,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(VK_SPACE),wait(2.6),click",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5048.8125,
|
||||
"y": 2784.437914806891,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5051.78125,
|
||||
"y": 2781.628039403222,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5064.8115234375,
|
||||
"y": 2806.1845703125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5093.180175781248,
|
||||
"y": 2766.35205078125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5091.180175781249,
|
||||
"y": 2744.35205078125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5109.180175781249,
|
||||
"y": 2726.35205078125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5067.8681640625,
|
||||
"y": 2808.968505859375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5071.12841796875,
|
||||
"y": 2841.29443359375,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(x)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5075.1962890625,
|
||||
"y": 2862.287841796875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
repo/js/自动精英锄地规划@mno/pathing/510枫丹厄里那斯南(400_2,200_5).json
Normal file
66
repo/js/自动精英锄地规划@mno/pathing/510枫丹厄里那斯南(400_2,200_5).json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "510枫丹厄里那斯南(400_2,200_5)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2大型碎石隙境原体 5碎石隙境原体",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4954.93408203125,
|
||||
"y": 2760.102783203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4913.39208984375,
|
||||
"y": 2709.40771484375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(VK_SPACE),wait(3.5),click"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4906.720703125,
|
||||
"y": 2713.90625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4923.4697265625,
|
||||
"y": 2657.64111328125,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4952.50490882244,
|
||||
"y": 2635.248832543666,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4997.937747206334,
|
||||
"y": 2625.4808716769785,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
184
repo/js/自动精英锄地规划@mno/pathing/511枫丹苍晶区f6(600_1,200_11).json
Normal file
184
repo/js/自动精英锄地规划@mno/pathing/511枫丹苍晶区f6(600_1,200_11).json
Normal file
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "511枫丹苍晶区f6(600_1,200_11)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4873,
|
||||
"y": 2255.9529893394883,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4908.5,
|
||||
"y": 2291.965737993187,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4900.9375,
|
||||
"y": 2337.9381861254587,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4873,
|
||||
"y": 2255.9529893394883,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4959.5,
|
||||
"y": 2328.7467243042574,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4944.5,
|
||||
"y": 2373.8734506844467,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4967.5,
|
||||
"y": 2385.501150920125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4976.75,
|
||||
"y": 2402.748937612192,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(2)",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4976.75,
|
||||
"y": 2402.748937612192,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4975.75,
|
||||
"y": 2450.501505049395,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4956.048828125,
|
||||
"y": 2467.77294921875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4956.048828125,
|
||||
"y": 2467.77294921875,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
"type": "orientation"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5117.51708984375,
|
||||
"y": 2543.40283203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 5090.1298828125,
|
||||
"y": 2578.458740234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 5056.4501953125,
|
||||
"y": 2586.17236328125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 5060.2490234375,
|
||||
"y": 2575.7880859375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 5117.587890625,
|
||||
"y": 2543.400390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 5111.234375,
|
||||
"y": 2567.8935546875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 5149.01708984375,
|
||||
"y": 2602.673828125,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
repo/js/自动精英锄地规划@mno/pathing/512枫丹苍晶区神像(200_2).json
Normal file
48
repo/js/自动精英锄地规划@mno/pathing/512枫丹苍晶区神像(200_2).json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "512枫丹苍晶区神像(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4749.50830078125,
|
||||
"y": 2636.2705078125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4803.517578125,
|
||||
"y": 2573.242919921875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4850.5,
|
||||
"y": 2541.627819381203,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4848.7109375,
|
||||
"y": 2539.451904296875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
39
repo/js/自动精英锄地规划@mno/pathing/513枫丹厄里那斯东 浊水幻灵(200_2).json
Normal file
39
repo/js/自动精英锄地规划@mno/pathing/513枫丹厄里那斯东 浊水幻灵(200_2).json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "513枫丹厄里那斯东 浊水幻灵(200_2)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "2浊水幻灵",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4705.6064453125,
|
||||
"y": 2951.583984375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4681.0986328125,
|
||||
"y": 2902.755615234375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4664.986328125,
|
||||
"y": 2865.368896484375,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
139
repo/js/自动精英锄地规划@mno/pathing/514枫丹秋分山西侧 浊水幻灵(200_6).json
Normal file
139
repo/js/自动精英锄地规划@mno/pathing/514枫丹秋分山西侧 浊水幻灵(200_6).json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "514枫丹秋分山西侧 浊水幻灵(200_6)",
|
||||
"type": "collect",
|
||||
"author": "汐",
|
||||
"version": "1.0",
|
||||
"description": "3浊水幻灵 1丘丘暴徒 2风役人",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.76123046875,
|
||||
"y": 2606.305419921875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4054.1572265625,
|
||||
"y": 2564.909423828125,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4040.646484375,
|
||||
"y": 2560.35546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "click,wait(0.5),click"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4056.1572265625,
|
||||
"y": 2562.9094238281245,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4025.7041015625,
|
||||
"y": 2567.196533203125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4013.119140625,
|
||||
"y": 2607.224853515625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4032.328125,
|
||||
"y": 2623.14404296875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4146.7294921875,
|
||||
"y": 2606.31201171875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4214.1298828125,
|
||||
"y": 2615.3349609375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4250.568359375,
|
||||
"y": 2615.73779296875,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4334.88232421875,
|
||||
"y": 2567.57763671875,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4395.70947265625,
|
||||
"y": 2529.998779296875,
|
||||
"action": "fight",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4404.63916015625,
|
||||
"y": 2480.64599609375,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4418.21435546875,
|
||||
"y": 2455.509033203125,
|
||||
"action": "fight",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user