64 lines
2.2 KiB
Plaintext
64 lines
2.2 KiB
Plaintext
|
|
/obj/item/clothing/under/rank/cargo/qm
|
|
name = "quartermaster's jumpsuit"
|
|
desc = "It's a jumpsuit worn by the quartermaster. It's specially designed to prevent back injuries caused by pushing paper."
|
|
icon_state = "qm"
|
|
item_state = "lb_suit"
|
|
|
|
/obj/item/clothing/under/rank/cargo/qm/skirt
|
|
name = "quartermaster's jumpskirt"
|
|
desc = "It's a jumpskirt worn by the quartermaster. It's specially designed to prevent back injuries caused by pushing paper."
|
|
icon_state = "qm_skirt"
|
|
item_state = "lb_suit"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
|
|
|
|
/obj/item/clothing/under/rank/cargo/tech
|
|
name = "cargo technician's jumpsuit"
|
|
desc = "Shooooorts! They're comfy and easy to wear!"
|
|
icon_state = "cargo"
|
|
item_state = "lb_suit"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
alt_covers_chest = TRUE
|
|
|
|
/obj/item/clothing/under/rank/cargo/util
|
|
name = "cargo utility uniform"
|
|
desc = "a utility uniform for cargo personnel"
|
|
icon_state = "utilsupply"
|
|
item_state = "utilsupply"
|
|
can_adjust = FALSE
|
|
|
|
|
|
/obj/item/clothing/under/rank/cargo/tech/skirt
|
|
name = "cargo technician's jumpskirt"
|
|
desc = "Skiiiiirts! They're comfy and easy to wear"
|
|
icon_state = "cargo_skirt"
|
|
item_state = "lb_suit"
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
can_adjust = FALSE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
|
|
|
|
/obj/item/clothing/under/rank/cargo/tech/long
|
|
name = "cargo technician's jumpsuit (trousers)"
|
|
desc = "A variant of the cargo technician's uniform with proper trousers, suited for colder climates and modest workers."
|
|
icon_state = "cargo_long"
|
|
item_state = "lb_suit"
|
|
alt_covers_chest = TRUE
|
|
|
|
/obj/item/clothing/under/rank/cargo/miner
|
|
name = "shaft miner's jumpsuit"
|
|
desc = "It's a snappy jumpsuit with a sturdy set of overalls. It is very dirty."
|
|
armor = list(MELEE = 0, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 80, ACID = 0, WOUND = 10)
|
|
icon_state = "miner"
|
|
item_state = "miner"
|
|
|
|
/obj/item/clothing/under/rank/cargo/miner/lavaland
|
|
desc = "A green uniform for operating in hazardous environments."
|
|
name = "shaft miner's jumpsuit"
|
|
icon_state = "explorer"
|
|
item_state = "explorer"
|
|
can_adjust = FALSE
|