Adds some Golden Deep assets to the loadout (#20128)

Adds the Golden Deep Hoplan and Porter uniforms, added in
https://github.com/Aurorastation/Aurora.3/pull/20031, to the loadout at
request of synthetic lore. Adds the Hoplan voidsuits to the GD uplink
kits.
This commit is contained in:
hazelrat
2024-11-04 19:39:01 +00:00
committed by GitHub
parent e21af278d8
commit ce0f722f18
3 changed files with 115 additions and 0 deletions
@@ -260,6 +260,42 @@ ABSTRACT_TYPE(/datum/gear/augment/machine)
goldendeephat["golden deep cube hood"] = /obj/item/clothing/head/goldendeep/cubehood
gear_tweaks += new /datum/gear_tweak/path(goldendeephat)
// Hoplan uniforms are restricted to Golden Deep Consulars and Diplomatic Aides. As military uniforms, they aren't something you'd see among the general crew.
/datum/gear/uniform/goldendeephoplan
display_name = "golden deep hoplan uniform"
description = "An ornate piece of clothing usually worn by members of the Hoplan, but known to circulate elsewhere."
path = /obj/item/clothing/under/goldendeep/hoplan
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
sort_category = "Xenowear - IPC"
allowed_roles = list("Consular Officer", "Diplomatic Aide")
culture_restriction = list(/singleton/origin_item/culture/golden_deep)
/datum/gear/head/goldendeephoplan
display_name = "golden deep hoplan hat"
description = "A large poofy hat typically worn by members of the Hoplan, but known to circulate elsewhere."
path = /obj/item/clothing/head/goldendeep/hoplan
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
sort_category = "Xenowear - IPC"
allowed_roles = list("Consular Officer", "Diplomatic Aide")
culture_restriction = list(/singleton/origin_item/culture/golden_deep)
/datum/gear/uniform/goldendeepporter
display_name = "golden deep porter uniform"
description = "A plain and durable suit popular among the menial synthetics fo the Golden Deep, but known to ciculate elsewhere."
path = /obj/item/clothing/under/goldendeep/porter
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
sort_category = "Xenowear - IPC"
/datum/gear/head/goldendeepporter
display_name = "golden deep porter hat"
description = "A plain and durable piece of headwear popular among the menial synthetics of the Golden Deep, but known to circulate elsewhere."
path = /obj/item/clothing/head/goldendeep/porter
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
sort_category = "Xenowear - IPC"
/datum/gear/head/goldendeepchainjewelry
display_name = "golden deep chain jewelry"
path = /obj/item/clothing/head/goldendeep/chainjewelry