diff --git a/shared/resource/jsons/dic_zyz_taskType.json b/shared/resource/jsons/dic_zyz_taskType.json index bca44cbb6..9e5c37f68 100644 --- a/shared/resource/jsons/dic_zyz_taskType.json +++ b/shared/resource/jsons/dic_zyz_taskType.json @@ -419,16 +419,6 @@ "condition": "count", "sumType": 2 }, - { - "id": 56, - "name": "寻宝", - "info": "寻宝掉落x碎片x个", - "param": "count&goodcount&goodid&…", - "string": "掉落碎片数量&填的gid的条数&物品id&…", - "content": 0, - "condition": "count", - "sumType": 1 - }, { "id": 57, "name": "pvp", @@ -519,16 +509,6 @@ "condition": "count", "sumType": 2 }, - { - "id": 66, - "name": "军团", - "info": "炼器堂炼器x品质碎片x次", - "param": "quality&count&", - "string": "碎片品质&炼制出次数&", - "content": "quality=0,表示任意品质", - "condition": "count", - "sumType": 2 - }, { "id": 67, "name": "军团", @@ -898,5 +878,25 @@ "content": 0, "condition": "count", "sumType": 2 + }, + { + "id": 108, + "name": "寻宝", + "info": "寻宝x品阶x次", + "param": "lv&count&", + "string": "天晶藏宝图品级&次数&", + "content": "创建了队伍,匹配到人了,并进去挑战了才算一次", + "condition": "count", + "sumType": 2 + }, + { + "id": 109, + "name": "军团", + "info": "炼器堂兑换X品阶天晶X次", + "param": "lv&count&", + "string": "天晶品级&次数&", + "content": 0, + "condition": "count", + "sumType": 2 } ] \ No newline at end of file