@@ -21,7 +21,15 @@ import {
2121 KanbanIcon ,
2222 PhoneIcon ,
2323 ShuffleIcon ,
24- QuestionMarkIcon
24+ QuestionMarkIcon ,
25+ TrashIcon ,
26+ Metronome as MetronomeIcon ,
27+ Spade as SpadeIcon ,
28+ Heart as HeartIcon ,
29+ Diamond as DiamondIcon ,
30+ Eye as EyeIcon ,
31+ Target as TargetIcon ,
32+ Brain as BrainIcon
2533} from '@phosphor-icons/react' ;
2634
2735export const ACHIEVEMENTS = [
@@ -593,4 +601,74 @@ export const ACHIEVEMENTS = [
593601 icon : < ShuffleIcon size = { 32 } weight = "duotone" /> ,
594602 category : 'Secret' ,
595603 } ,
604+ {
605+ id : 'clean_slate' ,
606+ title : 'Clean Slate' ,
607+ description : 'Cleared all local storage.' ,
608+ icon : < TrashIcon size = { 32 } weight = "duotone" /> ,
609+ category : 'Secret' ,
610+ } ,
611+ {
612+ id : 'perfect_timing' ,
613+ title : 'Perfect Timing' ,
614+ description : 'Stopped the stopwatch at exactly 10.00 seconds.' ,
615+ icon : < TimerIcon size = { 32 } weight = "duotone" /> ,
616+ category : 'Secret' ,
617+ } ,
618+ {
619+ id : 'on_the_beat' ,
620+ title : 'On the Beat' ,
621+ description : 'Achieved exactly 90 BPM in the BPM Guesser.' ,
622+ icon : < MetronomeIcon size = { 32 } weight = "duotone" /> ,
623+ category : 'Secret' ,
624+ } ,
625+ {
626+ id : 'card_shark' ,
627+ title : 'Card Shark' ,
628+ description : 'Scored over 7 in Higher or Lower.' ,
629+ icon : < SpadeIcon size = { 32 } weight = "duotone" /> ,
630+ category : 'Secret' ,
631+ } ,
632+ {
633+ id : 'high_roller' ,
634+ title : 'High Roller' ,
635+ description : 'Scored over 14 in Higher or Lower.' ,
636+ icon : < HeartIcon size = { 32 } weight = "duotone" /> ,
637+ category : 'Secret' ,
638+ } ,
639+ {
640+ id : 'legendary_gambler' ,
641+ title : 'Legendary Gambler' ,
642+ description : 'Scored over 20 in Higher or Lower.' ,
643+ icon : < DiamondIcon size = { 32 } weight = "duotone" /> ,
644+ category : 'Secret' ,
645+ } ,
646+ {
647+ id : 'sharp_eye' ,
648+ title : 'Sharp Eye' ,
649+ description : 'Completed Memory Game in 24 moves or less.' ,
650+ icon : < EyeIcon size = { 32 } weight = "duotone" /> ,
651+ category : 'Secret' ,
652+ } ,
653+ {
654+ id : 'eidetic_memory' ,
655+ title : 'Eidetic Memory' ,
656+ description : 'Completed Memory Game in 18 moves or less.' ,
657+ icon : < TargetIcon size = { 32 } weight = "duotone" /> ,
658+ category : 'Secret' ,
659+ } ,
660+ {
661+ id : 'mind_palace' ,
662+ title : 'Mind Palace' ,
663+ description : 'Completed Memory Game in 14 moves or less.' ,
664+ icon : < BrainIcon size = { 32 } weight = "duotone" /> ,
665+ category : 'Secret' ,
666+ } ,
667+ {
668+ id : 'ctu_agent' ,
669+ title : 'CTU Agent' ,
670+ description : 'The clock is ticking...' ,
671+ icon : < PhoneIcon size = { 32 } weight = "duotone" /> ,
672+ category : 'Secret' ,
673+ } ,
596674] ;
0 commit comments