mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
/decl/hierarchy/outfit/job/engineering
|
|
hierarchy_type = /decl/hierarchy/outfit/job/engineering
|
|
belt = /obj/item/storage/belt/utility/full/multitool
|
|
l_ear = /obj/item/radio/headset/headset_eng
|
|
shoes = /obj/item/clothing/shoes/boots/workboots
|
|
r_pocket = /obj/item/t_scanner
|
|
backpack = /obj/item/storage/backpack/industrial
|
|
satchel_one = /obj/item/storage/backpack/satchel/eng
|
|
messenger_bag = /obj/item/storage/backpack/messenger/engi
|
|
pda_slot = slot_l_store
|
|
flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL
|
|
|
|
/decl/hierarchy/outfit/job/engineering/chief_engineer
|
|
name = OUTFIT_JOB_NAME("Chief engineer")
|
|
head = /obj/item/clothing/head/hardhat/white
|
|
uniform = /obj/item/clothing/under/rank/chief_engineer{ starting_accessories=list(/obj/item/clothing/accessory/storage/overalls/chief) }
|
|
l_ear = /obj/item/radio/headset/heads/ce
|
|
gloves = /obj/item/clothing/gloves/black
|
|
id_type = /obj/item/card/id/engineering/head
|
|
pda_type = /obj/item/pda/heads/ce
|
|
|
|
/decl/hierarchy/outfit/job/engineering/engineer
|
|
name = OUTFIT_JOB_NAME("Engineer")
|
|
head = /obj/item/clothing/head/hardhat
|
|
uniform = /obj/item/clothing/under/rank/engineer
|
|
suit = /obj/item/clothing/suit/storage/hazardvest
|
|
id_type = /obj/item/card/id/engineering
|
|
pda_type = /obj/item/pda/engineering
|
|
|
|
/decl/hierarchy/outfit/job/engineering/atmos
|
|
name = OUTFIT_JOB_NAME("Atmospheric technician")
|
|
uniform = /obj/item/clothing/under/rank/atmospheric_technician
|
|
head = /obj/item/clothing/head/hardhat/dblue
|
|
suit = /obj/item/clothing/suit/storage/hazardvest/blue
|
|
belt = /obj/item/storage/belt/utility/atmostech
|
|
id_type = /obj/item/card/id/engineering/atmos
|
|
pda_type = /obj/item/pda/atmos
|