From b9dd80c70767c70b8cc7701b24b43654115d1f53 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Sun, 29 Dec 2024 19:51:18 +0000 Subject: [PATCH] Christmas clothing (#971) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Christmas труселя * Рождество * Fix Sprite * Fix * мг --- .../_sunrise/entities/clothing/bra/bra.ftl | 2 ++ .../entities/clothing/hands/gloves.ftl | 5 ++++ .../_sunrise/entities/clothing/head/hats.ftl | 2 ++ .../entities/clothing/outerclothing/coats.ftl | 2 ++ .../entities/clothing/pants/pants.ftl | 4 +++ .../entities/clothing/socks/socks.ftl | 2 ++ .../entities/clothing/uniforms/jumpsuits.ftl | 2 ++ .../_sunrise/entities/clothing/bra/bra.ftl | 3 ++ .../entities/clothing/hands/gloves.ftl | 4 +++ .../_sunrise/entities/clothing/head/hats.ftl | 2 ++ .../entities/clothing/outerclothing/coats.ftl | 2 ++ .../entities/clothing/pants/pants.ftl | 4 +++ .../entities/clothing/socks/socks.ftl | 2 ++ .../entities/clothing/uniforms/jumpsuits.ftl | 2 ++ .../Inventories/clothesmate.yml | 1 + .../Inventories/winterdrobe.yml | 3 ++ .../_Sunrise/Entities/Clothing/Bra/bra.yml | 13 +++++++++ .../Entities/Clothing/Hands/gloves.yml | 22 ++++++++++++++ .../_Sunrise/Entities/Clothing/Head/hats.yml | 11 +++++++ .../Entities/Clothing/OuterClothing/coats.yml | 11 +++++++ .../Entities/Clothing/Pants/pants.yml | 27 ++++++++++++++++++ .../Entities/Clothing/Socks/socks.yml | 13 +++++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 +++++++ .../_Sunrise/Loadouts/Miscellaneous/bra.yml | 9 ++++++ .../_Sunrise/Loadouts/Miscellaneous/pants.yml | 9 ++++++ .../_Sunrise/Loadouts/Miscellaneous/socks.yml | 9 ++++++ .../Clothing/Bra/bra.rsi/female_christmas.png | Bin 0 -> 3199 bytes .../Bra/bra.rsi/female_christmas_Icon.png | Bin 0 -> 234 bytes .../_Sunrise/Clothing/Bra/bra.rsi/meta.json | 9 +++++- .../Gloves/christmas_gloves.rsi/Icon.png | Bin 0 -> 428 bytes .../christmas_gloves.rsi/equipped-HAND.png | Bin 0 -> 464 bytes .../christmas_gloves.rsi/inhand-left.png | Bin 0 -> 251 bytes .../christmas_gloves.rsi/inhand-right.png | Bin 0 -> 260 bytes .../Gloves/christmas_gloves.rsi/meta.json | 26 +++++++++++++++++ .../equipped-HAND.png | Bin 0 -> 424 bytes .../Gloves/christmas_gloves_long.rsi/icon.png | Bin 0 -> 499 bytes .../christmas_gloves_long.rsi/inhand-left.png | Bin 0 -> 277 bytes .../inhand-right.png | Bin 0 -> 287 bytes .../christmas_gloves_long.rsi/meta.json | 26 +++++++++++++++++ .../Hats/deer_horns.rsi/equipped-HELMET.png | Bin 0 -> 312 bytes .../Head/Hats/deer_horns.rsi/icon.png | Bin 0 -> 2940 bytes .../Head/Hats/deer_horns.rsi/meta.json | 18 ++++++++++++ .../Coats/coatchristmas.rsi/Icon.png | Bin 0 -> 389 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 955 bytes .../Coats/coatchristmas.rsi/inhand-left.png | Bin 0 -> 469 bytes .../Coats/coatchristmas.rsi/inhand-right.png | Bin 0 -> 474 bytes .../Coats/coatchristmas.rsi/meta.json | 26 +++++++++++++++++ .../Man/pants.rsi/male_christmas_boxers.png | Bin 0 -> 608 bytes .../pants.rsi/male_christmas_boxers_Icon.png | Bin 0 -> 2876 bytes .../Clothing/Pants/Man/pants.rsi/meta.json | 9 +++++- .../Woman/pants.rsi/female_christmas.png | Bin 0 -> 653 bytes .../Woman/pants.rsi/female_christmas_icon.png | Bin 0 -> 197 bytes .../Clothing/Pants/Woman/pants.rsi/meta.json | 9 +++++- .../christmas_stockings.png | Bin 0 -> 455 bytes .../Socks/stockings_chrismas.rsi/icon.png | Bin 0 -> 302 bytes .../stockings_chrismas.rsi/inhand-left.png | Bin 0 -> 316 bytes .../stockings_chrismas.rsi/inhand-right.png | Bin 0 -> 325 bytes .../Socks/stockings_chrismas.rsi/meta.json | 26 +++++++++++++++++ .../Jumpsuit/christmas_jumpsuit.rsi/Icon.png | Bin 0 -> 572 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 1528 bytes .../christmas_jumpsuit.rsi/inhand-left.png | Bin 0 -> 656 bytes .../christmas_jumpsuit.rsi/inhand-right.png | Bin 0 -> 641 bytes .../Jumpsuit/christmas_jumpsuit.rsi/meta.json | 26 +++++++++++++++++ 63 files changed, 349 insertions(+), 3 deletions(-) create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_christmas.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_christmas_Icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/Icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/equipped-HAND.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/equipped-HAND.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/Icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_christmas_boxers.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_christmas_boxers_Icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_christmas.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/female_christmas_icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/christmas_stockings.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/Icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/meta.json diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/bra/bra.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/bra/bra.ftl index ed2973583d1..beb35f79bf9 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/bra/bra.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/bra/bra.ftl @@ -22,3 +22,5 @@ ent-ClothingBraUk = women's bra "Great Britain" .desc = A bra with a design symbolizing Great Britain. ent-ClothingBraStrapless = women's strapless bra .desc = Strapless bra for invisibility under clothing. +ent-ClothingBraChristmas = women's bra "Christmas" + .desc = A bra with a design symbolizing Christmas. diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl index f399f533147..37065770b84 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl @@ -4,3 +4,8 @@ ent-ClothingHandsGlovesCentcomNaval = nanotrasen naval gloves .desc = A high quality pair of thick gloves covered in gold stitching, given to Nanotrasen's Naval Commanders. ent-ClothingHandsGlovesLeatherHoS = leather gloves .desc = Stylish black leather gloves. +ent-ClothingHandsGlovesChristmas = christmas gloves + .desc = Stylish Christmas gloves. +ent-ClothingHandsGlovesChristmasLong = christmas gloves long + .desc = Stylish Christmas gloves. + diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/head/hats.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/head/hats.ftl index 62ae255fc9c..c7e299116ce 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/head/hats.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/head/hats.ftl @@ -52,3 +52,5 @@ ent-ClothingHeadHatWithPaces = Hat with paces .desc = A black hat with paces, usually worn by Jews. ent-ClothingHeadHatSingulo = Singulo Crown .desc = The greatest achievement of engineers and scientists - a compact singularity installation that allows the owner to demonstrate their status and uniqueness on the station. +ent-ClothingHeadHatDeerHorns = Hat with deer horns + .desc = a Horns, usually worn deer. \ No newline at end of file diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl index 45ac0e45845..0dec392e0fd 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl @@ -50,3 +50,5 @@ ent-ClothingOuterCoatUSSPOvercoatBlack = USSP armored overcoat .desc = Old stuff, straight out of USSP. ent-ClothingOuterAtmosianBomberJacket = atmosian bomber jacket .desc = Tight, worn atmosian bomber jacket. +ent-ClothingOuterChristmasSweeter = Christmas Sweeter + .desc = Pretty old stuff for these times, bringing back old memories... diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/pants/pants.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/pants/pants.ftl index f2d5a7eadbb..eb0799577c5 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/pants/pants.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/pants/pants.ftl @@ -18,6 +18,8 @@ ent-ClothingPantsManStripe = men's striped underpants .desc = underpants with a striped design for men. ent-ClothingPantsManUk = men's underpants with the British flag .desc = UK flag underpants for men. +ent-ClothingPantsManChristmas = men's Christmas underpants. + .desc = Christmas underpants for men. ent-ClothingPantsWomanNekoWhite = women's white kitty underpants .desc = white panties with a picture of SEALs on them for women. ent-ClothingPantsWomanNekoBlack = women's black kitty underpants @@ -42,3 +44,5 @@ ent-ClothingPantsWomanUk = women's underpants with the British flag .desc = UK flag underpants for women. ent-ClothingPantsWomanStrapless = women's strapless underpants .desc = strapless underpants for women. +ent-ClothingPantsWomanChristmas = women's underpants with the Christmas + .desc = Christmas underpants for women. diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/socks/socks.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/socks/socks.ftl index eebb573ee19..52738350061 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/socks/socks.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/socks/socks.ftl @@ -72,3 +72,5 @@ ent-ClothingThighTrans = thigh-high stockings with a transflag .desc = thigh-high stockings with a transflag - elegant thigh-high stockings with an added the transgender pride flag at the top, for women, and maybe even men? ent-ClothingThighUk = thigh-high stockings with the british flag .desc = thigh-high stockings with a transflag - elegant thigh-high stockings with the British flag at the top, for women, and maybe even men? +ent-ClothingThighChristmas = thigh-high Christmas stockings + .desc = thigh-high stockings made for Christmas time \ No newline at end of file diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl index 04dff181486..1c07049cbf4 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl @@ -36,3 +36,5 @@ ent-ClothingUniformJumpsuitAdidasBlack = black USSP sweatshirt .desc = Greatly tailored set of pants, t-shirt and windbreaker. Features a distinctive two stripe, name print "Red Sickle". ent-ClothingUniformJumpsuitAdidasWhite = white USSP sweatshirt .desc = White version of the popular USSP Olympians sports uniform, has two black stripes on each part of the set. Fashionable, stylish and bright! +ent-ClothingUniformJumpskirtChristmas = christmas female jumpsuit + .desc = Pretty old stuff for these times, bringing back old memories..... diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/bra/bra.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/bra/bra.ftl index de9912df86b..f90a5c4ff13 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/bra/bra.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/bra/bra.ftl @@ -22,3 +22,6 @@ ent-ClothingBraUk = женский бюстгальтер "Великобрит .desc = Бюстгальтер с дизайном, символизирующим Великобританию. ent-ClothingBraStrapless = женский бюстгальтер без бретелек .desc = Бюстгальтер без бретелек для невидимости под одеждой. +ent-ClothingBraChristmas = женский бюстгальтер "Рождество" + .desc = Бюстгальтер с дизайном, символизирующим Рождество. + diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl index 4610f4b7d39..d2891744f95 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/hands/gloves.ftl @@ -4,3 +4,7 @@ ent-ClothingHandsGlovesCentcomNaval = перчатки флота Nanotrasen .desc = Пара высококачественных плотных перчаток, украшенных золотым шитьём, которые выдаются командующим флотом Nanotrasen. ent-ClothingHandsGlovesLeatherHoS = кожаные перчатки .desc = Стильные чёрные кожаные перчатки. +ent-ClothingHandsGlovesChristmas = Рождественские перчатки + .desc = Стильные Рождественские вязаные перчатки. +ent-ClothingHandsGlovesChristmasLong = Рождественские длинные перчатки + .desc = Стильные Рождественские вязаные перчатки. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/head/hats.ftl index 67dea2cbfcf..0fa921fac6a 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/head/hats.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/head/hats.ftl @@ -54,3 +54,5 @@ ent-ClothingHeadHatPatologonatHat = шапочка патологоаната .desc = Черная шапочка пропитанная запахом гнили ent-ClothingHeadHatSingulo = корона Сингуло .desc = Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции. +ent-ClothingHeadHatDeerHorns = Оленьи рога + .desc = Рожки что обычно носят Олени. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl index 213e749ad18..d9f2add76cc 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/coats.ftl @@ -52,3 +52,5 @@ ent-ClothingOuterAtmosianBomberJacket = куртка-бомбер атмосиа .desc = Плотная, поношенная куртка-бомбер атмосианина. ent-ClothingOuterCoatPatologoanatom = Халат патологоанатома .desc = Стерильный чёрный халат патологоанатома для работы с трупами. Немного защищает от проливов кислот. +ent-ClothingOuterChristmasSweeter = Рождественский Свитер + .desc = Старый вязаный свитер так и напоминает об Рождестве. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/pants/pants.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/pants/pants.ftl index 2135c436072..84adf203299 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/pants/pants.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/pants/pants.ftl @@ -18,6 +18,8 @@ ent-ClothingPantsManStripe = мужские полосатые трусы .desc = Трусы с полосатым дизайном для мужчин. ent-ClothingPantsManUk = мужские трусы с флагом Великобритании .desc = Трусы с флагом Великобритании для мужчин. +ent-ClothingPantsManChristmas = мужские Рождественские трусы. + .desc = Трусы Рождественские для мужчин. ent-ClothingPantsWomanNekoWhite = женские белые трусы с котиками .desc = Трусы с белым цветом и изображением котиков для женщин. ent-ClothingPantsWomanNekoBlack = женские чёрные трусы с котиками @@ -42,3 +44,5 @@ ent-ClothingPantsWomanUk = женские трусы с флагом Велик .desc = Трусы с флагом Великобритании для женщин. ent-ClothingPantsWomanStrapless = женские трусы без лямок .desc = Трусы без лямок для женщин. +ent-ClothingPantsWomanChristmas = Рождественские женские трусы + .desc = Рождественские трусы для женщин. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/socks/socks.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/socks/socks.ftl index 3239371c453..945eeb7da4e 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/socks/socks.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/socks/socks.ftl @@ -72,3 +72,5 @@ ent-ClothingThighTrans = чулки до бедра с трансфлагом .desc = { ent-ClothingSocksBaseButcherable.desc } ent-ClothingThighUk = чулки до бедра с изображением британского флага .desc = { ent-ClothingSocksBaseButcherable.desc } +ent-ClothingThighChristmas = рождественские чулки до бедра + .desc = { ent-ClothingSocksBaseButcherable.desc } diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl index 3385ef442ea..78e389880a5 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/uniforms/jumpsuits.ftl @@ -44,3 +44,5 @@ ent-ClothingUniformJumpsuitBarber = костюм парикмахера .desc = Как же он хорош. ent-ClothingUniformJumpsuitAdjutant = комбинезон адъютанта .desc = Сшито на совесть из дышащей ткани, что позволит вам быть на ногах всю смену. +ent-ClothingUniformJumpskirtChristmas = Рождественский женский комбинезон + .desc = Украшен в тонах рождества, ушит специально для красивой части станции. diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index a069833759d..f6c9b15e582 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -15,6 +15,7 @@ ClothingHeadBandSkull: 2 ClothingHeadHatGreyFlatcap: 3 ClothingHeadHatBrownFlatcap: 3 + ClothingUniformJumpskirtChristmas: 3 #sunrise-edit ClothingUniformJumpsuitColorGrey: 8 ClothingUniformJumpskirtColorGrey: 8 ClothingUniformJumpsuitColorWhite: 3 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml index 0f8c73dac30..96e2d143c53 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml @@ -18,6 +18,9 @@ ClothingOuterCoatBomber: 3 ClothingHeadHatSantahat: 2 ClothingHeadHatXmasCrown: 2 + ClothingOuterChristmasSweeter: 3 #sunrise-edit + ClothingHandsGlovesChristmas: 3 #sunrise-edit + ClothingHandsGlovesChristmasLong: 3 #sunrise-edit emaggedInventory: ClothingNeckScarfStripedSyndieGreen: 3 diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml index 07acb446ec5..f54d288af89 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Bra/bra.yml @@ -153,3 +153,16 @@ - type: Clothing sprite: _Sunrise/Clothing/Bra/bra.rsi equippedState: female_strapless + +- type: entity + parent: ClothingBraStorageBase + id: ClothingBraChristmas + name: women's christmas bra + description: A bra with a design symbolizing Christmas. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Bra/bra.rsi + state: female_christmas_icon + - type: Clothing + sprite: _Sunrise/Clothing/Bra/bra.rsi + equippedState: female_christmas diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Hands/gloves.yml index 27f260ce943..cf370a439c2 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Hands/gloves.yml @@ -32,3 +32,25 @@ sprite: _Sunrise/Clothing/Hands/Gloves/hos.rsi - type: Clothing sprite: _Sunrise/Clothing/Hands/Gloves/hos.rsi + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesChristmas + name: christmas gloves + description: Stylish Christmas leather gloves. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesChristmasLong + name: christmas gloves long + description: Stylish Christmas long leather gloves. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml index a7a5a3d0924..a4d76e4872f 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml @@ -311,3 +311,14 @@ sprite: _Sunrise/Clothing/Head/Hats/crown_singulo_icon.rsi - type: Clothing sprite: _Sunrise/Clothing/Head/Hats/crown_singulo.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatDeerHorns + name: Deer Horns + description: a Horns, usually worn deer. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Head/Hats/deer_horns.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Head/Hats/deer_horns.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/coats.yml index f265e7d059f..91cc2063f09 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/coats.yml @@ -360,3 +360,14 @@ sprite: _Sunrise/Clothing/OuterClothing/Coats/atmosian.rsi - type: Clothing sprite: _Sunrise/Clothing/OuterClothing/Coats/atmosian.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterChristmasSweeter + name: Christmas Sweeter + description: Pretty old stuff for these times, bringing back old memories... + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml index 0db4c0d37de..780a39fca5e 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Pants/pants.yml @@ -130,6 +130,19 @@ sprite: _Sunrise/Clothing/Pants/Man/pants.rsi equippedState: male_uk +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsManChristmas + name: men's underpants Christmas + description: Christmas underpants for men. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + state: male_christmas_boxers_Icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Man/pants.rsi + equippedState: male_christmas_boxers + # Женщина - type: entity @@ -275,6 +288,19 @@ sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi equippedState: female_uk +- type: entity + parent: ClothingPantsStorageBase + id: ClothingPantsWomanChristmas + name: women's Christmas underpants + description: Christmas underpants for women. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + state: female_christmas_icon + - type: Clothing + sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi + equippedState: female_christmas + - type: entity parent: ClothingPantsStorageBase id: ClothingPantsWomanStrapless @@ -287,3 +313,4 @@ - type: Clothing sprite: _Sunrise/Clothing/Pants/Woman/pants.rsi equippedState: female_strapless + diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/socks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/socks.yml index a5f3e7bbbd2..060a470c61c 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/socks.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Socks/socks.yml @@ -478,3 +478,16 @@ - type: Clothing sprite: _Sunrise/Clothing/Socks/thigh.rsi equippedState: uk_thigh + +- type: entity + parent: ClothingSocksBaseButcherable + id: ClothingThighChristmas + name: thigh-high Christmas stockings + description: thigh-high stockings made for Christmas time + components: + - type: Sprite + sprite: _Sunrise/Clothing/Socks/stockings_chrismas.rsi + state: icon + - type: Clothing + sprite: _Sunrise/Clothing/Socks/stockings_chrismas.rsi + equippedState: christmas_stockings diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml index 831e4fdfbdd..4ca1d86be8c 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml @@ -207,3 +207,14 @@ - type: Clothing sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/adidas-white.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtChristmas + name: christmas female jumpsuit + description: Pretty old stuff for these times, bringing back old memories..... + components: + - type: Sprite + sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi + diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml index 05d07f0ff41..f700d06386b 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/bra.yml @@ -104,3 +104,12 @@ proto: WomanMoment equipment: bra: ClothingBraUk + +- type: loadout + id: ChristmasBra + sponsorOnly: true + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + equipment: + bra: ClothingBraChristmas diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml index a769ac290c8..ffba1c509f6 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/pants.yml @@ -106,6 +106,15 @@ equipment: pants: ClothingPantsWomanUk +- type: loadout + id: ChristmasWomanPants + sponsorOnly: true + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + equipment: + pants: ClothingPantsWomanChristmas + # Для мужиков - type: loadout id: BoxersManPants diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml index ad64d04731c..97a7ef738e0 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/Miscellaneous/socks.yml @@ -181,6 +181,15 @@ equipment: socks: ClothingThighUk +- type: loadout + id: ThighChristmasSocks + sponsorOnly: true + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + equipment: + socks: ClothingThighChristmas + # Для мужиков - type: loadout id: ShortWhiteSocks diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_christmas.png b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/female_christmas.png new file mode 100644 index 0000000000000000000000000000000000000000..eac76bc74854f140b96c0f079057e9e2fba6bb03 GIT binary patch literal 3199 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/meta.json index 36591081220..734405ef35b 100644 --- a/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/meta.json +++ b/Resources/Textures/_Sunrise/Clothing/Bra/bra.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "", + "copyright": "BoyBoyevich made (female_christmas,female_christmas_icon) for SunRise", "size": { "x": 32, "y": 32 @@ -43,6 +43,13 @@ { "name": "female_uk_icon" }, + { + "name": "female_christmas_icon" + }, + { + "name": "female_christmas", + "directions": 4 + }, { "name": "female_uk", "directions": 4 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/Icon.png b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c9cc51367998ca1c27b70cb58413c625dc2360 GIT binary patch literal 428 zcmV;d0aN~oP)Px$W=TXrR9J=Wlrd_=Fc3w*LtLtHDM;l;q%uB)&fr`4EWVDrlxc#iMZH1If}3gF zImKoatt>fS2!wz>EXcE?`A@@0Kvq^()*q|*twPf@ZM<%p=5*bM08%E?G;Kl%mq$dW zA)X#F7eau43=_r~WKe1wl-dr90(kx@!7t*UGBjsdYe8D04fglOL_3mf6K`yn#l^%p zLQ3hri3mglDJ876x0u$^dLLC4g@^(SN^QQeFENe)04b#dc<(yACh`Gb76LCsQHb3P zu=yOcn?+iKw7#{P2mr7i7z4nyEHMj#c3BY4#T|feel5$pBB9>8ZZ{K0#wiE~5SpI_ z;p@i#^PZS7uag~!nfq(s1OV!~-pvpL(*cA(2M(Y&rbwC7S5Yn=6M2BWF~ypI2(=r+ znE8tDd+YDebXD=RDO-{=!+ WS@$QvGY^aa0000Sh(a932m@OA9?tu`Se_ zq_FMly{@ibzkBxD)>m22V^)HIPxq&6;yYyE^T>kjKxr&P&HeK=|1J0)SX@(ixBS)g z&y#kpJDs&viG%6!F~%l^1wktV)?Z)y=v?6c59>1jp5gvbyT9b}Yt`PPObyT74zFnZ zeX!wHktdIh+3Xm9wQKeNjla%!Q(pZmys~}wSE+`T&jath@0HSc|J}#-y>Ct6{XqNg zOi9NRFXvtEReE-NZ6NdKx6|@OHfC<`ls&HTEa)|}!Ml=4h07<`l%837Oj1m^kfsiTr}AS&>)I-R1ZAeDO@(_S-j?nM|8@yG;JUl&`FJ zzWpv)%;7Qrrae#lHQyOtr)&4{7ksx8+dk1+?);;W)eKjroi0z$JbzAg{k?_i(XDz9 z0t#joJzh3j#&yZlc~x-_`}N;kdiH+$wf+tu_`{|jXnVTgiSLa@U=%TUy85}Sb4q9e E0ME495C8xG literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..020dc628008dffe5b73294aaa7efa10b23eca188 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|wtBiahE&XX zdut)@VFQ8Ihu%L0o1+itd~%UA=uT<(V0BAl-_z91)KtAP0KRbciK;VG* zo!T=~q)**Fo@n-Mj&uLrV!8I46^mNJLniF*FV`$uCL&r{yiDbN(4lyz2*$K+CZUnl z{at$^tEVs1O55i0tWC5abJeD+QdLjFUSA4PR%V143nYEgy6zqbR{F;AaR1@`LR;Nu oY-?CyduR)5%)A@Q3=ALC?WTyh9eZ=NmdKI;Vst0D`$-T>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..07ea83a333b7288d28a2438507555c81dcd41448 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_IbKEhE&XX zdut7wdU=fHCxi_Zx;HQju}v!8&Q#oBno?xw znH-C`@7U7JQbHxYElbz0Y{}#68c6zIeZAy|nEy@5A4@82 v>Xv+;+b9+Px$Vo5|nRCt{2+OcZFP!z`T(^6=Z7I7#z#dolykU=ta$#ZnhOJwQn=1T~fqz@o; z@D<`x=@3GPq#)c5jwO2Tjghqd|K^+g?QFSkzl>*ZGUt?B^& zvXcjpd42JVT(s9Y4FlsBxny3y`E(b^SKWZp^TaQ5RYSkXrSv@2w_0uHs}7)7Rgw*c zs)pHMD7~su577DiGz_f&<}Ni|%?AJg000000095kIrjc-ahdJLwqU->yT^A?mv`>>2q$%I|K7EE0002+8+-%#)UnWN Sf&%sc0000Px$tw}^dR9J=Wl)Y}kFce0=R0atagrW>ElsQ{6c0nDOSeW|^oh$Vbcmc$7bYWsZ zya3sln;{vZs6(Yh1xx8rUCS6dKdq{&QoiZhv2%`Z3_zPUe;n((8z;*}0RXShFBa7_ z{#5~j^>1weKo+K=rg0OAMgo)Nq9E9A6(G)XJUrc9t!pB|n!cHV2put4gl~D$5KY6K;XLtU_P}DPI0;&(KVBZQGmdse$Oapf}1{%PC_dX z_-;`KRt3~ko1&Ar`V|m7Ih`v7)Re)K(;1_FPjpr*Aj9br)fJK9@*b)==UNFNpu(#} z=$UsoTC|4d!@*DsrrOv69h~ZLFcdeMUaY%RB%=dUE$I6h-?S*?cS2t$RSvq<%n!YD`D!|g@F7$b@0e`5NElVS5K^p$`an;XjT0yUL^3{ pVl$f->ilLl)y}tR)27Y8%_oGFb5?7$0$Tt8002ovPDHLkV1gcI**E|I literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..74163ef7de4f7c02a83232a96a55476d017ce332 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|&U?BzhE&XX zdut2F;$nNPk0tP2OX%}yoYE$HX#>-uV%N#1v@Kkhc&x1KOL_U9&EidS z-(;X}5O~m3C+F?GbJ?#-ooJ4yf{R}!${SA8Z3$Z3GCMTDzCSg#O!i*1>pzP<*LS^n z7T*-fxc>L%&8L1nFFwOHVaa7nUdw2=I$q1yCFg9eZ((>Dd}zv~m(jC=US-9^tqOqH z03rk2g?Beb>3rij`%ikyEoGDFhO2%HZZfINwspG9>T&%$$60X(h8+)h*-zO1X0=Y` P1?lm0^>bP0l+XkKo7rl$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc373df55869da259508cb2a0ba89c3d8961a8a GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ZhE>nhE&XX zdutoP_=^52 z3z=*f`1}Z?&b;sLV%5($qMr+~2UM+3Tf2SFV}s4tR(-L1)uYjHYp2fF{`fOdt8ZC; z%*6n*cJ9Ee*xd)OSThU7NA@kdB{|`S=mAM9=4>F&FIzkAl;s>elF{r5}E*{S8ucc literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/meta.json new file mode 100644 index 00000000000..35df324a987 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Hands/Gloves/christmas_gloves_long.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "BoyBoyevich made for SunRise", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/equipped-HELMET.png b/Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..5ddb0aecf4f25fd6ffae751710aa3b12c284fa53 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|K6$!0hE&XX zdsCaQ*+HcB;leH!=4b^)6%7_H)9l2=Snp6#rmHO`E7vYrHf?1SkFU0b9P`8fDk^hM z^EO*LCCpLszdGY}^m+TUhDW0G_q*&%7OL47<|li+HY4VGU)}kV8Ec<^cb?*CaHB$! zCF`uRLHfTJ$_mlpDZa)ximsXT<-|_@b1~;RGtebq@L)ohO{h_4SZ-UXQKwq@B)6|S z^uE|8CUY8fhPv{qJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Head/Hats/deer_horns.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..78fac464f8ca2e4f6a42e7bcac28217ffcc22828 GIT binary patch literal 2940 zcmV-?3xo8DP)EX>4Tx07!|QmUmQB*%pV-y*Is3k`RiN&}(Q?0!R(LNRcioF$oY#z>okUHbhi# zL{X8Z2r?+(fTKf^u_B6v0a3B*1Q|rsac~qHmPur-8Q;8l@6DUvANPK1pS{oBXYYO1 zx&V;;g9XA&SP6g(p;#2*=f#MPi)Ua50Sxc}18e}`aI>>Q7WhU2nF4&+jBJ?`_!qsp z4j}paD$_rV!2tiCl(|_VF#u4QjOX(B*<2YH$v8b%oF%tU$(Xh@P0lb%&LUZYGFFpw z@+@0?_L*f5IrB1vJQ>S#&f;b8cV}o=_hCs$|GJ-ARc>v%@$zSl&FIdda6Uz_9&dgda5+tXH875p)hK-XG zi{a1DP3Mcn%rFi&jU(bQ*qIqw9N}^RX3zXt6nSkKvLZX!I5{{lZ7prSDAa#l{F{>Z zc9vd*f9@GXANa%eSALld0I;TIwb}ZIZD|z%UF!i*yZwjFU@riQvc7c=eQ_STd|pz- z;w)z?tK8gNO97v2DKF^n`kxMeLtlK)Qoh~qM8wF>;&Ay4 z=AVc79|!(*9u^V&B)*6*lto0#rc5AAmbF{R6Nm+wLWV&2pPKj&!~Ue%xt59A_z}>S zSOTRX8bE#?04OREAPIY9E70$K3&uwS`OS;bnV6mX&w~DaSGY|6$QC4jj$=neGPn{^ z&g`1}S^_j607XCp>OdRl0~5dmw!jg%01w~;0zoK<1aV+7;DQv80Yo4d6o9p$7?gso zU?->sb)XS6gEnv&bb({wG&lz?fy-b7+yPQB4xWH1@CwX85QK%u5EW8~bRa{>9I}O2 zkQ?L!1w#=~9FzzpLqbRb6+r8tQm7oNhU%ea=v(M0bQ-z<4MVq}QD_qS6?z9FFbSr? zTCfpp1+!pJI0%k}7s1K!GB_VDg15kxa07f0?u1Xnm*5dt3O|9T5r7a8I--j(5f;Km zLXmhR2@xTykP@TC$XgT!MMW`COq2`C9~Fh-qL!gnp*EwcQ3p_+ zs6NzH)F^5S^$|@*Yog83&gcMiEIJvTi!Mf2pqtPg=(Fe%^f>wz27{qvj4_TFe@q-E z6|(}f8M7PHjyZ)H#*AU6u~@7+)*S1K4aIV>Vr((C3VRTH5_<(Zj(vk8;&gDfIA2^m zPKYbSRp451CvaDA6Sx_?65bH+j1R^0@XPUK_(psWeh5E~pCKp{j0vuUNJ1)MEuoUo zMmS5jOL##f67`5q#Bid3xQ19sJVZQC93{RbQAlPaHYtH5A#EY;C!HeQBE2A!$wp)k zay(f~-a>9BpCR8TzfqtnSSkc4@Dx@n)F^Z+Tv2$Yh*vaJ^i*7|n6Fr&ctmkX@u?DC z$w-N<#8FzMRHJlM>4ws@GF90|IaE1Ad9!kh@&)Bb6fDJv;zQw4iYWUiXDDM-gsM+v zQ@PZ2)JE!A>NpKUGo}U5QfZ~MZ)k(GDHV!}ol3Myo=T0%aTO^Yp&QWy=;`z_`eFKY z`a4xERZmsE>L%4T)hnv6)#j*qsPWZG)Y{cX)ZVEx)P2;`)VHa3so&E;X_#q*YvgL| z(KxH|bPjEf%N*{Uk~xRx+}4CO%`_u4S7`3j9MGKB($@0R%F?RRI-~Veo38DlovOV< z`-JwS4pqlZN1(Gq=cLYKh6=-zkLZ@rEqJ6vJJH{f4iNjE!Q9HW+moJu+4^4lvF)ZZ*DZ zLN;+XS!U8;a?KQD$}&we-EDf=3^ubjOEIf48#0H@9n1yhyUm9!&=yV>LW>5A8%z?@ zlbOS8WsX|XErTr!ExRnASs7TxTWz!IxB6&pZ=G)4Xnn_qViRanXwzf!tF4(W*S5y? z+FbHn-?^*jcF%ooXKu&0+hcdro@yUrzrnuO{)2;~gUF%HVbamSG10Ns@dk^=3S(_% zop(Yzc{#0iI_C7&*}+-teAxLH7p6;^ON+~+dB*ej^BU)kx$3!cTZVb0Xx4mvs zcU^amdxQG}4}A}wN0Y~dr>SSE=RwbBUe;bBuMV%*Y-jdL_9<_~+t0hid(emC6XjFw zbKh6bH`%w{0a^jvfaZXyK*zw9fqg-wpantIK@Wn>fV8I2F~=-fTgudr?_nHF76Ya z2X6;&lJCkd=T9WLCY2{WN_I`&o;;c2o>GzWRKONg3!bO?r`DyuP76)jpY|y|CcQla zmywupR7eq~3Hvg&GxIWsv&^%Kv!u(Mm+f3OB?=NXWkcDEvb)7J+0WE~#6+@QGMeL- zQhTd=lZbfxFY`c=@XrK@^Z>#r_a zJ-)_o&4IOqwP|aAD6}ptFMPQ!W?fH_R?(WGvGsoITZV0)e^+=6ZO?$0o?WWq-yLr2> z?D5#sR;N{0TK8_RVDHU(zxvJwqlSuon0-0>9yUfd_J7U#y17ZCskG_Ce&K%UfrtZr z&5q5@Et)N5t#GTPb@E`s!OP!xf79K@Y^!glx0fCQha`s{f1CL2^}|7jdylY=w0&pz zU2O-oqofn+T;4g=mC_~cj_V#i8hEs~$EBy^d&}?lAJaWnb6n+k*$Kjlq7$D^=AWEC zm38Xr>EzR6y-RxUoQXYituMT9@NCf8^XGieo$2@NKY8Bu{ILtp7mi+JUF^E#aH(^^ zexTzA`yV<69R@px9EZ9uJ6-M>o;Q5riu;w*SG}*EyB2Wm(#ZUg;pqt>?FMZqM9Va~FNLGD$lbNT*KP&%S`^@CocfWZ2GB6c8HU3=m{L`|I+Sd?{wJo{Z|>UW?q-PQGavbE$eOnyO?(qGr8}v?<+r;e(3oa^zrVej8C6_ z1NVgU`*8t=>i_@%>`6pHR9J=WlRFN=Fc3s1h=vA)xP#qNQ>0J9CAdNg&OpHxxI_wi z3Tj&C4hTU*xfGF6ynMX*DIock(RgQe>;Qp4;9p3Sn9?Mswse-ERCu}Go(2H0-5(-u zT-LQ7fCrI&_YwIe1*^rJ0AP1KeLZ7!)5#dXYf~I=19hvF>b(Iz4Ki9g4^126Z0c*u zQuzwj=Q{u(C-MooZ=_LxvN<>AWJ*z$5Ccg7sX0(I z!>^|iMr*S5Rv}Z0_(Oe%xPe}%yS+uyLhlXyb^z(W-1Uq=AQ0%32i-Vt;M_nDTF0000Px$KS@MER9J=Wlut^-Kop0+rgqVSK@nY)(gU~(Ie<`l5V0U#cGXjK)rE^v2=oHp zKnfl}W+kqRbWsVG3U*OCagj`j(fk=fM3`?infJ?^-+Or(Fc=JmKc=E1o;XebFm`Po zz5Dpx^WH@;c-R2Y7eXs%Y4OByf)mS%pQo2jyuO|Z07jiAy}M^E6QzX7!$+Ma!}&5- z?@L+QM4>2Mc@}A7Wla=kj*|OQ;!ByS8P1o58f^ordR5uWe*eW-l4RWLw&J1vu>nQ0 zolm=6yq|2j+V2Zd@ue)B6U9MZ(CfAUIBK84KyX^EQqP!&cCE%XYX9w(%X+a21485) z(7p%imc`9Cf5JPk)tG)osZWq5eRz5ne$BwxwP|D+YD95ewAuyXwR?DMhjS6JUaWX~ j-F&*94F-e3@Nf7405pJU0lg$h00000NkvXXu0mjfT`j4t literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cd238f02e248ca1c0a9340707c1bf97a5c0646 GIT binary patch literal 955 zcmV;s14R6ZP)Px&bxA})RCt{2n$JrcK@`WoSrcgz{Dp0xtK?b;9+LDRLP^o&j+lZ&&;a5$v@KHWdU*X2*P`oi?5^=MQ9fR*?lex`Tz z|3;DtW#Pve0AN0sbIhrlJ^+kzoL+tbpd!n*^gDidJsMSvqVMLS`uFD_asU8P;E~)p zaKs6kz9{fWWeWe*Yvn~*X43EIL1X8e8DNCf2p0Wzunt1oR;}XAIxh;m{(Y3=OySxM znto9Y@n)JD$(;ix{f^u!3OtIk+|UROE&N(NV;522aa^nE?H6Sk7pmq3U@AYZ)tK6D z=>X09+NfI_w~m0ZK0Q6&brdwy_j4Qq>N5fLw_W{?BEa}g|GK=?%Z;ytRz9E0d5W^! zcAj9ND9c#N=RH8ZlL14WDDVj2s`E?vJd?h+Rb_g58~`vJ4gm`}-0ADny=^7z^XW^` z*3&pn_mAooxm-tvG@?;EVV}=55o@1epAY-$AXx2g1@k_@&v967uo7r%vD5niWBB(% zzq7T)g0=IFW@9($MxV(6EAhdG-cMx;2&nZ=;)FhPxJHr*Wng3w*1h=o$(d<;>=f6n zPY?t_5ClOG1VIo4K@h|ZB$7<@B=Olx?ApY9in=;6p#VTSF$S;Sr=QL~exJp&Y}S=i z*^O9C`S>ITpnf7ORW6a-Jp=%}+S_yHf&@_S{D_(w>-Sz|)kJ~Ei_difoOZ%SET#a! z+ec%j1Wi?v001Yl%;W@HnW28K7gb3@u~Y(3PfQGX+&hvV@_6*l7fU5nCCM}(EZA~@ zDDXHhmoX3w+7j(01HmB9%Vpc?v95E2qQIjnNqPvnfu?8dwB2;Py|^)u$`k-K{3?n& zi-Q*KsZ0UYF56;u!19B;xP5O705G@l%~ZEG6#}wdTGWQMsSw_LIX0DTy?zJ)`1AWv zUkw~VTLO)2#^cK5;;gb6kGr-vXrIB$p zJ*LGwl1wQ6TYh|B+x7tUJG%h%-Qe~@+Lg_~%t}%Lpx+9T5bCWsYn~=}d31`lR>TWib*rao_ zV9A}%cY3@5*X-LhUbDG( zFf2)xSs>#;#;eR|O`T)43k`HIAqNJw5BbwWot$17LFYb$iPXUMfwEeYUJ}(YvI* zj{83zk5d2R>|0sYT=)3-RP%&r5st|`aWXajUmiJ}yDYP9#hjwjZ2~ivS85i|NVy^A z`gYHyETCD*r>{uC?2@!6tkH!pramA8uR>cv2H$3XEIU-ycA z^=sx-^J=}%veL@E@jCDNjO}HD-q)wTsQls?$Q?H?(lPGSATW0-n%;Xx?28Y zKdXuVAHVzopr0GG|x`Tzg` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/meta.json new file mode 100644 index 00000000000..15d94a41d88 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Coats/coatchristmas.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "BoyBoyevich made for SunRise", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_christmas_boxers.png b/Resources/Textures/_Sunrise/Clothing/Pants/Man/pants.rsi/male_christmas_boxers.png new file mode 100644 index 0000000000000000000000000000000000000000..e0966c11d801706a2a6cbe9e4aad540cf2848ee6 GIT binary patch literal 608 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/meta.json index 36591081220..1c3a9113874 100644 --- a/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/meta.json +++ b/Resources/Textures/_Sunrise/Clothing/Pants/Woman/pants.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "", + "copyright": "BoyBoyevich made (female_christmas, female_christmas_icon) for SunRise", "size": { "x": 32, "y": 32 @@ -43,6 +43,13 @@ { "name": "female_uk_icon" }, + { + "name": "female_christmas_icon" + }, + { + "name": "female_christmas", + "directions": 4 + }, { "name": "female_uk", "directions": 4 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/christmas_stockings.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/christmas_stockings.png new file mode 100644 index 0000000000000000000000000000000000000000..c18c377e674e06842fa62e90277b442bd77d7a96 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z8$DedLn`LH zy=CZq*g=H-Lw%3e%L@+##4jqoYnrPgdF$ZG$e6pbe}(iODg99FS|EQQ)^SC^LB|cw zM;BU66MAuTUNhTz#e{dWzJ&bSuR1~Q{oXwb&G)bi2*SbARkH6-XV(4i{V6;5@b&1~ zp9;#E89v;qJb3x$)XjApbf-6qG8{NrDZO>J_1YQRKA(RrR#;iszkQ*@_2@%<4VRBA zUdxOAATEC4B5#_)`#;5%;ysIhbl`N+V~ z_d;APS#y=+>DPGxQJJ})FqN-!Vtt{n&xt+C)u`+$P z^bVMr9VlbmCTXf*IeC3I$62?C7hQ8!-Q-A(b@8|@ej)Wr! ssSx2+#y{;^GIyN$<@9HV{({HMVRpw47{7jK0*o03Pgg&ebxsLQ096ObWB>pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..36d4359f014aa6a49e88bb98e360cc0d95ceee6b GIT binary patch literal 302 zcmV+}0nz@6P)Px#=t)FDR9J=W(=ltpKp4jH|21t92ZKYp6dWS11)U68JGFFkckkHGAufWSLQqOa zcZGt5x&@jc;E;9>0kvKSi`XL6i!O!tH|E|v_YC)f5JCuHz-u-2A?Ld&li^XlsvjCx z0KA7Y-nv6ozQ5KN?j->2-Yeet#VGUCWEf!3pYkzZ5ZOg;fKD){^gO{iKO-~^15Psh zb5v5`{}hP*ns%-A15XP!j$RQwJ>uvUX~71-wG^>mGg`&H3T%f)xjX>NB%yM9$1+KN zeE&WFm%Y|7{M^d>z7Rku#i(B0l*qD%LI@$g0LCjqE}nt<;Q#;t07*qoM6N<$f;hf@ AvH$=8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e08492e34ce86f56fac4a11edf805b719710f78a GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|zInPhhE&XX zd&`jPkb{KFL(c%kCEGlgns2;h)jIFAw(8chrmb;K7ancje9>t$r}Kx}gxz~&w{;5v zwSs_37f0;2+ZJoC3krJuH1!ppzU$wsIeMSwz1Q=!$}=-OTYUDk(aSm8a+5dSU%g`0 zyi@mhjT%&J-8`gFHYrn4GI+oPgg&ebxsLQ01kG7`Tzg` literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5987f507b70f0ca40969289ca4bb574d0f7a81 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|{(HJOhE&XX zdvhaSlYvOZr?JhYvA>Jd&^p!qR-{7%-h&s#~RRJ)gZ-sq$=>Y whgC_<+({X%HN`4(C#{%&V7dDxpz9m%iB@0TbDfnT{{_f1p00i_>zopr0L1Q&zyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/meta.json new file mode 100644 index 00000000000..df5e484cc37 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Socks/stockings_chrismas.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "BoyBoyevich made for SunRise", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "christmas_stockings", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/Icon.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b34375c7438dc38e60e48b2ad14223e2acd8b2bd GIT binary patch literal 572 zcmV-C0>k}@P)Px$_DMuRR9J=Wl+SA0KoG{i6)SK>S6GleECPWpIx2@k@Jr}93iS)*5&Q%NKY=0d z5zxVxF65%4z|lbghqzV`5uRS`MJBN#nYvJ_-)VPtcIKPeKfu7iz`sPArX+-*yTyW< z_PfP`gblT;}M zDdmyDPtUJJ75?&vO94 zXCaW;Hln8|>i`lw}E}6tvcuPNxh2=3z+Eaj*^o<0k=R zRfVrf!T=x$0*d1pWm&d`2k^lWBuT=WE%iK)q~pBnD;)=(=b5w6S|iyD`eV#|pM-7G zJPb*V$Fy87NsY%e4?_~RO*7x`{SWj~IP-mqh#)tcH*2L3$QZ-zYSk-d=T~q*ZZ^1g zU6ewY#P_cIuBa|_{t25zM93He_EksJyYq%#9muN++Oo_zV+?s!0f4bzRKS5^yM;%D z+trGBL@2gfBkHdRcx0?~elY>{ZiffULg2bb_P}-VU|FblyUPmTjNw`c$hyXQZ(9S9 zb&YEwz|ZK!Sw~QE-a79?ubtnYpV>Fy&71r2@?zG{Rx&W~-|`zRImX^#5%iG&0000< KMNUMnLSTYKO$FHi literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d4223ab2bbcfc17c7b806386fcbe79e4a26a4fe8 GIT binary patch literal 1528 zcmVPx)vPnciRCt{2non!nNEpVSF-mbv$FWG%RCaOkC6|=skkV~S4>j~uHv1L!(8HGY z(!(AK`vp?iYXUjs5PAsYki)X%WY|kfU9b-o^c zbU{B5Xh!lp@4WMBJkmQrNJvOXNJvOXNXWJ1^La)oWxG2&%w4~`v%@H*ET7M_tA0Cf z{d_*}9HZzjS_~k01A3|*awmoogxD&j#eXXbZ#iy5+uDrLUY0i1I zT7}3+c-1dHe-2sK2ktY|X{_w;3+sD|007WjovW~32fNGe`^Jgac187vI>7CHUDu&$ z8cLMn^Xx22?Y47#o}ERBQfQh6y*oOhq3Bf~=!~`-UiPCubP_ZS1FEV*(=@z({hF+$ zQcS*a14=B`V}t^rY*{d0zQo(3Ba%+1+0xPy48suU?)CZru(!C#fKI1nUGK4Db#;{h zfQbIk2v}WRCGL=VXIW5Uu}kk&Vllk4ET^n#nq$x?xZ6<^31(Opel3?_SQg52b8wf{ zM1oyr_t;oVr5K%>Vw;%^QxgeRC={5QNU+UJhS8}hww6i-x(--NrPy9F$x63x4;*{R zq%VEX>j2KSqCh!5#x8(XHj7;VI6lU}r)-Ei87=E0zV5h|jsctgbejkQu|l1oL{N%Euwj~npQqz-$UY*`mjfz&p6)LPiC(K=nNp{-GGkb# z6nd@Zt34qH*zLCCZ8v;W>~`Ci5neF~K{_5E=&W9=Asvqg{|HEgV3|@VwhfaT1wgTF zEK>?;LXoi2Hxc#^hzPzO0Yj38mV-p;zWVafHVJ`Z+fKbGLY8lwoRC+*z)bU{8}yl?qFHAdz;wW$#5sI}Mm-jT1YkRz zMlP4bvuDqoT`D37ML@Awbk0{+R)G0==#2*SMgygQzX-c2wcCy^=I1-MTwpkHD9clYu(r{2cqyC|cR9 zNK+%x%4V@2jY2s;AGmgzjl&S01ODjl!vTQ3WRmfX5g%RYsUSz+t)Px%N=ZaPRCt{2+M#dTKokb>FVRrs$W7D$uTrEG1o&SVnp8LsjF)C$QgC75a9PKy zX}HonSZTyCB%lW(Wkn8XD_Lz?!`#5+D9du$Iey+!>HCpu^M&*?Ktx1DL_|bH zL`2&N!%%ykr&m8;_gRs8(y9_g!Z6gn?;EdACX-w@^0#`DLsuy)-voOMj~${;q;p6ePr%=7d&)!U{H5fKp)5fKp)5z(_#W>lW*-{PkH-!}N% zM%huh^#C?y{CU#fZLLP{QmhA{lrrZ3WidtNl6zPUAZx^w{{#Q#6qI47-wz0aprVvo z4Edtj#MOL`@AbOapsfawHL~2q)qIYNW)r}#pm#k_3ZB1Mjb|OBq1fQF-Ca zK9lzy09zjq4s=&*v}QBh*6WM)-E=Cl*9+S}%rg7cMzR%-gYlQo=)QR?(bvLB99Md- qt5K~2Pfu8^LUK(}`W*nG|L-S+RaHCzUh(n(0000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/christmas_jumpsuit.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e4d28e5fb46167cd93ea8d468e34f582fd467b GIT binary patch literal 641 zcmV-{0)G98P)Px%J4r-ARCt{2+COibKo|z_$5tl`3p^z9{37fv+@zLI;tvV?&vXJ!QJu& zQYn|AL!>T@UNVHilAFmLl1Rw;!|3aD6*Zg-?O}oX{Fajs1269#Ebj{t5fKp)5fKp) z5db)jBlG5j5SjV9DiUuyZ*sX@YESZgA5BWapW@9;Koms?!|=CV;5d#9!?21NjZ!fe zjW?43A%ygOA5j$HHc9Yc+w#G-|)-D5I+iw$85phHXX@utQI9_)K~HZ++`_ z<=tk}m@>LzECI3W0ssc7xhft$-M;|ndl-t|+t@4MUR>bgYK6xn!Q|uwKhDlfT{k?e{T_V~Cp@1jomi_WL-!zu$iXE{8)oczMBNw+l5c zS}lB9t&AtYWdDM(Z@|~LH=x}HQezdXzqr1_<>?2ErNnl^)d