16
repo.json
16
repo.json
@@ -1,5 +1,13 @@
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
"time": "20241203194929",
|
||||
=======
|
||||
"time": "20241205122813",
|
||||
>>>>>>> 84f2a71027a3707c0f24cd2a5e200ad88322ede8
|
||||
=======
|
||||
"time": "20241205210614",
|
||||
>>>>>>> 7bd87de6de79f095e156c9c910f148dc9aa7f781
|
||||
"url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip",
|
||||
"file": "repo.json",
|
||||
"indexes": [
|
||||
@@ -10221,8 +10229,8 @@
|
||||
{
|
||||
"name": "AutoCatherine",
|
||||
"type": "directory",
|
||||
"hash": "a3560a0a4198f7e6ba32f5871b893d7a6feb58c0",
|
||||
"version": "1.0",
|
||||
"hash": "06d108bc4a18a4cb3d7552b865cb9212c462e4a1",
|
||||
"version": "1.1",
|
||||
"author": "½",
|
||||
"description": "自动找凯瑟琳~|~去找凯瑟琳(基于路径追踪)",
|
||||
"tags": []
|
||||
@@ -10266,8 +10274,8 @@
|
||||
{
|
||||
"name": "Autopermission",
|
||||
"type": "directory",
|
||||
"hash": "b12820598212771beec9265ae499102c680a9d16",
|
||||
"version": "1.0",
|
||||
"hash": "9f8b3e9a28b14e9cb6c7568895f79da3eacc56ad",
|
||||
"version": "1.1",
|
||||
"author": "½",
|
||||
"description": "自动设置权限~|~设置进入世界的权限,默认锁门",
|
||||
"tags": []
|
||||
|
||||
@@ -12,17 +12,17 @@
|
||||
"id": 1,
|
||||
"x": 4509.96044921875,
|
||||
"y": 3630.826904296875,
|
||||
"type": "teleport",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4496.73193359375,
|
||||
"y": 3638.144287109375,
|
||||
"type": "path",
|
||||
"x": 4495.000794515572,
|
||||
"y": 3639.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动找凯瑟琳",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "去找凯瑟琳(基于路径追踪)",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
log.info("请确保执行脚本时处于主界面");
|
||||
|
||||
keyPress("VK_F2")
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
click(330,1010) //点击世界权限
|
||||
await sleep(500);
|
||||
await sleep(1000);
|
||||
let domainName = settings.domainName;
|
||||
|
||||
switch (domainName) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动设置权限",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "设置进入世界的权限,默认锁门",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
(async function () {
|
||||
// settings 的对象内容来自于 settings.json 文件生成的动态配置页面
|
||||
//前置系统状态:大世界正常主界面
|
||||
setGameMetrics(3840,2160,2)
|
||||
keyPress("VK_ESCAPE");//打开派蒙菜单
|
||||
await sleep(1000);
|
||||
click(90,2000);//点击左下角退出按钮
|
||||
await sleep(1000);
|
||||
click(2100,1500);//点击确定
|
||||
await sleep(10000);//渲染开门界面的时间
|
||||
click(200,1950);//点击登录界面左下角退出按钮
|
||||
await sleep(1000);
|
||||
click(2200,1100);//点击确定
|
||||
await sleep(1000);
|
||||
(async function () {
|
||||
// settings 的对象内容来自于 settings.json 文件生成的动态配置页面
|
||||
//前置系统状态:大世界正常主界面
|
||||
setGameMetrics(3840,2160,2)
|
||||
keyPress("VK_ESCAPE");//打开派蒙菜单
|
||||
await sleep(1000);
|
||||
click(90,2000);//点击左下角退出按钮
|
||||
await sleep(1000);
|
||||
click(2100,1500);//点击确定
|
||||
await sleep(10000);//渲染开门界面的时间
|
||||
click(200,1950);//点击登录界面左下角退出按钮
|
||||
await sleep(1000);
|
||||
click(2200,1100);//点击确定
|
||||
await sleep(1000);
|
||||
})();
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "完全退出游戏",
|
||||
"version": "1.0",
|
||||
"description": "配合其他脚本使用。当其他任务完成之后,调用此脚本完成游戏退出(指结束游戏进程)",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Because",
|
||||
"link": "https://github.com/Because66666"
|
||||
}
|
||||
],
|
||||
"main": "main.js"
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "完全退出游戏",
|
||||
"version": "1.0",
|
||||
"description": "配合其他脚本使用。当其他任务完成之后,调用此脚本完成游戏退出(指结束游戏进程)",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Because",
|
||||
"link": "https://github.com/Because66666"
|
||||
}
|
||||
],
|
||||
"main": "main.js"
|
||||
}
|
||||
@@ -1,38 +1,38 @@
|
||||
(async function () {
|
||||
setGameMetrics(2560, 1440, 1.5); // 设置游戏窗口大小和DPI
|
||||
|
||||
log.info("循环开始执行,确保1号位芙宁娜,建议使用双水队提升伤害")
|
||||
|
||||
log.info("正在附身纳塔龙")
|
||||
keyPress("T");//附身纳塔龙
|
||||
await sleep(2000);
|
||||
log.info("附身纳塔龙完成")
|
||||
|
||||
for (let i = 0; i < settings.cycle_times; ++i) {
|
||||
|
||||
log.info("正在执行第"+(i+1)+"次");
|
||||
|
||||
keyDown("Q");//脱身纳塔龙
|
||||
await sleep(1200);
|
||||
keyUp("Q");
|
||||
await sleep(100);
|
||||
|
||||
leftButtonClick();//下落攻击快速落地
|
||||
await sleep(500);
|
||||
|
||||
keyPress("1");//切换芙芙
|
||||
await sleep(1000);
|
||||
|
||||
keyPress("E");//释放芙芙元素战技
|
||||
await sleep(800);
|
||||
|
||||
keyPress("2");//芙芙切后台触发剧团
|
||||
await sleep(500);
|
||||
|
||||
keyPress("T");//附身纳塔龙
|
||||
await sleep(28500);
|
||||
|
||||
log.info("第"+(i+1)+"次执行完成")
|
||||
}
|
||||
|
||||
})();
|
||||
(async function () {
|
||||
setGameMetrics(2560, 1440, 1.5); // 设置游戏窗口大小和DPI
|
||||
|
||||
log.info("循环开始执行,确保1号位芙宁娜,建议使用双水队提升伤害")
|
||||
|
||||
log.info("正在附身纳塔龙")
|
||||
keyPress("T");//附身纳塔龙
|
||||
await sleep(2000);
|
||||
log.info("附身纳塔龙完成")
|
||||
|
||||
for (let i = 0; i < settings.cycle_times; ++i) {
|
||||
|
||||
log.info("正在执行第"+(i+1)+"次");
|
||||
|
||||
keyDown("Q");//脱身纳塔龙
|
||||
await sleep(1200);
|
||||
keyUp("Q");
|
||||
await sleep(100);
|
||||
|
||||
leftButtonClick();//下落攻击快速落地
|
||||
await sleep(500);
|
||||
|
||||
keyPress("1");//切换芙芙
|
||||
await sleep(1000);
|
||||
|
||||
keyPress("E");//释放芙芙元素战技
|
||||
await sleep(800);
|
||||
|
||||
keyPress("2");//芙芙切后台触发剧团
|
||||
await sleep(500);
|
||||
|
||||
keyPress("T");//附身纳塔龙
|
||||
await sleep(28500);
|
||||
|
||||
log.info("第"+(i+1)+"次执行完成")
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
@@ -1,15 +1,33 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "芙芙挂机暗杀流",
|
||||
"version": "1.0",
|
||||
"bgi_version": "0.37.2",
|
||||
"description": "用于芙宁娜海鲜挂机暗杀地方传奇\n目前已知适用科西霍和海浪中的莎孚,需加入调度器中使用\n1、队伍1号位芙宁娜,234号随意,推荐双水队伍,可以吃药增伤;\n2、按照B站一些逃课视频到达指定位置,附身一只水龙或草龙到石块上;\n3、确保指定位置周围没有其他可以直接附身的龙魂,以免误操作;\n4、可以在附身状态下开启,也可以在角色状态下开启,循环开启前均会先附身;\n5、0命芙芙世界等级8的情况下:科西霍循环6-10次、海浪中的莎孚循环14-18次,时间充裕的情况下可以按最低循环次数多尝试,避免误杀没拿到成就。",
|
||||
"authors": [
|
||||
{
|
||||
"name": "起个名字好难",
|
||||
"link": "https://mualani.fun"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "芙芙挂机暗杀流",
|
||||
"version": "1.0",
|
||||
"bgi_version": "0.37.2",
|
||||
"description": "用于芙宁娜海鲜挂机暗杀地方传奇",
|
||||
"authors": [
|
||||
{
|
||||
"name": "起个名字好难",
|
||||
"link": "https://mualani.fun"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
=======
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "芙芙挂机暗杀流",
|
||||
"version": "1.0",
|
||||
"bgi_version": "0.37.2",
|
||||
"description": "用于芙宁娜海鲜挂机暗杀地方传奇\n目前已知适用科西霍和海浪中的莎孚,需加入调度器中使用\n1、队伍1号位芙宁娜,234号随意,推荐双水队伍,可以吃药增伤;\n2、按照B站一些逃课视频到达指定位置,附身一只水龙或草龙到石块上;\n3、确保指定位置周围没有其他可以直接附身的龙魂,以免误操作;\n4、可以在附身状态下开启,也可以在角色状态下开启,循环开启前均会先附身;\n5、0命芙芙世界等级8的情况下:科西霍循环6-10次、海浪中的莎孚循环14-18次,时间充裕的情况下可以按最低循环次数多尝试,避免误杀没拿到成就。",
|
||||
"authors": [
|
||||
{
|
||||
"name": "起个名字好难",
|
||||
"link": "https://mualani.fun"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
>>>>>>> 7bd87de6de79f095e156c9c910f148dc9aa7f781
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "cycle_times",
|
||||
"type": "input-text",
|
||||
"label": "循环次数"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "cycle_times",
|
||||
"type": "input-text",
|
||||
"label": "循环次数"
|
||||
}
|
||||
]
|
||||
100
repo/pathing/发条机关/发条机关01.json
Normal file
100
repo/pathing/发条机关/发条机关01.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关01",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3923.1181640625,
|
||||
"y": 4233.869140625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3941.8662109375,
|
||||
"y": 4273.91943359375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3967.7861328125,
|
||||
"y": 4299.7705078125,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3985.50390625,
|
||||
"y": 4314.5625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3994.3466796875,
|
||||
"y": 4299.537109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4001.0146484375,
|
||||
"y": 4275.40576171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4009.9296875,
|
||||
"y": 4261.091796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4005.36328125,
|
||||
"y": 4327.70947265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4004.4267578125,
|
||||
"y": 4347.208984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4006.796875,
|
||||
"y": 4401.439453125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4006.646484375,
|
||||
"y": 4401.0166015625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
52
repo/pathing/发条机关/发条机关02.json
Normal file
52
repo/pathing/发条机关/发条机关02.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关02",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4143.9150390625,
|
||||
"y": 4423.52685546875
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4169.95703125,
|
||||
"y": 4424.96337890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4181.611328125,
|
||||
"y": 4421.5068359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4211.861328125,
|
||||
"y": 4412.6181640625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4211.87255859375,
|
||||
"y": 4412.62744140625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
36
repo/pathing/发条机关/发条机关03.json
Normal file
36
repo/pathing/发条机关/发条机关03.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关03",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3864.1962890625,
|
||||
"y": 4492.5849609375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3821.9150390625,
|
||||
"y": 4502.1611328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3798.171875,
|
||||
"y": 4518.34912109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
36
repo/pathing/发条机关/发条机关04.json
Normal file
36
repo/pathing/发条机关/发条机关04.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关04",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3846.876953125,
|
||||
"y": 4652.93359375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3813.77734375,
|
||||
"y": 4684.03271484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3789.123046875,
|
||||
"y": 4701.0078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
99
repo/pathing/发条机关/发条机关05.json
Normal file
99
repo/pathing/发条机关/发条机关05.json
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关05",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3636.0498046875,
|
||||
"y": 4796.0576171875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3632.9794921875,
|
||||
"y": 4845.61962890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3600.662109375,
|
||||
"y": 4900.33154296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3687.5185546875,
|
||||
"y": 4961.0146484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3710.9833984375,
|
||||
"y": 4906.0595703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3766.5,
|
||||
"y": 4900.25,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3811.439453125,
|
||||
"y": 4869.79296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3799.5400390625,
|
||||
"y": 4943.4052734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3783.517578125,
|
||||
"y": 4971.1875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3765.0546875,
|
||||
"y": 4991.2451171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3752.921875,
|
||||
"y": 4996.0458984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
68
repo/pathing/发条机关/发条机关06.json
Normal file
68
repo/pathing/发条机关/发条机关06.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关06",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3965.4345703125,
|
||||
"y": 4718.44091796875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3939.56640625,
|
||||
"y": 4720.44677734375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3920.57421875,
|
||||
"y": 4713.30322265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3912.2412109375,
|
||||
"y": 4706.5439453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3900.9365234375,
|
||||
"y": 4698.27978515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3904.0419921875,
|
||||
"y": 4724.9501953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3905.271484375,
|
||||
"y": 4753.15087890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
92
repo/pathing/发条机关/发条机关07.json
Normal file
92
repo/pathing/发条机关/发条机关07.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关07",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3965.390625,
|
||||
"y": 4718.3798828125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3961.1435546875,
|
||||
"y": 4720.3173828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3969.3134765625,
|
||||
"y": 4728.27734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3950.0546875,
|
||||
"y": 4764.63134765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3987.953125,
|
||||
"y": 4739.9599609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4077.9248046875,
|
||||
"y": 4694.287109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4180.5634765625,
|
||||
"y": 4685.6728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4160.47265625,
|
||||
"y": 4729.62060546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4124.3583984375,
|
||||
"y": 4770.40478515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4113.15380859375,
|
||||
"y": 4780.3271484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
52
repo/pathing/发条机关/发条机关08.json
Normal file
52
repo/pathing/发条机关/发条机关08.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "发条机关08",
|
||||
"type": "collect",
|
||||
"author": "½",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4301.30810546875,
|
||||
"y": 4764.98828125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4337.1005859375,
|
||||
"y": 4759.2763671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4373.9208984375,
|
||||
"y": 4763.50390625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4392.0791015625,
|
||||
"y": 4729.2255859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4411.05126953125,
|
||||
"y": 4718.93359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user