mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
New dominian uniform, capes and berets sprites + new accessories. (#17273)
* New dominian uniform, capes and berets sprites + new accessories. * ring around the roses, say goodbye * love will survive * rendez-vous aux prochaines règles * the way you exist * Changelog Whitespace Fix --------- Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -163,6 +163,22 @@
|
||||
slot = slot_tie
|
||||
culture_restriction = list(/singleton/origin_item/culture/dominia, /singleton/origin_item/culture/dominian_unathi)
|
||||
|
||||
/datum/gear/religion/dominia/accessory/lyodii
|
||||
display_name = "lyodic tribunal necklace"
|
||||
path = /obj/item/clothing/accessory/dominia/lyodii
|
||||
|
||||
/datum/gear/religion/dominia/accessory/tic
|
||||
display_name = "retired tribunal investigator card selection"
|
||||
description = "A selection of cards identifying the user as a retired tribunal investigator."
|
||||
path = /obj/item/clothing/accessory/dominia/tic
|
||||
|
||||
/datum/gear/religion/dominia/accessory/tic/New()
|
||||
..()
|
||||
var/list/tic_cards = list()
|
||||
tic_cards["retired tribunal investigator card"] = /obj/item/clothing/accessory/dominia/tic/retired
|
||||
tic_cards["retired caladius tribunal investigator card"] = /obj/item/clothing/accessory/dominia/tic/retired/caladius
|
||||
gear_tweaks += new /datum/gear_tweak/path(tic_cards)
|
||||
|
||||
/datum/gear/religion/dominia/medical
|
||||
display_name = "tribunalist medical beret"
|
||||
path = /obj/item/clothing/head/beret/dominia/medical
|
||||
|
||||
@@ -292,6 +292,13 @@
|
||||
dominiacape["white dominian cape, zhao"] = /obj/item/clothing/accessory/poncho/dominia_cape/zhao/white
|
||||
gear_tweaks += new /datum/gear_tweak/path(dominiacape)
|
||||
|
||||
/datum/gear/suit/dominia_medical_cape
|
||||
display_name = "tribunalist medical cape"
|
||||
path = /obj/item/clothing/accessory/poncho/dominia_cape/hospital
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "First Responder", "Medical Intern")
|
||||
culture_restriction = list(/singleton/origin_item/culture/dominia, /singleton/origin_item/culture/dominian_unathi)
|
||||
|
||||
/datum/gear/suit/dominia
|
||||
display_name = "dominia coat and jacket selection"
|
||||
description = "A selection of Dominian coats and jackets."
|
||||
|
||||
@@ -173,6 +173,13 @@
|
||||
icon_state = "armsman_mantle"
|
||||
item_state = "armsman_mantle"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/dominia_cape/hospital
|
||||
name = "tribunalist medical cape"
|
||||
desc = "A white-and-green cape in the style of the Dominian clergy. Worn by those medical workers affiliated with the Moroz Holy Tribunal."
|
||||
cape_backing_state = ""
|
||||
icon_state = "dominian_cape_hospital"
|
||||
item_state = "dominian_cape_hospital"
|
||||
|
||||
/obj/item/clothing/suit/storage/dominia
|
||||
name = "dominian great coat"
|
||||
desc = "This is a great coat in the style of Dominian nobility. It's the latest fashion across Dominian space."
|
||||
@@ -656,6 +663,37 @@
|
||||
icon_state = "dominia_amulet"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/accessory/dominia/lyodii
|
||||
name = "lyodic tribunal necklace"
|
||||
desc = "An amulet depicting the three animal aspects of Lyodic Tribunalism upon a bone plate. \
|
||||
A prominent symbol of the Lyodic take on the religion, worn by both its shamans and followers."
|
||||
desc_extended = ""
|
||||
icon = 'icons/clothing/accessories/lyodii_amulet.dmi'
|
||||
icon_state = "lyodii_amulet"
|
||||
item_state = "lyodii_amulet"
|
||||
|
||||
/obj/item/clothing/accessory/dominia/tic
|
||||
name = "tribunal investigator card"
|
||||
desc = "A gold-gilded card given to those who are active investigators within the Tribunal Investigations Constabulary, otherwise known as TIC. \
|
||||
In essence the religion police of the Tribunal, these investigators are found through the entirety of the Empire of Dominia."
|
||||
icon = 'icons/clothing/accessories/tic_cards.dmi'
|
||||
icon_state = "tic_card"
|
||||
item_state = "tic_card"
|
||||
|
||||
/obj/item/clothing/accessory/dominia/tic/retired
|
||||
name = "retired tribunal investigator card"
|
||||
desc = "A silver-gilded card given to those who have since retired from the Tribunal Investigations Constabulary, otherwise known as TIC. \
|
||||
This card holds a sleek grey coloration strip, denoting the owner as having been a standard investigator."
|
||||
icon_state = "tic_card_ret"
|
||||
item_state = "tic_card_ret"
|
||||
|
||||
/obj/item/clothing/accessory/dominia/tic/retired/caladius
|
||||
name = "retired tribunal investigator card"
|
||||
desc = "A silver-gilded card given to those who have since retired from the Tribunal Investigations Constabulary, otherwise known as TIC. \
|
||||
This card holds a color strip of House Caladius, denoting the owner as a priest of the Tribunal."
|
||||
icon_state = "tic_card_ret_alt"
|
||||
item_state = "tic_card_ret_alt"
|
||||
|
||||
/obj/item/clothing/head/ushanka/dominia
|
||||
name = "fisanduhian ushanka"
|
||||
desc = "A warm fur hat with ear flaps that can be raised and tied to be out of the way. This one has a large Fisanduhian flag on the front."
|
||||
|
||||
Reference in New Issue
Block a user