任务:添加军团元宝捐献

This commit is contained in:
luying
2022-05-10 11:09:15 +08:00
parent 98a4d6d632
commit 4f74810005
5 changed files with 29 additions and 5 deletions
+1
View File
@@ -744,6 +744,7 @@ export enum TASK_TYPE {
COM_BATTLE_WIN = 117, // 寻宝胜利x次
BATTLE_EXPEDITION_START = 118, // 挑战远征x次
BATTLE_DUNGEON_START = 119, // 挑战秘境x次
GUILD_GOLD_DONATE = 120, // 军团元宝捐献x次
}
// 任务累积类型
@@ -998,5 +998,15 @@
"content": "进入战场点击挑战即算次数",
"condition": "count",
"sumType": 2
},
{
"id": 120,
"name": "军团",
"info": "军团元宝捐献x次",
"param": "count&",
"string": "捐献次数&",
"content": "捐献",
"condition": "count",
"sumType": 2
}
]