@@ -16,6 +16,9 @@ import {
1616 ChalkboardIcon ,
1717 CastleTurretIcon ,
1818 MartiniIcon ,
19+ TimerIcon ,
20+ LogIcon ,
21+ KanbanIcon
1922} from '@phosphor-icons/react' ;
2023
2124export const ACHIEVEMENTS = [
@@ -33,6 +36,62 @@ export const ACHIEVEMENTS = [
3336 icon : < UserIcon size = { 32 } weight = "duotone" /> ,
3437 category : 'Exploration' ,
3538 } ,
39+ {
40+ id : 'story_explorer' ,
41+ title : 'Story Explorer' ,
42+ description : 'Did you hear about the Serfs?' ,
43+ icon : < BookOpenIcon size = { 32 } weight = "duotone" /> ,
44+ category : 'Exploration' ,
45+ } ,
46+ {
47+ id : 'author_aficionado' ,
48+ title : 'Author Aficionado' ,
49+ description : 'Explored the authors of From Serfs and Frauds.' ,
50+ icon : < UserIcon size = { 32 } weight = "duotone" /> ,
51+ category : 'Exploration' ,
52+ } ,
53+ {
54+ id : 'time_traveler' ,
55+ title : 'Time Traveler' ,
56+ description : 'Changelogs?' ,
57+ icon : < TimerIcon size = { 32 } weight = "duotone" /> ,
58+ category : 'Exploration' ,
59+ } ,
60+ {
61+ id : 'news_hound' ,
62+ title : 'News Hound' ,
63+ description : 'Checked out the latest news and updates.' ,
64+ icon : < CompassIcon size = { 32 } weight = "duotone" /> ,
65+ category : 'Exploration' ,
66+ } ,
67+ {
68+ id : 'log_diver' ,
69+ title : 'Log Diver' ,
70+ description : 'Explored the logs.' ,
71+ icon : < LogIcon size = { 32 } weight = "duotone" /> ,
72+ category : 'Exploration' ,
73+ } ,
74+ {
75+ id : 'project_pioneer' ,
76+ title : 'Project Pioneer' ,
77+ description : 'Discovered the projects page.' ,
78+ icon : < TerminalWindowIcon size = { 32 } weight = "duotone" /> ,
79+ category : 'Exploration' ,
80+ } ,
81+ {
82+ id : 'time_teller' ,
83+ title : 'Time Teller' ,
84+ description : 'I want to know the time.' ,
85+ icon : < TimerIcon size = { 32 } weight = "duotone" /> ,
86+ category : 'Tools' ,
87+ } ,
88+ {
89+ id : 'path_finder' ,
90+ title : 'Path Finder' ,
91+ description : 'Navigated to the Roadmap page.' ,
92+ icon : < KanbanIcon size = { 32 } weight = "duotone" /> ,
93+ category : 'Exploration' ,
94+ } ,
3695 {
3796 id : 'the_hacker' ,
3897 title : 'The Hacker' ,
0 commit comments