diff --git a/repo/js/自动购买每天&3天&每周刷新商品/README.md b/repo/js/自动购买每天&3天&每周刷新商品/README.md index 07ba9eebe..69485eede 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/README.md +++ b/repo/js/自动购买每天&3天&每周刷新商品/README.md @@ -80,6 +80,7 @@ | 蒙德-蒙德城 | 布兰琪 | 盐、胡椒、洋葱、牛奶、番茄、卷心菜、土豆、小麦 | - | - | | | 蒙德-蒙德城 | 莎拉 | - | - | 蟹黄 | - | | 璃月-璃月港 | 东升 | 洋葱、牛奶、卷心菜、土豆、小麦、稻米、虾仁、豆腐、杏仁、盐、胡椒、番茄 | - | - | | +| 璃月-璃月港 | 阿山婆 | 霄灯 | - | - | | | 璃月-璃月港 | 卯师父 | 鱼肉、螃蟹 | 胡萝卜、松茸、绝云椒椒 | - | | | 璃月-璃月港 | 老孙 | 鱼肉、螃蟹、虾仁 | - | - | | | 璃月-璃月港 | 老高 | 鱼肉、鱼肉2 | - | - | | diff --git a/repo/js/自动购买每天&3天&每周刷新商品/assets/data/foods.json b/repo/js/自动购买每天&3天&每周刷新商品/assets/data/foods.json index 755fd1fa3..ac91e644d 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/assets/data/foods.json +++ b/repo/js/自动购买每天&3天&每周刷新商品/assets/data/foods.json @@ -183,5 +183,10 @@ "id": "琉鳞石", "name": "琉鳞石", "file": "assets/images/琉鳞石.png" + }, + "霄灯": { + "id": "霄灯", + "name": "霄灯", + "file": "assets/images/霄灯.png" } } \ No newline at end of file diff --git a/repo/js/自动购买每天&3天&每周刷新商品/assets/data/npcs.json b/repo/js/自动购买每天&3天&每周刷新商品/assets/data/npcs.json index dca5040ac..32819618e 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/assets/data/npcs.json +++ b/repo/js/自动购买每天&3天&每周刷新商品/assets/data/npcs.json @@ -26,6 +26,15 @@ "_7d_foods": ["蟹黄"], "tags": ["蒙德"] }, + "阿山婆": { + "name": "阿山婆", + "enable": true, + "page": 2, + "time": "any", + "path": "assets/path/璃月-璃月港-阿山婆.json", + "_1d_foods": ["霄灯"], + "tags": ["璃月"] + }, "DongSheng": { "name": "东升", "enable": true, diff --git a/repo/js/自动购买每天&3天&每周刷新商品/assets/images/霄灯.png b/repo/js/自动购买每天&3天&每周刷新商品/assets/images/霄灯.png new file mode 100644 index 000000000..8e1f3ebcf Binary files /dev/null and b/repo/js/自动购买每天&3天&每周刷新商品/assets/images/霄灯.png differ diff --git a/repo/js/自动购买每天&3天&每周刷新商品/assets/path/璃月-璃月港-阿山婆.json b/repo/js/自动购买每天&3天&每周刷新商品/assets/path/璃月-璃月港-阿山婆.json new file mode 100644 index 000000000..853fd92d1 --- /dev/null +++ b/repo/js/自动购买每天&3天&每周刷新商品/assets/path/璃月-璃月港-阿山婆.json @@ -0,0 +1,67 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "蜜柑魚" + } + ], + "bgi_version": "0.45.0", + "description": "", + "enable_monster_loot_split": false, + "last_modified_time": 1770224083972, + "map_match_method": "", + "map_name": "Teyvat", + "name": "璃月-璃月港-阿山婆", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 267.947265625, + "y": -665.12109375 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "run", + "type": "path", + "x": 255.4326171875, + "y": -657.015625 + }, + { + "action": "", + "action_params": "", + "id": 3, + "move_mode": "run", + "type": "path", + "x": 258.79296875, + "y": -639.78515625 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "walk", + "type": "path", + "x": 241.2294921875, + "y": -634.3876953125 + }, + { + "action": "combat_script", + "action_params": "wait(0.5)", + "id": 5, + "move_mode": "walk", + "type": "target", + "x": 242.6669921875, + "y": -630.5205078125 + } + ] +} \ No newline at end of file diff --git a/repo/js/自动购买每天&3天&每周刷新商品/manifest.json b/repo/js/自动购买每天&3天&每周刷新商品/manifest.json index 7c2b77876..2dc535c01 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/manifest.json +++ b/repo/js/自动购买每天&3天&每周刷新商品/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动购买每天&3天&每周刷新商品", - "version": "3.1.2", + "version": "3.1.3", "description": "自动购买每天&3天&每周刷新商品\n每天刷新商品:自动购买商品\n3天刷新商品:未到刷新日不购买该商品\n每周刷新商品:可指定每周购买商品", "authors": [ { diff --git a/repo/js/自动购买每天&3天&每周刷新商品/商人与商品支持表.md b/repo/js/自动购买每天&3天&每周刷新商品/商人与商品支持表.md index 2025d5457..85634e7d1 100644 --- a/repo/js/自动购买每天&3天&每周刷新商品/商人与商品支持表.md +++ b/repo/js/自动购买每天&3天&每周刷新商品/商人与商品支持表.md @@ -10,6 +10,7 @@ | 蒙德-清泉镇 | 神奇的霍普金斯 | 圣水 | - | - | | | 蒙德-蒙德城 | 布兰琪 | 盐、胡椒、洋葱、牛奶、番茄、卷心菜、土豆、小麦 | - | - | | | 蒙德-蒙德城 | 莎拉 | - | - | 蟹黄 | - | +| 璃月-璃月港 | 阿山婆 | 霄灯 | - | - | | | 璃月-璃月港 | 东升 | 洋葱、牛奶、卷心菜、土豆、小麦、稻米、虾仁、豆腐、杏仁、盐、胡椒、番茄 | - | - | | | 璃月-璃月港 | 卯师父 | 鱼肉、螃蟹 | 胡萝卜、松茸、绝云椒椒 | - | | | 璃月-璃月港 | 老孙 | 鱼肉、螃蟹、虾仁 | - | - | |