Files
CometBlaze 71af7f3f22 The Great Sprite Unification: Part 1 (#21006)
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
2025-07-21 10:33:42 +00:00

41 lines
2.6 KiB
Plaintext

/obj/item/clothing/suit/storage/toggle/himeo
name = "himean bekesha"
desc = "A heavy winter coat from Himeo, made of synthetic fish fur. It looks extremely comfortable, if a bit hot for climate-controlled corridors."
desc_extended = "While traditional Solarian bekeshas are often made of animal fur and hide, this particular variant is made of Himean fish fur and other synthetic materials. Heavy coats such as this are a common sight on Himeo, due to the extremely cold temperatures of the planet."
icon = 'icons/obj/item/clothing/suit/storage/toggle/himeo_coat.dmi'
icon_state = "coat_himeo"
item_state = "coat_himeo"
contained_sprite = TRUE
/obj/item/clothing/suit/storage/toggle/himeo/grey
icon = 'icons/obj/item/clothing/suit/storage/toggle/himeo_coat.dmi'
icon_state = "coat_himeo_grey"
item_state = "coat_himeo_grey"
/obj/item/clothing/head/softcap/himeo
name = "himean cap"
desc = "A field cap of Himean origin. This particular cap has the United Syndicates of Himeo's typical symbol - a white hexagon surrounded by red triangles - on its face."
desc_extended = "The M372 field cap is a standard-issue cap of Himeo's military, and a common sight throughout the planet and the space around it. This particular model is a reproduction, due to its lack of the traditional ear covers on the Himean model."
icon = 'icons/obj/item/clothing/head/himeo_army.dmi'
icon_state = "cap_himeo"
item_state = "cap_himeo"
contained_sprite = TRUE
/obj/item/clothing/head/softcap/himeo_pg_cover
name = "himean planetary guard utility cover"
desc = "A utility cover of Himean origin. This particular cap has the united syndicates of Himeo's typical symbol - a white hexagon by red triangles - on its face."
desc_extended = "The M293 utility cover is a standard-issue cap for Himeo's planetary guard. It is part of the standard base dress for the Himean planetary guard, and is thus a common sight throughout vessels across the Coalition."
icon = 'icons/obj/item/clothing/head/himeo_army.dmi'
icon_state = "himeo_pg_utility"
item_state = "himeo_pg_utility"
contained_sprite = TRUE
/obj/item/clothing/head/sidecap/himeo_navy_cap
name = "himean naval garrison cap"
desc = "A sidecap of Himean origin. This particular sidecap has the United Syndicates of Himeo's typical symbol"
desc_extended = "The M361 garrison cap is a standard-issue softcover for the Planetary Guard's naval component. On the front is a small roundel containing the United Syndicates' national colors: black, white, and red."
icon = 'icons/obj/item/clothing/head/himeo_army.dmi'
icon_state = "himeo_navy_sidecap"
item_state = "himeo_navy_sidecap"
contained_sprite = TRUE