mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
All jobs
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
armbands["Stellar Corporate Conglomerate armband"] = /obj/item/clothing/accessory/armband/scc
|
||||
armbands["red armband"] = /obj/item/clothing/accessory/armband
|
||||
armbands["security armband"] = /obj/item/clothing/accessory/armband/sec
|
||||
armbands["cargo armband"] = /obj/item/clothing/accessory/armband/cargo
|
||||
armbands["cargo armband"] = /obj/item/clothing/accessory/armband/operations
|
||||
armbands["first responder armband"] = /obj/item/clothing/accessory/armband/medgreen
|
||||
armbands["medical armband"] = /obj/item/clothing/accessory/armband/med
|
||||
armbands["engineering armband"] = /obj/item/clothing/accessory/armband/engine
|
||||
@@ -53,7 +53,7 @@
|
||||
/datum/gear/accessory/holster
|
||||
display_name = "holster selection"
|
||||
path = /obj/item/clothing/accessory/holster/armpit
|
||||
allowed_roles = list("Captain", "Head of Personnel", "Security Officer", "Warden", "Head of Security","Investigator", "Security Cadet", "Corporate Liaison", "Consular Officer")
|
||||
allowed_roles = list("Captain", "Executive Officer", "Bridge Crew", "Security Officer", "Warden", "Head of Security","Investigator", "Security Cadet", "Corporate Liaison", "Consular Officer")
|
||||
|
||||
/datum/gear/accessory/holster/New()
|
||||
..()
|
||||
@@ -235,7 +235,7 @@
|
||||
shirts["random colored silversun shirt"] = /obj/item/clothing/accessory/silversun/random
|
||||
gear_tweaks += new /datum/gear_tweak/path(shirts)
|
||||
|
||||
/datum/gear/accessory/university
|
||||
/datum/gear/accessory/university
|
||||
display_name = "university sweatshirt selection"
|
||||
path = /obj/item/clothing/accessory/university
|
||||
description = "A selection of university sweatshirts."
|
||||
@@ -319,7 +319,7 @@
|
||||
/datum/gear/accessory/ribbon
|
||||
display_name = "ribbon (colourable)"
|
||||
path = /obj/item/clothing/accessory/ribbon
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/sleeve_patch
|
||||
display_name = "shoulder sleeve patch"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
display_name = "retractable glare dampeners"
|
||||
description = "A subdermal implant installed just above the brow line that deploys a thin sheath of hyperpolycarbonate that protects from eye damage associated with arc flash."
|
||||
path = /obj/item/organ/internal/augment/tool/correctivelens/glare_dampener
|
||||
allowed_roles = list("Chief Engineer", "Station Engineer", "Atmospheric Technician", "Engineering Apprentice", "Roboticist")
|
||||
allowed_roles = list("Chief Engineer", "Station Engineer", "Atmospheric Technician", "Engineering Apprentice", "Manufacturing Technician")
|
||||
cost = 2
|
||||
|
||||
/datum/gear/augment/head_fluff
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
display_name = "tool-belt, alt"
|
||||
cost = 0
|
||||
path = /obj/item/storage/belt/utility/alt
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Roboticist", "Research Director")
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Manufacturing Technician", "Research Director")
|
||||
flags = null
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
var/list/tablets = list()
|
||||
tablets["generic tablet"] = /obj/item/modular_computer/handheld/preset/generic
|
||||
tablets["janitor tablet"] = /obj/item/modular_computer/handheld/preset/civilian/janitor
|
||||
tablets["cargo tablet"] = /obj/item/modular_computer/handheld/preset/supply
|
||||
tablets["operations tablet"] = /obj/item/modular_computer/handheld/preset/supply
|
||||
tablets["engineering tablet"] = /obj/item/modular_computer/handheld/preset/engineering
|
||||
tablets["atmos tablet"] = /obj/item/modular_computer/handheld/preset/engineering/atmos
|
||||
tablets["medical tablet"] =/obj/item/modular_computer/handheld/preset/medical
|
||||
@@ -32,7 +32,7 @@
|
||||
var/list/wristbounds = list()
|
||||
wristbounds["cheap generic wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/cheap/generic
|
||||
wristbounds["expensive generic wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/generic
|
||||
wristbounds["cargo wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/cargo
|
||||
wristbounds["opeartions wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/cargo
|
||||
wristbounds["engineering wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/engineering
|
||||
wristbounds["medical wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/medical
|
||||
wristbounds["security wristbound"] = /obj/item/modular_computer/handheld/wristbound/preset/advanced/security
|
||||
@@ -55,10 +55,10 @@
|
||||
path = /obj/item/modular_computer/handheld/wristbound/preset/advanced/command/cmo
|
||||
allowed_roles = list("Chief Medical Officer")
|
||||
|
||||
/datum/gear/computer/handheld/wristbound/hop
|
||||
display_name = "wristbound computer (Head of Personnel)"
|
||||
path = /obj/item/modular_computer/handheld/wristbound/preset/advanced/command/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
/datum/gear/computer/handheld/wristbound/xo
|
||||
display_name = "wristbound computer (Executive Officer)"
|
||||
path = /obj/item/modular_computer/handheld/wristbound/preset/advanced/command/xo
|
||||
allowed_roles = list("Executive Officer")
|
||||
|
||||
/datum/gear/computer/handheld/wristbound/hos
|
||||
display_name = "wristbound computer (Head of Security)"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
display_name = "flash-proof sunglasses selection (Security/Command)"
|
||||
description = "A selection of flash-proof sunglasses."
|
||||
path = /obj/item/clothing/glasses/sunglasses
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Captain", "Head of Personnel", "Quartermaster", "Internal Affairs Agent", "Investigator")
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Captain", "Executive Officer", "Operations Manager", "Internal Affairs Agent", "Investigator")
|
||||
|
||||
/datum/gear/eyes/sunglasses/New()
|
||||
..()
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
/datum/gear/head/hardhat
|
||||
display_name = "hard hat selection"
|
||||
path = /obj/item/clothing/head/hardhat
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Quartermaster", "Cargo Technician", "Shaft Miner")
|
||||
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Operations Manager", "Hangar Technician", "Shaft Miner")
|
||||
|
||||
/datum/gear/head/hardhat/New()
|
||||
..()
|
||||
@@ -244,7 +244,7 @@
|
||||
/datum/gear/head/surgical
|
||||
display_name = "surgical cap selection"
|
||||
path = /obj/item/clothing/head/surgery/blue
|
||||
allowed_roles = list("Scientist", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Roboticist", "Research Director", "Investigator")
|
||||
allowed_roles = list("Scientist", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Research Director", "Investigator")
|
||||
|
||||
/datum/gear/head/surgical/New()
|
||||
..()
|
||||
|
||||
@@ -106,7 +106,7 @@ datum/gear/suit/colorvest
|
||||
display_name = "surgical apron"
|
||||
path = /obj/item/clothing/suit/apron/surgery
|
||||
cost = 1
|
||||
allowed_roles = list("Scientist", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Roboticist", "Research Director", "Investigator")
|
||||
allowed_roles = list("Scientist", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Research Director", "Investigator")
|
||||
|
||||
/datum/gear/suit/medical_outerwear
|
||||
display_name = "medical outerwear (jackets, vests, rigs)"
|
||||
@@ -134,7 +134,7 @@ datum/gear/suit/colorvest
|
||||
iac_outerwear["IAC vest"] = /obj/item/clothing/suit/storage/iacvest
|
||||
iac_outerwear["IAC labcoat"] = /obj/item/clothing/suit/storage/toggle/labcoat/iac
|
||||
gear_tweaks += new /datum/gear_tweak/path(iac_outerwear)
|
||||
|
||||
|
||||
/datum/gear/suit/poncho
|
||||
display_name = "poncho selection"
|
||||
path = /obj/item/clothing/accessory/poncho
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
/datum/gear/uniform/scrubs
|
||||
display_name = "scrubs selection"
|
||||
path = /obj/item/clothing/under/rank/medical/black
|
||||
allowed_roles = list("Scientist","Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Roboticist", "Research Director", "Investigator")
|
||||
allowed_roles = list("Scientist","Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern", "Xenobiologist", "Research Director", "Investigator")
|
||||
|
||||
/datum/gear/uniform/scrubs/New()
|
||||
..()
|
||||
@@ -138,11 +138,6 @@
|
||||
path = /obj/item/clothing/under/dress/dress_cap
|
||||
allowed_roles = list("Captain")
|
||||
|
||||
/datum/gear/uniform/uniform_hop
|
||||
display_name = "uniform, HoP dress"
|
||||
path = /obj/item/clothing/under/dress/dress_hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
|
||||
/datum/gear/uniform/pants
|
||||
display_name = "pants selection"
|
||||
description = "A selection of pants."
|
||||
@@ -336,12 +331,6 @@
|
||||
path = /obj/item/clothing/under/rank/scientist/science_alt
|
||||
allowed_roles = list("Scientist", "Xenobiologist")
|
||||
|
||||
/datum/gear/uniform/cargo_alt
|
||||
display_name = "cargo technician, shorts"
|
||||
description = "For those that value leg-room."
|
||||
path = /obj/item/clothing/under/rank/cargo/alt
|
||||
allowed_roles = list("Cargo Technician")
|
||||
|
||||
/datum/gear/uniform/pyjama
|
||||
display_name = "pyjamas"
|
||||
path = /obj/item/clothing/under/pj/blue
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
/datum/gear/utility/himeo_kit
|
||||
display_name = "himean voidsuit kit"
|
||||
path = /obj/item/voidsuit_modkit/himeo
|
||||
allowed_roles = list("Cargo Technician", "Shaft Miner", "Quartermaster", "Head of Personnel", "Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice")
|
||||
allowed_roles = list("Shaft Miner", "Operations Manager", "Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice")
|
||||
|
||||
/datum/gear/utility/wheelchair/color
|
||||
display_name = "wheelchair"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
path = /obj/item/clothing/head/helmet/security/skrell
|
||||
whitelisted = list(SPECIES_SKRELL)
|
||||
sort_category = "Xenowear - Skrell"
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Investigator", "Head of Personnel", "Captain")
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Investigator", "Executive Officer", "Captain")
|
||||
|
||||
/*
|
||||
Skrellian Social Score
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
display_name = "adhomian surgeon garb"
|
||||
path = /obj/item/clothing/suit/storage/hooded/tajaran/surgery
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Xenobiologist", "Roboticist")
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Xenobiologist")
|
||||
sort_category = "Xenowear - Tajara"
|
||||
|
||||
/datum/gear/uniform/tajara
|
||||
@@ -329,7 +329,7 @@
|
||||
path = /obj/item/voidsuit_modkit/himeo/tajara
|
||||
sort_category = "Xenowear - Tajara"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
allowed_roles = list("Cargo Technician", "Shaft Miner", "Quartermaster", "Head of Personnel", "Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice")
|
||||
allowed_roles = list("Shaft Miner", "Operations Manager", "Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice")
|
||||
|
||||
/datum/gear/tajaran_tarot
|
||||
display_name = "adhomian divination cards deck"
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
cost = 3
|
||||
allowed_roles = list("Station Engineer", "Chief Engineer", "Atmospheric Technician", "Engineering Apprentice", "Roboticist")
|
||||
allowed_roles = list("Station Engineer", "Chief Engineer", "Atmospheric Technician", "Engineering Apprentice", "Manufacturing Technician")
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/augment/autakh_mining
|
||||
@@ -183,7 +183,7 @@
|
||||
path = /obj/item/clothing/mask/gas/unathi
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
allowed_roles = list("Chaplain", "Roboticist")
|
||||
allowed_roles = list("Chaplain", "Manufacturing Technician")
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
path = /obj/item/clothing/suit/unathi/wrapping
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
allowed_roles = list("Chaplain", "Roboticist")
|
||||
allowed_roles = list("Chaplain", "Manufacturing Technician")
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
@@ -293,6 +293,6 @@
|
||||
display_name = "jokfar vest"
|
||||
path = /obj/item/clothing/suit/unathi/jokfar
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
Reference in New Issue
Block a user