Colorable Tajara cloaks and fur scarf (#21085)

Just what the title says, no need for an elaborate description.



Images, as always, in details.

<details>
<summary> Click here for images. </summary>

<details>
<summary> Colorable gruff cloak: </summary>

<img width="368" height="1711" alt="image"
src="https://github.com/user-attachments/assets/754c2cb0-4346-402f-b131-f6594eb9a3e3"
/>

</details>

<details>
<summary> Colorable fancy cloak: </summary>

<img width="410" height="1686" alt="image"
src="https://github.com/user-attachments/assets/ae6c0b57-7a4b-46cb-99cc-81d64641dfce"
/>

</details>

<details>
<summary> Colorable royal(ist) cloak: </summary>

<img width="450" height="1717" alt="image"
src="https://github.com/user-attachments/assets/e1c19fb4-f93a-471a-9126-eceaf8616b5f"
/>

</details>

<details>
<summary> Colorable amohda cloak: </summary>

<img width="384" height="1703" alt="image"
src="https://github.com/user-attachments/assets/c83b4b81-3900-4dd5-9e95-4143e21edab2"
/>

</details>

<details>
<summary> Colorable fur scarf: </summary>


<img width="382" height="1684" alt="image"
src="https://github.com/user-attachments/assets/4e451e0d-946e-44e5-b029-0616dc40a738"
/>

</details>

</details>

As for attributions, it is current assets but with a colorable palette,
so, not needed.

And, of course,
Suns bless the north.
This commit is contained in:
ElorgRHG
2025-08-06 12:30:37 +00:00
committed by GitHub
parent 82a5c07f08
commit 5baec6692e
5 changed files with 98 additions and 0 deletions
@@ -748,3 +748,29 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
sort_category = "Xenowear - Tajara"
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/accessory/tajara_colorable_fur_scarf
display_name = "fur scarf (colorable)"
path = /obj/item/clothing/accessory/tajaran/colorable
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/suit/colorable_tajara_cloak
display_name = "tajara cloaks selection (colorable)"
description = "A selection of colorable tajaran native cloaks."
path = /obj/item/clothing/accessory/poncho/tajarancloak/colorable
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
/datum/gear/suit/colorable_tajara_cloak/New()
..()
var/list/colorable_cloaks = list()
colorable_cloaks["gruff cloak"] = /obj/item/clothing/suit/storage/hooded/tajaran/colorable
colorable_cloaks["fancy cloak"] = /obj/item/clothing/accessory/poncho/tajarancloak/colorable
colorable_cloaks["fancy cloak (hooded)"] = /obj/item/clothing/suit/storage/hooded/tajaran/colorable/fancy
colorable_cloaks["royal cloak"] = /obj/item/clothing/accessory/poncho/tajarancloak/colorable/royal
colorable_cloaks["royal cloak (hooded)"] = /obj/item/clothing/suit/storage/hooded/tajaran/colorable/royal
colorable_cloaks["amohda cloak"] = /obj/item/clothing/suit/storage/hooded/tajaran/colorable/amohda
gear_tweaks += new /datum/gear_tweak/path(colorable_cloaks)
@@ -198,6 +198,43 @@
item_state = "hb_cloak"
flags_inv = 0
/obj/item/clothing/suit/storage/hooded/tajaran/colorable
icon = 'icons/obj/tajara_items.dmi'
icon_state = "taj_cloak_colorable"
item_state = "taj_cloak_colorable"
icon_override = null
contained_sprite = TRUE
build_from_parts = TRUE
has_accents = TRUE
/obj/item/clothing/suit/storage/hooded/tajaran/colorable/fancy
name = "fancy adhomian cloak"
desc = "A fancy Adhomian cloak."
icon_state = "hb_cloak_colorable"
item_state = "hb_cloak_colorable"
worn_overlay = "adornment"
flags_inv = 0
/obj/item/clothing/suit/storage/hooded/tajaran/colorable/royal
name = "adhomian royal cloak"
desc = "An Adhomian cloak with an asymmetric design."
icon_state = "royal_cloak_colorable"
item_state = "royal_cloak_colorable"
worn_overlay = "adornment"
flags_inv = 0
/obj/item/clothing/suit/storage/hooded/tajaran/colorable/amohda
name = "amohdan cloak"
desc = "Originally used by the Amohdan swordsmen before the First Revolution, this cloak is now commonly worn by the island population."
icon_state = "amohda_cloak_colorable"
item_state = "amohda_cloak_colorable"
desc_extended = "The Feudal Era of Amohda is famous for the steel swords which became common. Many renowned swordsmen and famous warriors would travel the land fighting duels of \
single combat in their quests to become the greatest swordsman. Modern Amohda is under the control of the DPRA's Adhomai Liberation Army, further solidified after the defeat \
of a Nationalist revolt vying for a truly independent Amohda. The region is still beset by trouble within and without as a deeply divided Amohdan people continue to struggle in the \
bloody conflict to stamp out Nationalistic and to a lesser extent, divided Monarchistic sentiments while their rivals from the New Kingdom of Adhomai watch from the seas they rule \
and the People's Republic of Adhomai looms over the southern end of the island..."
flags_inv = 0
/obj/item/clothing/suit/armor/amohda
name = "amohdan swordsman armor"
desc = "A suit of armor used by the traditional warriors of Amohda."
@@ -51,6 +51,11 @@
icon_state = "furscarf_cream"
item_state = "furscarf_cream"
/obj/item/clothing/accessory/tajaran/colorable
desc = "A furred scarf, a common tajaran vanity item."
icon_state = "furscarf_colorable"
item_state = "furscarf_colorable"
/obj/item/clothing/accessory/tajaran/summershirt
name = "adhomian summerwear shirt"
desc = "A simple piece of adhomian summerwear made with linen."
@@ -116,6 +121,22 @@
icon_state = "hb_cloak"
item_state = "hb_cloak"
/obj/item/clothing/accessory/poncho/tajarancloak/colorable
name = "fancy adhomian cloak"
desc = "A fancy Adhomian cloak."
icon_state = "hb_cloak_colorable"
item_state = "hb_cloak_colorable"
worn_overlay = "adornment"
build_from_parts = TRUE
has_accents = TRUE
/obj/item/clothing/accessory/poncho/tajarancloak/colorable/royal
name = "adhomian royal cloak"
desc = "An Adhomian cloak with an asymmetric design."
icon_state = "royal_cloak_colorable"
item_state = "royal_cloak_colorable"
worn_overlay = "adornment"
/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."