Skip to content

Commit 1b478d0

Browse files
committed
feat: more achievements
1 parent 9fd7b9d commit 1b478d0

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

src/config/achievements.js

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,97 @@ export const ACHIEVEMENTS = [
382382
icon: <ShuffleIcon size={32} weight="duotone" />,
383383
category: 'Secret',
384384
},
385+
{
386+
id: 'indestructible',
387+
title: 'Indestructible',
388+
description: 'and it broke the floor...',
389+
icon: <ShuffleIcon size={32} weight="duotone" />,
390+
category: 'Secret',
391+
},
392+
{
393+
id: 'daisy_daisy',
394+
title: 'Daisy, Daisy',
395+
description: 'I\'m afraid I can\'t do that',
396+
icon: <ShuffleIcon size={32} weight="duotone" />,
397+
category: 'Secret',
398+
},
399+
{
400+
id: 'the_order',
401+
title: 'The Order',
402+
description: 'It will be done, my lord',
403+
icon: <ShuffleIcon size={32} weight="duotone" />,
404+
category: 'Secret',
405+
},
406+
{
407+
id: 'one_less_problem',
408+
title: 'One Less Problem',
409+
description: 'but this rotary phone ain\'t one.',
410+
icon: <ShuffleIcon size={32} weight="duotone" />,
411+
category: 'Secret',
412+
},
413+
{
414+
id: 'the_holo_grammy',
415+
title: 'The Holo-Grammy',
416+
description: 'I’ll be right by your side.',
417+
icon: <ShuffleIcon size={32} weight="duotone" />,
418+
category: 'Secret',
419+
},
420+
{
421+
id: 'moms_spaghetti',
422+
title: 'Mom\'s Spaghetti',
423+
description: 'Put your hands up for it.',
424+
icon: <ShuffleIcon size={32} weight="duotone" />,
425+
category: 'Secret',
426+
},
427+
{
428+
id: 'truth_is_out_there',
429+
title: 'The Truth Is Out There',
430+
description: 'You\'re Naruto-running straight into the base.',
431+
icon: <ShuffleIcon size={32} weight="duotone" />,
432+
category: 'Secret',
433+
},
434+
{
435+
id: 'ketchup',
436+
title: 'Ketchup',
437+
description: 'The Slow Pour. Good things come to those who wait.',
438+
icon: <ShuffleIcon size={32} weight="duotone" />,
439+
category: 'Secret',
440+
},
441+
{
442+
id: 'open_24_hours',
443+
title: 'open_24_hours',
444+
description: 'We\'re open 24 hours.',
445+
icon: <ShuffleIcon size={32} weight="duotone" />,
446+
category: 'Secret',
447+
},
448+
{
449+
id: 'invaded_england',
450+
title: 'Invaded England',
451+
description: 'You just invaded England.',
452+
icon: <ShuffleIcon size={32} weight="duotone" />,
453+
category: 'Secret',
454+
},
455+
{
456+
id: 'dont_google',
457+
title: 'Don\'t Google',
458+
description: 'Don\'t Google It.',
459+
icon: <ShuffleIcon size={32} weight="duotone" />,
460+
category: 'Secret',
461+
},
462+
{
463+
id: 'all_eyez_on_me',
464+
title: 'All Eyez On Me',
465+
description: 'California knows how to party.',
466+
icon: <ShuffleIcon size={32} weight="duotone" />,
467+
category: 'Secret',
468+
},
469+
{
470+
id: 'the_monitor',
471+
title: 'The Monitor',
472+
description: 'You are the reclaimer.',
473+
icon: <ShuffleIcon size={32} weight="duotone" />,
474+
category: 'Secret',
475+
},
385476
{
386477
id: 'feeling_lucky',
387478
title: 'Feeling Lucky',

src/pages/apps/RotaryPhonePage.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ const RotaryPhonePage = () => {
5959
'182': 'fast_eyes',
6060
'808': 'and_heartbreak',
6161
'1337': 'elite',
62+
'3310': 'indestructible',
63+
'9000': 'daisy_daisy',
64+
'66': 'the_order',
65+
'99': 'one_less_problem',
66+
'3005': 'the_holo_grammy',
67+
'313': 'moms_spaghetti',
68+
'51': 'truth_is_out_there',
69+
'57': 'ketchup',
70+
'711': 'open_24_hours',
71+
'1066': 'invaded_england',
72+
'34': 'dont_google',
73+
'2': 'all_eyez_on_me',
74+
'343': 'the_monitor',
6275
}
6376

6477
const handleCall = () => {

0 commit comments

Comments
 (0)