js:采集cd管理2.4.1 (#2473)

This commit is contained in:
mno
2025-12-10 21:44:46 +08:00
committed by GitHub
parent 5b6d196261
commit 4112c67d62
44 changed files with 942 additions and 259 deletions

View File

@@ -0,0 +1,115 @@
{
"config": {
"realtime_triggers": {
"AutoPick": true
}
},
"farming_info": {
"allow_farming_count": false,
"duration_seconds": 0,
"elite_details": "",
"elite_mob_count": 0,
"normal_mob_count": 0,
"primary_target": "",
"total_mora": 0
},
"info": {
"authors": [
{
"links": "https://github.com/jiangziyanowo",
"name": "江紫烟owo"
}
],
"bgi_version": "0.45.0",
"description": "蒙德做菜炉子",
"enable_monster_loot_split": false,
"items": [],
"last_modified_time": 1758891203475,
"map_match_method": "",
"map_name": "Teyvat",
"name": "每周做菜",
"order": 0,
"tags": [],
"type": "collect",
"version": "1.0"
},
"positions": [
{
"action": "",
"id": 1,
"move_mode": "run",
"point_ext_params": {
"description": "",
"enable_monster_loot_split": false,
"misidentification": {
"arrival_time": 0,
"handling_mode": "previousDetectedPoint",
"type": [
"unrecognized"
]
}
},
"type": "teleport",
"x": -874.724609375,
"y": 2276.950439453125
},
{
"action": "",
"id": 2,
"move_mode": "run",
"point_ext_params": {
"description": "",
"enable_monster_loot_split": false,
"misidentification": {
"arrival_time": 0,
"handling_mode": "previousDetectedPoint",
"type": [
"unrecognized"
]
}
},
"type": "path",
"x": -881.150390625,
"y": 2268.43115234375
},
{
"action": "",
"id": 3,
"move_mode": "run",
"point_ext_params": {
"description": "",
"enable_monster_loot_split": false,
"misidentification": {
"arrival_time": 0,
"handling_mode": "previousDetectedPoint",
"type": [
"unrecognized"
]
}
},
"type": "path",
"x": -887.611328125,
"y": 2256.250244140625
},
{
"action": "",
"action_params": "",
"id": 4,
"move_mode": "run",
"point_ext_params": {
"description": "",
"enable_monster_loot_split": false,
"misidentification": {
"arrival_time": 0,
"handling_mode": "previousDetectedPoint",
"type": [
"unrecognized"
]
}
},
"type": "target",
"x": -883.83203125,
"y": 2242.46826171875
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"authors": [
{
"links": "",
"name": "mno"
}
],
"bgi_version": "0.45.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1765207268104,
"map_match_method": "",
"map_name": "Teyvat",
"name": "调为夜晚",
"tags": [],
"type": "collect",
"version": "1.0"
},
"positions": [
{
"action": "set_time",
"action_params": "18:00",
"id": 1,
"move_mode": "walk",
"type": "orientation",
"x": 0,
"y": 0
}
]
}

View File

@@ -0,0 +1,31 @@
{
"info": {
"authors": [
{
"links": "",
"name": "mno"
}
],
"bgi_version": "0.45.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1765207268104,
"map_match_method": "",
"map_name": "Teyvat",
"name": "调为白天",
"tags": [],
"type": "collect",
"version": "1.0"
},
"positions": [
{
"action": "set_time",
"action_params": "6:00",
"id": 1,
"move_mode": "walk",
"type": "orientation",
"x": 0,
"y": 0
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "采集cd管理",
"version": "2.2.0",
"version": "2.4.1",
"bgi_version": "0.44.8",
"description": "仅面对会操作文件和读readme的用户基于文件夹操作自动管理采集路线的cd会按照路径组的顺序依次运行直到指定的时间并会按照给定的cd类型自动跳过未刷新的路线",
"saved_files": [

View File

@@ -10,5 +10,10 @@
"type": "input-text",
"label": "需要生成几个路径组配置1-99",
"default": "3"
},
{
"name": "enableMoreSettings",
"type": "checkbox",
"label": "勾选后下次运行展开高级设置\n用于进行路线筛选和排序"
}
]