@@ -21,6 +21,7 @@ import {
2121 KanbanIcon ,
2222 PhoneIcon ,
2323 ShuffleIcon ,
24+ QuestionMarkIcon
2425} from '@phosphor-icons/react' ;
2526
2627export const ACHIEVEMENTS = [
@@ -440,7 +441,7 @@ export const ACHIEVEMENTS = [
440441 } ,
441442 {
442443 id : 'open_24_hours' ,
443- title : 'open_24_hours ' ,
444+ title : 'Open 24 Hours ' ,
444445 description : 'We\'re open 24 hours.' ,
445446 icon : < ShuffleIcon size = { 32 } weight = "duotone" /> ,
446447 category : 'Secret' ,
@@ -473,6 +474,118 @@ export const ACHIEVEMENTS = [
473474 icon : < ShuffleIcon size = { 32 } weight = "duotone" /> ,
474475 category : 'Secret' ,
475476 } ,
477+ {
478+ id : 'you_smart' ,
479+ title : 'You are not Stupid' ,
480+ description : 'and You Know Math' ,
481+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
482+ category : 'Secret' ,
483+ } ,
484+ {
485+ id : 'the_last_good_gen' ,
486+ title : 'The Last Good Generation' ,
487+ description : 'Playstation won after this...' ,
488+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
489+ category : 'Secret' ,
490+ } ,
491+ {
492+ id : 'cyber_home' ,
493+ title : 'Cyber Home' ,
494+ description : 'There\'s no place like Cyber Home. Home Sweet Home' ,
495+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
496+ category : 'Secret' ,
497+ } ,
498+ {
499+ id : 'teapot' ,
500+ title : 'Teapot' ,
501+ description : 'because it is a teapot.' ,
502+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
503+ category : 'Secret' ,
504+ } ,
505+ {
506+ id : 'system' ,
507+ title : 'System' ,
508+ description : 'Delete It. To make your computer run faster. (Don\'t actually do this).' ,
509+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
510+ category : 'Secret' ,
511+ } ,
512+ {
513+ id : 'van_halen' ,
514+ title : 'Van Halen' ,
515+ description : 'Rock on.' ,
516+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
517+ category : 'Secret' ,
518+ } ,
519+ {
520+ id : 'rip_and_tear' ,
521+ title : 'Rip and Tear' ,
522+ description : 'Until it is done.' ,
523+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
524+ category : 'Secret' ,
525+ } ,
526+ {
527+ id : 'wireless' ,
528+ title : 'Wireless' ,
529+ description : 'Trying to connect a rotary phone to the router? Good luck.' ,
530+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
531+ category : 'Secret' ,
532+ } ,
533+ {
534+ id : 'boing' ,
535+ title : 'Boing...' ,
536+ description : 'Jumbo Jet.' ,
537+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
538+ category : 'Secret' ,
539+ } ,
540+ {
541+ id : 'feline' ,
542+ title : 'Feline' ,
543+ description : 'Feline on the line.' ,
544+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
545+ category : 'Secret' ,
546+ } ,
547+ {
548+ id : 'black' ,
549+ title : 'Black' ,
550+ description : 'Total darkness.' ,
551+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
552+ category : 'Secret' ,
553+ } ,
554+ {
555+ id : 'retro_gamer' ,
556+ title : 'Retro Gamer' ,
557+ description : 'One button, one joystick, infinite fun.' ,
558+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
559+ category : 'Secret' ,
560+ } ,
561+ {
562+ id : 'ocean' ,
563+ title : 'Ocean' ,
564+ description : 'and George Clooney and Matt Damon and Julia Roberts and Brat Pitt and Andy Garcia and Bernie Mac...' ,
565+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
566+ category : 'Secret' ,
567+ } ,
568+ {
569+ id : 'critical_hit' ,
570+ title : 'Critical Hit' ,
571+ description : 'Nat...' ,
572+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
573+ category : 'Secret' ,
574+ } ,
575+ {
576+ id : 'savage' ,
577+ title : 'Savage' ,
578+ description : 'Because we ran out of soda...' ,
579+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
580+ category : 'Secret' ,
581+ } ,
582+ {
583+ id : 'www' ,
584+ title : 'World Wide Web' ,
585+ description : 'Unencrypted browsing? Living on the edge' ,
586+ icon : < QuestionMarkIcon size = { 32 } weight = "duotone" /> ,
587+ category : 'Secret' ,
588+ } ,
476589 {
477590 id : 'feeling_lucky' ,
478591 title : 'Feeling Lucky' ,
0 commit comments