Files
Bubberstation/code/datums/achievements/boss_scores.dm
jimmyl 06e5d86111 outpost 31 boss adjustment (#89729)
## About The Pull Request

The Thing will now aggro if you shoot it from outside its aggro range
The Thing will also return to its spawn location if one of these happens
(and it was spawned by map loading):
1. It has no client, is in a station area and loses enough health to
trigger a new phase
2. It spends 3 minutes with no aggro, if no client and is on its
spawn_loc

also adjusted the stuff in the loot room (thoughts needed, supposed to
be crew benefits)
there is a freezer with one set of tier 2 robotic organs, and there is
one set of advanced medical tools

also has an achievement now

## Why It's Good For The Game

it should try to obliterate you if shot at because cheesing it like this
is stupid
the ruin-spawned boss cannot and shouldnt be beat normally onstation
anyway, (and making it return to spawn loc also prevents it idling near
the aggression gate, pretty much missing out on the cool stuff i made
for that arena, fixes that

also the loot pool was actually pretty meh and im not sure if its any
better now but it should have more decent crew-sided loot (no miner swag
turbo-human-killer 900000 stuff)

i forgot to add an achievement when i made it

## Changelog
🆑
fix: The Thing (Outpost 31) will aggro if shot from outside aggro range,
has achievement
balance: the loot room in outpost 31 now contains a freezer with a set
of T2 robotic organs, and a set of advanced medical tools. Also The
Thing returns to its spawn location if not aggroed
/🆑
2025-03-01 18:40:32 +01:00

60 lines
1.5 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
/datum/award/score/thething_score
name = "The Thing Killed"
desc = "You've killed HOW many?"
database_id = THETHING_SCORE