From 13a6873ce3c927a206ee306a91ad6edab9ba61e6 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Mon, 9 Oct 2023 09:26:28 +0300 Subject: [PATCH] Antediluvian dress + more heels (#6057) ## About The Pull Request ![image](https://github.com/Citadel-Station-13/Citadel-Station-13-RP/assets/11361525/bdd6bb09-f1f9-4d70-9b2c-2cc3c15ca821) ![image](https://github.com/Citadel-Station-13/Citadel-Station-13-RP/assets/11361525/df14349b-dbdf-45ed-ae86-525ce4917c1d) Adds a dress + two heels to the loadout. ## Why It's Good For The Game Clothes!!! ## Changelog :cl: add: Antediluvian wrap dress, extra heels /:cl: --- code/modules/clothing/shoes/miscellaneous.dm | 15 +++++++++++++-- code/modules/clothing/under/miscellaneous.dm | 9 ++++++++- code/modules/loadout/loadout_shoes.dm | 10 +++++++++- code/modules/loadout/loadout_uniform.dm | 5 +++++ icons/clothing/shoes/ante_aziru.dmi | Bin 0 -> 530 bytes icons/clothing/uniform/misc/ante_aziru.dmi | Bin 0 -> 649 bytes 6 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 icons/clothing/shoes/ante_aziru.dmi create mode 100644 icons/clothing/uniform/misc/ante_aziru.dmi diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 8919fc88f18c..25e7d88650a6 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -255,11 +255,22 @@ icon_state = "antediluvian" /obj/item/clothing/shoes/antediluvian/heels - name = "Antediluvian legwraps" - desc = "These thigh-high legwraps are designed to cling tightly to the body. Secured to the feet by stirrups, it is unknown whether shoes were meant to be worn over these." + name = "Antediluvian heels" + desc = "A pair of black-gold heels based on an unknown design. The inside of the shoe has an odd texture, and snugly covers the whole foot." icon_state = "ante" icon = 'icons/clothing/shoes/ante.dmi' worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL + +/obj/item/clothing/shoes/antediluvian/heels/aziru + name = "Antediluvian exposed heels" + desc = "A pair of a set of heels recovered with an odd design. This version has toes exposed, granting the wearer elegance, or unsightliness." + icon_state = "aziru_heels" + icon = 'icons/clothing/shoes/ante_aziru.dmi' + +/obj/item/clothing/shoes/antediluvian/heels/aziru/alt + name = "Antediluvian exposed heels alt" + desc = "A pair of a set of heels recovered with an odd design. This version has toes exposed, granting the wearer elegance, or unsightliness. This one has extra gold trimming." + icon_state = "aziru_heels_alt" // The things folks do for fashion... /obj/item/clothing/shoes/galoshes/black name = "black galoshes" diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 8b3bed2740c7..ad0e59359ceb 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -2008,12 +2008,19 @@ /obj/item/clothing/under/antediluvian/dress name = "Antediluvian dress" - desc = "A metalic dress with inner padding, following a similar, scantily-clad fashion trend. It is unknown whether it serveed ceremonial or official purpose." + desc = "A metalic dress with inner padding, following a similar, scantily-clad fashion trend. It is unknown whether it served ceremonial or official purpose." icon_state = "ante" icon = 'icons/clothing/suit/misc/ante.dmi' worn_has_rollsleeve = UNIFORM_HAS_NO_ROLL worn_has_rolldown = UNIFORM_HAS_NO_ROLL worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL + +/obj/item/clothing/under/antediluvian/dress/aziru + name = "Antediluvian Wrap" + desc = "A dress made out of an elegantly wrapped single piece of cloth, with golden embellishments of unknown origin. It seems to have purposefully exposed arms." + icon_state = "aziru_dress" + icon = 'icons/clothing/uniform/misc/ante_aziru.dmi' + /obj/item/clothing/under/hasie name = "Hasie skirt" desc = "A daring combination of dark charcoals and vibrant reds and whites, the Hasie skirt/vest combo knows what it's doing. Sporting a low cut charcoal miniskirt and matching midriff button-up, this ensemble wows with the incredible color contrast of its two-tone vest." diff --git a/code/modules/loadout/loadout_shoes.dm b/code/modules/loadout/loadout_shoes.dm index a6225d362cfe..d1b4aa3a8067 100644 --- a/code/modules/loadout/loadout_shoes.dm +++ b/code/modules/loadout/loadout_shoes.dm @@ -199,10 +199,18 @@ name = "Antediluvian Legwraps" path = /obj/item/clothing/shoes/antediluvian -/datum/loadout_entry/shoes/antediluvian +/datum/loadout_entry/shoes/antediluvian/heels name = "Antediluvian Heels" path = /obj/item/clothing/shoes/antediluvian/heels +/datum/loadout_entry/shoes/antediluvian/heels/aziru + name = "Antediluvian Exposed Heels" + path = /obj/item/clothing/shoes/antediluvian/heels/aziru + +/datum/loadout_entry/shoes/antediluvian/heels/aziru/alt + name = "Antediluvian Exposed Heels Alt" + path = /obj/item/clothing/shoes/antediluvian/heels/aziru/alt + /datum/loadout_entry/shoes/halfmoon name = "Half Moon boots" path = /obj/item/clothing/shoes/boots/half_moon diff --git a/code/modules/loadout/loadout_uniform.dm b/code/modules/loadout/loadout_uniform.dm index d10f97fa2cb2..3dad4e003161 100644 --- a/code/modules/loadout/loadout_uniform.dm +++ b/code/modules/loadout/loadout_uniform.dm @@ -777,6 +777,11 @@ Swimsuits name = "Antediluvian Dress" path = /obj/item/clothing/under/antediluvian/dress + +/datum/loadout_entry/uniform/antediluvian_wraps + name = "Antediluvian Wraps" + path = /obj/item/clothing/under/antediluvian/dress/aziru + /datum/loadout_entry/accessory/antediluvian_gloves_alt name = "Antediluvian Bracers Alternate" path = /obj/item/clothing/accessory/antediluvian_gloves/alt diff --git a/icons/clothing/shoes/ante_aziru.dmi b/icons/clothing/shoes/ante_aziru.dmi new file mode 100644 index 0000000000000000000000000000000000000000..15e4148bb6478a459020f9f2d63a9ba3b3f9fc3f GIT binary patch literal 530 zcmV+t0`2{YP)B4GkI^8oqxpa84qfY%RdRz#qj*$p8QV0d!JMQvg8b*k%9#0DyW_ zSad{Xb7OL8aCB*JZU6vyoKseCa&`CgQ*iP14r#XS2gY?hKO5ZBKDk~`{I5RU55D=|$A;7@E0J_qK00001 zbW%=J06^y0W&i*HdU{k?bVOxyV{&P5bZKvH004NLQ&wC9|j) zC~C;XnO2mTn+joLQyZU{lY>xif}&no!PU=*zgSSy;9krL}Ld?-3|W#&n+a`o^~K|535R^N>!zY!NsHXxJg@}ow z3PnWd1D>m_@%oG>sv@>W+=Gm#`8SbAkqu>VzF=PY`oJgwTmFYtV9Xak2f*b5XV~8v zYzBx?{+u_i&&mz*%49>ra1c{&GxozfKBRL!9>k3Aj_nP0$k!_gp@5A4=7&A>^-s$X zBnUZO`QfAD`zxflK+bhjC0IbU+k@0qhk5DR3*