fix: 鸡腿好感和盗宝团好感修复,使用新版exit_and_relogin action (#473)

* 盗宝团好感

* 避免计算出负数运行次数

* fix: 鸡腿好感修复
This commit is contained in:
秋云
2025-03-27 09:55:28 +08:00
committed by GitHub
parent 7262e64b36
commit ab7b485755
14 changed files with 291 additions and 297 deletions

View File

@@ -0,0 +1,44 @@
{
"info": {
"name": "清理原住民",
"type": "collect",
"author": "HZYgrandma",
"version": "1.0",
"description": "",
"bgiVersion": "0.35.1"
},
"positions": [
{
"id": 1,
"x": -2740.60,
"y": -3410.69,
"action": "",
"move_mode": "walk",
"type": "teleport"
},
{
"id": 2,
"x": -2739.48,
"y": -3437.85,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 3,
"x": -2764.44,
"y": -3465.81,
"action": "",
"move_mode": "walk",
"type": "path"
},
{
"id": 4,
"x": -2771.27,
"y": -3453.23,
"action": "fight",
"move_mode": "walk",
"type": "path"
}
]
}

View File

@@ -0,0 +1,52 @@
{
"info": {
"name": "盗宝团",
"type": "collect",
"author": "HZYgrandma",
"version": "1.0",
"description": "",
"bgiVersion": "0.43.4"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -2738.38,
"y": -3414.45
},
{
"id": 2,
"x": -2739.72,
"y": -3400.15,
"type": "path",
"move_mode": "walk",
"action": "exit_and_relogin"
},
{
"id": 3,
"x": -2739.71,
"y": -3399.06,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 4,
"x": -2738.67,
"y": -3427.38,
"type": "path",
"move_mode": "run",
"action": ""
},
{
"id": 5,
"x": -2756.67,
"y": -3467.63,
"type": "path",
"move_mode": "walk",
"action": "fight"
}
]
}