fix: 整合四方八方之网

This commit is contained in:
秋云
2025-08-10 15:24:54 +08:00
parent afd8c2fc60
commit 1f1198f712
7 changed files with 32 additions and 124 deletions

View File

@@ -0,0 +1,39 @@
{
"info": {
"name": "四方八方之网",
"type": "collect",
"author": "越空",
"version": "1.0",
"description": "走到稻妻若紫位置,准备购买四方八方之网",
"bgi_version": "0.42.3"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": -4232.1875,
"y": -3001.9599609375,
"action_params": ""
},
{
"id": 2,
"x": -4236.78515625,
"y": -2995.244140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -4242.451171875,
"y": -2998.5556640625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -0,0 +1,22 @@
{
"manifest_version": 1,
"name": "购买四方八方之网",
"version": "1.0",
"description": "传送到稻妻白狐之野,找若紫买四方八方之网(基于路径追踪)",
"authors": [
{
"name": "越空",
"links": "https://github.com/SophieZ22"
},
{
"name": "迷路の龙王",
"links": "https://github.com/miludelongwang"
},
{
"name": "秋云",
"links": "https://github.com/physligl"
}
],
"main": "main.js",
"settings_ui": "settings.json"
}

View File

@@ -0,0 +1,22 @@
[
{
"name": "weekdays",
"type": "select",
"label": "执行的星期",
"options": [
"周一",
"周二",
"周三",
"周四",
"周五",
"周六",
"周日"
]
},
{
"name": "purchases",
"type": "input-text",
"label": "购买数量",
"default": 5
}
]