Skip to content

Commit

Permalink
slow-quiz: Add bot answer achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Sep 5, 2023
1 parent 02e49b7 commit d84586c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions achievements/achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3807,6 +3807,24 @@ const achievements: Achievement[] = [
counter: 'slowquiz-complete-quiz',
value: 1,
},
{
id: 'slowquiz-correct-answer-by-bot-1',
difficulty: 'hard',
title: 'フランケンシュタイン症候群',
condition: '1日1文字クイズがBOTに正解される',
category: 'slowquiz',
counter: 'slowquiz-correct-answer-by-bot',
value: 1,
},
{
id: 'slowquiz-first-correct-answer-by-bot-1',
difficulty: 'professional',
title: 'R.U.R.',
condition: '1日1文字クイズがBOTに最初に正解される',
category: 'slowquiz',
counter: 'slowquiz-first-correct-answer-by-bot',
value: 1,
},

// taimai

Expand Down

0 comments on commit d84586c

Please sign in to comment.