diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 67612772d10..f7f6651164f 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -774,3 +774,64 @@ All custom items with worn sprites must follow the contained sprite system: http icon_state = "sayyidah_tiara" item_state = "sayyidah_tiara" contained_sprite = 1 + + +/obj/item/clothing/accessory/fluff/jeyne_pendant //Jeyne's Pendant - Jeyne Kahale - themuncorn + name = "black choker with pendant" + desc = "A simple black choker, with a small pendant on the front. The pendant is carefully inscribed with some simple Sinta'Unathi script in white." + icon = 'icons/obj/custom_items/jeyne_pendant.dmi' + icon_state = "jeyne_pendant" + item_state = "jeyne_pendant" + slot_flags = SLOT_MASK | SLOT_TIE + contained_sprite = 1 + + +/obj/item/clothing/suit/storage/fluff/basil_coat //Consortium Magister's Robes - Basil Drabardi - aimlessanalyst - TODO: turns this into a proper hoodie, because suits won't work with the hair overlay + name = "consortium magister's robes" + desc = "Deep red robes belonging to a Consortium Magister. A curious symbol is displayed on the black tabard down it's front." + icon = 'icons/obj/custom_items/basil_coat.dmi' + icon_state = "basil_coat" + item_state = "basil_coat" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS + contained_sprite = 1 + + +/obj/item/clothing/under/fluff/iskra_uniform //Worn People’s Republic Service Uniform - Iskra Ayrat - alberyk + name = "worn people’s republic service uniform" + desc = "A well-worn shirt with blue strips, coupled with brown uniform pants. It seems to be part of the people’s republic of Adhomai service uniform." + icon = 'icons/obj/custom_items/iskra_clothing.dmi' + icon_state = "iskra_clothing" + item_state = "iskra_clothing" + contained_sprite = 1 + + +/obj/item/clothing/suit/storage/fluff/tsali_coat //Mariziite Shroud - Cruz Tsali - serveris6 + name = "mariziite shroud" + desc = "A worn duster coat frayed near the bottom, with a dark-hide shoulder cape thrown over the torso bearing the mark of a Mariziite warrior priest. Commonly known as the garb worn by members of the Mariziite Order in the performance of their duties." + icon = 'icons/obj/custom_items/tsali_coat.dmi' + icon_state = "tsali_coat" + item_state = "tsali_coat" + contained_sprite = 1 + + +/obj/item/clothing/under/fluff/ana_uniform //Retired Uniform - Ana Roh'hi'tin - suethecake + name = "retired uniform" + desc = "A silken blouse paired with dark-colored slacks. It has the words 'Chief Investigator' embroidered into the shoulder bar." + icon = 'icons/obj/custom_items/ana_clothing.dmi' + icon_state = "ana_uniform" + item_state = "ana_uniform" + contained_sprite = 1 + +/obj/item/clothing/suit/storage/forensics/fluff/ana_jacket //CSI Jacket - Ana Roh'hi'tin - suethecake + name = "CSI jacket" + desc = "A black jacket with the words 'CSI' printed in the back in bright, white letters." + icon = 'icons/obj/custom_items/ana_clothing.dmi' + icon_state = "ana_jacket" + item_state = "ana_jacket" + contained_sprite = 1 + +/obj/item/clothing/accessory/badge/old/fluff/ana_badge //Faded Badge - Ana Roh'hi'tin - suethecake + name = "faded badge" + desc = "A faded badge, backed with leather, that reads 'NT Security Force' across the front. It bears the emblem of the Forensic division." + stored_name = "Ana Issek" + badge_string = "NanoTrasen Security Department" diff --git a/icons/obj/custom_items/ana_clothing.dmi b/icons/obj/custom_items/ana_clothing.dmi new file mode 100644 index 00000000000..a980ec7b93e Binary files /dev/null and b/icons/obj/custom_items/ana_clothing.dmi differ diff --git a/icons/obj/custom_items/basil_coat.dmi b/icons/obj/custom_items/basil_coat.dmi new file mode 100644 index 00000000000..c69caadc4b8 Binary files /dev/null and b/icons/obj/custom_items/basil_coat.dmi differ diff --git a/icons/obj/custom_items/iskra_clothing.dmi b/icons/obj/custom_items/iskra_clothing.dmi new file mode 100644 index 00000000000..d904a68a327 Binary files /dev/null and b/icons/obj/custom_items/iskra_clothing.dmi differ diff --git a/icons/obj/custom_items/jeyne_pendant.dmi b/icons/obj/custom_items/jeyne_pendant.dmi new file mode 100644 index 00000000000..72f35ce1d29 Binary files /dev/null and b/icons/obj/custom_items/jeyne_pendant.dmi differ diff --git a/icons/obj/custom_items/tsali_coat.dmi b/icons/obj/custom_items/tsali_coat.dmi new file mode 100644 index 00000000000..1594c1621f7 Binary files /dev/null and b/icons/obj/custom_items/tsali_coat.dmi differ diff --git a/icons/obj/custom_items/yinzr_sandals.dmi b/icons/obj/custom_items/yinzr_sandals.dmi index 04cf3383a2b..3b4cb8aabcc 100644 Binary files a/icons/obj/custom_items/yinzr_sandals.dmi and b/icons/obj/custom_items/yinzr_sandals.dmi differ