mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -1156,6 +1156,22 @@
|
||||
new /obj/item/melee/energy/glaive(src)
|
||||
new /obj/item/melee/energy/axe(src)
|
||||
new /obj/item/melee/energy/axe(src)
|
||||
new /obj/item/clothing/head/helmet/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/head/helmet/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/head/helmet/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/head/helmet/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/suit/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/suit/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/suit/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/suit/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/device/suit_cooling_unit(src)
|
||||
new /obj/item/device/suit_cooling_unit(src)
|
||||
new /obj/item/device/suit_cooling_unit(src)
|
||||
new /obj/item/device/suit_cooling_unit(src)
|
||||
|
||||
/obj/structure/closet/crate/secure/gear_loadout/hoplan/single/fill()
|
||||
new /obj/item/clothing/shoes/jackboots(src)
|
||||
@@ -1178,6 +1194,10 @@
|
||||
new /obj/item/stack/nanopaste/surge(src)
|
||||
new /obj/item/shield/energy/legion(src)
|
||||
new /obj/item/melee/energy/glaive(src)
|
||||
new /obj/item/clothing/head/helmet/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/suit/space/void/golden_deep/hoplan(src)
|
||||
new /obj/item/clothing/shoes/magboots(src)
|
||||
new /obj/item/device/suit_cooling_unit(src)
|
||||
|
||||
//ninja stuff
|
||||
/obj/structure/closet/crate/secure/gear_loadout/ninja
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user