Files
bettergi-scripts-list/repo/js/买菜/NPC_list.json
听雨♪ 6a07c4c1c3 [JS脚本]购买食材-自动购物 (#397)
* 注销系统用户的js脚本

一个注销系统用户的js脚本,用于用于远程本地多用户桌面

* 一个购买食材-自动购物的JS脚本

一个自动买菜脚本, 目前添加了15个NPC

* [JS脚本]买菜脚本BUG修复

修复了志村勘兵卫寻路问题.

* [JS脚本]购买食材-自动购物BUG修复

1、修复了一键购买时sleep时间较短,小概率跳过部分商品的BUG
2、修复了少女体型角色在无移速加成时,稻妻杂物NPC葵的寻路BUG

* [JS脚本][BUG修复]购买食材-自动购物

修复了阻塞函数genshin.returnMainUi()未加await导致外部报错的BUG :)

* [JS脚本]自动加工食材

自动食材加工, 可自动获取加工完成食材,可指定制作食材
2025-03-06 20:52:28 +08:00

100 lines
2.3 KiB
JSON

{
"dongsheng": {
"npc_name": "东升",
"location_name": "东升",
"item_count": 12,
"spik_count": 4,
"daytimeOnly": 0
},
"laosun": {
"npc_name": "老孙",
"location_name": "老孙",
"item_count": 3,
"spik_count": 5,
"daytimeOnly": 1
},
"laogao": {
"npc_name": "老高",
"location_name": "老高",
"item_count": 3,
"spik_count": 5,
"daytimeOnly": 1
},
"maoshifu": {
"npc_name": "香菱她爹",
"location_name": "卯师父",
"item_count": 16,
"spik_count": 5,
"daytimeOnly": 0
},
"shala": {
"npc_name": "莎拉",
"location_name": "莎拉",
"item_count": 14,
"spik_count": 5,
"daytimeOnly": 0
},
"buluqi": {
"npc_name": "布兰琪",
"location_name": "布兰琪",
"item_count": 8,
"spik_count": 5,
"daytimeOnly": 0
},
"kui": {
"npc_name": "葵",
"location_name": "葵",
"item_count": 12,
"spik_count": 4,
"daytimeOnly": 0
},
"zckbw": {
"npc_name": "志村勘兵卫",
"location_name": "志村勘兵卫",
"item_count": 12,
"spik_count": 4,
"daytimeOnly": 0
},
"pomu": {
"npc_name": "珀姆",
"location_name": "珀姆",
"item_count": 4,
"spik_count": 4,
"daytimeOnly": 0
},
"hamawei": {
"npc_name": "哈马维",
"location_name": "哈马维",
"item_count": 13,
"spik_count": 5,
"daytimeOnly": 0
},
"buteluosi": {
"npc_name": "布特罗斯",
"location_name": "布特罗斯",
"item_count": 3,
"spik_count": 4,
"daytimeOnly": 0
},
"azhalai": {
"npc_name": "阿扎莱",
"location_name": "阿扎莱",
"item_count": 10,
"spik_count": 4,
"daytimeOnly": 2
},
"alue": {
"npc_name": "阿鲁埃",
"location_name": "阿鲁埃",
"item_count": 4,
"spik_count": 4,
"daytimeOnly": 0
},
"buxike": {
"npc_name": "布希柯",
"location_name": "布希柯",
"item_count": 14,
"spik_count": 4,
"daytimeOnly": 0
}
}