mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
* Medical and RnD DMI files split * Cargo DMI split * Security DMI split * Engineering DMI split * Captain DMI split * Civilian/service DMI split This one hurt * Forgot about this one * Color DMI split * Purges everything that was delted up until this point ... with a blindfold and a shotgun * Dress and suit DMI split * Pants and shorts DMI split and merges pants and shorts files... shorts are pants, right? * Donator/fluff jumpsuit clothing organisational relocation * e oops * So this is used, repath bad * Random commit * Costumes DMI split and jumpsuits purge * Some fixes * pennywise * Centcom DMI split * SolGov DMI split * Retro DMI split * Syndicate DMI split * Misc DMI split * centcom officer * Kills off uniform.dmi completely * last fixes * lastest fixes * vox navy gold conflict * civilian barber * Tourist observers work now * Hopefully working non-human humanoid clothing * This being in suit.dmi is one of the reasons I made this PR * This shouldn't be here * Late night coding * Pun Pun regains his drip * Last fixes * security/OFFICER * Most important - clown fix * working subtypes good * Fixes chameleon jumpsuit * Proper QM pathes * Fixes jumpsuit rolling with the power of poor quality code * Cargo tech character setup fix * else instead why didn't I do this in the first place * PURP * Fixes broken character setup job clothing * CC suit fix * Psychedelic jumpsuit proper path * You must wear the jumpsuit to adjust it
166 lines
4.8 KiB
Plaintext
166 lines
4.8 KiB
Plaintext
/obj/item/clothing/under/dress
|
|
icon = 'icons/obj/clothing/under/dress.dmi'
|
|
|
|
sprite_sheets = list(
|
|
"Human" = 'icons/mob/clothing/under/dress.dmi',
|
|
"Vox" = 'icons/mob/clothing/species/vox/under/dress.dmi',
|
|
"Drask" = 'icons/mob/clothing/species/drask/under/dress.dmi',
|
|
"Grey" = 'icons/mob/clothing/species/grey/under/dress.dmi'
|
|
)
|
|
|
|
/obj/item/clothing/under/dress/victdress
|
|
name = "black victorian dress"
|
|
desc = "A victorian style dress, fancy!"
|
|
icon_state = "victorianblackdress"
|
|
item_state = "victorianblackdress"
|
|
item_color = "victorianblackdress"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
|
|
|
/obj/item/clothing/under/dress/victdress/red
|
|
name = "red victorian dress"
|
|
icon_state = "victorianreddress"
|
|
item_state = "victorianreddress"
|
|
item_color = "victorianreddress"
|
|
|
|
/obj/item/clothing/under/dress/blacktango
|
|
name = "black tango dress"
|
|
desc = "Filled with Latin fire."
|
|
icon_state = "black_tango"
|
|
item_state = "wcoat"
|
|
item_color = "black_tango"
|
|
|
|
/obj/item/clothing/under/dress/blackskirt
|
|
name = "black skirt"
|
|
desc = "A black skirt, very fancy!"
|
|
icon_state = "blackskirt"
|
|
item_color = "blackskirt"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
|
|
|
//wedding stuff
|
|
|
|
/obj/item/clothing/under/dress/wedding/bride_orange
|
|
name = "orange wedding dress"
|
|
desc = "A big and puffy orange dress."
|
|
icon_state = "bride_orange"
|
|
item_color = "bride_orange"
|
|
flags_inv = HIDESHOES
|
|
|
|
/obj/item/clothing/under/dress/wedding/bride_purple
|
|
name = "purple wedding dress"
|
|
desc = "A big and puffy purple dress."
|
|
icon_state = "bride_purple"
|
|
item_color = "bride_purple"
|
|
flags_inv = HIDESHOES
|
|
|
|
/obj/item/clothing/under/dress/wedding/bride_blue
|
|
name = "blue wedding dress"
|
|
desc = "A big and puffy blue dress."
|
|
icon_state = "bride_blue"
|
|
item_color = "bride_blue"
|
|
flags_inv = HIDESHOES
|
|
|
|
/obj/item/clothing/under/dress/wedding/bride_red
|
|
name = "red wedding dress"
|
|
desc = "A big and puffy red dress."
|
|
icon_state = "bride_red"
|
|
item_color = "bride_red"
|
|
flags_inv = HIDESHOES
|
|
|
|
/obj/item/clothing/under/dress/wedding/bride_white
|
|
name = "white wedding dress"
|
|
desc = "A white wedding gown made from the finest silk."
|
|
icon_state = "bride_white"
|
|
item_color = "bride_white"
|
|
flags_inv = HIDESHOES
|
|
|
|
/obj/item/clothing/under/dress/dress_fire
|
|
name = "flame dress"
|
|
desc = "A small black dress with blue flames print on it."
|
|
icon_state = "dress_fire"
|
|
item_color = "dress_fire"
|
|
|
|
/obj/item/clothing/under/dress/dress_orange
|
|
name = "orange dress"
|
|
desc = "A fancy orange gown for those who like to show leg."
|
|
icon_state = "dress_orange"
|
|
item_color = "dress_orange"
|
|
|
|
/obj/item/clothing/under/dress/dress_pink
|
|
name = "pink dress"
|
|
desc = "A simple, tight fitting pink dress."
|
|
icon_state = "dress_pink"
|
|
item_color = "dress_pink"
|
|
|
|
/obj/item/clothing/under/dress/dress_green
|
|
name = "green dress"
|
|
desc = "A simple, tight fitting green dress."
|
|
icon_state = "dress_green"
|
|
item_color = "dress_green"
|
|
|
|
/obj/item/clothing/under/dress/dress_yellow
|
|
name = "yellow dress"
|
|
desc = "A flirty, little yellow dress."
|
|
icon_state = "dress_yellow"
|
|
item_color = "dress_yellow"
|
|
|
|
/obj/item/clothing/under/dress/dress_saloon
|
|
name = "saloon girl dress"
|
|
desc = "A old western inspired gown for the girl who likes to drink."
|
|
icon_state = "dress_saloon"
|
|
item_color = "dress_saloon"
|
|
|
|
/obj/item/clothing/under/dress/plaid_blue
|
|
name = "blue plaid skirt"
|
|
desc = "A preppy blue skirt with a white blouse."
|
|
icon_state = "plaid_blue"
|
|
item_color = "plaid_blue"
|
|
|
|
/obj/item/clothing/under/dress/plaid_red
|
|
name = "red plaid skirt"
|
|
desc = "A preppy red skirt with a white blouse."
|
|
icon_state = "plaid_red"
|
|
item_color = "plaid_red"
|
|
|
|
/obj/item/clothing/under/dress/plaid_purple
|
|
name = "blue purple skirt"
|
|
desc = "A preppy purple skirt with a white blouse."
|
|
icon_state = "plaid_purple"
|
|
item_color = "plaid_purple"
|
|
|
|
/obj/item/clothing/under/dress/sailordress
|
|
name = "sailor dress"
|
|
desc = "Formal wear for a leading lady."
|
|
icon_state = "sailor_dress"
|
|
item_state = "sailordress"
|
|
item_color = "sailor_dress"
|
|
|
|
/obj/item/clothing/under/dress/redeveninggown
|
|
name = "red evening gown"
|
|
desc = "Fancy dress for space bar singers."
|
|
icon_state = "red_evening_gown"
|
|
item_state = "redeveninggown"
|
|
item_color = "red_evening_gown"
|
|
|
|
/obj/item/clothing/under/dress/schoolgirl
|
|
name = "schoolgirl uniform"
|
|
desc = "It's just like one of my Japanese animes!"
|
|
icon_state = "schoolgirl"
|
|
item_state = "schoolgirl"
|
|
item_color = "schoolgirl"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
|
|
|
/obj/item/clothing/under/dress/stripeddress
|
|
name = "striped dress"
|
|
desc = "Fashion in space."
|
|
icon_state = "striped_dress"
|
|
item_state = "stripeddress"
|
|
item_color = "striped_dress"
|
|
|
|
/obj/item/clothing/under/dress/sundress
|
|
name = "sundress"
|
|
desc = "Makes you want to frolic in a field of daisies."
|
|
icon_state = "sundress"
|
|
item_state = "sundress"
|
|
item_color = "sundress"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|