mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
55 lines
1.4 KiB
Plaintext
55 lines
1.4 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/demonic_miner_score
|
|
name = "Demonic-Frost Miners Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = FROST_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
|
|
|
|
/datum/award/score/wendigo_score
|
|
name = "Wendigos Killed"
|
|
desc = "You've killed HOW many?"
|
|
database_id = WENDIGO_SCORE
|