Skip to content

Commit

Permalink
Add genfors count achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
Arashfa0301 committed Feb 24, 2025
1 parent 8bc2e61 commit 813fed1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app/utils/achievementConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,38 @@ const AchievementsInfo: Record<string, AchievementData[]> = {
hidden: false,
},
],
genfors_count: [
{
name: 'Demokratispiren',
description: 'Deltatt på 1 genfors',
rarity: 2,
hidden: false,
},
{
name: 'Voteringvikingen',
description: 'Deltatt på 3 genfors',
rarity: 3,
hidden: false,
},
{
name: 'Politikeren',
description: 'Deltatt på 6 genfors',
rarity: 4,
hidden: false,
},
{
name: 'Studentenes forkjemper',
description: 'Deltatt på 8 genfors',
rarity: 5,
hidden: false,
},
{
name: 'Ekstremisten',
description: 'Deltatt på 10 genfors',
rarity: 6,
hidden: false,
},
],
};

export default AchievementsInfo;

0 comments on commit 813fed1

Please sign in to comment.