feat(节日活动): 新增端午活动任务

This commit is contained in:
luying
2023-05-26 15:16:11 +08:00
parent 4713d9e3ac
commit 165f2b2ed4
5 changed files with 28 additions and 0 deletions

View File

@@ -1158,5 +1158,25 @@
"content": "(小于等于均可)",
"condition": "count",
"sumType": 2
},
{
"id": 137,
"name": "小游戏",
"info": "单局接粽子获得X分大于等于均可",
"param": "score&count",
"string": "得分&达成次数",
"content": "(大于等于均可)",
"condition": "count",
"sumType": 0
},
{
"id": 138,
"name": "小游戏",
"info": "单局吃粽子获得X分大于等于均可",
"param": "score&count",
"string": "得分&达成次数",
"content": "(大于等于均可)",
"condition": "count",
"sumType": 0
}
]