/datum/award/achievement | Achievements are one-off awards for usually doing cool things. |
---|
/datum/award/score | Scores are for leaderboarded things, such as killcount of a specific boss |
---|
/datum/award/score/achievements_score | Defining this here 'cause it's the first score a player should see in the Scores category. |
---|
/datum/award/score/progress | A 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. |
---|