mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-28 10:31:59 +00:00
* Dangerous Research - The Alternate Sciences Research Center Space Ruin! (#73544) * Dangerous Research - The Alternate Sciences Research Center Space Ruin! * removes the modular one --------- Co-authored-by: Cheshify <73589390+Cheshify@users.noreply.github.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
139 lines
4.8 KiB
Plaintext
139 lines
4.8 KiB
Plaintext
/// Generic away/pffstation trim.
|
|
/datum/id_trim/away
|
|
access = list(ACCESS_AWAY_GENERAL)
|
|
|
|
/// Trim for the hotel ruin. Not Hilbert's Hotel.
|
|
/datum/id_trim/away/hotel
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINTENANCE)
|
|
|
|
/// Trim for the hotel ruin. Not Hilbert's Hotel.
|
|
/datum/id_trim/away/hotel/security
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINTENANCE, ACCESS_AWAY_SEC)
|
|
|
|
/// Trim for the oldstation ruin/Charlie station
|
|
/datum/id_trim/away/old/sec
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_SEC)
|
|
assignment = "Charlie Station Security Officer"
|
|
|
|
/// Trim for the oldstation ruin/Charlie station
|
|
/datum/id_trim/away/old/sci
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_SCIENCE)
|
|
assignment = "Charlie Station Scientist"
|
|
|
|
/// Trim for the oldstation ruin/Charlie station
|
|
/datum/id_trim/away/old/eng
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_ENGINEERING)
|
|
assignment = "Charlie Station Engineer"
|
|
|
|
/// Trim for the oldstation ruin/Charlie station to access APCs and other equipment
|
|
/datum/id_trim/away/old/apc
|
|
access = list(ACCESS_ENGINEERING, ACCESS_ENGINE_EQUIP)
|
|
assignment = "Engineering Equipment Access"
|
|
|
|
/// Trim for the oldstation ruin/Charlie station to access robots, and downloading of paper publishing software for experiments
|
|
/datum/id_trim/away/old/robo
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_ROBOTICS, ACCESS_ORDNANCE)
|
|
|
|
/// Trim for the cat surgeon ruin.
|
|
/datum/id_trim/away/cat_surgeon
|
|
assignment = "Cat Surgeon"
|
|
trim_state = "trim_medicaldoctor"
|
|
department_color = COLOR_MEDICAL_BLUE
|
|
subdepartment_color = COLOR_SERVICE_LIME
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINTENANCE)
|
|
|
|
/// Trim for Hilbert in Hilbert's Hotel.
|
|
/datum/id_trim/away/hilbert
|
|
assignment = "Head Researcher"
|
|
department_color = COLOR_COMMAND_BLUE
|
|
subdepartment_color = COLOR_SCIENCE_PINK
|
|
trim_state = "trim_scientist"
|
|
department_state = "departmenthead"
|
|
access = list(ACCESS_AWAY_GENERIC3, ACCESS_RESEARCH)
|
|
|
|
/// Trim for beach bum lifeguards.
|
|
/datum/id_trim/lifeguard
|
|
assignment = "Lifeguard"
|
|
|
|
/// Trim for beach bum bartenders.
|
|
/datum/id_trim/space_bartender
|
|
assignment = "Space Bartender"
|
|
trim_state = "trim_bartender"
|
|
department_color = COLOR_SERVICE_LIME
|
|
subdepartment_color = COLOR_SERVICE_LIME
|
|
access = list(ACCESS_BAR, ACCESS_KITCHEN)
|
|
|
|
/// Trim for various Centcom corpses.
|
|
/datum/id_trim/centcom/corpse/bridge_officer
|
|
assignment = "Bridge Officer"
|
|
access = list(ACCESS_CENT_CAPTAIN)
|
|
|
|
/// Trim for various Centcom corpses.
|
|
/datum/id_trim/centcom/corpse/commander
|
|
assignment = "Commander"
|
|
access = list(ACCESS_CENT_CAPTAIN, ACCESS_CENT_GENERAL, ACCESS_CENT_SPECOPS, ACCESS_CENT_MEDICAL, ACCESS_CENT_STORAGE)
|
|
|
|
/// Trim for various Centcom corpses.
|
|
/datum/id_trim/centcom/corpse/private_security
|
|
assignment = JOB_CENTCOM_PRIVATE_SECURITY
|
|
department_color = COLOR_CENTCOM_BLUE
|
|
subdepartment_color = COLOR_CENTCOM_BLUE
|
|
access = list(ACCESS_CENT_CAPTAIN, ACCESS_CENT_GENERAL, ACCESS_CENT_SPECOPS, ACCESS_CENT_MEDICAL, ACCESS_CENT_STORAGE, ACCESS_SECURITY, ACCESS_MECH_SECURITY)
|
|
|
|
/// Trim for various Centcom corpses.
|
|
/datum/id_trim/centcom/corpse/private_security/tradepost_officer
|
|
assignment = "Tradepost Officer"
|
|
subdepartment_color = COLOR_CARGO_BROWN
|
|
|
|
/// Trim for various Centcom corpses.
|
|
/datum/id_trim/centcom/corpse/assault
|
|
assignment = "Nanotrasen Assault Force"
|
|
access = list(ACCESS_CENT_CAPTAIN, ACCESS_CENT_GENERAL, ACCESS_CENT_SPECOPS, ACCESS_CENT_MEDICAL, ACCESS_CENT_STORAGE, ACCESS_SECURITY, ACCESS_MECH_SECURITY)
|
|
|
|
/// Trim for various various ruins.
|
|
/datum/id_trim/engioutpost
|
|
assignment = "Senior Station Engineer"
|
|
trim_state = "trim_stationengineer"
|
|
department_color = COLOR_ENGINEERING_ORANGE
|
|
subdepartment_color = COLOR_ENGINEERING_ORANGE
|
|
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_ENGINEERING, ACCESS_ENGINEERING, ACCESS_ENGINE_EQUIP, ACCESS_MAINT_TUNNELS)
|
|
|
|
/// Trim for various various ruins.
|
|
/datum/id_trim/job/station_engineer/gunner
|
|
assignment = "Gunner"
|
|
template_access = null
|
|
|
|
/// Trim for pirates.
|
|
/datum/id_trim/pirate
|
|
assignment = "Pirate"
|
|
trim_state = "trim_unknown"
|
|
department_color = COLOR_MOSTLY_PURE_RED
|
|
subdepartment_color = COLOR_MOSTLY_PURE_RED
|
|
access = list(ACCESS_SYNDICATE)
|
|
|
|
/// Trim for the pirate captain.
|
|
/datum/id_trim/pirate/captain
|
|
assignment = "Pirate Captain"
|
|
trim_state = "trim_captain"
|
|
|
|
/datum/id_trim/pirate/silverscale
|
|
assignment = "Silver Scale Member"
|
|
|
|
/datum/id_trim/pirate/captain/silverscale
|
|
assignment = "Silver Scale VIP"
|
|
|
|
/datum/id_trim/pirate/psykers
|
|
assignment = "Psyker-gang Member"
|
|
|
|
/datum/id_trim/pirate/captain/psykers
|
|
assignment = "Psyker-gang Leader"
|
|
|
|
//Trims for Dangerous Research, used in ``dangerous_research.dm``
|
|
/datum/id_trim/away/dangerous_research
|
|
assignment = "Researcher"
|
|
access = list(ACCESS_AWAY_SCIENCE)
|
|
|
|
/datum/id_trim/away/dangerous_research/head_occultist
|
|
assignment = "Head Occultist"
|
|
access = list(ACCESS_AWAY_SCIENCE, ACCESS_AWAY_COMMAND)
|