mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
/datum/award/score/tendril_score
|
|
name = "Tendril Score"
|
|
desc = "Watch your step"
|
|
database_id = TENDRIL_CLEAR_SCORE
|
|
|
|
/datum/award/score/boss_score
|
|
name = "Bosses Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = BOSS_SCORE
|
|
|
|
/datum/award/score/blood_miner_score
|
|
name = "Blood-Drunk Miners Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = MINER_SCORE
|
|
|
|
/datum/award/score/bubblegum_score
|
|
name = "Bubblegums Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = BUBBLEGUM_SCORE
|
|
|
|
/datum/award/score/colussus_score
|
|
name = "Colossus Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = COLOSSUS_SCORE
|
|
|
|
/datum/award/score/drake_score
|
|
name = "Drakes Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = DRAKE_SCORE
|
|
|
|
/datum/award/score/hierophant_score
|
|
name = "Hierophants Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = HIEROPHANT_SCORE
|
|
|
|
/datum/award/score/legion_score
|
|
name = "Legions Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = LEGION_SCORE
|
|
|
|
/datum/award/score/swarmer_beacon_score
|
|
name = "Swarmer Beacons Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = SWARMER_BEACON_SCORE
|