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>
@@ -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."
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: MattAtlas (Code), DasFox (Sprites), Azlan (Sprites)
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Added a whole lot of new sprites for most dominian uniforms, capes and berets."
|
||||
- rscadd: "Added the lyodii amulet, retired TIC investigator cards, and the tribunalist hospital cape to the loadout."
|
||||
|
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 378 B |
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 546 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 783 B |
|
Before Width: | Height: | Size: 933 B After Width: | Height: | Size: 796 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 922 B After Width: | Height: | Size: 887 B |
|
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 798 B |
|
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 821 B |
|
Before Width: | Height: | Size: 842 B After Width: | Height: | Size: 711 B |