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

21 lines
1.1 KiB
Plaintext

/obj/item/clothing/under/rank/einstein
name = "\improper Einstein Engines uniform"
desc = "A standardized uniform used by Einstein Engines personnel."
icon = 'icons/obj/item/clothing/under/human/corporation/einstein.dmi'
icon_state = "einstein"
item_state = "einstein"
contained_sprite = TRUE
/obj/item/clothing/under/rank/einstein/synthetic
name = "einstein synthetic utility uniform"
desc = "A standardized uniform worn by Einstein Engines Synthetics in non-public-facing roles. \
The acronym \"EES\" is emblazoned on the chest and upper back."
desc_extended = "Light as air, electrically insulated, and specially fitted to ensure surgical, microelectronic, or \
what-have-you precision, this expensive multipurpose synthetic worker's outfit feels like wearing a breeze! \
Synthetics intended to be seen by outsiders to the corporation are likely to wear more conventional clothing instead."
icon = 'icons/obj/item/clothing/under/human/corporation/einstein.dmi'
icon_state = "ees_utility"
item_state = "ees_utility"
siemens_coefficient = 0.75
permeability_coefficient = 0.75