From f0e4dca059f7eab05253cf52c6de83056eab441b Mon Sep 17 00:00:00 2001 From: Vigers Ray <60344369+VigersRay@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:12:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B8=D0=B6=D0=BD=D0=B5=D0=B5=20=D0=B1?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=B5=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Нижнее белье * упс * ограничение на пол для белья * чейнжлог --- .../Clothing/ClientClothingSystem.cs | 3 + Content.Shared/Inventory/SlotFlags.cs | 3 + .../Loadouts/Effects/SexLoadoutEffect.cs | 25 ++ Resources/Changelog/ChangelogSunrise.yml | 7 + .../ru-RU/preferences/loadout-groups.ftl | 5 + .../Locale/ru-RU/preferences/loadouts.ftl | 2 + .../Entities/Clothing/Under/under.yml | 5 +- .../Entities/Mobs/Species/arachnid.yml | 7 +- .../Prototypes/Entities/Mobs/Species/base.yml | 14 +- .../Prototypes/Entities/Mobs/Species/moth.yml | 15 +- .../arachnid_inventory_template.yml | 33 +- .../human_inventory_template.yml | 29 +- .../Prototypes/Loadouts/role_loadouts.yml | 192 +++++++++++- .../Entities/Clothing/Bra/base_bra.yml | 38 +++ .../_Sunrise/Entities/Clothing/Bra/bra.yml | 155 ++++++++++ .../Entities/Clothing/Pants/base_pants.yml | 39 +++ .../Entities/Clothing/Pants/pants.yml | 289 ++++++++++++++++++ .../Clothing/Socks/base_clothingsocks.yml | 22 ++ .../Entities/Clothing/Socks/fishnet.yml | 12 + .../_Sunrise/Entities/Clothing/Socks/knee.yml | 155 ++++++++++ .../_Sunrise/Entities/Clothing/Socks/norm.yml | 25 ++ .../Entities/Clothing/Socks/pantyhose.yml | 12 + .../Entities/Clothing/Socks/short.yml | 25 ++ .../Entities/Clothing/Socks/stockings.yml | 90 ++++++ .../Entities/Clothing/Socks/thigh.yml | 155 ++++++++++ .../_Sunrise/Loadouts/Miscellaneous/bra.yml | 11 + .../_Sunrise/Loadouts/Miscellaneous/pants.yml | 23 ++ .../_Sunrise/Loadouts/Miscellaneous/socks.yml | 23 ++ .../_Sunrise/Loadouts/loadout_effects.yml | 15 + .../_Sunrise/Loadouts/loadout_groups.yml | 25 +- .../_Sunrise/Loadouts/role_loadouts.yml | 4 +- .../Textures/Interface/Default/Slots/bra.png | Bin 0 -> 556 bytes .../Interface/Default/Slots/pants.png | Bin 0 -> 500 bytes .../Interface/Default/Slots/socks.png | Bin 0 -> 395 bytes .../Clothing/Bra/bra.rsi/equipped-BRA.png | Bin 0 -> 563 bytes .../Bra/bra.rsi/female_assblastusa.png | Bin 0 -> 4086 bytes .../Bra/bra.rsi/female_assblastusa_icon.png | Bin 0 -> 145 bytes .../Clothing/Bra/bra.rsi/female_bikini.png | Bin 0 -> 4030 bytes .../Bra/bra.rsi/female_bikini_icon.png | Bin 0 -> 194 bytes .../Clothing/Bra/bra.rsi/female_bralette.png | Bin 0 -> 3998 bytes .../Bra/bra.rsi/female_bralette_icon.png | Bin 0 -> 190 bytes .../Clothing/Bra/bra.rsi/female_commie.png | Bin 0 -> 4056 bytes .../Bra/bra.rsi/female_commie_icon.png | Bin 0 -> 145 bytes .../Clothing/Bra/bra.rsi/female_kinky.png | Bin 0 -> 491 bytes .../Bra/bra.rsi/female_kinky_icon.png | Bin 0 -> 213 bytes .../Clothing/Bra/bra.rsi/female_lace.png | Bin 0 -> 4016 bytes .../Clothing/Bra/bra.rsi/female_lace_icon.png | Bin 0 -> 201 bytes .../Bra/bra.rsi/female_neko_black.png | Bin 0 -> 434 bytes .../Bra/bra.rsi/female_neko_black_icon.png | Bin 0 -> 192 bytes .../Bra/bra.rsi/female_neko_white.png | Bin 0 -> 483 bytes .../Bra/bra.rsi/female_neko_white_icon.png | Bin 0 -> 196 bytes .../Clothing/Bra/bra.rsi/female_sport.png | Bin 0 -> 4027 bytes .../Bra/bra.rsi/female_sport_icon.png | Bin 0 -> 219 bytes .../Clothing/Bra/bra.rsi/female_strapless.png | Bin 0 -> 3902 bytes .../Bra/bra.rsi/female_strapless_icon.png | Bin 0 -> 156 bytes .../Clothing/Bra/bra.rsi/female_thong.png | Bin 0 -> 3899 bytes .../Bra/bra.rsi/female_thong_icon.png | Bin 0 -> 164 bytes .../Clothing/Bra/bra.rsi/female_uk.png | Bin 0 -> 4032 bytes .../Clothing/Bra/bra.rsi/female_uk_icon.png | Bin 0 -> 202 bytes .../_Sunrise/Clothing/Bra/bra.rsi/icon.png | Bin 0 -> 367 bytes .../Clothing/Bra/bra.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Clothing/Bra/bra.rsi/inhand-right.png | Bin 0 -> 279 bytes .../_Sunrise/Clothing/Bra/bra.rsi/meta.json | 103 +++++++ .../Pants/Man/pants.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Pants/Man/pants.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Pants/Man/pants.rsi/male_assblastusa.png | Bin 0 -> 639 bytes .../Man/pants.rsi/male_assblastusa_icon.png | Bin 0 -> 3736 bytes .../Pants/Man/pants.rsi/male_boxers.png | Bin 0 -> 471 bytes .../Pants/Man/pants.rsi/male_boxers_icon.png | Bin 0 -> 3686 bytes .../Pants/Man/pants.rsi/male_briefs.png | Bin 0 -> 459 bytes .../Pants/Man/pants.rsi/male_briefs_icon.png | Bin 0 -> 3696 bytes .../Pants/Man/pants.rsi/male_commie.png | Bin 0 -> 647 bytes .../Pants/Man/pants.rsi/male_commie_icon.png | Bin 0 -> 3727 bytes .../Pants/Man/pants.rsi/male_hearts.png | Bin 0 -> 623 bytes .../Pants/Man/pants.rsi/male_hearts_icon.png | Bin 0 -> 3722 bytes .../Pants/Man/pants.rsi/male_kinky.png | Bin 0 -> 437 bytes .../Pants/Man/pants.rsi/male_kinky_icon.png | Bin 0 -> 161 bytes .../Pants/Man/pants.rsi/male_longjohns.png | Bin 0 -> 525 bytes .../Man/pants.rsi/male_longjohns_icon.png | Bin 0 -> 3691 bytes .../Pants/Man/pants.rsi/male_mankini.png | Bin 0 -> 488 bytes .../Pants/Man/pants.rsi/male_mankini_icon.png | Bin 0 -> 3706 bytes .../Pants/Man/pants.rsi/male_midway.png | Bin 0 -> 494 bytes .../Pants/Man/pants.rsi/male_midway_icon.png | Bin 0 -> 3683 bytes .../Pants/Man/pants.rsi/male_stripe.png | Bin 0 -> 507 bytes .../Pants/Man/pants.rsi/male_stripe_icon.png | Bin 0 -> 3694 bytes .../Clothing/Pants/Man/pants.rsi/male_uk.png | Bin 0 -> 706 bytes .../Pants/Man/pants.rsi/male_uk_icon.png | Bin 0 -> 3771 bytes .../Clothing/Pants/Man/pants.rsi/meta.json | 93 ++++++ .../Woman/pants.rsi/female_assblastusa.png | Bin 0 -> 4018 bytes .../pants.rsi/female_assblastusa_icon.png | Bin 0 -> 145 bytes .../Pants/Woman/pants.rsi/female_bikini.png | Bin 0 -> 3937 bytes .../Woman/pants.rsi/female_bikini_icon.png | Bin 0 -> 159 bytes .../Pants/Woman/pants.rsi/female_bralette.png | Bin 0 -> 3975 bytes .../Woman/pants.rsi/female_bralette_icon.png | Bin 0 -> 158 bytes .../Pants/Woman/pants.rsi/female_commie.png | Bin 0 -> 4028 bytes .../Woman/pants.rsi/female_commie_icon.png | Bin 0 -> 145 bytes .../Pants/Woman/pants.rsi/female_kinky.png | Bin 0 -> 4093 bytes .../Woman/pants.rsi/female_kinky_icon.png | Bin 0 -> 228 bytes .../Pants/Woman/pants.rsi/female_lace.png | Bin 0 -> 3987 bytes .../Woman/pants.rsi/female_lace_icon.png | Bin 0 -> 158 bytes .../Woman/pants.rsi/female_neko_black.png | Bin 0 -> 359 bytes .../pants.rsi/female_neko_black_icon.png | Bin 0 -> 136 bytes .../Woman/pants.rsi/female_neko_white.png | Bin 0 -> 3987 bytes .../pants.rsi/female_neko_white_icon.png | Bin 0 -> 133 bytes .../Pants/Woman/pants.rsi/female_sport.png | Bin 0 -> 3998 bytes .../Woman/pants.rsi/female_sport_icon.png | Bin 0 -> 171 bytes .../Woman/pants.rsi/female_strapless.png | Bin 0 -> 3942 bytes .../Woman/pants.rsi/female_strapless_icon.png | Bin 0 -> 168 bytes .../Pants/Woman/pants.rsi/female_thong.png | Bin 0 -> 3873 bytes .../Woman/pants.rsi/female_thong_icon.png | Bin 0 -> 140 bytes .../Pants/Woman/pants.rsi/female_uk.png | Bin 0 -> 3991 bytes .../Pants/Woman/pants.rsi/female_uk_icon.png | Bin 0 -> 157 bytes .../Pants/Woman/pants.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Pants/Woman/pants.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Pants/Woman/pants.rsi/meta.json | 103 +++++++ .../Socks/fishnet.rsi/fishnet_full.png | Bin 0 -> 521 bytes .../Clothing/Socks/fishnet.rsi/icon.png | Bin 0 -> 219 bytes .../Socks/fishnet.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Socks/fishnet.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/fishnet.rsi/meta.json | 26 ++ .../Clothing/Socks/knee.rsi/ace_icon.png | Bin 0 -> 238 bytes .../Clothing/Socks/knee.rsi/ace_knee.png | Bin 0 -> 512 bytes .../Socks/knee.rsi/assblastusa_icon.png | Bin 0 -> 264 bytes .../Socks/knee.rsi/assblastusa_knee.png | Bin 0 -> 553 bytes .../Clothing/Socks/knee.rsi/bee_icon.png | Bin 0 -> 250 bytes .../Clothing/Socks/knee.rsi/bee_knee.png | Bin 0 -> 601 bytes .../Clothing/Socks/knee.rsi/black_icon.png | Bin 0 -> 210 bytes .../Clothing/Socks/knee.rsi/black_knee.png | Bin 0 -> 450 bytes .../Clothing/Socks/knee.rsi/commie_icon.png | Bin 0 -> 195 bytes .../Clothing/Socks/knee.rsi/commie_knee.png | Bin 0 -> 385 bytes .../Clothing/Socks/knee.rsi/fishnet_icon.png | Bin 0 -> 222 bytes .../Clothing/Socks/knee.rsi/fishnet_knee.png | Bin 0 -> 421 bytes .../Clothing/Socks/knee.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Clothing/Socks/knee.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/knee.rsi/meta.json | 103 +++++++ .../Clothing/Socks/knee.rsi/rainbow_icon.png | Bin 0 -> 257 bytes .../Clothing/Socks/knee.rsi/rainbow_knee.png | Bin 0 -> 541 bytes .../Clothing/Socks/knee.rsi/striped_icon.png | Bin 0 -> 231 bytes .../Clothing/Socks/knee.rsi/striped_knee.png | Bin 0 -> 407 bytes .../Clothing/Socks/knee.rsi/thin_icon.png | Bin 0 -> 179 bytes .../Clothing/Socks/knee.rsi/thin_knee.png | Bin 0 -> 362 bytes .../Clothing/Socks/knee.rsi/trans_icon.png | Bin 0 -> 233 bytes .../Clothing/Socks/knee.rsi/trans_knee.png | Bin 0 -> 496 bytes .../Clothing/Socks/knee.rsi/uk_icon.png | Bin 0 -> 294 bytes .../Clothing/Socks/knee.rsi/uk_knee.png | Bin 0 -> 620 bytes .../Clothing/Socks/knee.rsi/white_icon.png | Bin 0 -> 165 bytes .../Clothing/Socks/knee.rsi/white_knee.png | Bin 0 -> 536 bytes .../Clothing/Socks/norm.rsi/black_icon.png | Bin 0 -> 183 bytes .../Clothing/Socks/norm.rsi/black_norm.png | Bin 0 -> 421 bytes .../Clothing/Socks/norm.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Clothing/Socks/norm.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/norm.rsi/meta.json | 33 ++ .../Clothing/Socks/norm.rsi/white_icon.png | Bin 0 -> 223 bytes .../Clothing/Socks/norm.rsi/white_norm.png | Bin 0 -> 524 bytes .../Clothing/Socks/pantyhose.rsi/icon.png | Bin 0 -> 197 bytes .../Socks/pantyhose.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Socks/pantyhose.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/pantyhose.rsi/meta.json | 26 ++ .../Socks/pantyhose.rsi/pantyhose.png | Bin 0 -> 441 bytes .../Clothing/Socks/short.rsi/black_icon.png | Bin 0 -> 168 bytes .../Clothing/Socks/short.rsi/black_short.png | Bin 0 -> 384 bytes .../Clothing/Socks/short.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Clothing/Socks/short.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/short.rsi/meta.json | 33 ++ .../Clothing/Socks/short.rsi/white_icon.png | Bin 0 -> 197 bytes .../Clothing/Socks/short.rsi/white_short.png | Bin 0 -> 438 bytes .../Socks/stockings.rsi/blue_icon.png | Bin 0 -> 248 bytes .../Socks/stockings.rsi/cyan_icon.png | Bin 0 -> 249 bytes .../Socks/stockings.rsi/dpink_icon.png | Bin 0 -> 244 bytes .../Socks/stockings.rsi/green_icon.png | Bin 0 -> 248 bytes .../Socks/stockings.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Socks/stockings.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Socks/stockings.rsi/lpink_icon.png | Bin 0 -> 249 bytes .../Clothing/Socks/stockings.rsi/meta.json | 75 +++++ .../Socks/stockings.rsi/orange_icon.png | Bin 0 -> 247 bytes .../Socks/stockings.rsi/purple_icon.png | Bin 0 -> 237 bytes .../Socks/stockings.rsi/stockings_blue.png | Bin 0 -> 471 bytes .../Socks/stockings.rsi/stockings_cyan.png | Bin 0 -> 495 bytes .../Socks/stockings.rsi/stockings_dpink.png | Bin 0 -> 468 bytes .../Socks/stockings.rsi/stockings_green.png | Bin 0 -> 477 bytes .../Socks/stockings.rsi/stockings_lpink.png | Bin 0 -> 496 bytes .../Socks/stockings.rsi/stockings_orange.png | Bin 0 -> 492 bytes .../Socks/stockings.rsi/stockings_purple.png | Bin 0 -> 480 bytes .../Socks/stockings.rsi/stockings_yellow.png | Bin 0 -> 501 bytes .../Socks/stockings.rsi/yellow_icon.png | Bin 0 -> 245 bytes .../Clothing/Socks/thigh.rsi/ace_icon.png | Bin 0 -> 282 bytes .../Clothing/Socks/thigh.rsi/ace_thigh.png | Bin 0 -> 556 bytes .../Socks/thigh.rsi/assblastusa_icon.png | Bin 0 -> 301 bytes .../Socks/thigh.rsi/assblastusa_thigh.png | Bin 0 -> 647 bytes .../Clothing/Socks/thigh.rsi/bee_icon.png | Bin 0 -> 315 bytes .../Clothing/Socks/thigh.rsi/bee_thigh.png | Bin 0 -> 714 bytes .../Clothing/Socks/thigh.rsi/black_icon.png | Bin 0 -> 212 bytes .../Clothing/Socks/thigh.rsi/black_thigh.png | Bin 0 -> 451 bytes .../Clothing/Socks/thigh.rsi/commie_icon.png | Bin 0 -> 199 bytes .../Clothing/Socks/thigh.rsi/commie_thigh.png | Bin 0 -> 386 bytes .../Clothing/Socks/thigh.rsi/fishnet_icon.png | Bin 0 -> 229 bytes .../Socks/thigh.rsi/fishnet_thigh.png | Bin 0 -> 431 bytes .../Clothing/Socks/thigh.rsi/inhand-left.png | Bin 0 -> 253 bytes .../Clothing/Socks/thigh.rsi/inhand-right.png | Bin 0 -> 279 bytes .../Clothing/Socks/thigh.rsi/meta.json | 103 +++++++ .../Clothing/Socks/thigh.rsi/rainbow_icon.png | Bin 0 -> 312 bytes .../Socks/thigh.rsi/rainbow_thigh.png | Bin 0 -> 706 bytes .../Clothing/Socks/thigh.rsi/striped_icon.png | Bin 0 -> 240 bytes .../Socks/thigh.rsi/striped_thigh.png | Bin 0 -> 421 bytes .../Clothing/Socks/thigh.rsi/thin_icon.png | Bin 0 -> 176 bytes .../Clothing/Socks/thigh.rsi/thin_thigh.png | Bin 0 -> 362 bytes .../Clothing/Socks/thigh.rsi/trans_icon.png | Bin 0 -> 341 bytes .../Clothing/Socks/thigh.rsi/trans_thigh.png | Bin 0 -> 750 bytes .../Clothing/Socks/thigh.rsi/uk_icon.png | Bin 0 -> 316 bytes .../Clothing/Socks/thigh.rsi/uk_thigh.png | Bin 0 -> 653 bytes .../Clothing/Socks/thigh.rsi/white_icon.png | Bin 0 -> 241 bytes .../Clothing/Socks/thigh.rsi/white_thigh.png | Bin 0 -> 518 bytes 212 files changed, 2127 insertions(+), 29 deletions(-) create mode 100644 Content.Shared/Preferences/Loadouts/Effects/SexLoadoutEffect.cs create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/base_bra.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/base_pants.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/base_clothingsocks.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/fishnet.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/knee.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/norm.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/pantyhose.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/short.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/stockings.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/thigh.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/loadout_effects.yml create mode 100644 Resources/Textures/Interface/Default/Slots/bra.png create mode 100644 Resources/Textures/Interface/Default/Slots/pants.png create mode 100644 Resources/Textures/Interface/Default/Slots/socks.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/equipped-BRA.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_assblastusa.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_assblastusa_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bralette.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bralette_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_kinky.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_kinky_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_lace.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_lace_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_sport.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_sport_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_strapless.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_strapless_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_thong.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_thong_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_uk.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_uk_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_assblastusa.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_assblastusa_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_boxers.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_boxers_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_briefs.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_briefs_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_commie.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_commie_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_kinky.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_kinky_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_longjohns.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_longjohns_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_midway.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_midway_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_stripe.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_stripe_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_uk.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_uk_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_assblastusa.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_assblastusa_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_commie.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_commie_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_white.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_uk.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_uk_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/fishnet_full.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/ace_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/ace_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/assblastusa_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/assblastusa_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/black_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/fishnet_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/fishnet_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/rainbow_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/rainbow_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/trans_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/trans_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/uk_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/uk_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/white_knee.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/black_norm.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/white_norm.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/pantyhose.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/black_short.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/white_short.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/blue_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/cyan_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/dpink_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/green_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/lpink_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/orange_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/purple_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_blue.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_cyan.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_dpink.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_green.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_lpink.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_orange.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_purple.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_yellow.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/yellow_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/ace_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/ace_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/assblastusa_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/assblastusa_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/commie_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/commie_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/fishnet_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/fishnet_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/rainbow_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/rainbow_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/striped_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/striped_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/trans_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/trans_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/uk_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/uk_thigh.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_thigh.png diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index dd69521f48..1e2bd6f396 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -40,6 +40,9 @@ public sealed class ClientClothingSystem : ClothingSystem {"belt", "BELT"}, {"gloves", "HAND"}, {"shoes", "FEET"}, + {"pants", "PANTS"}, // Sunrise-edit + {"socks", "SOCKS"}, // Sunrise-edit + {"bra", "BRA"}, // Sunrise-edit {"id", "IDCARD"}, {"pocket1", "POCKET1"}, {"pocket2", "POCKET2"}, diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 90971d1670..c3b93a91ac 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -26,6 +26,9 @@ public enum SlotFlags LEGS = 1 << 13, FEET = 1 << 14, SUITSTORAGE = 1 << 15, + PANTS = 1 << 16, // Sunrise-edit + BRA = 1 << 17, // Sunrise-edit + SOCKS = 1 << 18, // Sunrise-edit All = ~NONE, WITHOUT_POCKET = All & ~POCKET diff --git a/Content.Shared/Preferences/Loadouts/Effects/SexLoadoutEffect.cs b/Content.Shared/Preferences/Loadouts/Effects/SexLoadoutEffect.cs new file mode 100644 index 0000000000..21f7c3c9df --- /dev/null +++ b/Content.Shared/Preferences/Loadouts/Effects/SexLoadoutEffect.cs @@ -0,0 +1,25 @@ +using System.Diagnostics.CodeAnalysis; +using Content.Shared.Humanoid; +using Robust.Shared.Player; +using Robust.Shared.Utility; + +namespace Content.Shared.Preferences.Loadouts.Effects; + +public sealed partial class SexLoadoutEffect : LoadoutEffect +{ + [DataField(required: true)] + public List Sex = new(); + + public override bool Validate(HumanoidCharacterProfile profile, RoleLoadout loadout, LoadoutPrototype proto, ICommonSession session, IDependencyCollection collection, + [NotNullWhen(false)] out FormattedMessage? reason) + { + if (Sex.Contains(profile.Sex)) + { + reason = null; + return true; + } + + reason = FormattedMessage.FromUnformatted(Loc.GetString("loadout-group-sex-restriction")); + return false; + } +} diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index ddbbd46d82..b490388083 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -304,3 +304,10 @@ Entries: type: Tweak id: 26 time: '2024-06-07T08:24:40.104466+00:00' +- author: VigersRay + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u043D\u0438\u0436\ + \u043D\u0435\u0435 \u0431\u0435\u043B\u044C\u0435." + type: Add + id: 27 + time: '2024-06-07T17:08:00.724523+00:00' diff --git a/Resources/Locale/ru-RU/preferences/loadout-groups.ftl b/Resources/Locale/ru-RU/preferences/loadout-groups.ftl index f3afd7da61..87fc4389d8 100644 --- a/Resources/Locale/ru-RU/preferences/loadout-groups.ftl +++ b/Resources/Locale/ru-RU/preferences/loadout-groups.ftl @@ -154,3 +154,8 @@ loadout-group-paramedic-backpack = Парамедик, рюкзак loadout-group-reporter-jumpsuit = Репортёр, комбинезон loadout-group-boxer-jumpsuit = Боксёр, комбинезон loadout-group-boxer-gloves = Боксёр, перчатки + +# Sunrise-edit +loadout-group-pants = Трусы +loadout-group-bra = Бюстгальтер +loadout-group-socks = Носки diff --git a/Resources/Locale/ru-RU/preferences/loadouts.ftl b/Resources/Locale/ru-RU/preferences/loadouts.ftl index f1845514c7..770cc46d55 100644 --- a/Resources/Locale/ru-RU/preferences/loadouts.ftl +++ b/Resources/Locale/ru-RU/preferences/loadouts.ftl @@ -4,3 +4,5 @@ loadouts-min-limit = Мин. кол-во: { $count } loadouts-max-limit = Макс. кол-во: { $count } loadouts-points-limit = Очки: { $count } / { $max } loadouts-points-restriction = Не хватает очков +loadout-group-species-restriction = Не доступно для данной рассы +loadout-group-sex-restriction = Не доступно для данного пола diff --git a/Resources/Prototypes/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Entities/Clothing/Under/under.yml index ce2ffc629e..6ff3602bf3 100644 --- a/Resources/Prototypes/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Entities/Clothing/Under/under.yml @@ -2,7 +2,7 @@ # I would cry if we didn't have them. -swept - type: entity - parent: ClothingShoesBase + parent: ClothingSocksBaseButcherable # Sunrise-end id: ClothingUnderSocksBee name: bee socks description: Make them loins buzz! @@ -13,7 +13,7 @@ sprite: Clothing/Under/Socks/bee.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingSocksBaseButcherable # Sunrise-end id: ClothingUnderSocksCoder name: coder socks description: It's time to code sisters!!11! @@ -22,3 +22,4 @@ sprite: Clothing/Under/Socks/coder.rsi - type: Clothing sprite: Clothing/Under/Socks/coder.rsi + diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 8b3c66d5dd..49d937d5b3 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -90,9 +90,14 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: ["jumpsuit"] + # Sunrise-start - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: ["bra"] + - map: ["pants"] + - map: ["socks"] + - map: ["jumpsuit"] + # Sunrise-end - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "gloves" ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index eeabecef8b..2739f1f98a 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -27,9 +27,14 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: ["jumpsuit"] + # Sunrise-start - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: ["bra"] + - map: ["pants"] + - map: ["socks"] + - map: ["jumpsuit"] + # Sunrise-end - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "gloves" ] @@ -321,9 +326,14 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: ["jumpsuit"] + # Sunrise-start - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: ["bra"] + - map: ["pants"] + - map: ["socks"] + - map: ["jumpsuit"] + # Sunrise-end - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: ["enum.HumanoidVisualLayers.Handcuffs"] diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index f2a0194b7a..b04821808a 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -84,11 +84,16 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: [ "jumpsuit" ] - - map: [ "enum.HumanoidVisualLayers.LHand" ] - - map: [ "enum.HumanoidVisualLayers.RHand" ] - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] + # Sunrise-start + - map: ["enum.HumanoidVisualLayers.LFoot"] + - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: ["bra"] + - map: ["pants"] + - map: ["socks"] + - map: ["jumpsuit"] + # Sunrise-end + - map: ["enum.HumanoidVisualLayers.LHand"] + - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "enum.HumanoidVisualLayers.Handcuffs" ] color: "#ffffff" sprite: Objects/Misc/handcuffs.rsi diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index a9c7352ed8..478756dfaa 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -1,6 +1,29 @@ - type: inventoryTemplate id: arachnid slots: + # Sunrise-start + - name: bra + slotTexture: bra + slotFlags: BRA + stripTime: 3 + uiWindowPos: 3,2 + strippingWindowPos: 2,1 + displayName: Bra + - name: pants + slotTexture: pants + slotFlags: PANTS + stripTime: 6 + uiWindowPos: 3,1 + strippingWindowPos: 2,2 + displayName: Pants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 3 + uiWindowPos: 3,0 + strippingWindowPos: 2,3 + displayName: Socks + # Sunrise-end - name: shoes slotTexture: shoes slotFlags: FEET @@ -19,7 +42,7 @@ slotTexture: gloves slotFlags: GLOVES uiWindowPos: 2,1 - strippingWindowPos: 2,2 + strippingWindowPos: 2,0 # Sunrise-edit displayName: Gloves - name: neck slotTexture: neck @@ -45,7 +68,7 @@ slotFlags: EARS stripTime: 3 uiWindowPos: 2,2 - strippingWindowPos: 2,0 + strippingWindowPos: 2,-1 # Sunrise-edit displayName: Ears - name: head slotTexture: head @@ -70,7 +93,7 @@ slotGroup: SecondHotbar stripTime: 6 uiWindowPos: 3,1 - strippingWindowPos: 2,3 + strippingWindowPos: 2,6 # Sunrise-edit displayName: Belt - name: back slotTexture: back @@ -79,7 +102,7 @@ slotGroup: SecondHotbar stripTime: 6 uiWindowPos: 3,0 - strippingWindowPos: 0,3 + strippingWindowPos: 2,5 # Sunrise-edit displayName: Back - name: pocket4 @@ -135,7 +158,7 @@ slotGroup: MainHotbar stripTime: 3 uiWindowPos: 2,0 - strippingWindowPos: 2,5 + strippingWindowPos: 0,3 # Sunrise-edit dependsOn: outerClothing dependsOnComponents: - type: AllowSuitStorage diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index ff1447931f..0604f9038d 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -1,6 +1,29 @@ - type: inventoryTemplate id: human slots: + # Sunrise-start + - name: bra + slotTexture: bra + slotFlags: BRA + stripTime: 3 + uiWindowPos: 3,2 + strippingWindowPos: 2,1 + displayName: Bra + - name: pants + slotTexture: pants + slotFlags: PANTS + stripTime: 6 + uiWindowPos: 3,1 + strippingWindowPos: 2,2 + displayName: Pants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 3 + uiWindowPos: 3,0 + strippingWindowPos: 2,3 + displayName: Socks + # Sunrise-end - name: shoes slotTexture: shoes slotFlags: FEET @@ -26,7 +49,7 @@ slotTexture: gloves slotFlags: GLOVES uiWindowPos: 2,1 - strippingWindowPos: 2,2 + strippingWindowPos: 2,0 # Sunrise-edit displayName: Gloves - name: neck slotTexture: neck @@ -52,7 +75,7 @@ slotFlags: EARS stripTime: 3 uiWindowPos: 2,2 - strippingWindowPos: 2,0 + strippingWindowPos: 2,-1 # Sunrise-edit displayName: Ears - name: head slotTexture: head @@ -88,7 +111,7 @@ slotGroup: MainHotbar stripTime: 3 uiWindowPos: 2,0 - strippingWindowPos: 2,5 + strippingWindowPos: 0,3 # Sunrise-edit dependsOn: outerClothing dependsOnComponents: - type: AllowSuitStorage diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 4ff2775dfc..28e49a34f5 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -8,6 +8,11 @@ - CaptainBackpack - CaptainOuterClothing - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobHeadOfPersonnel @@ -19,6 +24,11 @@ - HoPOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Civilian - type: roleLoadout @@ -32,6 +42,11 @@ - PassengerShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobBartender @@ -42,6 +57,11 @@ - BartenderOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobServiceWorker @@ -50,6 +70,11 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobChef @@ -61,6 +86,11 @@ - ChefOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobLibrarian @@ -69,6 +99,11 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobLawyer @@ -78,6 +113,11 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobChaplain @@ -90,6 +130,11 @@ - ChaplainOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobJanitor @@ -101,6 +146,11 @@ - JanitorOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobBotanist @@ -111,6 +161,11 @@ - BotanistOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobClown @@ -122,6 +177,11 @@ - ClownShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobMime @@ -133,6 +193,11 @@ - MimeOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobMusician @@ -141,6 +206,11 @@ - MusicianOuterClothing - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Cargo - type: roleLoadout @@ -154,6 +224,11 @@ - QuartermasterShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobCargoTechnician @@ -165,6 +240,11 @@ - CargoTechnicianShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobSalvageSpecialist @@ -174,6 +254,11 @@ - SalvageSpecialistShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Engineering - type: roleLoadout @@ -186,6 +271,11 @@ - ChiefEngineerOuterClothing - ChiefEngineerShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobTechnicalAssistant @@ -193,6 +283,11 @@ - TechnicalAssistantJumpsuit - StationEngineerBackpack - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobStationEngineer @@ -204,6 +299,11 @@ - StationEngineerShoes - StationEngineerID - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobAtmosphericTechnician @@ -213,6 +313,11 @@ - AtmosphericTechnicianOuterClothing - AtmosphericTechnicianShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Science - type: roleLoadout @@ -227,6 +332,11 @@ - ResearchDirectorShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobScientist @@ -241,6 +351,11 @@ - ScientistPDA - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobResearchAssistant @@ -249,6 +364,11 @@ - ScientistBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Security - type: roleLoadout @@ -262,6 +382,11 @@ - HeadofSecurityOuterClothing - SecurityShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobWarden @@ -273,6 +398,11 @@ - WardenOuterClothing - SecurityShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobSecurityOfficer @@ -285,6 +415,11 @@ - SecurityPDA - SecurityBelt - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobDetective @@ -296,6 +431,11 @@ - DetectiveOuterClothing - SecurityShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobSecurityCadet @@ -303,6 +443,11 @@ - SecurityCadetJumpsuit - SecurityBackpack - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Medical - type: roleLoadout @@ -318,6 +463,11 @@ - ChiefMedicalOfficerShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobMedicalDoctor @@ -332,6 +482,11 @@ - MedicalDoctorPDA - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobMedicalIntern @@ -340,6 +495,11 @@ - MedicalBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobChemist @@ -351,6 +511,11 @@ - ChemistOuterClothing - MedicalShoes - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobParamedic @@ -364,6 +529,11 @@ - ParamedicShoes - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end # Wildcards - type: roleLoadout @@ -372,6 +542,11 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobReporter @@ -380,13 +555,23 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobPsychologist groups: - - MedicalBackpack + - PsychologistBackpack # Sunrise-edit - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end - type: roleLoadout id: JobBoxer @@ -396,3 +581,8 @@ - CommonBackpack - Glasses - Trinkets + # Sunrise-start + - Bra + - Pants + - Socks + # Sunrise-end diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/base_bra.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/base_bra.yml new file mode 100644 index 0000000000..38ad01afb5 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/base_bra.yml @@ -0,0 +1,38 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingBraBase + components: + - type: Clothing + slots: [bra] + - type: Sprite + state: icon + +- type: entity + abstract: true + parent: ClothingBraBase + id: ClothingBraBaseButcherable + components: + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 1 + +- type: entity + abstract: true + parent: ClothingBraBase + id: ClothingBraStorageBase + components: + - type: Storage + grid: + - 0,0,1,1 + maxItemSize: Tiny + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: UserInterface + interfaces: + enum.StorageUiKey.Key: + type: StorageBoundUserInterface diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml new file mode 100644 index 0000000000..e9ffc94439 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml @@ -0,0 +1,155 @@ +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraNekoWhite + name: женский бюстгальтер "Неко" белый + description: Белый бюстгальтер с изображением ушек и хвоста кошки. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_neko_white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_neko_white + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraNekoBlack + name: женский бюстгальтер "Неко" черный + description: Черный бюстгальтер с изображением ушек и хвоста кошки. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_neko_black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_neko_black + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraAssblastusa + name: женский бюстгальтер "Эссбластуса" + description: Бюстгальтер с уникальным дизайном, вдохновленным космическими мотивами. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_assblastusa_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_assblastusa + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraBikini + name: женский бюстгальтер-бикини + description: Бюстгальтер с обтягивающим купальником. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_bikini_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_bikini + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraBralette + name: женский бра-топ + description: Комфортный и стильный бра-топ. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_bralette_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_bralette + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraCommie + name: женский бюстгальтер "Комми" + description: Бюстгальтер с дизайном, вдохновленным стилем коммунизма. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_commie_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_commie + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraKinky + name: женский сексуальный бюстгальтер + description: Сексуальный бюстгальтер для особых случаев. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_kinky_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_kinky + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraLace + name: женский кружевной бюстгальтер + description: Кружевной бюстгальтер для женственного образа. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_lace_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_lace + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraSport + name: женский спортивный бюстгальтер + description: Удобный и поддерживающий бюстгальтер для занятий спортом. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_sport_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_sport + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraThong + name: женский тонкий бюстгальтер + description: Тонкий бюстгальтер без лишних деталей. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_thong_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_thong + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraUk + name: женский бюстгальтер "Великобритания" + description: Бюстгальтер с дизайном, символизирующим Великобританию. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_uk_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_uk + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraStrapless + name: женский бюстгальтер без бретелек + description: Бюстгальтер без бретелек для невидимости под одеждой. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_strapless_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_strapless diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/base_pants.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/base_pants.yml new file mode 100644 index 0000000000..df73cb107e --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/base_pants.yml @@ -0,0 +1,39 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingPantsBase + components: + - type: Clothing + slots: + - PANTS + - type: Sprite + state: icon + +- type: entity + abstract: true + parent: ClothingPantsBase + id: ClothingPantsBaseButcherable + components: + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 1 + +- type: entity + abstract: true + parent: ClothingPantsBase + id: ClothingPantsStorageBase + components: + - type: Storage + grid: + - 0,0,1,1 + maxItemSize: Tiny + - type: ContainerContainer + containers: + storagebase: !type:Container + ents: [] + - type: UserInterface + interfaces: + enum.StorageUiKey.Key: + type: StorageBoundUserInterface diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml new file mode 100644 index 0000000000..c51fa729ff --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml @@ -0,0 +1,289 @@ +# Мужчина + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManAssblastusa + name: мужские трусы "Assblastusa" + description: трусы с уникальным дизайном "Assblastusa" для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_assblastusa_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_assblastusa + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManBoxers + name: мужские боксеры + description: Комфортные боксеры для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_boxers_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_boxers + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManBriefs + name: мужские трусы + description: Обычные мужские трусы. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_briefs_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_briefs + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManCommie + name: мужские трусы "Коммуняка" + description: трусы с коммунистическим дизайном для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_commie_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_commie + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManHearts + name: мужские трусы с сердечками + description: трусы с рисунком сердечек для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_hearts_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_hearts + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManKinky + name: мужские трусы "Кинки" + description: трусы с вызывающим дизайном для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_kinky_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_kinky + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManLongjohns + name: мужские теплые трусы + description: Теплые длинные трусы для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_longjohns_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_longjohns + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManMankini + name: мужской манкини + description: Одежда для смелых мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_mankini_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_mankini + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManStripe + name: мужские полосатые трусы + description: трусы с полосатым дизайном для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_stripe_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_stripe + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManUk + name: мужские трусы с флагом Великобритании + description: трусы с флагом Великобритании для мужчин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_uk_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_uk + +# Женщина + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanNekoWhite + name: женские белые трусы с котиками + description: трусы с белым цветом и изображением котиков для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_neko_white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_neko_white + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanNekoBlack + name: женские черные трусы с котиками + description: трусы с черным цветом и изображением котиков для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_neko_black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_neko_black + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanAssblastusa + name: женские трусы "Assblastusa" + description: трусы с уникальным дизайном "Assblastusa" для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_assblastusa_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_assblastusa + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanBikini + name: женские бикини + description: трусы-бикини для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_bikini_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_bikini + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanBralette + name: женские трусики-бра + description: Трусики-бра для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_bralette_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_bralette + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanCommie + name: женские трусы "Коммуняка" + description: трусы с коммунистическим дизайном для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_commie_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_commie + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanKinky + name: женские трусы "Кинки" + description: трусы с вызывающим дизайном для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_kinky_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_kinky + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanLace + name: женские кружевные трусы + description: трусы с кружевным узором для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_lace_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_lace + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanSport + name: женские спортивные трусы + description: Удобные и практичные спортивные трусы для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_sport_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_sport + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanThong + name: женские трусики-стринги + description: Трусики-стринги для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_thong_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_thong + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanUk + name: женские трусы с флагом Великобритании + description: трусы с флагом Великобритании для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_uk_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_uk + +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanStrapless + name: женские трусы без лямок + description: трусы без лямок для женщин. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_strapless_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_strapless diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/base_clothingsocks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/base_clothingsocks.yml new file mode 100644 index 0000000000..7c55d02b22 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/base_clothingsocks.yml @@ -0,0 +1,22 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingSocksBase + components: + - type: Clothing + quickEquip: true + slots: + - SOCKS + - type: Sprite + state: icon + +- type: entity + abstract: true + parent: ClothingSocksBase + id: ClothingSocksBaseButcherable + components: + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 1 diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/fishnet.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/fishnet.yml new file mode 100644 index 0000000000..99de76ac71 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/fishnet.yml @@ -0,0 +1,12 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingFishnet + name: ажурные колготки + description: Красивые ажурные колготки. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/fishnet.rsi + state: icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/fishnet.rsi + equippedState: fishnet_full diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/knee.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/knee.yml new file mode 100644 index 0000000000..020ded8ad7 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/knee.yml @@ -0,0 +1,155 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeWhite + name: белые гольфы + description: Белые гольфы - простые белые носки до колена. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: white_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeAce + name: гольфы с козырьком + description: Гольфы с козырьком - носки до колена с добавленным козырьком в верхней части. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: ace_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: ace_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeAsblastusa + name: гольфы с логотипом "Assblastusa" + description: Гольфы с логотипом "Assblastusa" - носки до колена с изображением логотипа "Assblastusa". + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: assblastusa_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: assblastusa_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeBee + name: гольфы с пчелой + description: Гольфы с пчелой - носки до колена с изображением пчелы. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: bee_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: bee_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeBlack + name: черные гольфы + description: Черные гольфы - простые черные носки до колена. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: black_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeCommie + name: коммунистические гольфы + description: Коммунистические гольфы - носки до колена с коммунистическими символами. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: commie_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: commie_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeFishnet + name: гольфы в сетку + description: Гольфы в сетку - носки до колена с сетчатым узором. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: fishnet_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: fishnet_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeRainbow + name: радужные гольфы + description: Радужные гольфы - носки до колена с радужным узором. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: rainbow_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: rainbow_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeStriped + name: полосатые гольфы + description: Полосатые гольфы - носки до колена с полосатым узором. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: striped_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: striped_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeThin + name: тонкие гольфы + description: Тонкие гольфы - тонкие носки до колена. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: thin_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: thin_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeTrans + name: гольфы с трансфлагом + description: Гольфы с трансфлагом - носки до колена с изображением флага трансгендерной гордости. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: trans_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: trans_knee + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingKneeUk + name: гольфы с британским флагом + description: Гольфы с британским флагом - носки до колена с изображением флага Великобритании. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/knee.rsi + state: uk_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/knee.rsi + equippedState: uk_knee diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/norm.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/norm.yml new file mode 100644 index 0000000000..247681bf1b --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/norm.yml @@ -0,0 +1,25 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingNormBlack + name: чёрные носки + description: Чёрные носки. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/norm.rsi + state: black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/norm.rsi + equippedState: black_norm + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingNormWhite + name: белые носки + description: Белые носки. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/norm.rsi + state: white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/norm.rsi + equippedState: white_norm diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/pantyhose.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/pantyhose.yml new file mode 100644 index 0000000000..ed070512c4 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/pantyhose.yml @@ -0,0 +1,12 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingPantyhose + name: колготки + description: Эластичные колготки для ног. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/pantyhose.rsi + state: icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/pantyhose.rsi + equippedState: pantyhose diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/short.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/short.yml new file mode 100644 index 0000000000..0a1c13bac0 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/short.yml @@ -0,0 +1,25 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingShortBlack + name: черные короткие носки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/short.rsi + state: black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/short.rsi + equippedState: black_short + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingShortWhite + name: белые короткие носки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/short.rsi + state: white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/short.rsi + equippedState: white_short diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/stockings.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/stockings.yml new file mode 100644 index 0000000000..5de316deaa --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/stockings.yml @@ -0,0 +1,90 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsBlue + name: голубые чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: blue_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_blue + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsCyan + name: голубовато-зелёные чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: cyan_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_cyan + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsDpink + name: тёмно-розовые чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: dpink_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_dpink + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsGreen + name: зелёные чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: green_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_green + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingslpink + name: светло-розовые чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: lpink_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_lpink + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsOrange + name: оранжевые чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: orange_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_orange + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingStockingsPurple + name: фиолетовые чулки + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings.rsi + state: purple_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings.rsi + equippedState: stockings_purple diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/thigh.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/thigh.yml new file mode 100644 index 0000000000..044fa8fd90 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/thigh.yml @@ -0,0 +1,155 @@ +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighWhite + name: белые чулки до бедра + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: white_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: white_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighAce + name: чулки до бедра с козырьком + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: ace_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: ace_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighAsblastusa + name: чулки до бедра с логотипом "Assblastusa" + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: assblastusa_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: assblastusa_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighBee + name: чулки до бедра с изображением пчелы + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: bee_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: bee_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighBlack + name: черные чулки до бедра + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: black_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: black_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighCommie + name: чулки до бедра с коммунистическими символами + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: commie_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: commie_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighFishnet + name: чулки до бедра с сетчатым узором + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: fishnet_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: fishnet_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighRainbow + name: радужные чулки до бедра + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: rainbow_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: rainbow_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighStriped + name: полосатые чулки до бедра + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: striped_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: striped_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighThin + name: тонкие чулки до бедра + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: thin_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: thin_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighTrans + name: чулки до бедра с трансфлагом + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: trans_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: trans_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighUk + name: чулки до бедра с изображением британского флага + description: + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/thigh.rsi + state: uk_icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/thigh.rsi + equippedState: uk_thigh diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml new file mode 100644 index 0000000000..da5b7bad39 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml @@ -0,0 +1,11 @@ +- type: loadout + id: DefaultBra + equipment: DefaultBra + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: DefaultBra + equipment: + bra: ClothingBraStrapless diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml new file mode 100644 index 0000000000..c51e1b2aae --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml @@ -0,0 +1,23 @@ +- type: loadout + id: DefaultWomanPants + equipment: DefaultWomanPants + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: DefaultWomanPants + equipment: + pants: ClothingPantsWomanStrapless + +- type: loadout + id: DefaultManPants + equipment: DefaultManPants + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: DefaultManPants + equipment: + pants: ClothingPantsManBoxers diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml new file mode 100644 index 0000000000..9dd4b1f4aa --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml @@ -0,0 +1,23 @@ +- type: loadout + id: DefaultWomanSocks + equipment: DefaultWomanSocks + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: DefaultWomanSocks + equipment: + socks: ClothingThighWhite + +- type: loadout + id: DefaultManSocks + equipment: DefaultManSocks + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: DefaultManSocks + equipment: + socks: ClothingShortWhite diff --git a/Resources/Prototypes/_Sunrise/Loadouts/loadout_effects.yml b/Resources/Prototypes/_Sunrise/Loadouts/loadout_effects.yml new file mode 100644 index 0000000000..c7660eadb2 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/loadout_effects.yml @@ -0,0 +1,15 @@ +- type: loadoutEffectGroup + id: WomanMoment + effects: + - !type:SexLoadoutEffect + sex: + - Female + - Unsexed + +- type: loadoutEffectGroup + id: MaleMoment + effects: + - !type:SexLoadoutEffect + sex: + - Male + - Unsexed diff --git a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml index 95eab89bf3..e58f0cb668 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml @@ -1,15 +1,22 @@ - type: loadoutGroup - id: Inventory - name: loadout-group-inventory + id: Socks + name: loadout-group-socks minLimit: 0 - maxLimit: 5 - loadouts: [] + loadouts: + - DefaultWomanSocks + - DefaultManSocks - type: loadoutGroup - id: PsychologistBackpack - name: loadout-group-psychologist-backpack + id: Bra + name: loadout-group-bra + minLimit: 0 loadouts: - - PsychologistBackpack - - PsychologistSatchel - - PsychologistDuffel + - DefaultBra +- type: loadoutGroup + id: Pants + name: loadout-group-pants + minLimit: 0 + loadouts: + - DefaultWomanPants + - DefaultManPants diff --git a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml index a9fbd366a1..2532ae5036 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml @@ -5,4 +5,6 @@ - LawyerJumpsuit - CommonBackpack - Trinkets - - Inventory # _Sunrise-Loadouts + - Bra + - Pants + - Socks diff --git a/Resources/Textures/Interface/Default/Slots/bra.png b/Resources/Textures/Interface/Default/Slots/bra.png new file mode 100644 index 0000000000000000000000000000000000000000..7a479265d02c354b2bb84fb5ecc9d35e678d6bbe GIT binary patch literal 556 zcmV+{0@MA8P)sm zFCq5O9(pZ>LJz$xmMTQaDLu4FXR|-uweEW9cUdQy%s2T=W_Os@8plKp00yJ!HGrT3 zzS+aw?c5kzYcQ=f2BWEdep-~y-tCPeNocLV6foeNmqxCX!t>Jt-QGCp4<|55)Lf^s zL6ZP5PgTGZK6Y|-5KRiw`G?`2V z+_AslUx9xG_Ewe%0T>w+iz*jOP2nyn7%jWz(-r@_bjTP8VOYhdi8wJ`-e;oAkL zLfE;jly*E#iM(s60w**8ouC1zU2nAE2_K&Dp_GDB%GycfuI-+MLT|%UAtJjmpteiy zf^(ivfvhAbaS`$)j=jDI@(`uLRUmc?%>Ca=nMt&jGIvtc*Hs|$7jVw8lPhf2pv2&0R&ZaNWfQ@bice|whnxE uDzoqQsWMmv42%*LaL?|SH*&x?y z{}2%b5uw%T(|k70UA^Au8YYNnM}VVTF6Sn$l)`*AM!nGuo9!OhL@EAI-l3ZSFf5D! zhfcyWPy~T^6ixsz8~rD6odhc0V=iJFxdf1bK*a;@s!x9^{<(g45>9;wZavT15J~CG zr>#X&8ufJ}H~NE0DPxg0#!b2Mr^H?Lfdm2@xdhSIKI>bBT_%#m*B@^HfNivL5=i_C zlv-#jrU@43TqLDMfW_AWD^Cnh*lo{rK00000(ye;2PlBA&D*l^)kovF6vQJpgkjj&;(49} zCOI0%v&l383c{2CiIXrRK;k3-pcnu?w3aymnP^MkCV~E7s7`d)Z@oR5ya;rAFQu{5 z@x9>p@sMf}=tSSwrzpCPePmg|@8i+*s~Yg}-;IDvl0cP5Qzd~;^jteTDJ;;>Y^Mh0 zB*3fMRb0}q5x{q`5GfJYj!+5kg?Vvlekpth3z6pGJK`pRs&9G^KbO}ope-dO{hCkC z??nKS`DRqt&*dZ_t5(xb{q5hdCGal^qS p>7{8f)0KcEVGuy6QMDHUoB>1=%8ef>kV^mn002ovPDHLkV1f_(u$%w@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/equipped-BRA.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/equipped-BRA.png new file mode 100644 index 0000000000000000000000000000000000000000..a9a634c980502d64d90a72c759cd6d35150ab878 GIT binary patch literal 563 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnz zPZ!6KiaBp*W%nIc;Av4`ZQFeQfaZ?soi4R(@rQmdchNXo=FK#B?JIvLuiG4LD=Ssf z3d?JZ;&T{t4l!(FFiT{JW|(czpxfXpaX{?AvfB+oUDJc+{i`!se7m0`fjgo21cP8< zXsrF}Rm=|OB-cx@DMwb#WAoOWSIow+g>A`{SMM1%T&Z>o_WBu|bFT8`%FWhHS;vFD z3^s55yjD>-a-K$P&37&XV{_vU4wsa`P;+C3h7O&tzhYmQGAL~-trVQ-SR`khoKbp~ z@qpF2jc-f-K3{#J>VD+K#jk#fmdnTKO+Wq4boD&<)Khj2E^U5YtE$8c7r&5WI=^AN z%fI$r-)8I*_R*YsOJZu!vXWh?U5s!4C9ss9H*C&yPS~v_voy9e&E>EN^S#arsTA%6 zVYUsd8#tM7Fx_Zj#P0uRk9l95nJ;v1eG_oQmCatbnhh@QQC z^5XX3Wa&MXnKyM83FpV{y0`VJY^(Am@9VFxN-tZoVb-H}@3x!yU%zh4z9r{*^G(kl zuU-b@)#|}~?ssp7Cdihjv4zf+{TFcc8_%JIh4+Oj88IS3jRzR+2)EYkVYFw+aBT99 S`W**M1q`09elF{r5}E)iyyVIN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_assblastusa.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_assblastusa.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6be2c781b570383682babf0a410b726354d466 GIT binary patch literal 4086 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini.png new file mode 100644 index 0000000000000000000000000000000000000000..dfaae4f32185b728b8c169992dacf148d91c7a66 GIT binary patch literal 4030 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bikini_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1805b559f2a6906cf8c26faa95fc1d66f5b13b87 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJPEQxdkcie~3D(64B0Wuk4qO_V zIlub-Efp(s8ahRewuz~UoDAlDB`To9? l&u#}bU{)GzXlQI?WMEQp$nBSW-wbpVgQu&X%Q~loCIBauNb&#x literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bralette.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_bralette.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb549b5ab65d46ed64f821b5879e91fc948bc49 GIT binary patch literal 3998 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie.png new file mode 100644 index 0000000000000000000000000000000000000000..b47ca93ef21fc154f00ac0cf1f8a6c519ce26c92 GIT binary patch literal 4056 zcmaJ@2{=@J`#xjI5|S{MFh*&^ES8vzeHleG7$h;qV2m--7|aM!DWw?MvL=+Jq2*O1 zTczwokt~r&LPJ8<{=8qk-~YP4ukT#HbIxyh?)$l)6|OjgWD&fW?iev>!T|zbCQ?4JNhmF=p^(w{NV(Oc!BYC7S!+a3&Pc6@U z_+J3P3@?ir!MJC*3c5=LcmP_r#x9A54?oXU+NnALkOW{DDlxtl#Kr=R8V-$;K%)$B z&;BnjVITLtHx9J z49MXaK{fd5NkC2u;k=6V_aGW!Hn~?_)nP#Ha3P5yu08_;sZM+a`-W+&W?QoGh zExG~&0_s|l+ft8oX-ZZkzmg02HZwe;Jo3!{z6l<@PuyE*6q=cup|S%r&THK+0swML zoln4p8YyPqv}@E?*eSeq>-28Vo7M1-u?9aiKTwBbBNjGJ z*ZV_ffK%y4X(e@e=hjZ)1A6~q%O=G+ww7)8vfUy<9I z0Eqi&Az6z6kXXAEZ*%|zw58^M1c0i~GA9a?z}7DX0l+LLYX3cB0g^JyGb52*b^78aTSg;y3g47TF_v|xL-q1KyvHk-vpxNTc-d2guITu%#EGa$8hDF` zO!hOGstZDV#*KnI@XDx|?VfSH&~`y^S{xq~kI}jonGczWkvs-{(MZqdDKha(aKos4 zQ>RPnT|Hs6%5&>QJH-9-wHPl|L(+p!_oc)N~c z?s+xtYiE}Uq7N=aTjX58xpmVSvO&N`d)&~dzzYUJxSo~{p;rmTbcSLB0X zr>*Tx1B<;m-U;4WpH8)b#9rPXp3!@kdAMDB&BB5G~6nOD$_2ML{hF303M;9;=M5><{YrV(^+U$(j(FZ=M&M80@s1r+m+w z2Y=!Aa66R_!nFi-*s}fzUBXN&oA8-@om9~|bN)l&_7>mDgnHk+POH2<6{=q^`h3)8 zf(^Vm)SaFjt@p$MvOeCEgzV3+&wnvmv#%|QobFxOS@xRI+S;f#!0F{QO~vVTXOgq= zHSenWSFc9jGS7T*I94aNA*C-Rtc5?tCS{Rx9cO@J;pTB~IaWOJx>01@=h5d z8K{hwM};LBCH27>lp)Cx$@qO;`{wNf`VdpAQ^Hf}Q(LC>7VrzZ7bpuI3avXO6nYLZ z4u#PfL9N05w5rMc4_eQQ>WiLFIQhu?+ziZ`(+1x@!fugB4Ne8yQwlB@1l$O1Ngk8? zTG{pR^?Y8&lZ=6qca%4St>_owcUEjPGUS`wo};2h+VTG95eOx5fjIHj?_-gUUT<+KON08LzOpWrokX~1(M^v1=S+cnT3bd5?xPefXT zz-so&q2-pf_#d?&Sl^^)kMetfo`S|e)lqU$fANxemH5*5ZV71fU*&(Y1twx3Wg;RZ z>Y_wXq}GAI$uAK!2Yl4hJEfWhv!ss8FT-0^trdH=$6e?U91@S9-d?hvXniCYGi>P} zQ=vqXO#?55OYYl`EY|pPtjwNqim|BH!x?p1@u`lRjW4?L_)x#!BYLn8$Il<@PngQ6 zh^#2Ch+>v2zd;JD7~^SV4e|!j5m}Goo$HYjUsV9=l&&aajM_rz~9Zg6`m< zaMNYq3$_+PFExd1u?JWQvezD~%-P_~dfsz7-ko}e$)J{y=8di9K=_=#OtiV)bj=#|y@?QV4 zq_Xv_bXYa}o?XSgzj`Z}F0;eXTJtB;DzWz95DkPIw$h79n&}E}@ojmKvSv5pjCK6x z#~Sz+hdtMI>z3((vrbycMM+I90j1xMKPE`wlf4|deyQEAxHJ2~$?hB)r?B+LJ&TG@ zBTh%%yTj&Ll)k?Ahs&F%Coz-xlL4GXm)g6BtNo0-UtO3HEs>wSIwtQ zi`J`YWVd5()jp;j*@j@oSL<^3#iqIUnOuNJnB3;p1W-0iV0oJUQhb@`r?N!%T~*76$_QC z@mWer@}hFp-@MurKNLJD*wN7(f&0mt47@Wwv^KJGq{Df&cV_ESY)5S=t7wkSy;F1- z)u7U#RMpNx&)!}wY3~o`R&Xna8mg7j_O2SO+s$<@6B-I$*)AH4hpn%|7SGSEMC$F{ zzVTNn%P@Cl*i*e3A$U3wF!rK)5+PO;yblpe#Cx$$H4*gzfLDd&;LLEgu|^T76b<~Q zjRuoK+du<=z9Ex_CydRozP%v0XNQg#=rUsSn14HQP>A~Pg7!s+zVWA$#3Si)w>H&c&zZuMkfdo2<#voAx zAe)SMPihbY4c$=suMjA-e`o^&f2C<7VK6412197TH$(buXk+ugO(~RrtOFTX;=lF& zSK>ei7L5qQ5(BA0bizjAyj3<`(NLyzBA!8|J5Z_qzq4rPOJz_4eW^4E5}|>F>~$gq zcu_+F_x%m9u|Zh{1Tyde1frE08oEKDK_YpfG>s4HAmO^E2N4!}2!y%0o~|Ck+*sRO z8)0!!M+<5E8*4@-1W||qjNe$Ve`C%5h~4Z33T?x)8Iev3CVE-WsT9cHF{4O-)?)le zzF%0cKWj1hBNnzH2DVw*|5xeXTN~}OIsK<^Hx~bNJ~3dU-RT>B{RWhY0|3yfm6@>v zvu`Q`ar8M{CVIL|L_xOi=9Qx6x@RwiWO~!C>w*M~Oup3DDX_0!@0HaBN$~Q*b8w!K zB1DhYSGRA&4%-#(?=y_cxLmczJb|LkT}-XNKULc&lUJ-}>v)3C2>3PZ@OagVsZMhF z&rBT+zw&P6`nC08aWrVq;(75PPGi*^2qtUa33h!v1C9rkI~}sX{=B>8X~SOZbP6sc ztNm_!?v>E8CvS2m$7jJHrl{%sj26~48$2{i9y+L-w|OR6dWLl$y=Y|`u6Sm9Lzbm5s~|;%h>75jn$4`WhhD~JIu{5V>fA2lmA@i_Z`LvS56 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_commie_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d457daf993ec4d4663aab143ac07de1e63e01dcd GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ2u~Nskcie~3D(64B0Wuk23&3j zHGrH3kqZi{U+Z6<%Kcxydc~jm@9*yZ&(6w9kUGNN+5F_C(1O!brv9IAS1tI4L4fxW ozlYDIv&SJOI2a!|aDaiq@T}@Qp0~2=fp#!>y85}Sb4q9e05zU9KL7v# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_kinky.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_kinky.png new file mode 100644 index 0000000000000000000000000000000000000000..e138655abbc3eefb7ad6bb6ddba91d2eb4704a19 GIT binary patch literal 491 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 iN&&9_P&1ZK=Hdq=lf)2PlFTKO_ soIA4x=FgEa;Bq^t0kyl4ori~qVM(H;3}zopr0ApH1`Tzg` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black.png new file mode 100644 index 0000000000000000000000000000000000000000..060151a90e3b149813b4a1c33ef7c711904f58ad GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV660XaSW-L^Y)f)UyFhWd%>L? z?__7sv#dJbc&ho&Z~1=1_>Jfa-P{}thRNv%HVFG3QST}Iw?B=i&W43eSdIy35W~HY z$v=Stm$!F5E{V$jNXPXdo>~I{%$H{-fG8@*tHnUEUXnXU#_DPJ-cxf9-km;|puX?J~^;6Q|d3D!7MrSML9>ec9xB zsoTjNk;MmO7c%Mvv`=?pj#z| z?MwJBlk3${X_cKjb)rD<7e)0GU6rR+87w`c85mX7-oe4^w{en*?dg@LA4R>cJDxhd z>!6g~73rwgKWBXUoX&I7*6^jixI05`*MlQZ-U!Yr{`B#G{Ntz2XX+>Cz4VoYI-p#+ arGjDFs^*9@UDFnT#5`U7T-G@yGywoIP`-=+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_black_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0efbc8d1242c99e77dc64815c842de53a5104c GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJc25__kcif|7Y_0^DDbde$l6ns z*0%0})0ro7?+)?A>?moF>QQMqvC!@D)BPOWMCPGB6zI?|8wm<&}Dus1M&1ppzIpUHx3vIVCg!0AxE*oB#j- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3029b70bf924176d399c2bdb630303d68b48fb GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU|i+t;uumf=j|+e@52rf$L@FB zce0w&wYr1r=v_zg<9xf)#pcM);hwwu^@TtI**i-YDET!-SczP(X+05K^t6qocxTKz zkNNT~GSltP&wj2Ke(AfY6Nh4pfYZO{uRf`X=C0RxwO%^*dETcTw`N@u?|8}o_iMqF zSBriXUjG%^_k3fd>5PXjtfcxbRIRM)RxmJo@b&NJ3s2wAzyD48!t1gSW3h=Fx8)yc zQ1RqqfAF$0t7bp%n|~%* z{+fLI_tRYut~C18udi3Iz8$^V?u?C1jqtCvhfi!YDgA96%^sLy#@TbN!OV%7spFuw zi9&u7J_E=v9E#aqPkp-PiG80saiucb>VCx~D-_=BF;HaBaFRB>kziY-;T2H1 z>+s*ZZfQ+k7nRj3>@2okTJyA6LbF)KD>l5tBh6yV7L&cATmQ)y6y53fo+Gx$Ez>|s zBjP|?=FKZS4bv`dy}BkwStasdQ`P_174oMUc>gYp6;B0O4Yohm+2tRD2g9+YU5mM{ Q10#>Y)78&qol`;+0AZ8ZSpWb4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_neko_white_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..136f1a60406181c63317475cfbbab246b112d1d1 GIT binary patch literal 196 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_sport_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_sport_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e8202a1052ef9080686ff1ed3f22b8be1e260261 GIT binary patch literal 219 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 NF*G+Q(m#Lce*oiQ%Rm4C literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_thong_icon.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_thong_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..89a5997f6d0fb7be77f3d27f669b85a42ad43733 GIT binary patch literal 164 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 N002ovPDHLkV1feilwJS; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvX*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvX~E*ZJ1z-sLI^DB(K$ z=)nUGrxq^0M-z4mWH=X|Id(qO5?0Fg5IxpBJ33ZG2rcstjPp>6D{Jr1bKiGP^Z|%ujC(MN=^d6m1IQfO^qFq;=jf4*7TXm~UEUhm1 zvcvb^dH>~)R=nI-l65S<{jB*v?f`{?y8L?PZ<6J8FH9HQvuVEk-ub2S2cF3)zn=5B zPYt&4dYK%${bg@Y`>tsd8>+T*yEgvS{@ng9)Ms#$TdM&r7; zpxXT$!6mHAHoTaB-K%+DQs&wCl6ztaveG|4NwVPf8=AL|dmPBKS{oL%cH*z!-*0VP z^vmYzYw7jzkG}obvCuN*+c&|KXT_V(y)B$h-!01k%k7I!{JSzc{P4!!^Rs7&G_SGzKgTSS zB|ow9IfLtLYZs1H$L#zoesSvX{?=Q+|7G3zUzhh=x8G@g{^0|!P{{gvl??v_`+cPz wa;QF7^49Wj)t~!Sf0syJmw95$0gEs5EQyyb)>C&Y0#g)&r>mdKI;Vst02^W@m;e9( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_assblastusa_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_assblastusa_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9ef97b7ffb968e72115115f856d5d09316bf28ef GIT binary patch literal 3736 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_boxers_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_boxers_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f7c9de520bfedf50b33fbd79b7459251be4748 GIT binary patch literal 3686 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 ADF6Tf literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_briefs.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_briefs.png new file mode 100644 index 0000000000000000000000000000000000000000..fb61230041242af552de734180bb7c975f9456d4 GIT binary patch literal 459 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts.png new file mode 100644 index 0000000000000000000000000000000000000000..41b0b08b7d59901da362a87cf70f758abf194bf3 GIT binary patch literal 623 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$y zr;B4q#hkaZY`vKs1=`|W1$3HkcyOIeOq{IL^^3bjz(YAEF=``U1WUIFSCZnAjh^dI zH1-PkD1P(enRLuaWa0!h53hsAiqj`s`w5o%hj-6hzUyr3p3UcLm&}l4EOud-q0DqZ zMv&oI2ZMn-OM|5n!x=%wggy=ih?LL1JiC-4AEsf(Y|DL;dURd^u&jp(|xSG^2yUldvS#YptjQ^74=hF5} zA{}}4k41cxN(^7bv)*R;$#R!bvsAEdQoc@unQx=jn+2;@y=Vz{T(2waas6kU=-11i zKdkGRoUiiW)t{htn-u|8_ts8nzt%l_pWRBk>(6zCo=pC7|CG6qL*xCQXT;1tJ9gunav*G*S?{1ryRu^AcS^IHSMB(PJ=v4N5o%V0mwH7lL&-^lbPk+`Q9%aV< zqe4=xd*oX#JzHt)v$klKsE3Nswcjl&JFdU}ImPp4i1QY?{QnXwrtJS)T{vs;KgCJ= zgeCnJlzshnP3|ApsUq&58$$i1ms?LT%fF>#TF1_!o0-008Pkdd^)G~eOE(|nSQHu4 z8|wUK`h&+d9Z%rnO}$2*e$!Mu;REe-$s^}WxD5>Yg_9sx_;)J_gmwW dIR`Al)(Z)K3e&ST-3&}Y44$rjF6*2UngD0B2ZR6s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_hearts_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..413a8a45889885ca82df4f66f0b9e20aca77094c GIT binary patch literal 3722 zcmaJ^c{o)6+dh^GWy!vTF`~sXi=j-$zKpUpwoxf#3ESZq;~4bX{Xr6u%65KoBG`+Vs+I z(`x{j7GN5->o6u1kY7&>#;y zaDMC~0we=K5G&jq4BQn3Cg*L9Hv!#6NquracixU7A>b+>kiOeyC%@@)z{~XvMw`F( zC6LQD1?vjdmheS+JcZlvM^$YCLgKIq;-+3eRJyr#GXUDp4_K&3wFrRh1ahGrH3LN_ zs4?YeKA^TKr6ui9hn{qK$~(o-+3A5HwV{_m56y9Mdn9~?hrwBCnd(yLF#)^QZ2+LS z)c#_9ze&Q_=4J7W9sYmF{jt!_OuTn9v;({xjcitRPF?} zuV+2OBwDI9rVL4rpN7wYlFvLkEbxIp*!0;QRmID1a_Q|1gt%u^YF=QwVyOx$ z>SX_chhY46~ zw&o8t6}23V-;L4%rFk?Zgx$OCHoGn2ZSCx&b#&&%JxNr6}iv(A|s3 z8%JzOxgkyv=Ln7xHnuT@vUSE zGQ}+=GG*+pi!0sLq?2`btIIuC@q5SJB5qr|K6d(AB>X}4UT2ZA>+>Rml2%M8Cf=#- z@QM8D6KiLe@uH8;$5`i{N9ViX%ibtlRg--KC(K~YyJ&6#6WW2-?Y)maTAH*A*|ee* z0y$;pY(c;4%l1w5%^p43!YB6T;lQ-vr>ujmYOSKJr*s5#OmrT01r+-hM;7nv3G1ou z@t&eh$xco5aDu7XrrFxr3rG@@8!TL5P;s~-rlL2v?Yr@N`~+)Uc;W4W*!bsmn+4K* z{({_hP8X+LbsrQVWRRc`1ly0FZce~|3%pJ&Z=XIlcxQW)e??-Qe}21d{;qP(9~b<- z>NDkxec6;9-fYAdLSLW}&YKADEvPGaJzTw~B{?v|x1zoDJ)^m~LA#IL&2F5GGwjR? z%)wQEs_b388gt7k>-E7{gV_4ip49NBO{w;&T=sQ0V>g!Dg4;*7ZP&30?Fmwsdytco zd*-%GWMY-0edNO_FILX>!h_!pnu^8(~c; zBZ@yNI-a~=$j^M9*;o9D^x<UG4u6?@%GrAE(JD300uG#5K`viWOvVP@gWxr8yu z@sQ&l$5*OU93N+C=5#?x4ZU?o2dbJ*c_EEagyq(80pmBu{5QgGT&TWX4em!(t4DT4 zrbljB%~?6H+_V<|vu2PrD?8(`$&2p=-w0pT8O1Y?1p)@cl8@CDR_6j6{RXogng#BZXvpWvSV7nK6!5)p=L*4nHg_KWKDqG}|p@ zasTH75f;n-=N+ws-{=WDVzgL^3fG>g&)K_Kc70*DeLDF`$1pi7IV&F{N=z-)`UoxC zUFPVkrIjQ)%o-)VRZ6<>mOHGzM4#)G35v06&o9N4IEl&HLGEZVkIElqmZPiCM?UEF z`>uaqQr~)3HoPj~fm8W|$KB;jkC_2*jn#8m^;l=QP+gcOrox9wobHHd@^5;Sy5=;5 z#kkG}u=-}>Fwq^iZdquZbw{KWB{w#aOXiO}!^_}Od|WvJX`M&iPVbdVIl-o~@09#} zU|l{sgoA%u&F9clb7IlTG6%kJ zk|!&lXffRbtE?gx$Q?hR3N>JbZnwm$# zB#gmT6*Q7Mk{Lzm$(+gveL_95SL~(P$ctV5x5H0;b^3O*^;O@imj3k9WeY+RXqHw7 zvL=|VlTXS;-K^q#yON)+d|cV4y6jgZ2lf>oT(2MRo|Bus8#S{ud^YK8p-*8>wu1@k zLwX;JYqy#n=y}+)%Fm)L$3%|t!>;TEw{h;vSiI+SC3POm_3qUuJ5-D+LD@u7*9Ot| zk5VQG+@>jaqY}ov{ltNG&im8L0kxg=2?faHx@$aWg*B=sUNdrH~DQ_){vrJBBb)pXryu6-F_U--_EYdjXdz6#-a zZP@5CNmL#h0E|qSR2)8#zyNs@{D@=}nDe{_3?llV!0!6?P7G8kO&MMh)D_}(~(RR_%|<-H{Mu=fI+`a7=bA8e?(#Joj?{88UbXW z3)R6xp>WVXLtU5w0$~8v2En0lCNFi+`!LLgE9r6tq)Hl>osI=#*d@o>w?u^$k~4qy>$DV^C-=6iU#aEIRp97!3?cYf($WLi^V~TR}yKqU+3N5%K&4E04{^?h>*0 zFO5eNB~*7hq#=OE($d4?X|00q8-@_UwM$ZdwW;L(2>#|cF|M~@JIENlqfS!>8W&>s gTgVyS-$4`~uo7$RqJ6D`f8#jYS~*yjn0uZ5AC)jRT*^MasV zQ@6B=ofrJc+*&qc%Un-k@%Oc>Raz=P*UwbxuFq0%XL9IcX^`P$uoPk_Qek-F!EjdI@$04Gq?a=GC-cj4zkF|UfZJC|FbDzy_IpzHqv=jXIXRWCScbYdPwnHqTahuBNm`}Gi zg`ZD8uC;~f-{K#&>96&%*pA&O0?6DDA5|cpn%K44$rjF6*2UngEi8uq^-p literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_kinky_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_kinky_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc104e6017f0031060d2c91d9e1ea5f13b35848 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ3{Mxwkcie~3D(64B0Wuk23&3j zH6&P-%~-f$YQkf|EjKQ?aqDkb zptNmKL`UvAfyzUZ4fCeVJR{xxz24WU%>4i9>1T2toE4el%viw3dcabI;duZ97S55H z%KYyu;$E#!NUZyHJl+5N`wEHs51)M5z^<(GX)#O2k2`O8;^OY_%k>s`#%;N2al1qG z0-5Q%6MWzOd1C2sI3@ZOXTXzl?WPR(1GQ zaH*fW|L#5ey02_YjW7SPF%NRyVdwB`a{bjG(ieLLcP8*o{aeuMuvvop$)i=PR+(;& zJpba4(W@HG-icA~t8OfpmYcs&WRmHPdo9-%d_8e=_BsKL_CjL)YUd%gJ z{a{e;$8B#Od8f=`os!YHeWLR2$qZZb?~3Lr$84C&b)Pw?UZekhz1_c^Ssp?GMaQYg_+{{P^>bP0l+XkKI=SR) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_longjohns_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_longjohns_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e945077c81a119e98fb9c1c4b80e85db428d0ad9 GIT binary patch literal 3691 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 G^Zx@^(s>pD literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini.png new file mode 100644 index 0000000000000000000000000000000000000000..b8889eb2bcdbd3650e005031ef8c5998ad15d8a1 GIT binary patch literal 488 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VnM zPZ!6KiaBp*8G120inRT2aNi)n%FVe=NvncQKjEP!OE!1*!QhCBMv*v$rmh=a8w5nS z6ZJn7mWRYKY-(uf))5Cfx|4vT7c~T``?73_b@-G1-+wz>0l6N<~NU)xES)fM+2IQZ}0i(lXN-M@M3$B!-h)Wn#|E zGI8#b>8HXuCDyOyi;Lc{XN$%4tjr=dgFwz1wsyR6(H}njGP|A?$eCc*92IfX*Pe-g z^Yce`SC}px3QuNCStMq#bIzjIyW(y|-HE*`@_nJ$ghP_eD>|bZ{(RW*i_yfS?UG%W z*uh!(^IR|AXX0^Um?O-D;qU@Kj)vk8rgQpgd$$B>9F<>?VzY`_NYkU~`f=?Qp_0=M zbzEV)RAKTzFpc|%%!H=wkoJA2O)M2Z-Cw}5VV$7S<|MWaR-4v<8Ni@uxH&VYr>?qu zMp>;+2Gf%{4M(p<7|jsMVA46yX|Necc|Sd~CW7T5Qt-Wx`M2VO?XS#-z^G&JboFyt I=akR{0P4QS*8l(j literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_mankini_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..edd566e95c8bdea9abfee0e9b58d1dcedccada6f GIT binary patch literal 3706 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 Q1;!?Wr>mdKI;Vst0HWjEvj6}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_stripe_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_stripe_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e750a318624fc5fc8f3538c3665ddefcd48b654a GIT binary patch literal 3694 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 PC>cCm{an^LB{Ts5g!nnO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_uk_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_uk_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..14f1706c7eafba2243cf9cc04ec85cbcd2b393bb GIT binary patch literal 3771 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/meta.json new file mode 100644 index 0000000000..d602e61dc8 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/meta.json @@ -0,0 +1,93 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "male_stripe_icon" + }, + { + "name": "male_uk_icon" + }, + { + "name": "male_mankini_icon" + }, + { + "name": "male_longjohns_icon" + }, + { + "name": "male_kinky_icon" + }, + { + "name": "male_hearts_icon" + }, + { + "name": "male_commie_icon" + }, + { + "name": "male_assblastusa_icon" + }, + { + "name": "male_boxers_icon" + }, + { + "name": "male_briefs_icon" + }, + { + "name": "male_stripe", + "directions": 4 + }, + { + "name": "male_uk", + "directions": 4 + }, + { + "name": "male_midway", + "directions": 4 + }, + { + "name": "male_mankini", + "directions": 4 + }, + { + "name": "male_longjohns", + "directions": 4 + }, + { + "name": "male_kinky", + "directions": 4 + }, + { + "name": "male_hearts", + "directions": 4 + }, + { + "name": "male_commie", + "directions": 4 + }, + { + "name": "male_assblastusa", + "directions": 4 + }, + { + "name": "male_boxers", + "directions": 4 + }, + { + "name": "male_briefs", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_assblastusa.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_assblastusa.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8f53266a0ac7659a0bf30728e0a63f388ddd69 GIT binary patch literal 4018 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini.png new file mode 100644 index 0000000000000000000000000000000000000000..9ececc36a38bd3b6f9b22ca69df07074d29edd62 GIT binary patch literal 3937 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bikini_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a2bb3c1057e5ef2633bbf1355a5763ab7c200b4b GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJG*1`Dkcie~3D(64B0Wuk23&3j zH6&P-4FL~@E~>cdCn@9ooels?xy{8KnxqUzUc52MLC8%myT z`@j5r+@JsN?pho0KH~TAX>v+&(2)b1$h3-)jg5`rj;#Vahx*-TKpPo6UHx3vIVCg! E0Fk*ghX4Qo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0b2315b28cd9608f889446b879cd1fd53cdf37 GIT binary patch literal 3975 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_bralette_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4221a40bb36dd446e6a30d6474a63a2d070a5c94 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJR8JSjkcie~3D(64B0Wuk23&3j zH6&P-4FL~@CW%Y#SfNDLKj+LjTnV(0!PC{xWt~$(69AWt BF-8CY literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_commie.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_commie.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a57bc4907dba01675f6d79382b91b98490a124 GIT binary patch literal 4028 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky.png new file mode 100644 index 0000000000000000000000000000000000000000..940694665e4d06202768ae8a09526c286d9be95b GIT binary patch literal 4093 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 Fe*kxLHhTa7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_kinky_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..257f74e0f83d1426ccc2dee59101ad1fcb0ac828 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ)t)YnArY;~60D08M0%P64Y=G6 zYDj!+n0SQY2fxyhqemrMT3RG3Dk~-J>i?bj@b0d4+jRZ-LsuqbsbxCE#Qd>0HI{StRtJp=}B-a05wpvsBzj$g&O2yy*_RWmO#lOtr?#(RW zWE8ltt2A5e#HGde_ciLWe>`c(&f?)^u%LpC)ih`k^UMGI-cte!Z>b#uyXXTG4-XFm Y=VXKa`tk`sfX-&{boFyt=akR{042^;6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace.png new file mode 100644 index 0000000000000000000000000000000000000000..f8e723a30fd7df71aefbabba321c21446d720844 GIT binary patch literal 3987 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_lace_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4221a40bb36dd446e6a30d6474a63a2d070a5c94 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJR8JSjkcie~3D(64B0Wuk23&3j zH6&P-4FL~@CW%Y#SfNDLKj+LjTnV(0!PC{xWt~$(69AWt BF-8CY literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black.png new file mode 100644 index 0000000000000000000000000000000000000000..2981512e132f682a1f613fb38737f7412d5f9d98 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVAS(;aSW-L^Y+%>u4V_3wug_S zA~chXmwvtT|LBdVtYl>~B_9h%N3*o@Qn%ETzZ+aW8{a>9L}5-K&;$_pb1Lffwf8^k z{>*o=&Mv(c<$3wb)7E|Om#)&XGH2xA7$N2ySRQGv_Wn_HbGdpbw?@~ao%Y+0`7h6A_KJR3?EYiJ-q%dCOBOn9 z*FMK_HsX^LhY@4!NDSv)eP;t}uIJUc1A>Y4Nt?55DROVKn0=e4L)z4*}Q$iB} Du0^0z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_black_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f00e487b084a3624356cff3891cbed078e15e1 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdze@_?3kcif|7k2YDFmSkDe9my? z%z=N04LFz+-t^pRcxx;BP@08-!Axn<``q&tk0h>@yPP-^*SRVvEz7F7>cDfs+fVDa k?v7s{zh9n#!Q&F=y4NC>l}bFHfJQTTy85}Sb4q9e0ICTwkN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_white.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_neko_white.png new file mode 100644 index 0000000000000000000000000000000000000000..378c370ffeb71b65386ffd352e6a2d39bbe71db9 GIT binary patch literal 3987 zcmaJ^2{=^k+doL5NcN>NMzn}oLQM8`6w%m5h%pAkY-Wa;q0mA~7}>HWlxS#q70Fg9 z$`(bk?-CjkQs^7KZ}0!RuK(BfT<1LJdG2%ne)sxZ*EyH$k6Vd~D2M<6AZm>?NAaG< z8@JGA-dv0i8UO$hGrXCZy|tMch(aa%;t4naVD@A?FwjZMGKPc8xb4oS-E;TT2xkGX z3P-3>+%-@9DuB5lE@Av4Dn`UvN_s~Y(y9JjrwB4TW+ZoCg`dggn3J(i?z*3q`U)SO z3FXet{&@eRYBFnbwUyPjJ#vSHTH-`r0HBA8(noYFCD;*)on;vWiK)U>Z*>1@e0g#PAF0`X|sK}EN zRe|IK>Y7qo(vEc;lB!5~qrmtwH#DL=@{Dlb6eGJ|+*f!EoRyZTB8i+7uxZ@}017MZ zPuF#g*pm}u!xO%f1n$=tdFz35WU!&~{NQ@k75+_t`0+MwkLUP!mjI=K?_O|iV38Zp z;|%x@u6P{k70x{=@+Nd8mZiIDygTQHeWU)aog!Pe&Z>IfsD_Tl8vZ;qOdg62U*f%8 z?+u*;f-;QLOX~8^uLWU9A*HDJ$)-)FFw*j*%6dao#9I9R_7Sc7?gynW&!aC@*n@2w zSdUSO=E|>9MkJ;p;PXnUYr;tkQGgR|S9ko;mWNG*y713@{IO!_ju5~&d_m)i!q!AU z+)oS6S_Xim+LZ)jbv~datzZ-Ysy@oO-%ggbc_{<{=DBAN+%ws-?Wq)}PAu!`uBtj& ze#~Zb<86ED^u?+iei} zD6g>n*vDWxaOQG6HnJTi=6mG>#{J4g3$IIP1+@kl>^NH6IYAq{3w=05TCpw%!xh@Y z9~&t-BXsJ5_%p&eHronqgEqUZI-^o1Q7PmieEtIL*Gd#rZ?g~8*Rx^ z`>ecMIY;%>UNK3}B;+2kS69c5izutI;nrKN1ChN*jRJ=P!wzwLmW|ppoA_#AOz1%* z2b7jr&fd=nbemg(Z`0Bn9ii{xis^pWwqGMVp${w_I4zy{S|SCJ z;+ztmGFj~CL~}CgWEF39yyLX}&MD_Jw=A9hvL7uHekXIMvuKyolOmncRulu3VBdDa zGrz`j?c8^)=!57e%iL&Wz9Y8$rF@*S%u6_K9&Or1brzUD7qW7t{&uTH;@A8| z*-zXqZoAT9sFsipTb=;Z#m+Ueu^$7k;VatbE)3t^(d1v5Snr?TZk@lkLhbWKzfo+^;k^a*1uw>G_O~PlX82aNm%XJoH#Z*a<8*Ug&BW_b&0stwySxk#ICL* z^dqOK^x)&{!@TDRD_0a1VYi`wm2Muae!n?xL z!?&#F{5bNxX)WPf?J(<$%=~ddFTSUI<9yX;70&)85GbIuDSgw;E!u){f=@O>wi!yB zZW9)DRiY-5>tw$uu3!)K`5nw?mwqjjEqzk)JG5ENW_Q<)_~C3MIUJy6nmssr?7w#hRZ^lsV9Y=*tJYIAg9q{Ho*U6N;`pKGGZTh#KO@2_T>d z*qO|V$co~Mv&@U%EauZB=#qPcXD^M_ch?(S8l~}15;6{Djb%8d(y^uEeR+>%C#G7P zav1uq+OF)=x>468(jFL%p9h)RL*(qn3rV)SB)?q9jIy(+$&1T7algFcsQ%T7Z0D3E z-TotI%)a|a+gS#`JS1#~QfDQ~Uwy2yVC!t&HNa{65cEMqFF7kYD<36_Pc2h_4=vwU zZs)76o+LWPnjpSbOuG1bc}!)6w$Lk0h_Y$VFGH2ui^m>>BGd&b)0GPZ+eirW

