mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Adds new loadout items. (#9390)
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
slot = slot_tie
|
||||
sort_category = "Accessories"
|
||||
|
||||
/datum/gear/accessory/bracelet
|
||||
display_name = "bracelet (colourable)"
|
||||
path = /obj/item/clothing/accessory/bracelet
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/suspenders
|
||||
display_name = "suspenders"
|
||||
path = /obj/item/clothing/accessory/suspenders
|
||||
@@ -147,6 +152,7 @@
|
||||
sweater["argyle turtleneck sweater"] = /obj/item/clothing/accessory/sweaterargyleturtleneck
|
||||
sweater["tubeneck sweater"] = /obj/item/clothing/accessory/sweatertubeneck
|
||||
sweater["argyle tubeneck sweater"] = /obj/item/clothing/accessory/sweaterargyletubeneck
|
||||
sweater["keyhole sweater"] = /obj/item/clothing/accessory/sweaterkeyhole
|
||||
gear_tweaks += new/datum/gear_tweak/path(sweater)
|
||||
|
||||
/datum/gear/accessory/dressshirt
|
||||
@@ -256,6 +262,11 @@
|
||||
display_name = "badge, electronic"
|
||||
path = /obj/item/clothing/accessory/badge/idbadge/intel
|
||||
|
||||
/datum/gear/accessory/namepin
|
||||
display_name = "pin tag (colourable)"
|
||||
path = /obj/item/clothing/accessory/badge/namepin
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/sleeve_patch
|
||||
display_name = "shoulder sleeve patch"
|
||||
path = /obj/item/clothing/accessory/sleevepatch
|
||||
|
||||
@@ -23,4 +23,17 @@
|
||||
|
||||
/datum/gear/ears/circuitry
|
||||
display_name = "earwear, circuitry (empty)"
|
||||
path = /obj/item/clothing/ears/circuitry
|
||||
path = /obj/item/clothing/ears/circuitry
|
||||
|
||||
/datum/gear/ears/earrings
|
||||
display_name = "earring selection"
|
||||
description = "A selection of eye-catching earrings."
|
||||
path = /obj/item/clothing/ears/earring
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/ears/earrings/New()
|
||||
..()
|
||||
var/earrings = list()
|
||||
earrings["stud earrings"] = /obj/item/clothing/ears/earring/stud
|
||||
earrings["dangle earrings"] = /obj/item/clothing/ears/earring/dangle
|
||||
gear_tweaks += new/datum/gear_tweak/path(earrings)
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
slot = slot_gloves
|
||||
sort_category = "Gloves and Handwear"
|
||||
|
||||
/datum/gear/gloves/fingerless_colour
|
||||
display_name = "fingerless gloves (colourable)"
|
||||
path = /obj/item/clothing/gloves/fingerless/colour
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/gloves/color
|
||||
display_name = "gloves selection"
|
||||
path = /obj/item/clothing/gloves/black
|
||||
@@ -27,6 +32,11 @@
|
||||
gloves["lyodsuit gloves"] = /obj/item/clothing/gloves/lyodsuit
|
||||
gear_tweaks += new/datum/gear_tweak/path(gloves)
|
||||
|
||||
/datum/gear/gloves/full_leather
|
||||
display_name = "full leather gloves (colourable)"
|
||||
path = /obj/item/clothing/gloves/black_leather/colour
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/gloves/evening
|
||||
display_name = "evening gloves"
|
||||
path = /obj/item/clothing/gloves/evening
|
||||
@@ -70,4 +80,4 @@
|
||||
|
||||
/datum/gear/gloves/circuitry
|
||||
display_name = "gloves, circuitry (empty)"
|
||||
path = /obj/item/clothing/gloves/circuitry
|
||||
path = /obj/item/clothing/gloves/circuitry
|
||||
|
||||
@@ -64,10 +64,19 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(hazard)
|
||||
|
||||
/datum/gear/suit/hoodie
|
||||
display_name = "hoodie"
|
||||
display_name = "hoodie selection"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/hoodie/New()
|
||||
..()
|
||||
var/l_hoodie = list()
|
||||
l_hoodie["hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie
|
||||
l_hoodie["short-sleeved hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/short
|
||||
l_hoodie["crop top hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/crop
|
||||
l_hoodie["sleeveless hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/sleeveless
|
||||
gear_tweaks += new/datum/gear_tweak/path(l_hoodie)
|
||||
|
||||
/datum/gear/suit/labcoat
|
||||
display_name = "labcoat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat
|
||||
@@ -189,7 +198,7 @@
|
||||
/datum/gear/suit/winter/iac
|
||||
display_name = "winter coat, IAC"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/iac
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Emergency Medical Technician", "Medical Resident", "Psychiatrist", "Pharmacist")
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Emergency Medical Technician", "Medical Resident", "Psychiatrist", "Pharmacist")
|
||||
|
||||
/datum/gear/suit/winter/engineering
|
||||
display_name = "winter coat, engineering"
|
||||
@@ -348,4 +357,4 @@
|
||||
var/coat = list()
|
||||
coat["feminine chokha"] = /obj/item/clothing/suit/storage/vysoka_f
|
||||
coat["masculine chokha"] = /obj/item/clothing/suit/storage/vysoka_m
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
|
||||
@@ -316,4 +316,16 @@
|
||||
var/pyjamas = list()
|
||||
pyjamas["blue pyjamas"] = /obj/item/clothing/under/pj/blue
|
||||
pyjamas["red pyjamas"] = /obj/item/clothing/under/pj/red
|
||||
gear_tweaks += new/datum/gear_tweak/path(pyjamas)
|
||||
gear_tweaks += new/datum/gear_tweak/path(pyjamas)
|
||||
|
||||
/datum/gear/uniform/miscellaneous/hanbok
|
||||
display_name = "hanbok selection"
|
||||
description = "A selection of Koynanger formalwear."
|
||||
path = /obj/item/clothing/under/konyang
|
||||
|
||||
/datum/gear/uniform/miscellaneous/hanbok/New()
|
||||
..()
|
||||
var/hanbok = list()
|
||||
hanbok["magenta-blue hanbok"] = /obj/item/clothing/under/konyang
|
||||
hanbok["white-pink hanbok"] = /obj/item/clothing/under/konyang/pink
|
||||
gear_tweaks += new/datum/gear_tweak/path(hanbok)
|
||||
|
||||
Reference in New Issue
Block a user