feat: add quest legend achievement at 100 quests
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m5s
CI / Lint, Build & Test (pull_request) Successful in 1m11s

Closes #192
This commit is contained in:
2026-03-31 18:20:46 -07:00
committed by Naomi Carrigan
parent 63210a1e55
commit bdc5849c93
+9
View File
@@ -324,6 +324,15 @@ export const defaultAchievements: Array<Achievement> = [
reward: { crystals: 10_000 },
unlockedAt: null,
},
{
condition: { amount: 100, type: "questsCompleted" },
description: "Complete 100 quests.",
icon: "💫",
id: "quest_legend",
name: "Quest Legend",
reward: { crystals: 15_000 },
unlockedAt: null,
},
{
condition: { amount: 122, type: "questsCompleted" },
description: "Complete all 122 quests across the known multiverse.",