/tg/ Station 13 - Modules - Types

code/datums/achievements/_awards.dm

/datum/award/achievementAchievements are one-off awards for usually doing cool things.
/datum/award/scoreScores are for leaderboarded things, such as killcount of a specific boss
/datum/award/score/achievements_scoreDefining this here 'cause it's the first score a player should see in the Scores category.
/datum/award/score/progressA subtype of score linked to a schema table containing objects the player has caught, made, found or otherwise achieved. The value of the score should equal to the length of objects that have been achieved. It also has an unique tab in the UI that lets you review the progress.