mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
59 lines
2.5 KiB
Plaintext
59 lines
2.5 KiB
Plaintext
/obj/item/clothing/suit/storage/labcoat
|
|
name = "labcoat"
|
|
desc = "A suit that protects against minor chemical spills."
|
|
icon_state = "labcoat_open"
|
|
item_state = "labcoat"
|
|
permeability_coefficient = 0.25
|
|
heat_transfer_coefficient = 0.75
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
|
allowed = list(/obj/item/device/analyzer,/obj/item/stack/medical,/obj/item/weapon/dnainjector,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/hypospray,/obj/item/device/healthanalyzer,/obj/item/device/flashlight/pen)
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 50, rad = 0)
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/cmo
|
|
name = "chief medical officer's labcoat"
|
|
desc = "Bluer than the standard model."
|
|
icon_state = "labcoat_cmo_open"
|
|
item_state = "labcoat_cmo"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/cmoalt
|
|
name = "chief medical officer's labcoat"
|
|
desc = "With command blue highlights."
|
|
icon_state = "labcoat_cmoalt_open"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/mad
|
|
name = "The Mad's labcoat"
|
|
desc = "It makes you look capable of konking someone on the noggin and shooting them into space."
|
|
icon_state = "labgreen_open"
|
|
item_state = "labgreen"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/genetics
|
|
name = "Geneticist Labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a blue stripe on the shoulder."
|
|
icon_state = "labcoat_gen_open"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/chemist
|
|
name = "Chemist Labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has an orange stripe on the shoulder."
|
|
icon_state = "labcoat_chem_open"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/virologist
|
|
name = "Virologist Labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a green stripe on the shoulder."
|
|
icon_state = "labcoat_vir_open"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/science
|
|
name = "Scientist Labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a purple stripe on the shoulder."
|
|
icon_state = "labcoat_tox_open"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/fr_jacket
|
|
name = "first responder jacket"
|
|
desc = "A high-visibility jacket worn by medical first responders."
|
|
icon_state = "fr_jacket_open"
|
|
item_state = "fr_jacket"
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/fr_jacket/sleeve
|
|
name = "first responder jacket"
|
|
desc = "A high-visibility jacket worn by medical first responders. Has rolled up sleeves."
|
|
icon_state = "fr_sleeve_open"
|