mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
In an effort to make the way our sprites are organized make a little bit more sense, this takes ALL the sprites in `icons/clothing` and moves them over `icons/obj/item/clothing` or another appropriate file in the case of non-clothing items. A lot of these files had to be split since they lumped everything into the same dmi which had to be changed since people, reasonably, expect to find a hat in the folder named `hat` and not in the one where we're supposed to keep uniforms in. A lot of smaller files were also merged into already existing dmis where it made sense. Lastly, all the colourable items kept in `icons/obj/item/clothing` were updated to the new palette. Those items were: **Backpacks:** - GD Sacred Icon **Belts:** - Fannypack **Gloves:** - Gloves - Single Glove **Hats:** - GD Cowl - GD Cube Hood - Furred Crown - Surgeon Cap - Kippah - Plain Hood **Shoes:** - Konyanger Gomusin **Coats:** - GD Eccentric Coat **Uniforms:** - Colourable Dress - Shortsleeve Dress - Evening Gown - Open Shoulder Dress - Assymetric Dress - Tea Dress - Long Sleeve Dress - Colourable Scrubs - Colourable Jumpsuit
198 lines
10 KiB
Plaintext
198 lines
10 KiB
Plaintext
/obj/item/clothing/under/konyang
|
||
name = "magenta hanbok"
|
||
desc = "A traditional Konyanger hanbok."
|
||
desc_extended = "An ancient form of dress carried over from Earth by the initial Konyang colonists; the hanbok has since become a symbol of Konyang and its most iconic formalwear."
|
||
icon = 'icons/obj/item/clothing/under/human/coc/konyang_femalehanbok.dmi'
|
||
icon_state = "hanbok_magenta"
|
||
worn_state = "hanbok_magenta"
|
||
item_state = "hanbok_magenta"
|
||
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/under/konyang/pink
|
||
name = "pink hanbok"
|
||
desc = "A traditional Konyanger hanbok. This one is pink and white."
|
||
icon_state = "hanbok_pink"
|
||
worn_state = "hanbok_pink"
|
||
item_state = "hanbok_pink"
|
||
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
|
||
|
||
/obj/item/clothing/under/konyang/blue
|
||
name = "blue hanbok"
|
||
desc = "A traditional Konyanger hanbok. This one is blue and white."
|
||
icon_state = "hanbok_blue"
|
||
worn_state = "hanbok_blue"
|
||
item_state = "hanbok_blue"
|
||
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
|
||
|
||
/obj/item/clothing/under/konyang/male
|
||
name = "hanbok"
|
||
desc = "A traditional Konyanger hanbok tailored for men."
|
||
icon_state = "hanbok_male"
|
||
worn_state = "hanbok_male"
|
||
item_state = "hanbok_male"
|
||
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang
|
||
name = "konyanger jacket"
|
||
desc = "A remarkably breathable yet water-resistant jacket from Konyang."
|
||
icon = 'icons/obj/item/clothing/suit/storage/toggle/konyang_jacket.dmi'
|
||
icon_state = "konyang_jacket"
|
||
item_state = "konyang_jacket"
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/akira
|
||
icon_state = "konyang_jacket_akira"
|
||
item_state = "konyang_jacket_akira"
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/pants
|
||
name = "konyanger jumpjacket"
|
||
desc = "A remarkably breathable yet water-resistant jacket from Konyang. This one comes with pant legs to keep water out."
|
||
icon_state = "konyang_jacket_pants"
|
||
item_state = "konyang_jacket_pants"
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/orange
|
||
name = "konyanger jumpjacket"
|
||
desc = "A remarkably breathable yet water-resistant jacket from Konyang. This one comes with pant legs to keep water out."
|
||
icon_state = "konyang_jacket_orange"
|
||
item_state = "konyang_jacket_orange"
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/blue
|
||
name = "konyanger jumpjacket"
|
||
desc = "A remarkably breathable yet water-resistant jacket from Konyang. This one comes with pant legs to keep water out."
|
||
icon_state = "konyang_jacket_blue"
|
||
item_state = "konyang_jacket_blue"
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/dbjacket
|
||
name = "double-breasted Konyanger jacket"
|
||
desc = "Styled after the latest fashion trends on Konyang, this hybrid faux-leather and polyester mesh jacket was built with the planet’s humid climate in mind. This one has a pale beige color."
|
||
desc_extended = "Only recently entering the larger Coalition scene, Konyanger fashion has taken the frontier by storm, owing to its unique blend of durability, waterproofing, \
|
||
and breathability. This innovation in clothing was only accomplished due to Konyanger fashion brands utilizing the fabrics and textiles unique to their planet."
|
||
icon = 'icons/obj/item/clothing/suit/storage/toggle/konyang_jacket.dmi'
|
||
icon_state = "konyang_coat_pale"
|
||
item_state = "konyang_coat_pale"
|
||
heat_protection = UPPER_TORSO|LOWER_TORSO|ARMS
|
||
max_heat_protection_temperature = 313 // Provides heat protection up to 313 Kelvin (~40 C)
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/dbjacket/black
|
||
desc = "Styled after the latest fashion trends on Konyang, this hybrid faux-leather and polyester mesh jacket was built with the planet’s humid climate in mind. This one has a deep black color."
|
||
icon_state = "konyang_coat_black"
|
||
item_state = "konyang_coat_black"
|
||
|
||
/obj/item/clothing/suit/storage/toggle/konyang/dbjacket/blue
|
||
desc = "Styled after the latest fashion trends on Konyang, this hybrid faux-leather and polyester mesh jacket was built with the planet’s humid climate in mind. This one has an irisdescent blue color."
|
||
icon_state = "konyang_coat_iridescent"
|
||
item_state = "konyang_coat_iridescent"
|
||
|
||
/obj/item/clothing/head/konyang
|
||
name = "gat"
|
||
desc = "A traditional hat worn on Konyang and originating on Earth."
|
||
desc_extended = "Although traditionally made from horsehair, many different types of fabrics, including water-resistant fibres from feathers are now used."
|
||
icon = 'icons/obj/item/clothing/head/konyang.dmi'
|
||
icon_state = "gat"
|
||
item_state = "gat"
|
||
contained_sprite = TRUE
|
||
var/veilup = 0
|
||
|
||
/obj/item/clothing/head/konyang/attack_self(mob/user as mob)
|
||
src.veilup = !src.veilup
|
||
if(src.veilup)
|
||
icon_state = "[icon_state]_up"
|
||
to_chat(user, "You raise the rain veil on the gat.")
|
||
else
|
||
src.icon_state = initial(icon_state)
|
||
to_chat(user, "You lower the rain veil on the gat.")
|
||
update_icon()
|
||
update_clothing_icon()
|
||
|
||
/obj/item/clothing/under/konyangdress
|
||
name = "konyanger dress"
|
||
desc = "A loose-fitting and modern Konyanger dress designed to beat the heat while remaining water-resistant."
|
||
desc_extended = "Konyanger clothes are often designed to remain both water-resistant and breathable, made of light fabrics that can \
|
||
only be sourced on the planet. Not all clothes are made equal, however, and plant-derived plastics and cloth have found just as much use as the \
|
||
'miracle weave' in an attempt to keep costs down."
|
||
icon = 'icons/obj/item/clothing/under/human/coc/konyang_dress.dmi'
|
||
icon_state = "konyang_dress"
|
||
worn_state = "konyang_dress"
|
||
item_state = "konyang_dress"
|
||
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/under/konyang/male/sleeveless
|
||
name = "sleeveless hanbok"
|
||
icon = 'icons/obj/item/clothing/under/human/coc/konyang_malehanbok_colorable.dmi'
|
||
icon_state = "hanbok_male_sleeveless_colorable"
|
||
worn_state = "hanbok_male_sleeveless_colorable"
|
||
item_state = "hanbok_male_sleeveless_colorable"
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/under/konyang/male/shortsleeve
|
||
name = "short sleeve hanbok"
|
||
icon = 'icons/obj/item/clothing/under/human/coc/konyang_malehanbok_colorable.dmi'
|
||
icon_state = "hanbok_male_shortsleeve_colorable"
|
||
worn_state = "hanbok_male_shortsleeve_colorable"
|
||
item_state = "hanbok_male_shortsleeve_colorable"
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/accessory/konyang
|
||
name = "male hanbok belt"
|
||
desc = "A traditional belt worn over hanbok typically tailored for men."
|
||
icon = 'icons/obj/item/clothing/accessory/konyang_belt.dmi'
|
||
icon_state = "konyang_belt"
|
||
item_state = "konyang_belt"
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/shoes/konyang
|
||
name = "gomusin"
|
||
desc = "A traditional pair of shoes typically worn by men."
|
||
icon = 'icons/obj/item/clothing/shoes/boots.dmi'
|
||
icon_state = "gomusin"
|
||
item_state = "gomusin"
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional
|
||
name = "konyanger traditional dress"
|
||
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a pink hakama and white kosode."
|
||
desc_extended = "Carried over to Konyang from Earth, this dress was usually worn by shrine maidens of the Shinto faith back on Earth. \
|
||
It has since been appropriated by many Konyangers as a type of formal dress, and simply as a manner of fashion. The hot and humid climate of the planet however, has necessitated \
|
||
that most dresses of this type are made of lighter fabrics indigenous to the planet."
|
||
icon = 'icons/obj/item/clothing/under/human/coc/konyang_dress_traditional.dmi'
|
||
icon_state = "konyang_dress_traditional"
|
||
item_state = "konyang_dress_traditional"
|
||
slot_flags = SLOT_ICLOTHING
|
||
contained_sprite = TRUE
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional/red
|
||
desc = "A traditional red hakama and white kosode pairing worn by Shintoist shrine maidens."
|
||
icon_state = "konyang_dress_traditional_red"
|
||
item_state = "konyang_dress_traditional_red"
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional/green
|
||
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a green hakama and white kosode."
|
||
icon_state = "konyang_dress_traditional_green"
|
||
item_state = "konyang_dress_traditional_green"
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional/blue
|
||
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a blue hakama and white kosode."
|
||
icon_state = "konyang_dress_traditional_blue"
|
||
item_state = "konyang_dress_traditional_blue"
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional/national
|
||
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a blue hakama and yellow kosode \
|
||
the colors of the flag of Konyang."
|
||
desc_extended = "The colors of the traditional shrine maiden outfit on Earth were designed to evoke the spirit of its host nation. Similarly, as Shinto evolved on Konyang to explain \
|
||
the equality of IPC and humans, many outfits were tailored in these new colors to represent the values of the nation, yellow representing prosperity, and blue representing the waterways \
|
||
of the planet. Although tailored for Shintoist monks, some Konyangers wear the outfit as a sign of patriotism on national holildays."
|
||
icon_state = "konyang_dress_traditional_national"
|
||
item_state = "konyang_dress_traditional_national"
|
||
|
||
/obj/item/clothing/under/konyangdresstraditional/national/vest
|
||
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a blue hakama, white vest, and yellow kosode \
|
||
the colors of the flag of Konyang."
|
||
desc_extended = "The colors of the traditional shrine maiden outfit on Earth were designed to evoke the spirit of its host nation. Similarly, as Shinto evolved on Konyang to explain \
|
||
the equality of IPC and humans, many outfits were tailored in these new colors to represent the values of the nation, white representing purity, yellow representing prosperity, and blue representing the waterways \
|
||
of the planet. Given the climate, the addition of a vest renders the outfit uncomfortably hot, however this is regarded as an acceptable drawback for protecting the rest of the ensemble from the perrenial rains on the planet. \
|
||
Although tailored for Shintoist monks, some Konyangers wear the outfit as a sign of patriotism on national holildays."
|
||
icon_state = "konyang_dress_traditional_national_vest"
|
||
item_state = "konyang_dress_traditional_national_vest"
|