mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Custom items 22/12 (#1270)
Adding the following items: Jeyne's Pendant - Jeyne Kahale - themuncorn Consortium Magister's Robes - Basil Drabardi - aimlessanalyst Worn People’s Republic Service Uniform - Iskra Ayrat - alberyk Mariziite Shroud - Cruz Tsali - serveris6 Retired Uniform - Ana Roh'hi'tin - suethecake CSI Jacket - Ana Roh'hi'tin - suethecake Faded Badge - Ana Roh'hi'tin - suethecake Also, a minor sprite change on the marching sandals.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user