mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
95 lines
3.8 KiB
Plaintext
95 lines
3.8 KiB
Plaintext
//Contains: Engineering department jumpsuits
|
|
/obj/item/clothing/under/rank/chief_engineer
|
|
desc = "It's a high visibility jumpsuit given to those engineers insane enough to achieve the rank of \"Chief Engineer\". It has minor radiation shielding."
|
|
name = "chief engineer's jumpsuit"
|
|
icon_state = "chiefengineer"
|
|
item_state = "gy_suit"
|
|
item_color = "chief"
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 10, "fire" = 10, "acid" = 0)
|
|
resistance_flags = NONE
|
|
|
|
/obj/item/clothing/under/rank/chief_engineer/skirt
|
|
name = "chief engineer's jumpskirt"
|
|
desc = "It's a high visibility jumpskirt given to those engineers insane enough to achieve the rank of \"Chief Engineer\". It has minor radiation shielding."
|
|
icon_state = "chief_skirt"
|
|
item_state = "gy_suit"
|
|
item_color = "chief_skirt"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/rank/atmospheric_technician
|
|
desc = "It's a jumpsuit worn by atmospheric technicians."
|
|
name = "atmospheric technician's jumpsuit"
|
|
icon_state = "atmos"
|
|
item_state = "atmos_suit"
|
|
item_color = "atmos"
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 10, "fire" = 10, "acid" = 0)
|
|
resistance_flags = NONE
|
|
|
|
/obj/item/clothing/under/rank/atmospheric_technician/skirt
|
|
name = "atmospheric technician's jumpskirt"
|
|
desc = "It's a jumpskirt worn by atmospheric technicians."
|
|
icon_state = "atmos_skirt"
|
|
item_state = "atmos_suit"
|
|
item_color = "atmos_skirt"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/rank/engineer
|
|
desc = "It's an orange high visibility jumpsuit worn by engineers. It has minor radiation shielding."
|
|
name = "engineer's jumpsuit"
|
|
icon_state = "engine"
|
|
item_state = "engi_suit"
|
|
item_color = "engine"
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 10, "fire" = 10, "acid" = 0)
|
|
resistance_flags = NONE
|
|
/obj/item/clothing/under/rank/engineer/hazard
|
|
name = "engineer's hazard jumpsuit"
|
|
desc = "A high visibility jumpsuit made from heat and radiation resistant materials."
|
|
icon_state = "hazard"
|
|
item_state = "suit-orange"
|
|
item_color = "hazard"
|
|
alt_covers_chest = TRUE
|
|
|
|
/obj/item/clothing/under/rank/engineer/skirt
|
|
name = "engineer's jumpskirt"
|
|
desc = "It's an orange high visibility jumpskirt worn by engineers."
|
|
icon_state = "engine_skirt"
|
|
item_state = "engi_suit"
|
|
item_color = "engine_skirt"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/rank/roboticist
|
|
desc = "It's a slimming black with reinforced seams; great for industrial work."
|
|
name = "roboticist's jumpsuit"
|
|
icon_state = "robotics"
|
|
item_state = "robotics"
|
|
item_color = "robotics"
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) // Considering science department, it explodes a lot, bomb resist 10%
|
|
resistance_flags = NONE
|
|
|
|
/obj/item/clothing/under/rank/roboticist/skirt
|
|
name = "roboticist's jumpskirt"
|
|
desc = "It's a slimming black with reinforced seams; great for industrial work."
|
|
icon_state = "robotics_skirt"
|
|
item_state = "robotics"
|
|
item_color = "robotics_skirt"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/radkini
|
|
name = "radkini"
|
|
desc = "A bikini that protects against radiation. It's surprisingly effective thanks to bluespace fabric, however is still recommended to wear it with a radiation suit."
|
|
icon_state = "radkini"
|
|
item_state = "radkini"
|
|
item_color = "radkini"
|
|
can_adjust = FALSE
|
|
body_parts_covered = CHEST|GROIN
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 50, "fire" = 10, "acid" = 10)
|
|
fitted = FEMALE_UNIFORM_TOP
|