釣魚JS修正魚類名稱、购买NPC商品JS調整 (#1493)

* 修正青果角鲀 名字為 真果角鲀

* 阿扎莱NPC 白天時有機會點到別的NPC
This commit is contained in:
this-Fish
2025-08-07 08:45:35 +08:00
committed by GitHub
parent 9cc7c3ff7a
commit eac3b770ea
2 changed files with 95 additions and 94 deletions

View File

@@ -45,7 +45,7 @@ const npcData = {
"page": 2,
"time": "any",
"path": "assets/path/葵.json",
"goods": ["洋葱", "牛奶", "卷心菜", "土豆", "稻米", "虾仁", "豆腐", "盐", "胡椒", "番茄"]
"goods": ["洋葱", "牛奶", "卷心菜", "土豆", "小麦", "稻米", "虾仁", "豆腐", "盐", "胡椒", "番茄"]
},
"ShimuraKanbei": {
"name": "志村勘兵卫",
@@ -86,12 +86,13 @@ const npcData = {
"time": "any",
"path": "assets/path/恩忒卡.json",
"goods": ["咖啡豆"]
},
}
,
"Azalai": {
"name": "阿扎莱",
"enable": true,
"page": 2,
"time": "any",
"time": "night",
"path": "assets/path/阿扎莱.json",
"goods": ["鱼肉", "兽肉", "秃秃豆"]
},