diff --git a/src/data/app/achievements.json b/src/data/app/achievements.json index 40ab8319..9a213188 100644 --- a/src/data/app/achievements.json +++ b/src/data/app/achievements.json @@ -681,8 +681,11 @@ "reward": 10, "version": "1.2", "trigger": { - "type": "FINISH_QUEST_AND", - "task": [{ "questId": 70102, "name": "腐殖之牙", "type": "世界任务" }] + "type": "FINISH_QUEST_OR", + "task": [ + { "questId": 70102, "name": "腐殖之牙", "type": "世界任务" }, + { "questId": 75197, "name": "腐殖之牙", "type": "世界任务" } + ] } }, { @@ -12400,7 +12403,7 @@ "description": "解开弈局中的所有谜题。", "reward": 5, "version": "5.6", - "trigger": { "type": "Unknown" } + "trigger": { "type": "COMBAT_CONFIG_COMMON" } }, { "id": 82297, @@ -12410,7 +12413,7 @@ "description": "连续使用冰元素进行攻击,阻碍「液流动量」的积累。", "reward": 5, "version": "5.6", - "trigger": { "type": "Unknown" } + "trigger": { "type": "COMBAT_CONFIG_COMMON" } }, { "id": 84000, @@ -14834,7 +14837,7 @@ "description": "与伙伴们一同抵御自雪山而来的魔物。", "reward": 5, "version": "5.6", - "trigger": { "type": "Unknown" } + "trigger": { "type": "FINISH_QUEST_AND" } }, { "id": 84343, @@ -14844,7 +14847,7 @@ "description": "通过魔女会设下的试炼。", "reward": 5, "version": "5.6", - "trigger": { "type": "Unknown" } + "trigger": { "type": "FINISH_QUEST_AND" } }, { "id": 84344, @@ -14854,7 +14857,7 @@ "description": "完成「悖理」。", "reward": 5, "version": "5.6", - "trigger": { "type": "Unknown" } + "trigger": { "type": "FINISH_QUEST_AND" } }, { "id": 84501, diff --git a/src/data/app/calendar.json b/src/data/app/calendar.json index 95cd9577..4627298d 100644 --- a/src/data/app/calendar.json +++ b/src/data/app/calendar.json @@ -2465,7 +2465,7 @@ }, { "id": 13514, - "contentId": 0, + "contentId": 505323, "dropDays": [2, 5, 7], "name": "香韵奏者", "itemType": "weapon", @@ -3633,7 +3633,7 @@ }, { "id": 15432, - "contentId": 0, + "contentId": 505322, "dropDays": [1, 4, 7], "name": "冷寂迸音", "itemType": "weapon", diff --git a/src/data/app/gacha.json b/src/data/app/gacha.json index d57930db..c1e6ae9a 100644 --- a/src/data/app/gacha.json +++ b/src/data/app/gacha.json @@ -2664,5 +2664,60 @@ "postId": "64170337", "up5List": [13514, 12512], "up4List": [11427, 12427, 13427, 15427, 14402] + }, + { + "name": "巡火猎秘", + "version": "5.6", + "order": 2, + "banner": "https://sdk.hoyoverse.com/upload/ann/2025/05/09/6c41ce910b9b2fc8af3679a319448925_1239699432953303235.png", + "from": "2025-05-27T18:00:00+08:00", + "to": "2025-06-17T14:59:00+08:00", + "type": 301, + "postId": "64614233", + "up5List": [10000101], + "up4List": [10000050, 10000056, 10000083] + }, + { + "name": "影寂天下人", + "version": "5.6", + "order": 2, + "banner": "https://sdk.hoyoverse.com/upload/ann/2025/05/09/814a42cec82961243591e619aab4b785_2378943652187334315.png", + "from": "2025-05-27T18:00:00+08:00", + "to": "2025-06-17T14:59:00+08:00", + "type": 400, + "postId": "64614234", + "up5List": [10000052], + "up4List": [10000050, 10000056, 10000083] + }, + { + "name": "神铸赋形", + "version": "5.6", + "order": 2, + "banner": "https://sdk.hoyoverse.com/upload/ann/2025/05/09/c87c4ade57711ec466b78c857dba5ecf_6092058254131077827.png", + "from": "2025-05-27T18:00:00+08:00", + "to": "2025-06-17T14:59:00+08:00", + "type": 302, + "postId": "64614236", + "up5List": [12513, 13509], + "up4List": [11405, 12401, 13401, 14409, 15402] + }, + { + "name": "鸣雷贯天原", + "version": "5.6", + "order": 2, + "banner": "https://sdk.hoyoverse.com/upload/ann/2025/05/09/2a3f0e2c17a8c8d05fffb9e1a4cb7208_5029805462550361538.png", + "from": "2025-05-27T18:00:00+08:00", + "to": "2025-06-17T14:59:00+08:00", + "type": 500, + "postId": "64614237", + "up5List": [ + 10000002, 10000066, 10000049, 10000094, 10000058, 10000057, 10000054, 10000047, 11514, 11510, + 11509, 11503, 12510, 14509, 14506, 15509 + ], + "up4List": [ + 10000065, 10000061, 10000059, 10000056, 10000055, 10000053, 10000050, 11405, 11403, 11402, + 11401, 12416, 12405, 12403, 12402, 12401, 13416, 13407, 13401, 14409, 14403, 14402, 14401, + 15416, 15405, 15403, 15402, 15401 + ] } ] diff --git a/src/data/app/weapon.json b/src/data/app/weapon.json index 38c76a84..890f323d 100644 --- a/src/data/app/weapon.json +++ b/src/data/app/weapon.json @@ -24,7 +24,7 @@ { "id": 14504, "contentId": 1222, "name": "尘世之锁", "star": 5, "weapon": "法器" }, { "id": 14502, "contentId": 297, "name": "四风原典", "star": 5, "weapon": "法器" }, { "id": 14501, "contentId": 227, "name": "天空之卷", "star": 5, "weapon": "法器" }, - { "id": 13514, "contentId": 0, "name": "香韵奏者", "star": 5, "weapon": "长柄武器" }, + { "id": 13514, "contentId": 505323, "name": "香韵奏者", "star": 5, "weapon": "长柄武器" }, { "id": 13513, "contentId": 501725, "name": "柔灯挽歌", "star": 5, "weapon": "长柄武器" }, { "id": 13512, "contentId": 501137, "name": "赤月之形", "star": 5, "weapon": "长柄武器" }, { "id": 13511, "contentId": 4794, "name": "赤沙之杖", "star": 5, "weapon": "长柄武器" }, @@ -56,7 +56,7 @@ { "id": 11503, "contentId": 2129, "name": "苍古自由之誓", "star": 5, "weapon": "单手剑" }, { "id": 11502, "contentId": 215, "name": "天空之刃", "star": 5, "weapon": "单手剑" }, { "id": 11501, "contentId": 293, "name": "风鹰剑", "star": 5, "weapon": "单手剑" }, - { "id": 15432, "contentId": 0, "name": "冷寂迸音", "star": 4, "weapon": "弓" }, + { "id": 15432, "contentId": 505322, "name": "冷寂迸音", "star": 4, "weapon": "弓" }, { "id": 15431, "contentId": 501964, "name": "碎链", "star": 4, "weapon": "弓" }, { "id": 15430, "contentId": 503391, "name": "缀花之翎", "star": 4, "weapon": "弓" }, { "id": 15427, "contentId": 7406, "name": "测距规", "star": 4, "weapon": "弓" },