Merge pull request #31 from PanZic/main

修改了嘟嘟莲路径开头不传送的问题,修改了部分鸟蛋路径不传送的问题,优化了日落果路线减少了暴毙概率
This commit is contained in:
辉鸭蛋
2024-10-24 10:07:30 +08:00
committed by GitHub
13 changed files with 449 additions and 385 deletions

View File

@@ -1,61 +1,68 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-914.8623046875,
"y":1795.45166015625,
"type":"teleport",
"move_mode":"walk",
"action":""
},
{
"x":-914.9033203125,
"y":1795.4267578125,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-917.44921875,
"y":1788.79833984375,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-910.451171875,
"y":1787.9013671875,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-909.689453125,
"y":1801.83935546875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-907.6728515625,
"y":1805.802734375,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-894.6328125,
"y":1819.19384765625,
"type":"target",
"move_mode":"swim",
"action":"nahida_collect"
}
]
"info": {
"name": "嘟嘟莲",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -914.8623046875,
"y": 1795.45166015625,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -914.9033203125,
"y": 1795.4267578125,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
},
{
"id": 3,
"x": -917.44921875,
"y": 1788.79833984375,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
},
{
"id": 4,
"x": -910.451171875,
"y": 1787.9013671875,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
},
{
"id": 5,
"x": -909.689453125,
"y": 1801.83935546875,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 6,
"x": -907.6728515625,
"y": 1805.802734375,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 7,
"x": -894.6328125,
"y": 1819.19384765625,
"action": "nahida_collect",
"move_mode": "swim",
"type": "target"
}
]
}

View File

@@ -1,82 +1,92 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲2-达达乌帕谷-7个",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-1432.6494140625,
"y":1464.57421875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1456.3017578125,
"y":1448.5087890625,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1517.8779296875,
"y":1406.765625,
"type":"path",
"move_mode":"fly",
"action":""
},
{
"x":-1556.6767578125,
"y":1393.68017578125,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-1539.2109375,
"y":1353.99365234375,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1539.591796875,
"y":1309.1494140625,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1520.8955078125,
"y":1274.85693359375,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1527.0341796875,
"y":1255.419921875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1516.724609375,
"y":1244.09814453125,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1502.6650390625,
"y":1248.7041015625,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
}
]
"info": {
"name": "嘟嘟莲2-达达乌帕谷-7个",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.1",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1432.6494140625,
"y": 1464.57421875,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -1456.3017578125,
"y": 1448.5087890625,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 3,
"x": -1517.8779296875,
"y": 1406.765625,
"action": "",
"move_mode": "fly",
"type": "path"
},
{
"id": 4,
"x": -1556.6767578125,
"y": 1393.68017578125,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
},
{
"id": 5,
"x": -1539.2109375,
"y": 1353.99365234375,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 6,
"x": -1539.591796875,
"y": 1309.1494140625,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 7,
"x": -1520.8955078125,
"y": 1274.85693359375,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 8,
"x": -1527.0341796875,
"y": 1255.419921875,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 9,
"x": -1516.724609375,
"y": 1244.09814453125,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 10,
"x": -1502.6650390625,
"y": 1248.7041015625,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
}
]
}

View File

@@ -1,54 +1,60 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲3-晨曦酒庄-3个",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-321.59375,
"y":1473.33935546875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-262.9287109375,
"y":1590.72265625,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-256.4677734375,
"y":1599.08349609375,
"type":"path",
"move_mode":"fly",
"action":"stop_flying"
},
{
"x":-256.2540860800873,
"y":1602.25,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-347.0859375,
"y":1646.92333984375,
"type":"target",
"move_mode":"walk",
"action":""
},
{
"x":-395.7275390625,
"y":1624.00390625,
"type":"target",
"move_mode":"walk",
"action":""
}
]
"info": {
"name": "嘟嘟莲3-晨曦酒庄-3个",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.1",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -321.59375,
"y": 1473.33935546875,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -262.9287109375,
"y": 1590.72265625,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 3,
"x": -256.4677734375,
"y": 1599.08349609375,
"action": "stop_flying",
"move_mode": "fly",
"type": "path"
},
{
"id": 4,
"x": -256.2540860800873,
"y": 1602.25,
"action": "nahida_collect",
"move_mode": "run",
"type": "target"
},
{
"id": 5,
"x": -347.0859375,
"y": 1646.92333984375,
"action": "",
"move_mode": "run",
"type": "target"
},
{
"id": 6,
"x": -395.7275390625,
"y": 1624.00390625,
"action": "",
"move_mode": "run",
"type": "target"
}
]
}

