Adds more tajaran fashion: part two (#4817)

This pr adds some tajaran religious/marriage/wedlock/S'rendal'Matir/whatever related items to the custom loadout, since those are a thing due to the recent addition to S'rendarr & Messa. Also, tweaks the cloaks.

Sprites were made by kyres and dronz.
This commit is contained in:
Alberyk
2018-06-01 23:34:03 +03:00
committed by Erki
parent 79c315cc2c
commit 5d84f349e8
4 changed files with 46 additions and 1 deletions
@@ -225,6 +225,25 @@
circlet["silver dress circlet"] = /obj/item/clothing/head/tajaran/circlet/silver
gear_tweaks += new/datum/gear_tweak/path(circlet)
/datum/gear/accessory/tajara_wrap
display_name = "marriage wrap (Tajara)"
path = /obj/item/clothing/accessory/tajaran_wrap
whitelisted = list("Tajara", "Zhan-Khazan Tajara", "M'sai Tajara")
sort_category = "Xenowear"
/datum/gear/accessory/tajara_wrap/New()
..()
var/wrap = list()
wrap["marriage wrap, male"] = /obj/item/clothing/accessory/tajaran_wrap
wrap["marriage wrap, female"] = /obj/item/clothing/accessory/tajaran_wrap/female
gear_tweaks += new/datum/gear_tweak/path(wrap)
/datum/gear/accessory/tajara_pelt
display_name = "ceremonial pelt (Tajara)"
path = /obj/item/clothing/accessory/tajaran_pelt
whitelisted = list("Tajara", "Zhan-Khazan Tajara", "M'sai Tajara")
sort_category = "Xenowear"
//other things
/datum/gear/uniform/gearharness
+22 -1
View File
@@ -102,4 +102,25 @@
/obj/item/clothing/accessory/tajaran/cream
desc = "A furred scarf, a common tajaran vanity item, this one is cream."
icon_state = "furscarf_cream"
item_state = "furscarf_cream"
item_state = "furscarf_cream"
/obj/item/clothing/accessory/tajaran_wrap
name = "marriage wrap"
desc = "A holy cloth wrap that signifies marriage amongst tajara, it has white and gold markings. This one is meant for the husband."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "wrap_male"
item_state = "wrap_male"
contained_sprite = TRUE
/obj/item/clothing/accessory/tajaran_wrap/female
desc = "A holy cloth wrap that signifies marriage amongst tajara, it has blue and light blue markings. This one is meant for the wife."
icon_state = "wrap_female"
item_state = "wrap_female"
/obj/item/clothing/accessory/tajaran_pelt
name = "ceremonial pelt"
desc = "A piece of pelt that signifies the union between two followers of Ma'ta'ke."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "pelt"
item_state = "pelt"
contained_sprite = TRUE