P zIeiIW^?iv)o$t7L(@g!Gi&jce@~b9N>DQBwvC^0nA17`=TBn9JELm`;1L$Nz-`(2U2f{>@ zPTX!Jf-;^NN$$y<&0svFoID`*%w+uO-oaa^!$$2t-e`T^_q=5=J)(S3Xd1~l@36E+&v$h-~S^8(2a?j;g3j>o09&=Tcui$0xUe)qrB?hGiR^gPjVdPym z@-%L_Y1T!*l>XIr`bazXZN&G0x=z~rZ|^lduCuDSFJ~0XNoxH&D^x2NzlAK#$}&Vg z+w^&aCNS@=*7U4>+VXw-r--uk`?xyd&^NC-ueRr|+qq)G7jxE=f4;pq++o#h)v02s z5|@yzq@*aSQ2oWHHEFo;L7`;Z>u~3vtZCYv$-%XeAII9ztKD;3S7O_0OIbw=RPLRk zyNCvr2BoT2mcjh3)soiUGu#SpbY@Q!FY+SUevB@;C< z8#Oc>}EKOiA3kzKxxQ>a%A(O+} zy4reXdOE+c=45Oz5l5o`#`^pR3;QE>qZf!2o@H|!6(550v80lTpkFZ~@PG70+v1OW z|6qOo=!>@HAF&XgGmwqS{;x{^7V+9=WBG62@;3i=K90m|cPg*1L%9P50KivnZEoVo z?3u~1JNn#M>Z0FKva+Umkb0geWQcb?bC9Zh7)#Pvk_bt>nOQl%31pMV%IYow)y+ZhIoF32$5KeGqQ9^EH0{ zbkG~ud;IpZ>Q%zd2KCIDv{6IJUdKVj$Y3?oJ!EgWIQSwiB5`-_f@9RfuC0vGis0f? zFWZWZK7L|*^!aC^m)Posc|fsYDQxS1nfhA*I+9@lnJEif2#I*pe|ZJ2ue%8Bx4C?e zxX0&99#PgR_5$q$T`un3@YCZxhDY>7uCDqZjzxG5*1TKn9DhAOWYNA>-A|X4t1;8M za%z0@)7XVn27n9Ha_2_FzOK&~?Y{nUfG;N6UtX@Xx^#+qpVN44GNOM09TF3rUB>MG z1VX>?!o?hZ8VNjF2{PZ`V`0d?C+btuwuLE+BoKQOn9WHJrLIE^(QwUg3loJFj=sSA zc3tiaHViuZab0%z~OY+hWm|26AWe}5;-#@5;Vg#CzM$!3|mir(RQi}xReYdQFViHC=W YLGY4`0@s$eAmbT4UHx3vIVCg!02wSRA^-pY literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport.png new file mode 100644 index 0000000000000000000000000000000000000000..e0fa5f379a29c0441b00f0b49924061586a516b7 GIT binary patch literal 3998 zcmaJ@2{=@5`#!cpkz`klv9w{#*e7Ef%P3o8uf!NbgISsx%h+3#k}X?yp+rL^MY1JA zwg}0RorK1cBuoFPuYTYEy1uXPT-SNe`#$Hn@B7)#b)9S0mZp5X61)Ha@R^~E(5$Ea z&zpM(Yc0Z`{{R5INIVj0ZH7dG$P|(X-UkN&0Rx#f{*DQ2BDy1MxIOlU{fm!Md@cZB zSq68rfK#r(O#pLQKv2IiB9hl$NO*4s%C6yJFE1)Hay;iyg{Q&w$Wu{vXS6;`4;4HK z31luTY`oj3n#q{i?4Wn<3EwNI5I>#k1!$uqbm0Bcu~w*tmg;bJVbmxmNMO3P-jk~l z02Vpu0im>qdYfzyNB}!P?p2l(Y#RG*|3V zhCW!Cv#x|K-03OIls&wf3-F6^jN7B{3WTQ`Dz*V2Ep`AYwXdB6WX_SJ(p@`R=t7RD zK(PUJtx4@EC%RRIDw5tv_%APxj?0YK`#dtlh#nU3;F$zxq@>I4L(OoQckBiLiS@1* z+gf^YGt-k}(;hQE%rA|(+un;Lu&&I~$ad8Yc1}RRvXeRBGBwr5L2hDu=v(Vucp4b6 z2hNSGJF5=z+&vboyQRUO3*Pgt(=BX;@XVtc2h*yR?Ok9akWQh6os!ZIbN%<23s`I zpP}Q8WLlEO1!u!xOVY_(JPH1M0ON{Po#oS=Pg;HILO-*yNAWv$`vLl)D@r#ccEtk% zo@y}q8UQ5JuE**hWdqt%@+SbG>Z911dx@gvuebrgDCfeFhXy-$zYt>7@n^g^P*o?& zj@eUbK|P9>orFSg(eZ~l%u+RtUC69qo$v*WL*}9$t}ko z6~1qt`|M?bdY_ANai)&uj>voR^Ri`vmD~S4KV#X12@B8#Rbh%D2ha?H0gim@CZ15n4V>a+iiP zKq>L%aeLydZf>-^oGcfDH%5+|^W@5*^AiP+tK;;hIPYY`3{!K8PPP|j^>7zO!n04A z5pw*jAvRYF_o?}&$+xGAAY1d5@_OH-;XUzd=ODARN}l0MQpPE7Qo6lA?wp;Oz4XO@ zH{TV$OHC-ZL*m}zLE;5s<>HW3^SfMcQ&O94Ro=lQQ$26(xka*bJo5EOuyFiq!6bN+ zeNt%BOp&b})lRRMUbM^hzTKYtXYE7on%F(Io+#w$5xL)6c);#?p+-pu+8-Tj-Fea_ zuf}ET;&&`x>6HkRoGYk2TWt9&@n{*5S1{a?qhTM#o?}kY`<8{<>C*Lib3d*PNk2%C zxebz9e1+;_WO+E9Wot!9YIPQN_t9<`n-xgibIPv2LcCb2HX}X z3nB}11596XrhcYk<|>>3U-RXu)TlgJ8Bsat+xbcNEq0DR%d`4=m49})%XF3SC2v*q z6SI%mC9SEV#;p-2?gQ1rF1E#CKYHK7S9C329=o@<^;~6q!@0aJv%G^93ZJifPN)Zn z>UuCp``s97A8sSjoZ=jz&%wu9(jk3! zIy}Ag>Am9g;s(ET!idngQ0(FE!>cyL0qFeZJnwwk{Eh|fub8j$UkP73547zUJkWQH zb}X1e^KJ9`ikEy*ZY$$v=>)Y8ZVh+@Q6n4L7n&Nn zb2Dq>*!R}0*l)FC^ktDHODHdNhX@@$0xMGfbh6BbcAmDT*vFW3+VHH7S&A*Z@$A^3*Hen0C&SAJ?Sq|9 zuL!Rws<;qv^_%fhiXd&D9M8hF$%g(0#I*@3`;1STYQ|)mZ88m8GBuR@Omup-qczK4 z$4T8OE?6t#mS9S$-qa?*WD~{{joX)gQ`l>a2 zECl)e+!ZSm-&d+UR_LSjc=4OhWLGTgjru+?I^UmvucV!rk(iN(=EEnK9et-#eyH5a z;h&klm(SXxprvoZb)u>ZFsv{oT zpVnn}T@(qfj(ccb@$hkfMS#=ND7e=6xrl6(ji|pe)EQmr9)Mr$4rx8tTAI9NJ?@CM zTlS(4EytiQb>F#zJbKYVEvYcErIlFn<xDVgT>c!9vF23!;CQu{LGPO@i+shBOVLx3E`;MBXtx8s zR%6=B+F!SGsAJR@PPaW}3@+c+$om?Y8Rpz-zg2v{yym^aKws^!f6xm5r31ppJ}?vK ztDYPUaPY1+4p}93f4(>zE8!+tSvws%Tw&^O)tD6H2){$Q%Csg4W?ck9Jw1DG-3VmcE`)1m+d2|Vdbmbb13@JZg{OP zLn)7tgScJI{CFcT^T62yrZwe1LYdGBtZ$QgtV32#<{`w=`sBrgi30b6tV~NiL{I7v zea(C`)!X@`bG0Y3GfPjD_SwALWvyl9!%VF6Vioxdc+G84zWhWnq6A?YO5PenJvdF8 z!>zS0IOvqnzF5p1>tenQ`|efOOMUn4ow9Q_y_)%IUb391FucD)zH;@O-`53Ef8NjL zL(YM*0S`872DU!!{J!T?SlRX?TpeNbn`@nG=S!zOOn#oLS=)&}-d-K+Hf=NQl{Jx# zj?I*omgJMDUUu(D7%M0(*w^_w)cyy3j(UG)WNUomM5p6s|KhIosLt9Fdf^I%dB5-h zyh*l6x~hYYSh~Ae+%Xu!tYB7-G*wHd9@^C3wqEJ_j%_Mqv97Fo$DF1ZB)m zALRf7nS}-b9lZcD2J4NZf!uJOcp?JKd|nF%;oT8n2XzY-3o;US4vz|?;A{ddZLxvg zSZ#N(o-Rly0L~&H;Aj|70Ktbyg$E$Ozj)!S{ZBIl4Ep6l^G1OG6_lfeH3&(f;6NJ6 zDoR)t6&OfUTN$dMrlz5y2!g4=R3Iwq5GYIussUF~gF`hzzb`OLjpFVBM;n>^)?%Fy z;Bzz@84iK?`}-^Vt16Qyo)DkLk@VN zJISAV_!q#!0&Yg6(lA6U&ddk_W>F~P@$PUHRj84Pp^=6r)WiS^H8$3Q8fze7Muu8Q zEhG$Sr1=MHM8f(Ka75Z4toy&Qnt#RqoCN}zrEG+w;Qes!CKM6@^ebmL{_nA<{gv-G z*8T6XsQ(oUVFd&E+1dZs=|3jc`25`dGqh(n zpZ?&6YxhxepZ@i~Q-@v%)`nW;Wv~Zs# zxwX^`n(khn6s)&Hy}w=Y7(VxjeMn#0r)R%Dxc^+^Q@cPEmCI$g(`y~hh?-&zzU!5gkP7IxBMYz`u@m~iwDoyBSKUHS!_BhE%15& zx1HX<6_z)PvK!tdzl7WDyY@&GDE;750854)vR~~sJe0b8bo$lAmigi^&+%geZ?bzQ z>)jRK$r6K3Y%hpiWO6QKRi%o{xI{Z~VovTptG!ffQ1m;qobvB`U4cSSRQe4i{^g%W NGh<7m5<}OE{|7m{3jzQD literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_sport_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..760b6ac291153a3c6f8ab6108168846dba6b8de6 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJB2O2`kcie~3D(64B0Wuk23&3j zH6&P-4F#PCVp-O5u1|Bgtu&HHCH=}d~EtKpfVRM$v@|L^`D zFEHEL&>2#DV%qwcO@cnk-IKXIxEKQjls7Lt$lE7Y@)KgL0+)e-0RuyDmcp4WuAi)d PwljFT`njxgN@xNAKW;ea literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless.png new file mode 100644 index 0000000000000000000000000000000000000000..fe4ff6eac3e916ba52b5749ccbfee56685ed6056 GIT binary patch literal 3942 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 NYYRK`QqwaR{tuzs=)eE~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_strapless_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7e06b28861a7eb4a4a3e9b274678379a85817d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJd`}n0kcie~3D(64B0Wuk23&3j zHGrH3k$|8ZU;cl&+5P|i-s<*7$43g4LCjNTiX1)e_a^_z^J!T>KE0M_7QS51rs!DL zw)?xh@f@4txryhu{pGR!TiR379XKI>`no%A)7HC#4NUmJz{bYLAic)y>Rqwl$v~?a NJYD@<);T3K0RZdVKpg-8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong.png new file mode 100644 index 0000000000000000000000000000000000000000..b22ddc235754a1c8b9de368ce30921309a77b3b5 GIT binary patch literal 3873 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_thong_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..489aaa9ff83ab767395182c7db9bc535477dfde9 GIT binary patch literal 140 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 Af&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_uk_icon.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_uk_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfa7668139b8209b71ff7084c9faeb50b442ead GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ6i*k&kcie~3D(64B0Wuk23&3j zHGrH3kp(JOKh)3M^r=31>fQhASFSv0*ugKvesZ$Zf}STw7)}@ky1B7ss;RXt|NqZ$ z&%gik6<@uJ-E?LVhlz*h#5a$j2E{ZqHZn34os@0cWYzZrXdi>8tDnm{r-UW|oeeqt literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXcRw$%mA81WpvZQ_&QXxv62<3B!en zt^&GqD^$9F^DAiFXtDcSxhVJE-Gi1U4CfXy7Vz;l6lXBZab|uXBgOFi0)s_6+X0Bw ztb?)FYrVefzE!-+fA~X-)07L>-3~Z?VyL_~@9EAz4vRT9TsYs$uppNu<@NJ-jJCJlG2Z;u!|=3Xzo5eGv)o~8 z93<3d2lFR;yCL-Z1CzHQ$1DL5t1Qif?2ch*`D_$Vgzx5lLrh5DZwZm(b_3*5NaU p!Fui)kKKSQ+XdI+5?1|Xo_}99aN4(P%Ybpq;OXk;vd$@?2>|Lg=U@N; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3031dfed69954bc5e4a3b64622ad1de14d35dd8e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJMV>B>ArY-_r)=arY#`zi|0rm$ zn8)N}H;?tYdpz8@$>D_3$~zT|UtcvJR8!FTExoAaz}{yq77H&Q6nElKtUG(KX#e-R zIJ-thi?uIOP1*!}{8#I!J-@SOP2=wpz2*HEC6Y~8EoQ~!S1q`EA@&V#0b8DQl!?Qw z1EmWmE@HgI7Ll_F|89lrvs!Sy_f2wc3Uu)%%_b>9Nc#FUzeulVvAvVI# TU*~88UCZF<>gTe~DWM4f;9gj} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/fishnet.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvX(U}mMmG4aOQtTP>;nCiFvlwZXq{}CQ30+nly>$&!0aUNeXrzb7UMsIDFD>9DGm~ zJaOUn?ceP+O!n3NJ@w(^WA_>P|C?nFoIT6?t+cSv@Uh<4-#j~c+~+`3k9tqD=$wt=eVRR z;7)+VF_y<`rk&VbarsRB*;A8y|Gh{RcD-fUR;0mjY9WJ0JJSLgt_FOZ1F6N+QbT|5 z)aX)<=56Gd_`Zhel8I~Nw21ZBeRVyBTmoC37Ij|uGWWeof{E10278H+ui1bwV+t zV)X|*#`Za!H`;UK4zTJoKAXEoph)k*dO4QjxC5dfe$B^UVmW#T+RkvD$eJx)aMZgY zSIuF^!C=u}+aioo!W=f7)!y+)^}rm?AO6gC9@A$2HP(M{O5HDWkBxzLdMGeT89ZJ6 KT-G@yGywoZuiD7~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/assblastusa_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/assblastusa_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2e94c2f9a0253ee49f6359d419223435003f35cf GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ^PVn_ArY;~60D08M0%P64Y=HF z5>(U}zP-80ocu35Fp$ys-JP9>8LsyG_Gl<*>3Ga}#LDrkURL8VS4+|nMK_ZKMYn}# z=GpS-J#3fMd-pMULT~_6_eQ%N$3OgfTWt`1^M-^^y+yUyn!NK~(TkiLG}s*u*4Iw= z<>6V=C2;TkZw|?8>L-%^dvdZS$$t3%cP^7iqq~P<0uL{vghll?or`@6X1onNDGuG) zGwN!JSQs}dHk>z@BqVEM?t(p;Xb$S$Ww}(f>OiKEDx_pI*CDpmU=_7LRUV zcGu^$hb(Od{xrr`<>Z2OQ+jKU8g5c;ShnDg`1J1ix9j9? z|5-PK|0!$9yG!%xPHdW^cklfDH{JUx&m>(A)v4y&ocQ^`m1UPTXw ztFvlkpO_w8^_W9wL+Iq~j{A4jgl6!#Ox?}sGJzp{?!JxHjC!ATGr1JX%xjs;*f-1O zVeoYRr4```6U$5E4@`ex+%RMP(SNUXH13J6nDv{T^VQlPTceib0^^>+)78&qol`;+ E0OXtSBLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4372969f3b9a939bc2b8c7b2a99158d86ad31d66 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJgPtyqArY;~60D08M0%P64Y=HF z5>(U}_@)~kobmtS5{beNLEeatz!gafEa~1XIw=(!73KUEcTZ%o*xOP3_J4k~B9Gtt z|N7Iqm7+QL7){s%?O77uC8VUJ{P=!<;=`jwX9O62vT1#rFXC<>xUh}!+3ElP{~Pa# zsgqPak(e{#@xS742Np5f#y((iX+1EJEnb6L=#Rm_x!n5-OcjnB*4%GfGOdeGL12l> xQA;ZYGp-CaH(7&M4T0=ERtYWE4ULVA42v dDjh+6nXwgQu&X%Q~loCIAcTTiE~r literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/bee_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..207b12c593ccb8b7760ee290400898ce256880a1 GIT binary patch literal 601 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|OJc zr;B4q#hkaZ4E+x|h#dc~s%Ih9xncLLAB+VBN7`6Q54E1WdG^Rb7I$fJ`zCHbjf)GU zJ1-t>Ji`Cro|=&RoF^w^7m6@#)Rj41y?=>jd3eS9y6d|q+*#XTsl;$bkTIc;gQ3`k zVTLl(0U1GtXB`X%?kpHmk8J)_&017YdHiMM#kVU~ z!B6z-AKp!Cs&HWc`6^kUIzqfXf@#y!^_?sR*M26>)zmrd)L-`7k|*V`T&Mqg*3!Zb zorYb$U6UH3R|mXXvH3&hgKO6^uQ3Gt;?g`FcK%1@x?2+;y9+I-3t?4RG&A2}|K+GY zPR?DQwfr=`Jz)^o+Av=|woh4cQp5JF!Vf3?6GG&+YFcVF7TjL+)=zVEw}+CKBR4Q4tkF;1@jbn_7B zgE`4FpPbiwU>o0`dsF?UoVSX?ou9p*#P;kqo7Q_h>-CMS)AM$nJ(4ag#2Ij{G-1($ zch|mamfwgtWm523^_1M5*Aw~kZyvXmS?KYN?F;iSc2%Q&e;t|fWRI!7I49ocyxi5O zc&?wP%7OdM^^(!tK6AKdNd5ln82@nMeD!bg*_Vwn+ev-76GTa^Gy;0$!qS`N<`%q8N7bOYw`Su zMDeN2H9yUBPRL}heKP0a)2(u;#~Ra0HJ_Ro9Cz<(GZ-{+jqQ{)4HA10xXGiz_IxhiFMJJb(4tM4%%XJYD@< J);T3K0RSO%Ro4Ij literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/black_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/black_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..236ffeb3e2f5c49fe256e8802061fe9cd7483946 GIT binary patch literal 450 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R4; zr;B4q#hkaZZ2OuGL|W39t`%^)Vj|OUxqu<>u&)Kf@`ns2S2z@Jz1ipCc8??V;GxX4 zeQoyYk85m}fBem6Da25u!tlg{;lxCS3CfHL?o1ASEDbW83}_PJY}ZTwepvr|-+!xJ z?H)%??2ln|4NRDqo^yNKeeX#umGhEksU3Otu12?UGxOh|&u@2US2O3u^rQ-C|DV#Z zEK~0FF1z!wGnZ!Wl7BlhzRqml>s_~1_B`92Q!lsh=W^`@tF(9yZ)l&E`qO6nV~f55 z;Vp$_wdQsEPJjLUw=n#ZKW9by=G@!%=j%@MmkS%m*EivGC$faVr-j#TE0xpY9nM&? zgg3n9PmBCEab81t#Qp=DbbjA^61s)u-LFNvw;%a`nydEldKS(P-=D8#$(6j(VyAfU z|Ho;yCd;*1I18#j{rlB_RlK0(wdjZ0rZM{ugw`=|U)|!@d%1QNFj5#iUHx3vIVCg! E0AT&Rm;e9( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..65baaa6587af3eeb5eb760aa6dc9a23310e7b014 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJE>9Q7kcie~3D(64B0Wuk23&47 z2`Xv~VhS_<&;4d(aHl*iLEt{qv*s`V>t7x|uwcjZ#>Dx?F+CXvOfDEYY+=^f77#9b zl8=FPs}dt?z|a3%3J%ok`8^VGx+?gVW0CWN+vP03?PlGnm3h^{sN=Hg@bpcdUSD4% tym-aD{O(pTs=AgoFeJh9lJ?bKd=xTm*C#gQu&X%Q~loCIA}8Nq_(V literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/commie_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..ed40e6e62ea7fbb70a624ba45a3755f82f127750 GIT binary patch literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TS6 zr;B4q#hkaZHs&5S5OAH}XmXNi-PP2VD}}2SO=h(PNMDyzocmfwVEQHw4>O?~jEnCm z9{tZRpdq9#_pu;F*-oL4l^FC#ZAbgZue^QMH~2o>*;FYnVIP&T?BidPdk5Q8j6UsV z5?CH}ASlcJ;+evwCY);8^-~+_ZdLpDmkLkYA#|U09_!4XtF<3|E~&NmJ3npx-)C+y zDv>`|vy>ct7F4%;=iJ}Zi+-EQd8XCLH+3X45=7Z{uM%q{A6z(esjTxmlhO4JyO>V- zpGeF5-`!za!R_KZrBwex+&bqA{x>dgy=Z>VdgrvD<^3$i$nOl-K1|;_hjBt;xUk(K S?M7gjGI+ZBxvXzopr01X*hzW@LL literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/fishnet_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/fishnet_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..1d99fbfa9fe2ff0ce2a637121aeb20ddeba4968f GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5Y zr;B4q#hkaZHu@fM5O9rm;GNdt+416_s=$O8P8Jbo!RZzYTD(^@bhNO=uqJ0-j65xw zlkG14=l_zccWzbByZV`BT3MdJaVBEWHl267-YFjn@7b-{_xOjz^?P;Cf_t+0RVGfX z&t~0o+~Vj9?>QFdp4sj+Iln*jKzfg}r`gekv*w>zTKVrP)1oW$l-=Ql^(IQj|8H@vIIF*}F*3(9>R%|+p=ZTEEkh;- zE_wcs?SJds`BKwP{04?QgQu&X%Q~lo FCIA>Iv-*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvX(U}&KYDJnDM{&Yrespy&TV*zx-!6oN%PmNcbj0(}OC-n4|T)ifnDt?*qOx%QmR^ z)v_COd^6CH(@eDZ(DQKr92Vxoi^XT~HFR2g7#iH${!;N4qmGKjxBbl`%*?Z;m=Ei# z`FN^){J*4yX(Qi{`uqRwSDm;W#}d6m!nacYVxNN7MZUJ*3Aa-vMGpKq&ci?9>*LAF z938xjHEk28ytu$P?Zy&)iP8frnB8OzUNs25V_;)rW7s95_g|}dk_*sJ44$rjF6*2U FngC~qVDSI| literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/rainbow_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/rainbow_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..3847690f3dbd383432658980f2881b26ba08a69d GIT binary patch literal 541 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VoE zPZ!6KiaBp*ZS-Px6lnYJvEhPK4~q+j1h;Sc!lkYoxHy*WP#63xA^yqAu0^aYJ(Af^*)!p9-kpszI?Ud9z(@K}AfrGZS3^MvL(5_&1sPF>hbtI3 z+*utgv>4E(9(?+w%y#lFXxw#8m^d*{dY z%z`1x9c*?$0e4WPyb}*t@$K;R7&R4b)gRe><)Vz z_>aH*EG?GCYhc9sr~JA|eKE_+eP{At9Q|-A-unQ@-)ZM#gA1Nr|4+Q%J}cgytbfQ- z{6J*$bcRVS0FP(s!YNcPE8q oiW#$u#nV_f-C1497+%NFxo=M3t_7bnfbq@X>FVdQ&MBb@0A+~i3jhEB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca54ed8b7c1e448d17fb8871b6772d353338d78 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJb)GJcArY-_Cq3kBHV|mlza(ko zJTY%VuZxV^k-|-mnyo=|6uswETv_0FoBQkh_rFE&x&HiQ!35Ol*MCvuL(QG%%IeCS zC$9{QEj#DRn7vlUi6byU**YvCYr!h%SG%XJf9kvG;omN%(`!~qUoKx8^B%mi zq7+YBEN5NIQ2jpq;Bv;qyadBw?~HN>vE0XB3pvZv>@S*qc$*&SJw52p=Z}I83`_zI e2TrnfWUxF^vP=&Cmf8ulpTX1B&t;ucLK6UkH(X`_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/striped_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..2fbfb18ce68ca490db7693d22fdd1af67031dd44 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TR{ zr;B4q#hkaZ9J5*+L|n2J(m(JxbMQD%yQk42qsCLLJYA8+>4fB-mW6CmE>W3t|D^?f z4ZF2A1+nq4$e9oj#CsX!W?Dt^MoqQ)Qde&;!l)8xx zODA<{e7F7lR~Cy)usAU~Z`Qxb>Jw`jCuZMJNjN{RVX5ha>gyXl4}6(#)A@#bMl|!z z?dA)kSY5udKJnPg^yI!)gUff;Co^7$D(ntp@cec%?tRm(oAtdh$L}_{t(XN2X$DVM KKbLh*2~7a-OsU8K literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..76d910a03a1e266ba51f8e88861afc401d13cdae GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJDo+>3kcif|lMT5V40v4UKYGI0 zwR>~;>%={?Hcu}o5L1y|y7G$SUw*FKABUAa1)Vq)>--;QI&dh)DsNy=zQDZsYFPrS z+UlK|`F;tf_sEN{aO-qfGspTP*OHt1Gh%nNI4}wQ dSin%gU>L{qPILOAhd@^_c)I$ztaD0e0syfLK&t=% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_knee.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/thin_knee.png new file mode 100644 index 0000000000000000000000000000000000000000..8900c8ba69beb7f0cd98e8495a04ad71634fcfb6 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRs zr;B4q#hkaZ4EdT31X#9vOl6OFx$^H;8@2ew=h$PGdGz*nq_}cQJT^Z1&O@EW@J{NJ z;^cUTK9&Xj!zLX$W!@8G$e)q8pj+a#_F97?YI*7vdJ z;bmiq#EJXM*!Bc5#(%fXoEEPeU{x?P%k{C&tpi&16C2ii-zJgWWnuh(p4bQN{dcEr zIHCd+HJv?ebzT3TC>BRz>|XF}X^y|0VSe!U8;ZXInLk-&Wm#A;KXc}^m>zOC;P(U})|lBh8U8=bRiNPA_~n0lp6$ky(4>-_#T_xbhxYxY}r*F`*B@XB3R znYT)!OZ1jTpW$73WroM3XJwYpqvP&9o?89$()Xwx<*ZLU7*0%Nn4rw4;LhaG$I>9f z$zUnOP^7|uCNbsap7PIP+h(t}|9r4c+hU)5>*k*YHb)OXEMri&c{E+9;Ac_yv1e6( z{(Sw|>1Z;~KK5_a>jV7#KbEqzxU)yx&N_Pj@pr)sr{g{!Qm#v6Trd82!^a;zo<{si zw?9_YwtIeJn{{%Z-}^1!k{^ifpTJ;UonD-NULw!u@yC?y-9L*vWpCf-eZ7a<=CSxc zwi~RM{ZuDzKhM1WM=Q&p^vj>G#k0oneEP)bi62 z>M1&f%w|)xZ29~!;r-up#>(vPr`u2eZg=|S-OBs(klb zzSjXiiAPhNe(mY-$}gLD_@_<0`(D2A9Vh%%7u5ahxR}vWX4XC7kcIXhTeF9uR`c)f zZuE|MqOYs4;M3{apCa#Of0qxwTyy5)MDbGpm7P`s3@S=etjTdfq1b*dYEtJ7K>DLE7|9 zmApC+-#(RGx@rC|%P^)Je-hr63hXc0q@N%-<@n?LQ{T?sW0+>JrDobxhTu;}8utBh z4Qe{G>N~4WQr>!o?F#ijZPu#ii%r|dyOu>ob^e*BzVgr3Z!}wRfAPVkC+&Wwe>1l- XVX<62{pkf@@?r3F^>bP0l+XkKb)pQM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/white_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/knee.rsi/white_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..976ab6db6f14d9c453fb6390296c9818508bceab GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ98VX=kcif|7i-xY3BGwjg_g6EbFZ&9kN#M~ z6naVL#Tu`3~e!OM#h|Nr|N97|4q;uYX5ZT~?<`+d^vt|c$S zPNhEES+ebB*{<{NzHKVzc({Ur!=2T^LW|*0AfrGZS3^MvL(5_&1sPEWbg2(7YwF9h zyWg&UExq}zoYbPuKlii~Or#WRYmfhVs=5EV^-E<7yF)2Pj+cA%l~p`Hsn>76ee|*O zo4kn@ZmbhG$`z`r@>_6_VW_8b5hi-kn_PosCm;y&r>Az5W zdCsZf4wKG&R+0Jg{P^td%DLwrs7xsNTIhSAF>Uj?gZg6J;-7EjZLk0OdEumnO*eBs zt)CxgHv9kGykEjCxc!R~6b)AVx${m=uAL)b`jK~Q_yN0Yrc*b<)<0;@Yqa9OSan)v zM{?1z7}ni(Li)rvq&2;QBcf{^H-7L=@9N2tkNyPdG-nxvlO&OQ0 n+|`h45FWPLq3bKxz8dD}XM4`BN?ouK7}X4(u6{1-oD!M@vF?Xkac z*>_(HO!R!cROIq)J^8wX>~&jauG<~>{@THPEHA$E&Mo>ba7-r2jLpI8ExT he700lQmSH2V6A+l(O#AQ=oio>44$rjF6*2UngCuNNh1IN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/black_norm.png b/Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/black_norm.png new file mode 100644 index 0000000000000000000000000000000000000000..03775bbd818d6e7001ba3395eb1fc037ea8d7412 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5Y zr;B4q#hkaZ4tBOUh`3}Y_9rpK@f^tDIl$p_Sfu9wL(egWJrWHS^Y7~aSs0#j;n+Rz ztIZ2gN|NIHcj0)~d4t*>QGMo&SLJUPJ3{N~5PE2ILlz4FN;kMlP)0-4d z8$GG)+xLEdPHt>?&h55E8sD~t99?!|zs`bnuWj#aF!(L8?^&_6dEev5LP1aCg)W$! zJv~O~^znHN%AxTGB#*~6Zis)VXRlg(GN*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/norm.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXZ zRBferaAekxs;w=Cks7?#@$a2qT74_=dtP755HhvdL*C1Iet(rl?D2W$1O){HjTrLl X7WqczyjwFH=wb#>S3j3^P66ZKw7uA&X z;=Oy`m(RSJ_~h*GvpjOoWSuQV7@h_&OmSum;A3?lz;QV7X0FRGFpH`P%!_=9_1}F716>ksQadl;zE>vsUl-q+ieb_kGvL zc!pC888q6N7RYcl6lvh)G-%mRx_e2NFdSN^zhY29`0mLSgqWxfpo;jsteJ#^w%E35&Eed0dbP0l+XkK({tr} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cf1487bf455cd161691deef5c4fc154778d53270 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ9#0p?kcie~3D(64B0Wul{1Tm< z42Fh=62|=;PbWJZSslK z8@W6G^JCjUmEd97FvF=sq*TRHfj^2NR&4>_vbGHO2|;`h rw4bUhr~q0SXu##hnAybP0l+XkKyqG&K literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/pantyhose.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXGWSDW^b`-um`iHQsolo=J=nH>698e}*bEQJ_~R2aY#4RemgUjMshtK{*IJjyzs zyx%d1e>?ues~0M^x%3 zH8k(>l2g##IN@?d-qx?BJ8xC>7U-T&iLB8~_*Hu-S+i<}_OYfXtt*cI zlv-9iJt8`>7H)Fn@|oR# zje%ah z|JnNgUF82XUMS%DSFxlWyL3*k`}MqR|NGx5LWln7oG$yht^e%)Kdd34t%Wk%x3W%4 z-MMzH-{qFl*!u4|^QG+XKmGOd-(KsV(^=-+%(-1wZpOnL^f_f;T@#V60Xox#)8f_1 z=-F1O-hX(q>z`Nli4=1NGWDe~-RZW~J!rH>^!=@m5BD63UBuF2%y=xgn9;puGt)ny az`ohWTPps)d%y<_QU*^~KbLh*2~7Z0*_D?7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/short.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXz=~n(6y+gSa6GWX4!o2$TLT!)`T+nes1(Izw-I(vGsq?Eq$K3th&0R vclUoK)1!OaEE^XuU|`j7VC0I4VQ}DI%4QP#Gl=g4&|M6ku6{1-oD!M9f$zUnOP^7}}#Dn3)M1~22nSCF3=5Ky)lI*{W`!5UeZkJS1xN}ndq~Np9 z*YE%Qze9ufce_o@b^f>B5-JK`SX!8Pv>#olW!#-{`u(bv{LL&m-&rJ*zp}nL^o?sT gm)q|6h5Gj$u1}hDY_hixFd`T{UHx3vIVCg!0NB5=uK)l5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/blue_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/blue_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b64db7a8be3a4a99d971408be0a75d469e46cceb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ{hlt4ArY;~60D08M0%P64IVKn z8!{d^dzUr&pZnybBZ|j9e9e{&Og!z>vnbhp&chsDU0H+L$G1fHB>if0x#>TLc}>o@ zLpNn)@(+ILmlyxgCCIJ8!I-!w$ytr1gGv1Sd{*@%-Otbe`~UN^xvLjO0R=&UIBWA!PC{xWt~$(69DAxU*rG) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/cyan_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/cyan_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c74b95adcfd65a52dd6799f18e4bcee05cbcb2 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ1D-C9ArY;~60D08M0%P64IVKn z8!`%PNRjUODev1Q*e-FgLF1_S`T4EZ4$j`}XLc06<+{TdaioJy=ZMCd{lA3HJ^QcD zx6D57xV~E`yGd5};hR!XixPgZ3D+5}vPuYOVK^bEFe`xLz?HzOi~%3yQ!E4(Kg^%f z;<1ML-+G=>H^Bp9OgvTsrsnHn6>kY1na2EJ&$;z0*`L+#spE{ax3g?&xFK*LUBdIH xoUB3MqM1?&R~Q%bNt7N~!OV7zk%xzeVbKL2DTd;Era-?ic)I$ztaD0e0sy!(SZ@FT literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/dpink_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/dpink_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..46c27c5e557f94e4678ff5dd1891aa395fd0c4a1 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ-JULvArY;~60D08M0%P64IVKn z8!~QaF=syZr(f-8hjUMc!<0we&(9x{U9fN|bK0F9WvuTQbdp?{#gatgw$0{E|Nl#$ zZ&|+4z9ZUhq3kc@yjnLW?n`a{A+}s1RMtSliQx%{fUgEi!mAap7&LzH8_nqu_~Gy6 zq;ie%zw><`7r_H!OjQB@db7hj%2+l&Ww2PkI{BAe9N&Wp${ZcMj5Tc&r@X(&D6Beb rC8L|H!K;Qq_8zN*1la=z4lpnjdivdrS@I|h=nV!>S3j3^P6m!%q5CK=z(l2^=Q#c~jSz#`$hxj_@dWQ$IoZ$i2ls#CR?o`8QdJ z>xk8Z|CesO)?hMcS%2W>27!bPZKq;)J8ef;TMCpMQ%xu>fd3bmj4&DzxK8x4=1<)%Dp00i_>zopr0PqT30RR91 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..485e873d1bf9e4db70409577eb8a0a5d31f9f5f3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=M?75|Ln`LHy>*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXO;7svNtf-*-3FJn#H#3}DD wG778CTFK}pYw)TekiEw$Awl-QfddQ-%7P(|9jmvx0sX?@>FVdQ&MBb@086b`r~m)} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/meta.json new file mode 100644 index 0000000000..10152c7bae --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/meta.json @@ -0,0 +1,75 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "blue_icon" + }, + { + "name": "cyan_icon" + }, + { + "name": "dpink_icon" + }, + { + "name": "green_icon" + }, + { + "name": "lpink_icon" + }, + { + "name": "orange_icon" + }, + { + "name": "purple_icon" + }, + { + "name": "yellow_icon" + }, + { + "name": "stockings_yellow", + "directions": 4 + }, + { + "name": "stockings_purple", + "directions": 4 + }, + { + "name": "stockings_lpink", + "directions": 4 + }, + { + "name": "stockings_orange", + "directions": 4 + }, + { + "name": "stockings_green", + "directions": 4 + }, + { + "name": "stockings_dpink", + "directions": 4 + }, + { + "name": "stockings_cyan", + "directions": 4 + }, + { + "name": "stockings_blue", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/orange_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/orange_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d6331189fe7e73a10e55f588070eef02a21dc29a GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJeV#6kArY;~60D08M0%P64IVKn z8!{GXM9Uxh)30{4!?`EJValWK=jRW}E?BsfIqlAlGS+ttI!P|fVo4%(b0)K-+b93# z6a0O&GrVUN-vj@d?CIW)wZAzZMbAkJDLt@&gK>hggULdHhLwv~F)w&vf1*Ii>4Ci_ z=fnv1Kj!bPTa_AgS(YsLBYl0Hz*~-_(~Jdi(_4RiF+BABLlHx}jH5#i#{=V@B{ltg vGc+#x@EW{o2xRZEO1Q$v{F;G{jg4V%a_~-_r8AxbeZt`B>gTe~DWM4ftPWhP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/purple_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/purple_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..85c28ea4945c3bdcbb5c861ab36d435c309545e4 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJEuJopArY;~60D08M0%P64IVKn z8!`s0xWb?O&wX;z5k)r>1+R}sKc_$ByKvzWqj6r$Zl-buF~dcS+=g7@Eb>j8ueRDZ zy_}t||43AtmobU)q9Q|)%b_UiCdCa3KLnD2tVOa8Ash||>nA98a5Vm3;=;U9k>R^4 zPXafiPSKS@hlN4*7VB4Yzi$5Nv9EnPv&9n*rliFT^AlB;R+SuZ=}gON2xRZEO1Q$f im`@^t-N3+rf#E=8698e}*bEQJ_~R2ZIkFr1jkFhQ9SNg|LbZ1wV8 z)p4P>yDykpJPfq=I`G=NbM@=l&wf1r&HdW<$1L&XucW(=n!U1K%yP%xCVA%_)8oJY z9)Dn}Z}ZCE!$Hu)!7!Pr%YjL5YD2`7hK=U8vaFwR-l&z!XIlSjF-y(9{a5c!y(Uq` z)V^_3T>iUFo-eL%H)ja=ch#Kl@yD<3oCc>GX70;9w|oEA?GHDLO;;s2- iwu*hJW?gpeAFCaQ+6VW455E9oiow&>&t;ucLK6U{@xi44 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_cyan.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9e7913191a9b07eb2bb32568dadf2ac490f8a6 GIT binary patch literal 495 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vni zPZ!6KiaBp*o%KEJAkxC#a%7@#5qE>Kz#^8sIT{Lk6{;3C%z2^Y5A?M!ouN%9``~+1kJT9Qs%qWH=ctg&2xd7@l}AoS4WkL77p(oe4=|4~xyd zJ^mSDth6&%k13WAq{iIAA4TVuYWrC zzW0IOw~h4AZ*jXUTX6hRYF%-)`K*?#eYT7f-hFCZQz69i+jb6+;LCdC759qd+u8{-YnWDL ze>!%fma+88H?1kZSZg@fF(hZ-@3<&_VMgpLQH@Q9pD&E>s#K|3Hf!Y;U<@*Ny85}S Ib4q9e09Ihq^8f$< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_dpink.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_dpink.png new file mode 100644 index 0000000000000000000000000000000000000000..136c523f1dfd0b2b6b7a1863d7b464848db1453b GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R55 zr;B4q#hkaZ4tgDS5OK|Sd~~YR-cc}F^WEP`dE9kD2iL|wigVF&wLiGk+WexpPK$-7 z@#H-#3*O%}ncH&j;geD+tM@EVJQz+)WSF4LsNl}z(8tms!^vPN#89NdfRIr4I&k=A z?A4n6zwVrIN-j90Z13gpbH}lxPeW_}Y^!FSHv7R0@%B%>S2JVkrZl{LYrAh%W$hok z-!Ei71C{P%>N+5+VHD<|@n33H!;AAFtUP-!gxyvwKd|oe57iH+od9CM9viE3+y!UU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_green.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_green.png new file mode 100644 index 0000000000000000000000000000000000000000..bb57af7132a9054eeca0c9eec5027d2e8ff53130 GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5f zr;B4q#hkaZ9K8-ZNVLvZ*de^>CF3q3L6=Qmq^g?Z7HhA6$a^NViDT)GSB!T!;uLVt=sv0LrMXCIEt;PI=t(l4~(YeEUzBNadzxmCS>rGa7L*5>;&a7P8-U$NhRg}qlpq#Ng&YxVWn&iBtAz4*(1$vWo6 zEIh8KJ|9i*{8c5&hT>W*-caFu@$RIw_aEDLhV3ehcWZy`+VOZ^!hM;Zm3uionWo(l zl$+ITSSoi}c*0x{CL>jamsVa5ULOOP_WWXUGTF;?Y`^M(jQ1!1_np5jE}(Q{^@UgB q9jca$Zprr}vUFd3*SF_B?{GNXb!lS3a%gA6Bwr4U1r3Ijqy z-Q&RHyUthd>_0o*eV?ImQxG!2get zQk_2I(a*tKH(y%xl17xy_H=>dZf~j(IQ3mZc%5#OG^1dL2s8OTwxL)}E9O{$o2Yi7$}p-_@7BEv5%+ ziw)Yoskv~@*rasFj6L~<%_8H3|@;j!za_D1ekl|#o6k;e+VR+)ffRON; z(r|sb=hpwf7S5Re^Vx(>nU9NEdeZcF?A*Kh`04Yk0X}<+cV=|Q2gkV8rcG(M`dN9O z-oF3G?8Duk7hM$F@6#bam+|r1w_opx7JvlmbNEj+SWIDDsD3L?dJB-c#hQoaA!56#wp72<#xFn^1s$t#K%v6U{v!^i5<2i9v{6X?{?Swfx%y(w( zxmX_Gz#qT}(N#AzCyk<{)_xVotd|_WxIalPFJ-ek4Ly-!@6Ay+H6B#BbGb*?z`iqv_pKKa7h{QL&?DZhUmyZ`meuV$7RsRw-Y4^{r&UiRWvh|K!_ zH>C*^8fuqp%e=nq(B^&rxSCO%i^U(CSW3P>;XS{P;k;!E=Zklj+aL8+H`Nv!9Q&r0 z!a1YZ{l^8Fo{gVpC@{MIu&HI@QdMAARajo3!x&e~XjrzF>DWo3ge~8n9R6_x$bYn# u>;GS-l_}~6Zrn6~7R9}5FH>^%ed literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_yellow.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings.rsi/stockings_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a09ee4e7f4f8c032c1e06aadfb72e0731f2a51 GIT binary patch literal 501 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vo7 zPZ!6KiaBp*o%K5GAkx~elycKG-f2m|l7zyA+VhXFfA)-d=_KO9wRFcv!I&LymR-E9 zCbj(MY)`e=IiGc%tURmR_01<=sP=d0V`-4#WUv%sC{kf~;=yoYBEtk_Mg?~!B#AvN zHh26lKYIRp_R+wb5=w%~`=&Qs{K2<8ee&CXzq5XBo;$Vg=pxO3eMerK?`5f}z4xeM zZp!c1r#42I9IdbV*#CYmeh@NcT_M_V7m`oGP zo9i!oD@+frvXqFe7H(qUi4Bp+OR(!1|B(2{2ePxd?MH&ahf##lZEinMYlT<=^BWgm&Cmge1 z!LUuhV0-I_{FvQNTa-I=*$-6Sy~OkA^5f+X_O(xEws^w9l;q4XKT$>0=0!uN(Ag^t qi}@r<53FEzlQr1DmynRa!0_ju@0@+Q9eF^1FnGH9xvX12o zKp2Kj*JW9BN_!Z1V(iBcIAV{DTNGzpFpzGzll3t${c2Qv-eo+~XZb7>>?O1v61Mmq!*tyi g@&rK;gx?3i1HYO+2giVbKmY&$07*qoM6N<$f^YG3AOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/ace_thigh.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/ace_thigh.png new file mode 100644 index 0000000000000000000000000000000000000000..964ea4703f7053b58887167f4f1c3969d8f7b262 GIT binary patch literal 556 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vnd zPZ!6KiaBp*8Tv6finP@WXDYOvVsc77t@%P{!*u5gM*at^Z!8-3_L?i0l}(8fO>!0-1K*eWzD% zJO8|YS5|FJ|Fscm651;bzVqwquVs zu0F{YwRYN#a#LNCPnG-~kv3Aj7v6uL`}bzfvmEcW*I)0Oj>7CT{ssDvCo=z7k*#AG^|DE>q``15J%v=5YtGTEb z$LGy=vJ>mXX2$t~d; z{=d~MaE|-Pp=yUyvk%SN6Y!mLf-T3xJq|iHjGFnMY%BXq^4@>gv3hZ!mdCY}5ASvz z_1^R6_2x+|Kj!T@zJ2ZLdE6RKM(4O+NnY{*+p~6OgVLeM#y@+UbmHfEy>WkVjawNQ O{S2P2elF{r5}E)4tnpX? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/assblastusa_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/assblastusa_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..86590ad35eae6dce118c1612d65901117129169e GIT binary patch literal 301 zcmV+|0n+}7P)i&0sc|tsVAO9)aE`*91RnnwHw#W0b$uqs3T6@0F)YD)3{@2U9*)Mjx3beB}Sm-buNn}*u<7Oy~VCXo^ zO`j*>LJwl)7TnD{{W0T8(_@k2K87EDMa0EUetiDBZAo={ ztD)!=mOXCs^He3LAMp`%@wSV6b9mAWu2ZH7waMOnYoELCWRITLo@;&YyZk=>$=(XP z@2_o=O31vj;1$y~zrz*#bB|rW|NE@vzTTwunL1Un_s-4wulnQUe{bG^Gx44c&np+^ z`p>HE3~RWNzliP0`=9?DUs(7h3$ZoIr)lr~!|D*l%rg1=@5Jrt;irJgZ#;iwt#>Os z_4_QRH=h&S`W{rD>^J=k^ujcom>q2LHP0r_mv42%2px=obN4>rx=vlc;Q5E|J31{h zIA^@Ne0ssoV#dwS6joH5IeIs|I4&zY@ASv3XYKwm-4yOwVa>10xJZ8cWy^_=Q&?Ag zd-{6PH{UyzJc58CK!}E=6Gu0iSComGKIs zRDWWcx^Iu(&&^DQ_rC0D(7I*nU~ulpvrz6&>8!7w{bSO&{7TQDEWZMnvKTyF{an^L HB{Ts5vDYIC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..436b705427494405657de548c9c7e7d352c52e7c GIT binary patch literal 315 zcmV-B0mS}^P)VQ!Pj5=Uo9l*fA005;NdUV0`*J}U( N002ovPDHLkV1kEVbjSbz literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_thigh.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/bee_thigh.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0b8d7e92aeeaf9303501f254377efb5d85e43a GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qfy zr;B4q#hkaZHu_5&iX7Xo9eZh`meS45VXLkzd4}8czy0hJwzB@1TJe7JqSLmEtIyll|4{mA%U)>6ARx}n zK!}b54LZwS&Fqeql&-YD z%-x{ppeE>agURR99mbC#TN$*{UU5b;{P#cO9OF{fg4bZN9n-EGO)k%o z^bX~I@XkI^RzX)iWYW10_oD8JJh)Xwo*|wgu|(x888^O-T5{q?7fbF@XEP)sO!kMNhNXUw+(7 zzIUzHcJunD>G%CE+YMbZ7&Zwb&PUgazOQ&BST9}iO@3euLi+$?rq61G#RzBlcn!vuJ^ZHYU+u9pk z@|}LjJ(zP@oBfQQf|dO8-aVXY;_QdsG4@Ft{(1U$%?DeDuUuRFxTKSW1-?A--o5{} z(c{$$49|Gt_LZl8I-OC=ICba$nyd2LZQsAjQ2tTL-&wWt+^-@FjoKo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..860672d253c068bb56ec3bb8f50b8d83723dd2a0 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ*`6+rArY-_r#NyoC_5DhnfA3YnW>zN(zZ;m2t4aPvv9%QZ$YOrlO*~>KXN>A*q`C`vdF7+`LW$K zD`XPcojBI6pI!Yv`t{K-l^iRW{g==DRpA!VCgQ*-@}ZbfsfZ!^k@V6(Mvaa@XEJ!Y L`njxgN@xNAtH@B& literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_thigh.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/black_thigh.png new file mode 100644 index 0000000000000000000000000000000000000000..f9401ca1c52ec59a778e1d862a32fe14906e01a6 GIT binary patch literal 451 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|R5J zr;B4q#hkaZY`a<Fl?4sWJ~GTZ##|wt|A^71m)*cnOz`r}T4vq7&1bTb{e!-$ z{xc2vebKJD?!JOMlS3a%gA6Bwr4U1r3d0i*h7%JRCMYu^Nla(CQu_D9`rrHhTkUH1 zIC5hD9;U8E2W-yY*p|D0x(eqfo8u*e2F}LP=>2}YGv*kDc**JanU*E85l>yITxu|JRKi}zl zY;nl&F|Q{9kXZr)M`REGMPjbgyE%m-v_I^rkn`#^D#$!T!CY_TZiF$N!t0y6DDb%1_ln;= zq$_hsQTCAHohIEc5zawQmt2B*=KZ+0^pD6VCRPC_j?8)IiW#EwPHkd7&UIwPYt^sG zU*64p;hmo#)p)b#tku8Pq{dqT2Xq&>hU>16Pzc+tYuA15v^>+JwMA!(y?6LO*i&RZ yW9Nqn&l3xt?XA^wmG5soKY>YPfx}}ahP>Qsq8#=sFRcfxCSmnPx zr|xd4$}s=Or5iT8$#6U1M{}05d@1;8bKruLWV!C@$Bm~=^pn}OC!IL)zl1f%{KA=Q zvkL#px;+1`-C!ZsU~!e{ROauic72)0b`)6&`-J_|V*LB{b8z*kX*-1Ov)1t$e+~~n z@bmZk|1W?2e(-^P)6ECcdwEnPDJr-wulq zLWsX-;Rzt;{Q0~9Ti{uA2i&W=*Fz-Kb?^pmMkzlX>bqD5=NsT$DW-0wHqZfWrI@;# z+Q9r0Sb2t0O1&I`J#ek`0lZ9qQ~EBv37iH_`YnOB%#Uio-u_kN&d@q+e?3udotiJE1;7nNh)=$)S&>L57pTQi!2Qh2e<@!-G z=*(GDyS^}TTDbJ?|6i|XB&V|oPTaqZ>6wm_s(!EggL(VI4s>r_z17e)<*(qz9naT` zen@@W6n{B;&ZfE&)*a8oSwqe}U(0Yi_x^^*oNGSksLy-g6Y?*X>5aR6(4_y%w$D3o z^qKu_CA)_%DgXA0PMBT)h0pB`YvRvxPJ`L+Up}7Vx}<3Kwte3fjQ0QIYR2hQsKhLm zC(pld>=PH**>;U*b2S&_jd(3gE% z!hhc#<*P5)@rX@0pk=iAbiKd{Pc{2{Wz0b3An-;ixh3dS#@gPWwa<&6&k>z3{Qp~N ztnzc2ATP1!e~MKOn7Ch$%02f}b)H4ZSF3kjAOD@VEMuP6#K0!Kgd<^tV;4D$#M?DJ w_p0Nolz#tU*!^B$&m*=ub?rdMJg9Zzi2s;esl;evath=+Pgg&ebxsLQ0EMz!?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4ee67a0e470cd10905ed86610e02b85f126054 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=_dH!3Ln`LHy?Kzc#Xz9-Vc|_S z9R=~<`AR#ZTVE=lmSOQXd7#j&$yG4npa`qQiG(gDnG^$8Mn0n%ix}7?eF7Vr zd6r>OmX*a=r4^mcTRO*NZNm!pm%-`^uL7-rF8tTmQNv)rZ-=yC*v3O3Cwsd3xvXy>_s>qr2jvNfh10pnaBnZ1lJ4UD*kH-F)-YC zhoT?s03>me9Kb@1BEb+Ojt~Qb;5#geaEVjH0aq0f?3a=Z3~!!es=*~r6$hkzMzGl= z85n+j##Dn#oDd)?zLFS@Fw7IX$iU#O^PfS+j)CFHA(#|A4Zy{>USUjnrBAd2hzbEH z_|LHQ3Il_X9RtI=E10qf@&BYGL}EkWzdVCAir7PjqcHvWObsyVfKdmGI$+cR1M2_=1_l7^m_d@4T3L^rEja$E}|4cV=1}cdmOD_uQ}eT=yWPTM2_{xihR`vIbu8JG3BlQWt?R2 zy|MpS7}LJ{jLEAmJdUk*<9TNHA@IJ}fuGmxKD?Cv@La)n+T@-SpHhE3s(G$&u+Hw~ z-k-t#>XH+mUJiS2xu@aee8X>kSO3rYwP5dMoBQ6^)s|m(wLkS=E#ug#x?S)7p89;Z zBsP2H=_#du7qa9$FvxT1KI!Z-U2K1jrU+-S& zZ=$sM_NG<#QyNOotazPYb1eLC&B|-sTG{(IhKrrgKJ%hFPCkp@?`ylzhOV1})Aw%r z5E);`)r=ZQSi^5J!>g0^2idPQ`^B%96AhZfz2hazjswk?CFigN`0tDJzTO&FJ5}U4 z)2nRRKgBs`tvL;9tM=-Bd9`|ph4_TIi?tY+`TPHv$64`~=ScPWhbjlYyyU!Z%(#AT zW5s*RIV>r~OfHFG3%q_k6WUaKWB$Rn*%!`m3Z#V{xE^!BdqyN{(g&Go7MvGsf40i9{d{K|A=bxFj*)XP0d3AMq TRoi)BqGa%N^>bP0l+XkKiNHA| literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/striped_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/striped_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6aaaa145f1e4d124e93269f28596ea5f3d091b3e GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ?Vc`0bDx}aMA6Me!RzDE&*=~OE?l_8Xq*?bo2i^Z%JgC)z6BS#MOgs+b~ zDBIxLvx`rHmob1N<>?bcpV>y831F5Vkd?u{VZwtO{}tR9{1oH4aOB@)A+94<5B~3~ z{T;xvK#_rMgMh;%h`4wQ6gAIrbP*_=DcxBiA(%g9X@|li$)e5-UbeOyop)#cDGU4> zHuIgq)jfYa5B;%gw-93})M0oO!Ej_FLq{^Bz;PypK2`@A?goT}rqG4byA^+SzW=@X zibPY#34Ngtf4+2dpI&|V+OX6l=C5-~jOE|?Gj4w?u;DrUC_+T= z=emYTlVcfAi5}RUdrtI0rJ#S)ia$Dx`Rnx`Z%o}(!dmz2*!!J#RnB~#>AS4PX!iMY z=YLa2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..59b21b6bc6c18ce9e9b5cfdee0885f244e0201d0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJa!(h>kcif|Qw;eU6a-k@lbfe#1)w6E(udvK&WKmIQJjdD~ Zy`_)m(?rRgM}SUX@O1TaS?83{1OTN9K+XUF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_thigh.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/thin_thigh.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4db79b0a03218f570b6e3b60ae8d632cebf218 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|TRs zr;B4q#hkaZtofP^1X!1QOl4m1-iWyIdtW0)yaSCKQb|YYq`6aH8cT-yo z57{a9u`1w4=d>7oFUK5S#DB5Pg8y)V^mbe4JI*DA(odYCB zY-Bj%DQ2)QcXHqAi^5k<%~wgd^jGKNbCJT7f2O_*X5TEAT&x!QNu6`X=E%>7)BFF_ zaVp`r+HYFJ$r&|IY<>0~fB#Y5)L^ah^0u}92daaZjtgaH6#JJ6JIHW5%t>O(I?MfI z`syoNy*PgK+%B*7m~p4(R86DnHja+J|0l*KOuVBnQXbYKy7?y`Fz^^WUHx3vIVCg! E0Qhr=5&!@I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/trans_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/trans_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..59380c580b9ef958ff28d804a94c71ffabb775ae GIT binary patch literal 341 zcmV-b0jmCqP)F`02X5OOuw-Q z&X)Kp&G7rfSBAHrKfuL=c?B3)1-KbrJbp^D6G#pLMkefT#wAV&5U0z>2F~PCRcHA5 z{yhW3n^$nL{~}@xT!MlO47YF6#sQg6L>cB^-_G#k=MRQ&@{bu9-+g3YK#BrJUIB)0 zLi`L24<9mcuyZgZYI;)F0Z{N?QeGa+Vi)3PkOWx>a{x3efaKr5c=?}{oIqSQ-2CXj ztPn4X*t2hc;dV=LF{8*me)pMZvx!cGPz&MgzdydgF}fTnfY>O&=Npm=9&|u*Hl#Kf nb-<_tMjbHffPr-Y0|Ns9XEIJvB;JcRrDlz6d+D^6UP!N(`t>+3Gwt0(oJ&E0(at{E0PEG7T9 z^+~C_2dA?OOE350UVD|vv>@d0-hJ;KHFJ9(-n-{*dj7NIsgDeQ_kDl(u(oYCr$9Sv zgM|*mkwiuXK5mA>2!@WsOb#+)439Q2AW8XYFm`LpAN}z8>hJKi_E!@)gnuryUJ!C( z;jN7qb94B!HkQa8-O+#Q8lO+FmRMkJx&Je3!;n>1FZ|b^(jY$n-l7Y$j;?p(zF%*$ z;lldZ8Gesrs<@)3o?Vc}HT7v#>YqEg^G?{$_g%PcpPZF_346phmlePE`|Sw5AJCWT)cQ0o=ARE)_SChP?PT)arjWudcSYxBQ|`^C3Az~~ z%s-X6BdWgzrEvXxP!ZI&Q!C)nw9^5%*S(Nm{r#+cmB3FGgQ@nD8jgm?A9?)d%fwl? zIz_+VS(?BuXR!QUeejxlJ7s3JJpQ@0ui?XA$9<`{3m#7k`*%Wif!~h@F3pBlGTD#6 z+Q{|%M7Em5xo~y+Ir81spFH&IRT%3xOFlKP75n-B`I{~Q^zg$Hv@dF2{4lL-J^7o- zXPx72<~1%t(}O18$av>mQEkD!D57~9L#eNwpufV@(~EX)=3f6;axxaHGh_HPU&KzmCR9-VENa8=Q|}js&j_xsv7D91 zartpT@BZbjcM{F2Ze|I+SfJ|AJBL^0w@}p;8~MjhsXIFlKVL4{yq|G)lseCu(-+nQ P6EK6PtDnm{r-UW|(>71P literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/uk_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/uk_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a220545c31b286f70c5fb739d9e340333c51a71d GIT binary patch literal 316 zcmV-C0mJ@@P);Gi=>~@v^#_G9v8-I)-#y{=3ZWB!RF( z;2A@=V7x>U*$9O|+ZK!{ixxqk>zfcr3W-guvtsii|6JFpfU`TpPd)5S7g9<@hJm0a zWl0HRb{i#@796-neD3t!_mzHoe*6CC^W4;meC|_*i~)U| z4Mjc-Q<9k$$Otn$oxz}SoW;RXjR8q2*!RG<=|4|>KK>%~IR{Kw@y<%gan;!lq~v^n?u z;%i5)&OcsERm=Aq%=I(OF%bxsNI!a?FZKsxuX)*d#ZH%hx0rq%*yE{ck>m32XKdcA zeqXCkOX@CsY+T3PcBpOVE{oVVE4)5CNq)ty2`A$H9r7k`GJbb>YO&*lsZSp@%@RDb z{Xa2b@L2u9&sjFgJM|q3`2LA*IBCn+^m&8Whq~0f8kzYCS6+6#|Dlw*Y4NfDdwJ3TElHu@NCAWNUal9 z?`qZ^tUnKL&#==q-}ox`h3W#0pGmRzz9zobHe>r*ZT0ibrvCUDf5q2_O5824eP9So OUkskEelF{r5}E*{CMY}r literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a528e941a74db201828483717674a0dfb280d247 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ9iA?ZArY-_r<~_vQWQ9L{GWr1 zxbm)w&wt}nJNxV!()AVZnu!R9-}t2_rZh{wy!x8jwn=Mp<#yBCYCU=0z%C6> os;H`aFE7BTzopr02`-UAOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_thigh.png b/Resources/Textures/_Sunrise/Clothing/Socks/thigh.rsi/white_thigh.png new file mode 100644 index 0000000000000000000000000000000000000000..720119316b6002a6dc8ac176272412031c9eba68 GIT binary patch literal 518 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Vm@ zPZ!6KiaBp*o%L&W5NSQXW!Hv(EoNcaH?~SmJNDyW{{@NZM{eW>n>zhjscrpDAY;QU zwqtyTJHOvH2zbCFe|WBII{TqOMu9%AhJp}=mc>j8GNKF*S1@q6vpQI4F(63=dmngv z_QtgD`s>%7%|HHtQ~u{x_X7nMF26ptJzw5_b>qE{oK1_Febj`1q?HINdQOu6c{fk| zdwJp8-!IhzzB66Ex3=`p{>91+hgRw+^d(ETC0=`{%gxu#ml&9Ib8F@7=dOWUzRo-l zUZ=|VwBSkNnjmL>0#I>@|xbZr}t|D z&OJXo{j>GlbK5_^3h+FjHruYPdh*XG7DZhCKzQ-E=Ye1KpN>4=#W26NK#sBcce{o4 zTk}n73Bob!4d&WDdi?k5%c{RD;1IFkOn8_%(@gA}arS0`O{Tgbbend z-!*+QLs;xNhGSbc{k`}?=9-?=!~;Bb6%&1bDBVyOpTkmcYUa5Ko*EvPMSKsgNpfWQ ddD`R$tDE&6hZjp<^Z+B4!PC{xWt~$(696Kh-(CO! literal 0 HcmV?d00001