View File

@@ -1,33 +1,36 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲4-奔狼领-4个",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-521.2548828125,
"y":2179.80029296875,
"type":"teleport",
"move_mode":"walk",
"action":""
},
{
"x":-493.8017578125,
"y":2170.023681640625,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-477.9921875,
"y":2154.699951171875,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
}
]
"info": {
"name": "嘟嘟莲4-奔狼领-4个",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -521.2548828125,
"y": 2179.80029296875,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -493.8017578125,
"y": 2170.023681640625,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 3,
"x": -477.9921875,
"y": 2154.699951171875,
"action": "nahida_collect",
"move_mode": "run",
"type": "target"
}
]
}

View File

@@ -1,33 +1,36 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲5-千风神殿-3个",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-1505.9140625,
"y":2296.210693359375,
"type":"teleport",
"move_mode":"walk",
"action":""
},
{
"x":-1468.28515625,
"y":2290.935791015625,
"type":"path",
"move_mode":"fly",
"action":"stop_flying"
},
{
"x":-1468.8828125,
"y":2291.862548828125,
"type":"path",
"move_mode":"walk",
"action":"nahida_collect"
}
]
"info": {
"name": "嘟嘟莲5-千风神殿-3个",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1505.9140625,
"y": 2296.210693359375,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -1468.28515625,
"y": 2290.935791015625,
"action": "stop_flying",
"move_mode": "fly",
"type": "path"
},
{
"id": 3,
"x": -1468.8828125,
"y": 2291.862548828125,
"action": "nahida_collect",
"move_mode": "walk",
"type": "path"
}
]
}

View File

@@ -1,33 +1,36 @@
{
"info":{
"bgi_version":"0.34.5",
"version":"1.0",
"name":"嘟嘟莲6-星落湖-2个",
"description":"",
"type":"collect",
"author":"yulalaa"
},
"positions":[
{
"x":-1330.091796875,
"y":2563.93310546875,
"type":"path",
"move_mode":"walk",
"action":""
},
{
"x":-1327.541015625,
"y":2559.2763671875,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
},
{
"x":-1319.3388671875,
"y":2568.6005859375,
"type":"target",
"move_mode":"walk",
"action":"nahida_collect"
}
]
"info": {
"name": "嘟嘟莲6-星落湖-2个",
"type": "collect",
"author": "yulalaa&不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1330.091796875,
"y": 2563.93310546875,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -1327.541015625,
"y": 2559.2763671875,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
},
{
"id": 3,
"x": -1319.3388671875,
"y": 2568.6005859375,
"action": "nahida_collect",
"move_mode": "walk",
"type": "target"
}
]
}

View File

