Skip to content

Commit acc4a1e

Browse files
committed
feat: add cryptic difficult achievements and update descriptions
1 parent 111ccd1 commit acc4a1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/config/achievements.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -683,35 +683,35 @@ export const ACHIEVEMENTS = [
683683
{
684684
id: 'clean_slate',
685685
title: 'Clean Slate',
686-
description: 'Cleared all local storage.',
686+
description: 'Tabula Rasa.',
687687
icon: <TrashIcon size={32} weight="duotone" />,
688688
category: 'Secret',
689689
},
690690
{
691691
id: 'konami_code',
692692
title: 'Konami Code',
693-
description: 'Up, Up, Down, Down, Left, Right, Left, Right, B, A.',
693+
description: 'The classic sequence.',
694694
icon: <GameControllerIcon size={32} weight="duotone" />,
695695
category: 'Secret',
696696
},
697697
{
698698
id: 'night_owl',
699699
title: 'Night Owl',
700-
description: 'Visited Fezcodex between 3 AM and 5 AM.',
700+
description: 'The witching hour approaches.',
701701
icon: <EyeIcon size={32} weight="duotone" />,
702702
category: 'Secret',
703703
},
704704
{
705705
id: 'combo_breaker',
706706
title: 'Combo Breaker',
707-
description: 'Completed Memory Game in under 45 seconds.',
707+
description: 'Faster than a goldfish.',
708708
icon: <LightningIcon size={32} weight="duotone" />,
709709
category: 'Secret',
710710
},
711711
{
712712
id: 'human_metronome',
713713
title: 'Human Metronome',
714-
description: 'Maintained the exact same BPM for 15 taps in a row.',
714+
description: 'Steady as a rock.',
715715
icon: <MetronomeIcon size={32} weight="duotone" />,
716716
category: 'Secret',
717717
},

0 commit comments

Comments
 (0)