New Neo (tg/downstream) Clothing Options - HOS Edition (#18731)

* Automatic changelog compile [ci skip]

* New Neo (tg/downstream) Clothing Options - HOS Edition

* conflict fix 2

---------

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
Co-authored-by: Aroliacue <avaylaiss34@gmail.com>
This commit is contained in:
Aroliacue
2025-11-17 22:08:19 +10:00
committed by GitHub
parent 8881e02fe2
commit 3691e32da6
16 changed files with 40 additions and 3 deletions
@@ -1180,3 +1180,8 @@ Talon winter coat
display_name = "cloak of eyes"
description = "A basic looking purple robe that has a hood and can be toggled to have eyes form and stare at moving creatures!"
path = /obj/item/clothing/suit/storage/hooded/purple_robes
/datum/gear/suit/neo_pcloak_color
display_name = "flowing cloak, colorable"
description = "A heavy cloak, suitable for recoloring."
path = /obj/item/clothing/accessory/poncho/roles/cloak/custom/neo_pcloak_color
@@ -0,0 +1,14 @@
/* Sprites ported from skyrat/tg, serves as an alternative to the virgo versions of certain clothes.
this file deals with accessories. */
/obj/item/clothing/accessory/poncho/roles/cloak/custom/neo_pcloak_color
name = "flowing cloak"
desc = "A heavy cloak, suitable for recoloring."
icon_state = "neo_pcloak_color"
item_state = "neo_pcloak_color"
/obj/item/clothing/accessory/poncho/roles/cloak/neo_pcloak
name = "\improper Nanotrasen flowing cloak"
desc = "A heavy cloak, decorated with red-and-golden embellishments."
icon_state = "neo_pcloak"
item_state = "neo_pcloak"
+7
View File
@@ -43,3 +43,10 @@ this file deals with hats/headwear. */
desc = "an old beat-up white papakha."
icon = 'icons/inventory/head/item.dmi'
icon_state = "neo_papakha_white"
/obj/item/clothing/head/helmet/HoS/hat/red
name = "Red " + JOB_HEAD_OF_SECURITY + " Hat"
desc = "The hat of the " + JOB_HEAD_OF_SECURITY + ". For showing the officers who's in charge."
icon = 'icons/inventory/head/item.dmi'
icon_state = "neo_hoshat_red"
valid_accessory_slots = null
+5
View File
@@ -157,3 +157,8 @@ this file deals with suits/overwear. */
name = "armsco heavy coat"
desc = "A rich red longcoat trimmed in black with a warm brown synthetic fur ruff around the neck, lined with layers of para-aramid fibers for increased durability without compromising comfort. It bears a tag that says 'Product of Total Gear & Co.'"
icon_state = "neo_armsco_trench"
/obj/item/clothing/suit/storage/vest/hoscoat/neo_hos_parade_jacket
name = "\improper Head of Security's parade jacket"
desc = "For when an armoured vest isn't fashionable enough. It bears a tag that says 'Product of Total Gear & Co.'"
icon_state = "neo_hos_parade_black"
+4 -2
View File
@@ -1317,7 +1317,8 @@
/obj/item/clothing/suit/storage/teshari/cloak/standard/white_grey = 5,
/obj/item/clothing/suit/storage/puffyred = 5,
/obj/item/clothing/suit/storage/puffypurple = 5,
/obj/item/clothing/suit/storage/puffyblue = 5)
/obj/item/clothing/suit/storage/puffyblue = 5,
/obj/item/clothing/accessory/poncho/roles/cloak/neo_pcloak = 5)
prices = list(/obj/item/clothing/suit/storage/apron = 100,
/obj/item/clothing/suit/storage/flannel/aqua = 100,
/obj/item/clothing/suit/storage/toggle/bomber = 100,
@@ -1420,7 +1421,8 @@
/obj/item/clothing/suit/storage/teshari/cloak/standard/white_grey = 100,
/obj/item/clothing/suit/storage/puffyred = 100,
/obj/item/clothing/suit/storage/puffypurple = 100,
/obj/item/clothing/suit/storage/puffyblue = 100)
/obj/item/clothing/suit/storage/puffyblue = 100,
/obj/item/clothing/accessory/poncho/roles/cloak/neo_pcloak = 100)
premium = list(/obj/item/clothing/suit/imperium_monk = 3,
/obj/item/clothing/suit/storage/hooded/wintercoat/cosmic = 1)
contraband = list(/obj/item/toy/katana = 1)