@@ -5,7 +5,7 @@
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
"bgiVersion": "0.35.1"
},
"positions": [
{
@@ -20,9 +20,9 @@
"id": 2,
"x": -596.228515625,
"y": 2154.114990234375,
"type": "path",
"action": "",
"move_mode": "run",
"action": ""
"type": "path"
},
{
"id": 3,
@@ -50,16 +50,16 @@
},
{
"id": 6,
"x": -616.65234375,
"y": 2103.1708984375,
"x": -612.7476732788964,
"y": 2104.7507636774953,
"action": "",
"move_mode": "run",
"type": "path"
},
{
"id": 7,
"x": -618.666015625,
"y": 2097.763427734375,
"x": -611.7459282380696,
"y": 2096.2492363225047,
"action": "nahida_collect",
"move_mode": "climb",
"type": "path"

View File

@@ -0,0 +1,92 @@
{
"info": {
"name": "日落果11-达达乌帕谷-蒙德15个",
"type": "collect",
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -1432.6357421875,
"y": 1464.7021484375,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -1492.8173828125,
"y": 1439.9990234375,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 3,
"x": -1522.69140625,
"y": 1452.818359375,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 4,
"x": -1555.5634765625,
"y": 1436.60693359375,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 5,
"x": -1591.26953125,
"y": 1415.95556640625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 6,
"x": -1571.8369140625,
"y": 1400.89599609375,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 7,
"x": -1540.9765625,
"y": 1379.048828125,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 8,
"x": -1533.11328125,
"y": 1346.99853515625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 9,
"x": -1482.4918564761392,
"y": 1388.0058548607976,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 10,
"x": -1459.435546875,
"y": 1406.0556640625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
}
]
}

View File

@@ -1,68 +0,0 @@
{
"info": {
"name": "日落果11-达达乌帕谷-蒙德18个",
"type": "collect",
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -1432.6357421875,
"y": 1464.7021484375
},
{
"id": 3,
"x": -1488.0751953125,
"y": 1438.86962890625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 3,
"x": -1523.2265625,
"y": 1441.27978515625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 4,
"x": -1553.91796875,
"y": 1437.2138671875,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 5,
"x": -1589.5654296875,
"y": 1466.34423828125,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 6,
"x": -1614.8056640625,
"y": 1506.02294921875,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
},
{
"id": 7,
"x": -1584.5830078125,
"y": 1503.3134765625,
"type": "path",
"move_mode": "run",
"action": "nahida_collect"
}
]
}

View File

@@ -5,40 +5,40 @@
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 54.341796875,
"y": 139.3583984375,
"type": "path",
"action": "",
"move_mode": "walk",
"action": ""
"type": "teleport"
},
{
"id": 2,
"x": 53.3505859375,
"y": 139.60498046875,
"type": "path",
"action": "",
"move_mode": "walk",
"action": ""
"type": "path"
},
{
"id": 3,
"x": 50.1357421875,
"y": 141.318359375,
"type": "path",
"action": "",
"move_mode": "fly",
"action": ""
"type": "path"
},
{
"id": 4,
"x": 23.7412109375,
"y": 163.98388671875,
"type": "path",
"action": "stop_flying",
"move_mode": "fly",
"action": "stop_flying"
"type": "path"
}
]
}

View File

@@ -5,24 +5,32 @@
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -963.3740234375,
"y": -288.93798828125,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -963.3740234375,
"y": -288.93798828125
"type": "teleport"
},
{
"id": 2,
"x": -976.5712890625,
"y": -260.20703125,
"x": -967.0020358809652,
"y": -273.0002545591651,
"type": "path",
"move_mode": "walk",
"action": "nahida_collect"
"action": ""
},
{
"id": 3,
"x": -976.5712890625,
"y": -260.20703125,
"action": "nahida_collect",
"move_mode": "walk",
"type": "path"
}
]
}

View File

@@ -5,24 +5,24 @@
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -188.50390625,
"y": 972.42919921875,
"type": "path",
"action": "",
"move_mode": "walk",
"action": ""
"type": "teleport"
},
{
"id": 2,
"x": -190.8466796875,
"y": 967.80517578125,
"type": "path",
"action": "nahida_collect",
"move_mode": "walk",
"action": "nahida_collect"
"type": "path"
}
]
}

View File

@@ -5,24 +5,24 @@
"author": "不瘦五十斤不改名",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.0"
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": 730.345703125,
"y": 1062.060546875,
"type": "path",
"action": "",
"move_mode": "walk",
"action": ""
"type": "teleport"
},
{
"id": 2,
"x": 720.9287109375,
"y": 1057.66162109375,
"type": "path",
"action": "nahida_collect",
"move_mode": "walk",
"action": "nahida_collect"
"type": "path"
}
]
}