mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
菈乌玛兽肉支持少女 (#2705)
* 菈乌玛兽肉支持少女 * 自动修复 JSON 格式和版本号 [ci skip] --------- Co-authored-by: GitHub Actions Bot <actions@github.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
"芝士贝果": "https://github.com/cheese-bagel",
|
||||
"MissDan": "https://github.com/MisDandan23",
|
||||
"白白喵": "https://github.com/taotao568685",
|
||||
"躁动的氨气": "https://github.com/A-Little-AnQi",
|
||||
"躁动的氨气": "https://github.com/zaodonganqi",
|
||||
"海豹穹穹队": "https: //github.com/OhmyPaoPao",
|
||||
"李小璐的假奶量": "https://github.com/FZR1314521",
|
||||
"Annijang": "https://github.com/Annijang",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
## 📖 脚本说明
|
||||
|
||||
本脚本可利用菈乌玛能够吸引挪德卡莱小动物,并让獾给自己挖肉的特性,榨干挪德卡莱生态的每一份养料。
|
||||
本脚本与纯地图追踪的版本的主要区别为自动根据天气,等待雨天结束,并能够直接判断你队伍里是否有菈乌玛🦌。
|
||||
本脚本可利用菈乌玛/哥伦比亚能够吸引挪德卡莱小动物,并让獾给自己挖肉的特性,榨干挪德卡莱生态的每一份养料。
|
||||
本脚本与纯地图追踪的版本的主要区别为自动根据天气,等待雨天结束,并能够直接判断你队伍里是否有菈乌玛🦌或哥伦比娅🕊。
|
||||
兽肉资源每天的刷新时间为击杀后12小时,如有需要可自行规划采集
|
||||
|
||||
## 🚀 运行效率
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
## ⚠️ 运行须知(必看)
|
||||
|
||||
1. **角色要求**:运行前请确保队伍中有「菈乌玛」与「枫原万叶」,并在`调度器`设置中将`菈乌玛`设置为行走位
|
||||
1. **角色要求**:运行前请确保队伍中有「菈乌玛」/ 「哥伦比娅」与「枫原万叶」,并在`调度器`设置中将`菈乌玛`/ `哥伦比娅`设置为行走位
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -11,16 +11,20 @@
|
||||
function checkRequiredCharacters() {
|
||||
const avatars = getAvatars();
|
||||
let hasLayla = false;
|
||||
let hasColumbina = false;
|
||||
let hasKazuha = false;
|
||||
|
||||
if (avatars && avatars.length > 1) {
|
||||
for (let i = 0; i < avatars.length; i++) {
|
||||
if (avatars[i] === "菈乌玛") hasLayla = true;
|
||||
if (avatars[i] === "哥伦比娅") hasColumbina = true;
|
||||
if (avatars[i] === "枫原万叶") hasKazuha = true;
|
||||
}
|
||||
|
||||
if (!hasLayla || !hasKazuha) {
|
||||
log.error(`队伍角色检查失败 - 菈乌玛:${hasLayla ? '✓' : '✗'} 枫原万叶:${hasKazuha ? '✓' : '✗'}`);
|
||||
const hasOne = hasLayla || hasColumbina;
|
||||
|
||||
if (!hasOne || !hasKazuha) {
|
||||
log.error(`队伍角色检查失败 - 菈乌玛或哥伦比娅:${hasOne ? '✓' : '✗'} 枫原万叶:${hasKazuha ? '✓' : '✗'}`);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "菈乌玛兽肉",
|
||||
"version": "1.3",
|
||||
"bgi_version": "0.54.0",
|
||||
"description": "菈乌玛兽肉路线脚本,支持潮湿状态检测和自动调时间功能",
|
||||
"name": "少女与鹿的兽肉灭绝计划",
|
||||
"version": "1.5",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "菈乌玛/哥伦比娅兽肉路线脚本,支持潮湿状态检测和自动调时间功能",
|
||||
"authors": [
|
||||
{
|
||||
"name": "zaodonganqi",
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761470939840,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "01-苔骨荒原右下-6个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.4"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.45.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761055030770,
|
||||
@@ -15,6 +15,7 @@
|
||||
"name": "02-蓝珀胡下方峡谷-15个",
|
||||
"tags": [
|
||||
"菈乌玛",
|
||||
"哥伦比娅",
|
||||
"路过怪物"
|
||||
],
|
||||
"type": "collect",
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1760449198029,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "03-星砂滩右上-9个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.1"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761055119226,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "04-星砂滩左下-15个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.3"
|
||||
@@ -27,7 +28,7 @@
|
||||
"move_mode": "dash",
|
||||
"type": "teleport",
|
||||
"x": 9746.3359,
|
||||
"y": 1916.6513999999988
|
||||
"y": 1916.6514
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -36,7 +37,7 @@
|
||||
"move_mode": "dash",
|
||||
"type": "path",
|
||||
"x": 9776.5088,
|
||||
"y": 1919.7988000000005
|
||||
"y": 1919.7988
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -45,7 +46,7 @@
|
||||
"move_mode": "dash",
|
||||
"type": "path",
|
||||
"x": 9809.2676,
|
||||
"y": 1927.7632000000012
|
||||
"y": 1927.7632
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -54,7 +55,7 @@
|
||||
"move_mode": "walk",
|
||||
"type": "path",
|
||||
"x": 9829.7705,
|
||||
"y": 1922.2373000000007
|
||||
"y": 1922.2373
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -63,7 +64,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9843.7207,
|
||||
"y": 1925.2318999999989
|
||||
"y": 1925.2319
|
||||
},
|
||||
{
|
||||
"action": "combat_script",
|
||||
@@ -72,7 +73,7 @@
|
||||
"move_mode": "walk",
|
||||
"type": "path",
|
||||
"x": 9846.6543,
|
||||
"y": 1923.6957999999995
|
||||
"y": 1923.6958
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -81,7 +82,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9846.2139,
|
||||
"y": 1923.0205000000005
|
||||
"y": 1923.0205
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -131,7 +132,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9853.3125,
|
||||
"y": 1922.6561999999994
|
||||
"y": 1922.6562
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -140,7 +141,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9849.1562,
|
||||
"y": 1925.7811999999994
|
||||
"y": 1925.7812
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -148,14 +149,14 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9849.0625,
|
||||
"y": 1923.7811999999994
|
||||
"y": 1923.7812
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
"id": 16,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9848,
|
||||
"x": 9848.0,
|
||||
"y": 1925.75
|
||||
},
|
||||
{
|
||||
@@ -181,7 +182,7 @@
|
||||
"id": 19,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9842.59375,
|
||||
"x": 9842.5938,
|
||||
"y": 1924.5625
|
||||
},
|
||||
{
|
||||
@@ -191,7 +192,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9846.9951,
|
||||
"y": 1924.0649000000012
|
||||
"y": 1924.0649
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -200,7 +201,7 @@
|
||||
"move_mode": "dash",
|
||||
"type": "teleport",
|
||||
"x": 9746.335,
|
||||
"y": 1916.6504000000004
|
||||
"y": 1916.6504
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -217,7 +218,7 @@
|
||||
"move_mode": "dash",
|
||||
"type": "path",
|
||||
"x": 9746.291,
|
||||
"y": 1996.0614999999998
|
||||
"y": 1996.0615
|
||||
},
|
||||
{
|
||||
"action": "combat_script",
|
||||
@@ -235,7 +236,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9757.2812,
|
||||
"y": 2003.2524000000012
|
||||
"y": 2003.2524
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -244,7 +245,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9759.041,
|
||||
"y": 2004.4248000000007
|
||||
"y": 2004.4248
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -253,7 +254,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9759.126,
|
||||
"y": 2007.5400000000009
|
||||
"y": 2007.54
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -262,7 +263,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9756.9473,
|
||||
"y": 2009.6029999999992
|
||||
"y": 2009.603
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -288,7 +289,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9753.3896,
|
||||
"y": 2007.8955000000005
|
||||
"y": 2007.8955
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -305,7 +306,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9753.0898,
|
||||
"y": 2004.795900000001
|
||||
"y": 2004.7959
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -314,7 +315,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9752.418,
|
||||
"y": 2002.8955000000005
|
||||
"y": 2002.8955
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -323,7 +324,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9752.0645,
|
||||
"y": 1999.0311999999994
|
||||
"y": 1999.0312
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -332,7 +333,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "path",
|
||||
"x": 9754.8721,
|
||||
"y": 2000.0141999999996
|
||||
"y": 2000.0142
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -350,7 +351,7 @@
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9756.1328,
|
||||
"y": 2003.1859999999997
|
||||
"y": 2003.186
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761470596256,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "05-空寂走廊上方-4个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.1"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761470590976,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "06-苔古荒原上方-6个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.2"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761470992958,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "07-苔古荒原中间-12个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.3"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761471696453,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "08-苔古荒原下方-12个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.2"
|
||||
@@ -2,11 +2,11 @@
|
||||
"info": {
|
||||
"authors": [
|
||||
{
|
||||
"links": "https://github.com/A-Little-AnQi",
|
||||
"links": "https://github.com/zaodonganqi",
|
||||
"name": "躁动的氨气"
|
||||
}
|
||||
],
|
||||
"bgi_version": "0.52.0",
|
||||
"bgi_version": "0.55.0",
|
||||
"description": "",
|
||||
"enable_monster_loot_split": false,
|
||||
"last_modified_time": 1761057043543,
|
||||
@@ -14,7 +14,8 @@
|
||||
"map_name": "Teyvat",
|
||||
"name": "09-星砂滩右侧山洞-6个",
|
||||
"tags": [
|
||||
"菈乌玛"
|
||||
"菈乌玛",
|
||||
"哥伦比娅"
|
||||
],
|
||||
"type": "collect",
|
||||
"version": "1.0"
|
||||
@@ -26,8 +27,8 @@
|
||||
"id": 1,
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9563.109375,
|
||||
"y": 2135.265869140625
|
||||
"x": 9563.1094,
|
||||
"y": 2135.2659
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -35,8 +36,8 @@
|
||||
"id": 2,
|
||||
"move_mode": "walk",
|
||||
"type": "path",
|
||||
"x": 9541.5234375,
|
||||
"y": 2133.333984375
|
||||
"x": 9541.5234,
|
||||
"y": 2133.334
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -44,8 +45,8 @@
|
||||
"id": 3,
|
||||
"move_mode": "fly",
|
||||
"type": "path",
|
||||
"x": 9538.517578125,
|
||||
"y": 2133.0029296875
|
||||
"x": 9538.5176,
|
||||
"y": 2133.0029
|
||||
},
|
||||
{
|
||||
"action": "stop_flying",
|
||||
@@ -53,8 +54,8 @@
|
||||
"id": 4,
|
||||
"move_mode": "fly",
|
||||
"type": "path",
|
||||
"x": 9496.923828125,
|
||||
"y": 2131.095703125
|
||||
"x": 9496.9238,
|
||||
"y": 2131.0957
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -62,8 +63,8 @@
|
||||
"id": 5,
|
||||
"move_mode": "dash",
|
||||
"type": "target",
|
||||
"x": 9419.904296875,
|
||||
"y": 2135.117431640625
|
||||
"x": 9419.9043,
|
||||
"y": 2135.1174
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -71,8 +72,8 @@
|
||||
"id": 6,
|
||||
"move_mode": "walk",
|
||||
"type": "target",
|
||||
"x": 9410.4833984375,
|
||||
"y": 2136.817626953125
|
||||
"x": 9410.4834,
|
||||
"y": 2136.8176
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -80,8 +81,8 @@
|
||||
"id": 7,
|
||||
"move_mode": "walk",
|
||||
"type": "target",
|
||||
"x": 9389.5576171875,
|
||||
"y": 2139.779052734375
|
||||
"x": 9389.5576,
|
||||
"y": 2139.7791
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -89,8 +90,8 @@
|
||||
"id": 8,
|
||||
"move_mode": "walk",
|
||||
"type": "target",
|
||||
"x": 9378.892578125,
|
||||
"y": 2148.5634765625
|
||||
"x": 9378.8926,
|
||||
"y": 2148.5635
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -98,8 +99,8 @@
|
||||
"id": 9,
|
||||
"move_mode": "walk",
|
||||
"type": "target",
|
||||
"x": 9367.2197265625,
|
||||
"y": 2156.999267578125
|
||||
"x": 9367.2197,
|
||||
"y": 2156.9993
|
||||
},
|
||||
{
|
||||
"action": "combat_script",
|
||||
@@ -107,8 +108,8 @@
|
||||
"id": 10,
|
||||
"move_mode": "walk",
|
||||
"type": "target",
|
||||
"x": 9356.44921875,
|
||||
"y": 2162.07861328125
|
||||
"x": 9356.4492,
|
||||
"y": 2162.0786
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -116,8 +117,8 @@
|
||||
"id": 11,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9352.021484375,
|
||||
"y": 2158.295654296875
|
||||
"x": 9352.0215,
|
||||
"y": 2158.2957
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -125,8 +126,8 @@
|
||||
"id": 12,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9350.40234375,
|
||||
"y": 2168.16650390625
|
||||
"x": 9350.4023,
|
||||
"y": 2168.1665
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -134,8 +135,8 @@
|
||||
"id": 13,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9358.0048828125,
|
||||
"y": 2166.67724609375
|
||||
"x": 9358.0049,
|
||||
"y": 2166.6772
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -143,8 +144,8 @@
|
||||
"id": 14,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9363.783203125,
|
||||
"y": 2158.6142578125
|
||||
"x": 9363.7832,
|
||||
"y": 2158.6143
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -152,8 +153,8 @@
|
||||
"id": 15,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9356.2734375,
|
||||
"y": 2153.78515625
|
||||
"x": 9356.2734,
|
||||
"y": 2153.7852
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -161,8 +162,8 @@
|
||||
"id": 16,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9352.904296875,
|
||||
"y": 2167.95166015625
|
||||
"x": 9352.9043,
|
||||
"y": 2167.9517
|
||||
},
|
||||
{
|
||||
"action": "",
|
||||
@@ -170,8 +171,8 @@
|
||||
"id": 17,
|
||||
"move_mode": "swim",
|
||||
"type": "target",
|
||||
"x": 9360.15625,
|
||||
"y": 2153.81005859375
|
||||
"x": 9360.1562,
|
||||
"y": 2153.8101
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
> 虽然全线会路过两只霜夜灵嗣,但是不用战斗,都是直接冲过去的哦。
|
||||
|
||||
### 🎯 角色要求
|
||||
- 确保队伍中有「菈乌玛」与「枫原万叶」
|
||||
- 将`行走位`设置为「菈乌玛」
|
||||
- 确保队伍中有「菈乌玛」/「哥伦比娅」与「枫原万叶」
|
||||
- 将`行走位`设置为「菈乌玛」/「哥伦比娅」
|
||||
|
||||
### ⚠️ 运行须知(必看)
|
||||
- 运行前请确保游戏内不在下雨状态,下雨时挪德卡莱的小动物会消失。运行中途若开始下雨,将无法避免地白跑!
|
||||
Reference in New Issue
Block a user