mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
After some tajara clothing resprites, I decided I am satisfied with their sprites, so now I move onto the unathi sprites as they have a veritable mine of sovlful sprites. Stuff from the changelog: > imageadd: "Resprited the unathi jizixi dress, and added a colorable version of it." > imageadd: "Added a blank, unpatterned version of the unathi jizixi dress." > rscdel: "Removed the ability to change the colors of the jizixi dress due to a colorable version now existing." Images, as always, in the details below Old (current) sprites on the top, new on the bottom. <details> <summary>Jizixi dress: </summary> <img width="2561" height="1025" alt="jizixi comparison" src="https://github.com/user-attachments/assets/9df5c334-7af6-4f1e-9379-9d3d28c2852c" /> </details> <details> <summary>New, unpatterned jizixi dress version: </summary> <img width="1025" height="1025" alt="unpatterned jizixi" src="https://github.com/user-attachments/assets/54f93e57-db4c-4be9-8f4a-2f472fb87c20" /> </details> <details> <summary>A few, random, in-game examples of colorable jizixi dress version (warning: long): </summary> <img width="640" height="1986" alt="1" src="https://github.com/user-attachments/assets/9acfa561-20b6-4357-8546-6d795c23176f" /> <img width="640" height="1986" alt="2" src="https://github.com/user-attachments/assets/3ec0e3dd-f0a9-46c0-bd50-d906b4c07c4f" /> <img width="640" height="1986" alt="3" src="https://github.com/user-attachments/assets/3ec61011-fa64-4871-b769-32a9e35bba29" /> </details> And, of course, Give Yizarius back his planet.
202 lines
7.7 KiB
Plaintext
202 lines
7.7 KiB
Plaintext
/obj/item/clothing/under/unathi
|
|
name = "sinta tunic"
|
|
desc = "A tunic common on both Moghes and Ouerea. Its simple and easily-manufactured design makes it \
|
|
universally favorable."
|
|
icon = 'icons/obj/unathi_items.dmi'
|
|
icon_state = "tunic"
|
|
item_state = "tunic"
|
|
contained_sprite = TRUE
|
|
build_from_parts = TRUE
|
|
worn_overlay = "belt"
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/under/unathi/jizixi
|
|
name = "jizixi dress"
|
|
desc = "A striking, modern dress typically worn by Moghean women of high birth."
|
|
icon_state = "jizixi_red"
|
|
item_state = "jizixi_red"
|
|
build_from_parts = FALSE
|
|
has_accents = FALSE
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/green
|
|
icon_state = "jizixi_green"
|
|
item_state = "jizixi_green"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/blue
|
|
icon_state = "jizixi_blue"
|
|
item_state = "jizixi_blue"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/white
|
|
icon_state = "jizixi_white"
|
|
item_state = "jizixi_white"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/orange
|
|
icon_state = "jizixi_orange"
|
|
item_state = "jizixi_orange"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/black
|
|
icon_state = "jizixi_black"
|
|
item_state = "jizixi_black"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable
|
|
icon_state = "jizixi_colorable"
|
|
item_state = "jizixi_colorable"
|
|
contained_sprite = TRUE
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable/accent1
|
|
icon_state = "jizixi_colorable_accent1"
|
|
item_state = "jizixi_colorable_accent1"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable/accent2
|
|
icon_state = "jizixi_colorable_accent2"
|
|
item_state = "jizixi_colorable_accent2"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable/accent3
|
|
icon_state = "jizixi_colorable_accent3"
|
|
item_state = "jizixi_colorable_accent3"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable/accent4
|
|
icon_state = "jizixi_colorable_accent4"
|
|
item_state = "jizixi_colorable_accent4"
|
|
|
|
/obj/item/clothing/under/unathi/jizixi/colorable/accent5
|
|
icon_state = "jizixi_colorable_accent5"
|
|
item_state = "jizixi_colorable_accent5"
|
|
|
|
/obj/item/clothing/under/unathi/sashes
|
|
name = "gy'zao sashes"
|
|
gender = PLURAL
|
|
desc = "An androgynous set of sashes worn by Unathi when they want to bask under the sun. Not appropriate \
|
|
to wear outside of that."
|
|
icon_state = "gyzao"
|
|
item_state = "gyzao"
|
|
build_from_parts = FALSE
|
|
has_accents = FALSE
|
|
|
|
/obj/item/clothing/under/unathi/mogazali
|
|
name = "mogazali attire"
|
|
desc = "A traditional Moghean uniform worn by men of high status, whether merchants, priests, or nobility."
|
|
icon_state = "mogazali"
|
|
item_state = "mogazali"
|
|
|
|
/obj/item/clothing/under/unathi/mogazali/blue
|
|
icon_state = "mogazali2"
|
|
item_state = "mogazali2"
|
|
|
|
/obj/item/clothing/under/unathi/mogazali/green
|
|
icon_state = "mogazali3"
|
|
item_state = "mogazali3"
|
|
|
|
/obj/item/clothing/under/unathi/mogazali/orange
|
|
icon_state = "mogazali4"
|
|
item_state = "mogazali4"
|
|
|
|
/obj/item/clothing/under/unathi/zazali
|
|
name = "zazali garb"
|
|
desc = "An old fashioned, extremely striking garb for a Unathi man with pointy shoulders. It's typically \
|
|
worn by those in the warrior caste or those with something to prove."
|
|
icon_state = "zazali"
|
|
item_state = "zazali"
|
|
build_from_parts = TRUE
|
|
worn_overlay = "belt"
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/under/unathi/huytai
|
|
name = "huytai outfit"
|
|
desc = "Typically worn by Unathi who engage in a trade. Popular with fishers especially!"
|
|
icon_state = "huytai"
|
|
item_state = "huytai"
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/under/unathi/zozo
|
|
name = "zo'zo top"
|
|
desc = "A modern blend of Ouerean and Moghean style for anyone on the go. Great for sunbathing!"
|
|
icon_state = "zozo"
|
|
item_state = "zozo"
|
|
build_from_parts = FALSE
|
|
has_accents = FALSE
|
|
|
|
/obj/item/clothing/under/unathi/himation
|
|
name = "himation cloak"
|
|
desc = "The himation is a staple of Unathi fashion. Whether a commoner in practical clothes or a noble looking \
|
|
for leisure wear, the himation has remained stylish for centuries."
|
|
desc_extended = "The himation while unwrapped is usually a three meter around cloth. Unathi start by putting the \
|
|
front around their waist, bring it over their right shoulder, and then form a sash-like loop by bringing it over \
|
|
their right again. A belt ties it off and drapes a skirt down over their thighs to complete the look. Fashionable \
|
|
for simple noble wear (the cloth can be embroidered), and practical for labor!"
|
|
icon_state = "himation"
|
|
item_state = "himation"
|
|
build_from_parts = TRUE
|
|
worn_overlay = "belt"
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/under/unathi/izweski
|
|
name = "izweski navy uniform"
|
|
desc = "A lightweight red jumpsuit with a brown-orange vest, this uniform is an odd fusion of modern design and traditional Unathi aesthetics. Its insignia indicates it as belonging to a soldier of the Izweski Hegemony's Navy."
|
|
icon = 'icons/obj/item/clothing/under/unathi/izweski.dmi'
|
|
icon_state = "izweski"
|
|
item_state = "izweski"
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_SMALL,
|
|
BULLET = ARMOR_BALLISTIC_MINOR,
|
|
LASER = ARMOR_LASER_MINOR
|
|
)
|
|
|
|
/obj/item/clothing/under/unathi/izweski/officer
|
|
name = "izweski navy officer's uniform"
|
|
desc = "A lightweight red jumpsuit with a brown-orange vest, this uniform is an odd fusion of modern design and traditional Unathi aesthetics. Its golden ornamentation indicates it as belonging to an officer of the Izweski Hegemony's Navy."
|
|
icon_state = "izweski_officer"
|
|
item_state = "izweski_officer"
|
|
|
|
/obj/item/clothing/under/unathi/skakh
|
|
name = "\improper Sk'akh priest robes"
|
|
desc = "A simple brown robe with gilded ornamentation, the standard garment for the clergy of the Sk'akh Church. The ornamentation this one bears identifies its wearer as holding the rank of an ordained priest within the Church hierarchy."
|
|
icon_state = "skakh"
|
|
item_state = "skakh"
|
|
|
|
/obj/item/clothing/under/unathi/skakh/fisher
|
|
name = "\improper Sk'akh fisher robes"
|
|
desc = "A simple brown and orange robe with gilded ornamentation, identifying its wearer as a member of the Sk'akh Church's clergy. The ornamentation and colors of this one identify its wearer as an Aspect Priest of the Fisher."
|
|
icon_state = "skakh-fisher"
|
|
item_state = "skakh-fisher"
|
|
|
|
/obj/item/clothing/under/unathi/skakh/healer
|
|
name = "\improper Sk'akh healer robes"
|
|
desc = "A simple brown and green robe with gilded ornamentation, identifying its wearer as a member of the Sk'akh Church's clergy. The ornamentation and colors of this one identify its wearer as an Aspect Priest of the Healer."
|
|
icon_state = "skakh-healer"
|
|
item_state = "skakh-healer"
|
|
|
|
/obj/item/clothing/under/unathi/skakh/warrior
|
|
name = "\improper Sk'akh warrior robes"
|
|
desc = "A simple brown and red robe with gilded ornamentation, identifying its wearer as a member of the Sk'akh Church's clergy. The ornamentation and colors of this one identify its wearer as an Aspect Priest of the Warrior."
|
|
icon_state = "skakh-warrior"
|
|
item_state = "skakh-warrior"
|
|
|
|
/obj/item/clothing/under/unathi/ancient
|
|
name = "ancient unathi vestments"
|
|
desc = "A set of faded cloth vestments that look very, very old. They look like they are made to fit an Unathi"
|
|
icon = 'icons/obj/unathi_ruins.dmi'
|
|
icon_state = "ancient_clothing1"
|
|
item_state = "ancient_clothing1"
|
|
|
|
/obj/item/clothing/under/unathi/ancient/robes
|
|
name = "ancient unathi robes"
|
|
desc = "A set of faded cloth robes that look very, very old. They resemble traditional Unathi garb."
|
|
icon_state = "ancient_clothing2"
|
|
item_state = "ancient_clothing2"
|
|
|
|
/obj/item/clothing/under/unathi/ancient/mador
|
|
name = "\improper Sinta'Mador burial wrappings"
|
|
desc = "A set of gray cloth wrappings, used in traditional Sinta'Mador burials. Remarkably well preserved with age."
|
|
icon_state = "mador_wrappings"
|
|
item_state = "mador_wrappings"
|
|
|
|
/obj/item/clothing/under/unathi/siakh
|
|
name = "\improper Si'akh priest robes"
|
|
desc = "Ascetic brown robes, favored by Flame Priests of the Si'akh Church."
|
|
icon_state = "siakh"
|
|
item_state = "siakh"
|