Merge branch 'babalae:main' into main

This commit is contained in:
mfkvfhpdx
2025-01-13 23:03:19 +08:00
committed by GitHub
45 changed files with 3297 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
// 原作者:Ran 名称:火芙茜希-火神先手重击版 修改者:凉城
// 描述:仅适合零命火神纳塔虹灵的净土副本,充能容错更高一点,可以一波带走
玛薇卡 e
班尼特 walk(w,0.7),dash(0.5),e,wait(0.3),keypress(F1),wait(0.7),keypress(ESCAPE)
希诺宁 e,attack(0.7),q,wait(1.3)
班尼特 e,wait(0.3),keypress(F1),wait(0.7),keypress(ESCAPE),q,e
茜特菈莉 e,q,e
玛薇卡 q,charge(5)

View File

@@ -0,0 +1,10 @@
//作者FEiiL
//描述大舅哥很好用遇到怪物自动铁山靠纠正可惜dps低了点
钟离 s(0.1),e(hold),wait(0.3),w(0.1)
茜特菈莉 w(0.8),e
万叶 e,attack
神里绫人 e,charge(6)
万叶 e,attack,q
钟离 q,e(hold),wait(0.3)
茜特菈莉 e,q
神里绫人 q,e,charge(6)

View File

@@ -14,7 +14,7 @@
"(恢复)狗粮-璃月-琼玑野.json",
"狗粮-璃月-琼玑野-绿华池-3个-f.json",
"狗粮-须弥-须弥城-4个.json",
"狗粮-须弥-二净甸-七天神像-4个8个-f.json",
"狗粮-须弥-二净甸-七天神像-4个8个.json",
"狗粮-须弥-二净甸-觉王之殿南-6个-f.json",
"(恢复)狗粮-须弥-失落的苗圃.json",
"狗粮-须弥-失落的苗圃-南-8个-f.json",

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "狗粮ABE路线自动拾取分解",
"version": "2.1.0",
"version": "2.1.1",
"bgi_version": "0.38.1",
"description": "圣遗物狗粮AB及额外路线自动轮换自动分解就近恢复。",
"authors": [

View File

@@ -0,0 +1,20 @@
{
"info": {
"name": "冒险家协会_枫丹",
"type": "collect",
"author": "yemaxul",
"version": "2.0",
"description": "移动到枫丹冒险家协会",
"bgiVersion": "0.35.0"
},
"positions": [
{
"id": 1,
"x": 4495.5,
"y": 3638.5,
"type": "target",
"move_mode": "walk",
"action": ""
}
]
}

View File

@@ -0,0 +1,28 @@
{
"info": {
"name": "合成台_枫丹",
"type": "collect",
"author": "huiyadanli",
"version": "1.0",
"description": "枫丹合成台",
"bgiVersion": "0.35.0"
},
"positions": [
{
"id": 1,
"x": 4508.97509765625,
"y": 3630.557373046875,
"type": "teleport",
"move_mode": "walk",
"action": ""
},
{
"id": 2,
"x": 4480.8,
"y": 3628.1,
"type": "target",
"move_mode": "walk",
"action": ""
}
]
}

View File

@@ -0,0 +1,315 @@
(async function () {
// 定义文件路径数组,直接包含完整的文件路径
const pathingA = [
"json/合成台/合成台_枫丹.json" // 枫丹合成台路径文件
];
const pathingB = [
"json/冒险家协会/冒险家协会_枫丹.json" // 枫丹冒险家协会路径文件
];
// 定义一个运行单个文件的方法
async function runFile(filePath) {
try {
// 日志:打印当前正在执行的文件路径
log.info(`Executing file: ${filePath}`);
// 调用路径脚本的 `runFile` 方法,执行路径文件
await pathingScript.runFile(filePath);
} catch (error) {
// 如果执行文件时发生错误,打印错误日志
log.error(`Error executing file: ${filePath} - ${error}`);
}
}
// 定义批量执行文件的函数
async function batch(files) {
for (let filePath of files) {
await runFile(filePath); // 执行每个文件
}
}
// 主函数控制路径A的执行流程
async function mainA() {
// 设置游戏运行的分辨率和缩放
setGameMetrics(1920, 1080, 1);
// 日志开始执行路径A的任务
log.info("开始执行合成台任务");
// 批量执行路径A中的文件
await batch(pathingA);
// 日志完成路径A的任务
log.info("合成台任务执行完成");
}
// 主函数控制路径B的执行流程
async function mainB() {
// 设置游戏运行的分辨率和缩放
setGameMetrics(1920, 1080, 1);
// 日志开始执行路径B的任务
log.info("开始执行冒险家协会任务");
// 批量执行路径B中的文件
await batch(pathingB);
// 日志完成路径B的任务
log.info("冒险家协会任务执行完成");
}
//0、设置不可加入
log.info("请确保执行脚本时处于主界面");
keyPress("VK_F2")
await sleep(1000);
click(330,1010) //点击世界权限
await sleep(1000);
let domainName = settings.domainName;
switch (domainName) {
case "直接加入":
click(330, 910);
log.info("权限设置为【直接加入】");
break;
case "不允许加入":
click(330, 850); // 不允许
log.info("权限设置为【不允许加入】");
break;
case "确认后可加入":
click(330, 960); // 确认后
log.info("权限设置为【确认后可加入】");
break;
default:
click(330, 850); // 不允许
log.info("锁门");
break;
}
// 1、前往_枫丹_合成台
await mainA(); // 执行合成台任务
// 2、合成浓缩树脂
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
keyPress("1");
await sleep(5000);
keyPress("F");
await sleep(3000);
click(960, 540);
await sleep(1000);
click(960, 540);
await sleep(1000);
click(1750, 1010);
await sleep(5000);
keyPress("Escape");
await sleep(1000);
keyPress("Escape");
log.info("已完成合成浓缩树脂");
// 3、领取历练点
setGameMetrics(3840, 2160, 2);
await sleep(1600);
keyPress("F1");
await sleep(1600);
click(580, 680);
await sleep(1000);
click(3110, 1508);
await sleep(1000);
click(3110, 1508);
await sleep(1500);
keyPress("Escape");
log.info("已领取历练点");
// 4、前往_枫丹_冒险家协会
await mainB(); // 执行冒险家协会任务
// 5、领取每日委托奖励
setGameMetrics(1920, 1080, 2);
keyPress("1");
await sleep(5000);
keyPress("F");
log.info("按下F键");
await sleep(1800);
log.info("等待1秒");
click(960, 540);
log.info("点击坐标(960, 540)(屏幕中心)");
await sleep(2000);
log.info("等待1秒");
click(1380, 425);
log.info("点击坐标(1380, 425)(领取「每日委托」奖励)");
await sleep(2000);
log.info("等待1秒");
click(960, 540);
log.info("点击坐标(960, 540)(屏幕中心)");
await sleep(3000);
log.info("等待3秒");
click(960, 960);
log.info("点击坐标(960, 960)(关闭奖励弹出页面)");
log.info("结束");
// 6、等待5秒
setGameMetrics(1920, 1080, 2);
await sleep(6000); // 转换时间单位从20ms到秒
log.info("等待了5秒");
// 7、重新探索派遣
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
keyPress("F");
await sleep(3500);
click(960, 540);
await sleep(1000);
click(1400, 580);
await sleep(1000);
click(160, 1010);
await sleep(1000);
click(1160, 1020);
await sleep(1000);
keyPress("Escape");
log.info("重新探索派遣完成");
// 8、领取纪行奖励
setGameMetrics(3840, 2160, 2);
await sleep(1600);
keyPress("F4");
await sleep(1500);
click(1920, 100);
await sleep(1000);
click(3480, 1948);
await sleep(1000);
click(1726, 192);
await sleep(1000);
click(3480, 1948);
await sleep(1000);
keyPress("Escape");
await sleep(1000);
keyPress("Escape");
log.info("已领取纪行奖励");
// 9、领取邮件
setGameMetrics(3840, 2160, 2);
await sleep(1600);
keyPress("Escape");
await sleep(1500);
click(94, 1212);
await sleep(1500);
click(500, 2024);
await sleep(1000);
keyPress("Escape");
await sleep(1000);
keyPress("Escape");
await sleep(1000);
keyPress("Escape");
log.info("已领取邮件");
// 10、向后行走1.5秒
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
keyDown("S");
await sleep(1500);
keyUp("S");
log.info("已进入向后走1.5秒");
//11、进入尘歌壶
keyPress("B");
await sleep(3000);
click(1060, 50);
await sleep(3000);
click(770, 180);
await sleep(3000);
click(1690, 1010);
await sleep(3000);
keyPress("F");
await sleep(10000);
log.info("已进入尘歌壶");
//等待3秒
await sleep(7000);
log.info("等待3秒防止加载卡岩");
//12、尘歌壶找阿圆
(async function () {
await sleep(3000);
// 绘绮庭路径
const pathingA = async function() {
keyDown("S"); // 按下 S 键
await sleep(500); // 等待 500ms
keyUp("S"); // 松开 S 键
await sleep(500); // 等待 500ms
keyDown("S"); // 按下 S 键
keyDown("A"); // 按下 A 键
await sleep(2100); // 等待 2100ms
keyUp("S"); // 松开 S 键
keyUp("A"); // 松开 A 键
log.info("绮庭路径执行完毕"); // 输出日志
};
// 妙香林路径
const pathingB = async function() {
keyDown("D"); // 按下 D 键
await sleep(1500); // 等待 1500ms
keyUp("D"); // 松开 D 键
log.info("妙香林路径执行完毕"); // 输出日志
};
// 黛翠峰&罗浮洞路径
const pathingC = async function() {
keyDown("D"); // 按下 D 键
await sleep(500); // 等待 500ms
keyUp("D"); // 松开 D 键
log.info("黛翠峰&罗浮洞路径执行完毕"); // 输出日志
};
// 清琼岛路径
const pathingD = async function() {
keyDown("A"); // 按下 A 键
await sleep(1500); // 等待 1500ms
keyUp("A"); // 松开 A 键
log.info("清琼岛路径执行完毕"); // 输出日志
};
// 读取用户设置
let path = settings.path !== undefined ? settings.path : ''; // 使用设置的路径
log.debug(`path: ${path}`);
// 主逻辑
setGameMetrics(1920, 1080, 1);
// 根据选择的路径执行相应操作默认执行路径A绘绮庭路径
if (path === '绘绮庭') {
log.info('开始执行绮庭路径');
await pathingA(); // 执行绘绮庭路径
} else if (path === '妙香林') {
log.info('开始执行妙香林路径');
await pathingB(); // 执行妙香林路径
} else if (path === '黛翠峰&罗浮洞') {
log.info('开始执行黛翠峰&罗浮洞路径');
await pathingC(); // 执行黛翠峰or罗浮洞路径
} else if (path === '清琼岛') {
log.info('开始执行清琼岛路径');
await pathingD(); // 执行清琼岛路径
} else if (path === '自动') {
log.info('自动选择路径执行路径A绘绮庭');
await pathingA(); // 自动执行绮庭路径
} else {
log.info('未选择有效路径执行默认路径A绘绮庭');
await pathingA(); // 默认执行路径A绘绮庭
}
})();
//领取洞天宝钱和好感度
await sleep(10000);
keyPress("F");
await sleep(2000);
click(1370, 420);
await sleep(2000);
click(1370, 420);
await sleep(2000);
click(1800, 710);
await sleep(2000);
click(1080, 960);
await sleep(2000);
click(1865, 44);
await sleep(2800);
click(1480, 799);
log.info("已领取洞天宝钱和好感");
})();

View File

@@ -0,0 +1,15 @@
{
"manifest_version": 1,
"name": "一条龙不含自动副本+尘歌壶版",
"version": "1.0",
"description": "一条龙不含自动副本+尘歌壶版盾奶不要放到1号位 快捷道具要放满4个 设置原壶找壶灵 绘绮庭本人亲测其他搬运仓库大佬运行前右键配置尘歌壶默认绘绮庭为了防止操作失误设置有等待时间5秒左右可自行更改",
"authors": [
{
"name": "凉城"
}
],
//选择尘歌壶
"settings_ui": "settings.json",
"main": "main.js"
}
//感谢@辉鸭蛋作者@Yang-z@HZYgrandma @风埠@花火@鹤望兰 本人只是基于大佬们提交的js脚本进行优化整合实现奖励领取一条龙

View File

@@ -0,0 +1,23 @@
[
{
"name": "path",
"type": "select",
"label": "尘歌壶名称(默认:绘绮庭)",
"options": [
"绘绮庭 ",
"妙香林",
"黛翠峰&罗浮洞",
"清琼岛",
]
},
{
"name": "domainName",
"type": "select",
"label": "设置权限",
"options": [
"直接加入",
"确认后可加入",
"不允许加入"
]
}
]

View File

@@ -0,0 +1,138 @@
{
"info": {
"name": "丘丘萨满-千风神殿-3只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-千风神殿-3只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1505.875,
"y": 2296.24462890625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": -1519.9052734375,
"y": 2270.15869140625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 3,
"x": -1509.046875,
"y": 2233.975830078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
},
{
"id": 4,
"x": -1482.33984375,
"y": 2189.6611328125,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": -1483.140625,
"y": 2187.95654296875,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": -1536.86328125,
"y": 1978.72265625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -1542.9267578125,
"y": 2029.68115234375,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -1530.62890625,
"y": 2075.363525390625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 9,
"x": -1638.5087890625,
"y": 2153.909423828125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": -1633.8955078125,
"y": 2161.7724609375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": -1635.9267578125,
"y": 2167.94921875,
"type": "target",
"move_mode": "climb",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": -1671.283203125,
"y": 2181.76611328125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": -1697.7890625,
"y": 2191.76220703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": -1731.814453125,
"y": 2181.5390625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "丘丘萨满-地中之盐-1只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-地中之盐-1只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -321.560546875,
"y": 1473.26416015625,
"action_params": ""
},
{
"id": 2,
"x": -291.04296875,
"y": 1496.40673828125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -251.703125,
"y": 1498.599609375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,30 @@
{
"info": {
"name": "丘丘萨满-奔狼领-1只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-奔狼领-1只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -251.6220703125,
"y": 2256.623046875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -269.669921875,
"y": 2228.460205078125,
"type": "path",
"move_mode": "fly",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "丘丘萨满-望风山地-1只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-望风山地-1只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1273.7509765625,
"y": 2721.67724609375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -1270.3798828125,
"y": 2713.601806640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1273.9658203125,
"y": 2695.631591796875,
"type": "target",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -1276.7666015625,
"y": 2681.72119140625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,112 @@
{
"info": {
"name": "丘丘萨满-望风角-3只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-望风角-3只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1629.181640625,
"y": 2834.585205078125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -1673.765625,
"y": 2816.837646484375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 3,
"x": -1673.765625,
"y": 2816.837646484375,
"type": "path",
"move_mode": "walk",
"action": "pick_around",
"action_params": ""
},
{
"id": 4,
"x": -1712.80859375,
"y": 2827.501708984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -1731.8525390625,
"y": 2835.374267578125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 6,
"x": -1747.6064453125,
"y": 2842.57421875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -1786.0791015625,
"y": 2850.0458984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": -1802.7734375,
"y": 2871.389892578125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": -1834.078125,
"y": 2887.62255859375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 10,
"x": -1839.109375,
"y": 2904.960205078125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 11,
"x": -1826.7080078125,
"y": 2913.6484375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "丘丘萨满-绀田村-2只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-绀田村-2只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -4050.0517578125,
"y": -2657.412109375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -4032.0234375,
"y": -2686.9921875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -4012.705078125,
"y": -2709.8203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -3975.3271484375,
"y": -2721.4658203125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 5,
"x": -3957.556640625,
"y": -2714.9091796875,
"type": "target",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "丘丘萨满-镇守之森-2只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-镇守之森-2只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -4429.8203125,
"y": -2798.57421875,
"action_params": ""
},
{
"id": 2,
"x": -4412.96875,
"y": -2809.8154296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -4402.455078125,
"y": -2821.419921875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,67 @@
{
"info": {
"name": "丘丘萨满-阿如村-2只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-阿如村-2只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 4077.791015625,
"y": -2164.1552734375,
"action_params": ""
},
{
"id": 2,
"x": 4133.078125,
"y": -2155.1904296875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4184.1064453125,
"y": -2145.806640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4208.05810546875,
"y": -2132.572265625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 4226.57861328125,
"y": -2123.3310546875,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 6,
"x": 4226.57861328125,
"y": -2123.3310546875,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,84 @@
{
"info": {
"name": "丘丘萨满-青墟浦-2只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-青墟浦-2只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 1470.17578125,
"y": -728.8544921875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 1447.8447265625,
"y": -706.8056640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1436.8876953125,
"y": -681.78662109375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 1361.5205078125,
"y": -680.62939453125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 1316.82421875,
"y": -672.0947265625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 1294.0693359375,
"y": -655.1962890625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 7,
"x": 1291.0146484375,
"y": -678.9228515625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 1308.5078125,
"y": -690.63525390625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,156 @@
{
"info": {
"name": "丘丘萨满-须弥城-6只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-须弥城-6只\n1.1 修复部分点位错误",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 2870.9697265625,
"y": -377.11083984375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 2879.5029296875,
"y": -391.22314453125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 2890.4365234375,
"y": -395.1826171875,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 2915.171875,
"y": -401.4775390625,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 5,
"x": 2922.9091796875,
"y": -377.20849609375,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 2921.34765625,
"y": -379.609375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 7,
"x": 2937.013671875,
"y": -394.75146484375,
"action": "",
"move_mode": "swim",
"action_params": "",
"type": "path"
},
{
"id": 8,
"x": 2934.306640625,
"y": -417.92431640625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 9,
"x": 2932.0234375,
"y": -434.02099609375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": 2942.8037109375,
"y": -440.63818359375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 11,
"x": 2963.81640625,
"y": -454.734375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 12,
"x": 2988.560546875,
"y": -427.0810546875,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 13,
"x": 3004.03125,
"y": -439.1865234375,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": 3015.302734375,
"y": -462.6904296875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 15,
"x": 3035.283203125,
"y": -483.517578125,
"action": "fight",
"move_mode": "swim",
"action_params": "",
"type": "path"
},
{
"id": 16,
"x": 3022.70703125,
"y": -504.3828125,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

View File

@@ -0,0 +1,175 @@
{
"info": {
"name": "丘丘萨满-风龙废墟-6只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-风龙废墟-6只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 122.60546875,
"y": 2657.596435546875,
"action_params": ""
},
{
"id": 2,
"x": 148.4560546875,
"y": 2645.2529296875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 263.7236328125,
"y": 2704.1728515625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 284.2958984375,
"y": 2700.79736328125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 317.30859375,
"y": 2731.680908203125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 6,
"x": 328.451171875,
"y": 2714.12841796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 343.2919921875,
"y": 2713.55078125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 8,
"x": 343.2919921875,
"y": 2713.55078125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 9,
"x": 341.59375,
"y": 2707.275146484375,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 318.1904296875,
"y": 2686.733642578125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 11,
"x": 310.666015625,
"y": 2663.928955078125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": 285.169921875,
"y": 2669.140380859375,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 13,
"x": 299.4248046875,
"y": 2707.042236328125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 14,
"x": 283.6552734375,
"y": 2744.240234375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 15,
"x": 242.4345703125,
"y": 2763.338134765625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 16,
"x": 221.79296875,
"y": 2783.564697265625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 17,
"x": 180.890625,
"y": 2777.31689453125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 18,
"x": 182.212890625,
"y": 2767.119140625,
"type": "path",
"move_mode": "fly",
"action": "fight",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,140 @@
{
"info": {
"name": "丘丘萨满-明蕴镇-4只",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "丘丘萨满-明蕴镇-4只",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -188.5419921875,
"y": 972.4248046875,
"action_params": ""
},
{
"id": 2,
"x": -171.6474609375,
"y": 980.39892578125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 3,
"x": -148.7060546875,
"y": 977.56689453125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -88.6962890625,
"y": 963.8310546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -5.8193359375,
"y": 992.15673828125,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "",
"locked": false
},
{
"id": 6,
"x": -5.8193359375,
"y": 992.15673828125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 7,
"x": 13.93359375,
"y": 971.50048828125,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 8,
"x": 85.9697265625,
"y": 976.02490234375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 9,
"x": 145.8154296875,
"y": 976.7880859375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 151.2646484375,
"y": 962.8330078125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
},
{
"id": 11,
"x": 170.875,
"y": 1008.62060546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 12,
"x": 193.7939453125,
"y": 1047.73046875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": 206.4140625,
"y": 1073.76806640625,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 14,
"x": 206.4140625,
"y": 1073.76806640625,
"type": "path",
"move_mode": "walk",
"action": "pick_around",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "枫丹-佩特莉可镇",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4322.21533203125,
"y": 1172.70751953125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4317.3017578125,
"y": 1193.32666015625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4317.44580078125,
"y": 1185.20068359375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4311.7412109375,
"y": 1188.24853515625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 4325.46240234375,
"y": 1197.59130859375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,75 @@
{
"info": {
"name": "枫丹-卡布狄斯堡遗迹上方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 3563.3330078125,
"y": 3018.6044921875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3569.111328125,
"y": 3030.961669921875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3576.2822265625,
"y": 3027.339599609375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3569.96875,
"y": 3026.96142578125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 3569.5,
"y": 3035.25634765625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 3578.3271484375,
"y": 3035.865966796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 3565.9609375,
"y": 3033.533203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,66 @@
{
"info": {
"name": "枫丹-卡布狄斯堡遗迹下方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 3383.26171875,
"y": 2692.240234375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3369.9462890625,
"y": 2699.763671875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3375.025390625,
"y": 2698.435791015625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3368.615234375,
"y": 2712.60546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 3363.3427734375,
"y": 2710.71533203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 3369.22265625,
"y": 2704.98291015625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "枫丹-新枫丹科学院上方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4434.32421875,
"y": 5091.71044921875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4425.3818359375,
"y": 5089.6357421875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4434.49072265625,
"y": 5104.7978515625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4435.76953125,
"y": 5094.5078125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "枫丹-新枫丹科学院左上方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4624.34423828125,
"y": 4951.77294921875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4627.63330078125,
"y": 4960.4794921875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4629.32421875,
"y": 4950.78125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "枫丹-新枫丹科学院左侧",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4498.14306640625,
"y": 4710.51708984375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4491.07958984375,
"y": 4711.73193359375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4512.33740234375,
"y": 4715.7861328125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4505.302734375,
"y": 4712.0966796875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "枫丹-秋分山东东侧",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 3463.3486328125,
"y": 2286.210693359375,
"action_params": ""
},
{
"id": 2,
"x": 3466.0986328125,
"y": 2285.08837890625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3453.6015625,
"y": 2287.531494140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3465.470703125,
"y": 2287.733642578125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "枫丹-秋分山东侧",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 3815.00390625,
"y": 2336.72802734375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3811.587890625,
"y": 2329.55908203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3804.572265625,
"y": 2335.032958984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3798.564453125,
"y": 2332.9501953125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 3809.5322265625,
"y": 2336.96435546875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,75 @@
{
"info": {
"name": "璃月-孤云阁",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -963.4013671875,
"y": -288.92041015625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -958.2705078125,
"y": -284.46923828125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -960.078125,
"y": -279.55322265625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -959.896484375,
"y": -274.876953125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -953.1787109375,
"y": -285.1826171875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -976.3681640625,
"y": -259.12548828125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -982.7392578125,
"y": -264.41845703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "璃月-层岩巨渊",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 1998.1484375,
"y": -678.5908203125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 1992.1494140625,
"y": -655.91357421875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1996.86328125,
"y": -651.35546875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 1999.150390625,
"y": -647.3701171875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 2002.58203125,
"y": -650.71875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "璃月-沉玉谷",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 1863.61328125,
"y": 1590.99072265625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 1869.2685546875,
"y": 1587.84716796875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1870.2861328125,
"y": 1582.83837890625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 1873.396484375,
"y": 1589.4619140625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "稻妻-平海砦晶蝶",
"type": "collect",
"author": "ran",
"version": "1.1",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -4443.81640625,
"y": -4290.416015625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -4452.669921875,
"y": -4277.6982421875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -4448.89453125,
"y": -4271.013671875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -4449.9609375,
"y": -4268.8134765625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -4456.287109375,
"y": -4271.51171875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,66 @@
{
"info": {
"name": "纳塔-奥奇卡纳塔下方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 10030.39453125,
"y": -643.40478515625,
"type": "teleport",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 10034.3916015625,
"y": -624.71337890625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 10035.4697265625,
"y": -618.06103515625,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
},
{
"id": 4,
"x": 10030.966796875,
"y": -613.6923828125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 10026.23046875,
"y": -616.9306640625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 10030.1337890625,
"y": -623.36376953125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "纳塔-柴薪之丘",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 9033.30859375,
"y": -1373.14013671875,
"type": "teleport",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 9053.8984375,
"y": -1388.802734375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 9057.7724609375,
"y": -1379.75927734375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 9060.26171875,
"y": -1374.25927734375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 9045.5478515625,
"y": -1392.03076171875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "蒙德-晨曦酒庄旁(测试)",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -578.76171875,
"y": 1853.36572265625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -573.6337890625,
"y": 1857.33447265625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -568.6767578125,
"y": 1867.7392578125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -576.1220703125,
"y": 1869.4580078125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -563.4033203125,
"y": 1878.72509765625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "蒙德-风龙废墟下方",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 36.8173828125,
"y": 2380.898193359375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 9.3134765625,
"y": 2394.2060546875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 14.61328125,
"y": 2400.619873046875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "须弥-上风蚀地",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4451.615234375,
"y": -2455.173828125,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 4458.7294921875,
"y": -2457.9853515625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4457.37109375,
"y": -2467.91796875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 4462.28662109375,
"y": -2462.798828125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "须弥-下风蚀地",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 4036.1953125,
"y": -2464.9560546875,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3999.5703125,
"y": -2467.216796875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 4002.92578125,
"y": -2458.5263671875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,48 @@
{
"info": {
"name": "须弥-护世森",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 2342.322265625,
"y": -4.650390625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 2341.0234375,
"y": -9.3955078125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 2346.396484375,
"y": -6.97412109375,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 2338.3251953125,
"y": -0.21875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "须弥-道成林",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 2701.5478515625,
"y": -761.8349609375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 2691.9482421875,
"y": -769.384765625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 2697.21484375,
"y": -772.62060546875,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,57 @@
{
"info": {
"name": "须弥-阿如村",
"type": "collect",
"author": "ran",
"version": "1.0",
"description": "晶蝶",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 3993.146484375,
"y": -1989.49365234375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": 3972.1064453125,
"y": -1975.12939453125,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 3977.158203125,
"y": -1979.06640625,
"type": "path",
"move_mode": "run",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": 3980.2822265625,
"y": -1973.716796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": 3973.6669921875,
"y": -1972.6376953125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}