From 2a883f45ac26adf81049b8c0a57f066e6db59dc3 Mon Sep 17 00:00:00 2001 From: Stxcking <217132821+Stxcking@users.noreply.github.com> Date: Sun, 29 Mar 2026 08:10:17 -0400 Subject: [PATCH 1/5] Medical Clothing Overhaul (#5485) * All the sprites! Replaced two winter coat + boots & hospital gown. Added all the sprites and copyright! (Surely I didn't miss anything) * the entity + fill yaml part realize I replaced the hospital gown instead of making a new .rsi under _DV but we ball (?) * loadouts files + tweaks/fixes I shouldn't do PRs half asleep. Fixed a bunch of pathing and sprites not showing up correctly. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * yaml linter whoops changed department -> role time requirement * Revert "yaml linter" This reverts commit e9df54797e29b6a2666fd20317f833764be5abb3. * fix chemist time requirements + more tweaks gave psychologist more jumpsuits and shuffle the order of things around * chemist again ugh * tweaked colors, not updating the image though I agree with rebe in the discussion thread, the light blue does seem too light and flat * requested changes + missing hood sprites I forgot you can toggle the winter coat for a hood so I resprited that * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../VendingMachines/Inventories/chemdrobe.yml | 1 + .../VendingMachines/Inventories/medidrobe.yml | 18 +- .../Entities/Clothing/Head/hoods.yml | 8 +- .../Entities/Clothing/OuterClothing/misc.yml | 4 +- .../Clothing/OuterClothing/wintercoats.yml | 8 +- .../Entities/Clothing/Shoes/boots.yml | 4 +- .../Entities/Clothing/Uniforms/jumpskirts.yml | 4 +- .../Prototypes/Loadouts/loadout_groups.yml | 54 +++++- .../Prototypes/Loadouts/role_loadouts.yml | 1 + .../_DV/Entities/Clothing/Head/hats.yml | 32 ++++ .../_DV/Entities/Clothing/Neck/cloaks.yml | 25 +++ .../Entities/Clothing/OuterClothing/coats.yml | 155 ++++++++++++++++++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 80 +++++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 92 +++++++++++ .../_DV/Loadouts/Miscellaneous/turtleneck.yml | 43 +++++ .../Misc/hospitalgown.rsi/meta.json | 2 +- .../beret_medical.rsi/equipped-HELMET.png | Bin 0 -> 635 bytes .../Head/Hats/beret_medical.rsi/icon.png | Bin 0 -> 404 bytes .../Hats/beret_medical.rsi/inhand-left.png | Bin 0 -> 381 bytes .../Hats/beret_medical.rsi/inhand-right.png | Bin 0 -> 416 bytes .../Head/Hats/beret_medical.rsi/meta.json | 26 +++ .../beret_paramedic.rsi/equipped-HELMET.png | Bin 0 -> 553 bytes .../Head/Hats/beret_paramedic.rsi/icon.png | Bin 0 -> 384 bytes .../Hats/beret_paramedic.rsi/inhand-left.png | Bin 0 -> 380 bytes .../Hats/beret_paramedic.rsi/inhand-right.png | Bin 0 -> 379 bytes .../Head/Hats/beret_paramedic.rsi/meta.json | 26 +++ .../equipped-HELMET.png | Bin 0 -> 555 bytes .../Hats/beret_senior_chemist.rsi/icon.png | Bin 0 -> 431 bytes .../beret_senior_chemist.rsi/inhand-left.png | Bin 0 -> 335 bytes .../beret_senior_chemist.rsi/inhand-right.png | Bin 0 -> 355 bytes .../Hats/beret_senior_chemist.rsi/meta.json | 26 +++ .../Coat/hoodcmo.rsi/equipped-HELMET.png | Bin 0 -> 917 bytes .../Head/Hoods/Coat/hoodcmo.rsi/icon.png | Bin 0 -> 389 bytes .../Head/Hoods/Coat/hoodcmo.rsi/meta.json | 18 ++ .../Coat/hoodmed.rsi/equipped-HELMET.png | Bin 0 -> 872 bytes .../Head/Hoods/Coat/hoodmed.rsi/icon.png | Bin 0 -> 379 bytes .../Head/Hoods/Coat/hoodmed.rsi/meta.json | 18 ++ .../cmo_over_shoulder.rsi/equipped-NECK.png | Bin 0 -> 1514 bytes .../Cloaks/cmo_over_shoulder.rsi/icon.png | Bin 0 -> 733 bytes .../cmo_over_shoulder.rsi/inhand-left.png | Bin 0 -> 868 bytes .../cmo_over_shoulder.rsi/inhand-right.png | Bin 0 -> 963 bytes .../Cloaks/cmo_over_shoulder.rsi/meta.json | 26 +++ .../Cloaks/cmo_shawl.rsi/equipped-NECK.png | Bin 0 -> 1354 bytes .../Neck/Cloaks/cmo_shawl.rsi/icon.png | Bin 0 -> 698 bytes .../Neck/Cloaks/cmo_shawl.rsi/inhand-left.png | Bin 0 -> 646 bytes .../Cloaks/cmo_shawl.rsi/inhand-right.png | Bin 0 -> 663 bytes .../Neck/Cloaks/cmo_shawl.rsi/meta.json | 26 +++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1499 bytes .../chemistry_long_lab.rsi/icon-open.png | Bin 0 -> 551 bytes .../Coats/chemistry_long_lab.rsi/icon.png | Bin 0 -> 601 bytes .../chemistry_long_lab.rsi/inhand-left.png | Bin 0 -> 727 bytes .../chemistry_long_lab.rsi/inhand-right.png | Bin 0 -> 779 bytes .../Coats/chemistry_long_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1401 bytes .../open-inhand-left.png | Bin 0 -> 727 bytes .../open-inhand-right.png | Bin 0 -> 779 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1529 bytes .../chemistry_senior_lab.rsi/icon-open.png | Bin 0 -> 627 bytes .../Coats/chemistry_senior_lab.rsi/icon.png | Bin 0 -> 634 bytes .../chemistry_senior_lab.rsi/inhand-left.png | Bin 0 -> 829 bytes .../chemistry_senior_lab.rsi/inhand-right.png | Bin 0 -> 806 bytes .../Coats/chemistry_senior_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1524 bytes .../open-inhand-left.png | Bin 0 -> 829 bytes .../open-inhand-right.png | Bin 0 -> 806 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1587 bytes .../Coats/cmo_long_lab.rsi/icon-open.png | Bin 0 -> 586 bytes .../Coats/cmo_long_lab.rsi/icon.png | Bin 0 -> 641 bytes .../Coats/cmo_long_lab.rsi/inhand-left.png | Bin 0 -> 802 bytes .../Coats/cmo_long_lab.rsi/inhand-right.png | Bin 0 -> 847 bytes .../Coats/cmo_long_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1466 bytes .../cmo_long_lab.rsi/open-inhand-left.png | Bin 0 -> 802 bytes .../cmo_long_lab.rsi/open-inhand-right.png | Bin 0 -> 847 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1636 bytes .../Coats/cybersun_lab.rsi/icon-open.png | Bin 0 -> 616 bytes .../Coats/cybersun_lab.rsi/icon.png | Bin 0 -> 630 bytes .../Coats/cybersun_lab.rsi/inhand-left.png | Bin 0 -> 844 bytes .../Coats/cybersun_lab.rsi/inhand-right.png | Bin 0 -> 840 bytes .../Coats/cybersun_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1596 bytes .../cybersun_lab.rsi/open-inhand-left.png | Bin 0 -> 844 bytes .../cybersun_lab.rsi/open-inhand-right.png | Bin 0 -> 840 bytes .../long_lab.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1365 bytes .../Coats/long_lab.rsi/icon-open.png | Bin 0 -> 481 bytes .../OuterClothing/Coats/long_lab.rsi/icon.png | Bin 0 -> 518 bytes .../Coats/long_lab.rsi/inhand-left.png | Bin 0 -> 629 bytes .../Coats/long_lab.rsi/inhand-right.png | Bin 0 -> 697 bytes .../Coats/long_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1238 bytes .../Coats/long_lab.rsi/open-inhand-left.png | Bin 0 -> 629 bytes .../Coats/long_lab.rsi/open-inhand-right.png | Bin 0 -> 697 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1497 bytes .../Coats/medical_lab.rsi/icon-open.png | Bin 0 -> 603 bytes .../Coats/medical_lab.rsi/icon.png | Bin 0 -> 613 bytes .../Coats/medical_lab.rsi/inhand-left.png | Bin 0 -> 689 bytes .../Coats/medical_lab.rsi/inhand-right.png | Bin 0 -> 690 bytes .../Coats/medical_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1398 bytes .../medical_lab.rsi/open-inhand-left.png | Bin 0 -> 689 bytes .../medical_lab.rsi/open-inhand-right.png | Bin 0 -> 690 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1677 bytes .../Coats/medical_long_lab.rsi/icon-open.png | Bin 0 -> 637 bytes .../Coats/medical_long_lab.rsi/icon.png | Bin 0 -> 639 bytes .../medical_long_lab.rsi/inhand-left.png | Bin 0 -> 710 bytes .../medical_long_lab.rsi/inhand-right.png | Bin 0 -> 702 bytes .../Coats/medical_long_lab.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1566 bytes .../medical_long_lab.rsi/open-inhand-left.png | Bin 0 -> 710 bytes .../open-inhand-right.png | Bin 0 -> 702 bytes .../paramedic.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1351 bytes .../Coats/paramedic.rsi/icon-open.png | Bin 0 -> 617 bytes .../Coats/paramedic.rsi/icon.png | Bin 0 -> 617 bytes .../Coats/paramedic.rsi/inhand-left.png | Bin 0 -> 880 bytes .../Coats/paramedic.rsi/inhand-right.png | Bin 0 -> 877 bytes .../Coats/paramedic.rsi/meta.json | 41 +++++ .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1280 bytes .../Coats/paramedic.rsi/open-inhand-left.png | Bin 0 -> 880 bytes .../Coats/paramedic.rsi/open-inhand-right.png | Bin 0 -> 877 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1474 bytes .../Misc/hospitalgown.rsi/icon.png | Bin 0 -> 610 bytes .../Misc/hospitalgown.rsi/inhand-left.png | Bin 0 -> 829 bytes .../Misc/hospitalgown.rsi/inhand-right.png | Bin 0 -> 824 bytes .../Misc/hospitalgown.rsi/meta.json | 26 +++ .../cmo.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1736 bytes .../WinterCoats/cmo.rsi/icon.png | Bin 0 -> 634 bytes .../WinterCoats/cmo.rsi/inhand-left.png | Bin 0 -> 928 bytes .../WinterCoats/cmo.rsi/inhand-right.png | Bin 0 -> 923 bytes .../WinterCoats/cmo.rsi/meta.json | 26 +++ .../medical.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1461 bytes .../WinterCoats/medical.rsi/icon.png | Bin 0 -> 602 bytes .../WinterCoats/medical.rsi/inhand-left.png | Bin 0 -> 802 bytes .../WinterCoats/medical.rsi/inhand-right.png | Bin 0 -> 796 bytes .../WinterCoats/medical.rsi/meta.json | 26 +++ .../winterbootscmo.rsi/equipped-FEET.png | Bin 3348 -> 518 bytes .../Shoes/Boots/winterbootscmo.rsi/icon.png | Bin 3268 -> 498 bytes .../Boots/winterbootscmo.rsi/inhand-left.png | Bin 3163 -> 596 bytes .../Boots/winterbootscmo.rsi/inhand-right.png | Bin 3164 -> 551 bytes .../Shoes/Boots/winterbootscmo.rsi/meta.json | 2 +- .../winterbootsmed.rsi/equipped-FEET.png | Bin 0 -> 543 bytes .../Shoes/Boots/winterbootsmed.rsi/icon.png | Bin 0 -> 500 bytes .../Boots/winterbootsmed.rsi/inhand-left.png | Bin 0 -> 539 bytes .../Boots/winterbootsmed.rsi/inhand-right.png | Bin 0 -> 539 bytes .../Shoes/Boots/winterbootsmed.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1235 bytes .../Jumpskirt/chemistry_senior.rsi/icon.png | Bin 0 -> 549 bytes .../chemistry_senior.rsi/inhand-left.png | Bin 0 -> 938 bytes .../chemistry_senior.rsi/inhand-right.png | Bin 0 -> 918 bytes .../Jumpskirt/chemistry_senior.rsi/meta.json | 26 +++ .../cmo.rsi/equipped-INNERCLOTHING-monkey.png | Bin 0 -> 20722 bytes .../cmo.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1305 bytes .../Uniforms/Jumpskirt/cmo.rsi/icon.png | Bin 0 -> 606 bytes .../Jumpskirt/cmo.rsi/inhand-left.png | Bin 0 -> 416 bytes .../Jumpskirt/cmo.rsi/inhand-right.png | Bin 0 -> 415 bytes .../Uniforms/Jumpskirt/cmo.rsi/meta.json | 30 ++++ .../cmo_formal.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 2243 bytes .../Jumpskirt/cmo_formal.rsi/icon.png | Bin 0 -> 851 bytes .../Jumpskirt/cmo_formal.rsi/inhand-left.png | Bin 0 -> 903 bytes .../Jumpskirt/cmo_formal.rsi/inhand-right.png | Bin 0 -> 878 bytes .../Jumpskirt/cmo_formal.rsi/meta.json | 26 +++ .../cmo_vest.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1290 bytes .../Uniforms/Jumpskirt/cmo_vest.rsi/icon.png | Bin 0 -> 646 bytes .../Jumpskirt/cmo_vest.rsi/inhand-left.png | Bin 0 -> 751 bytes .../Jumpskirt/cmo_vest.rsi/inhand-right.png | Bin 0 -> 760 bytes .../Uniforms/Jumpskirt/cmo_vest.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1829 bytes .../Jumpskirt/medical_apron.rsi/icon.png | Bin 0 -> 666 bytes .../medical_apron.rsi/inhand-left.png | Bin 0 -> 808 bytes .../medical_apron.rsi/inhand-right.png | Bin 0 -> 830 bytes .../Jumpskirt/medical_apron.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1658 bytes .../Jumpskirt/medical_offset.rsi/icon.png | Bin 0 -> 719 bytes .../medical_offset.rsi/inhand-left.png | Bin 0 -> 830 bytes .../medical_offset.rsi/inhand-right.png | Bin 0 -> 891 bytes .../Jumpskirt/medical_offset.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1235 bytes .../Jumpskirt/medical_vest.rsi/icon.png | Bin 0 -> 617 bytes .../medical_vest.rsi/inhand-left.png | Bin 0 -> 823 bytes .../medical_vest.rsi/inhand-right.png | Bin 0 -> 774 bytes .../Jumpskirt/medical_vest.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1339 bytes .../Jumpskirt/paramedic_jumper.rsi/icon.png | Bin 0 -> 633 bytes .../paramedic_jumper.rsi/inhand-left.png | Bin 0 -> 944 bytes .../paramedic_jumper.rsi/inhand-right.png | Bin 0 -> 943 bytes .../Jumpskirt/paramedic_jumper.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1382 bytes .../Jumpsuit/chemistry_senior.rsi/icon.png | Bin 0 -> 537 bytes .../chemistry_senior.rsi/inhand-left.png | Bin 0 -> 938 bytes .../chemistry_senior.rsi/inhand-right.png | Bin 0 -> 918 bytes .../Jumpsuit/chemistry_senior.rsi/meta.json | 26 +++ .../cmo_formal.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1720 bytes .../Uniforms/Jumpsuit/cmo_formal.rsi/icon.png | Bin 0 -> 658 bytes .../Jumpsuit/cmo_formal.rsi/inhand-left.png | Bin 0 -> 827 bytes .../Jumpsuit/cmo_formal.rsi/inhand-right.png | Bin 0 -> 800 bytes .../Jumpsuit/cmo_formal.rsi/meta.json | 26 +++ .../cmo_summer.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1706 bytes .../Uniforms/Jumpsuit/cmo_summer.rsi/icon.png | Bin 0 -> 664 bytes .../Jumpsuit/cmo_summer.rsi/inhand-left.png | Bin 0 -> 930 bytes .../Jumpsuit/cmo_summer.rsi/inhand-right.png | Bin 0 -> 852 bytes .../Jumpsuit/cmo_summer.rsi/meta.json | 26 +++ .../cmo_vest.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1404 bytes .../Uniforms/Jumpsuit/cmo_vest.rsi/icon.png | Bin 0 -> 591 bytes .../Jumpsuit/cmo_vest.rsi/inhand-left.png | Bin 0 -> 751 bytes .../Jumpsuit/cmo_vest.rsi/inhand-right.png | Bin 0 -> 760 bytes .../Uniforms/Jumpsuit/cmo_vest.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1652 bytes .../Jumpsuit/medical_apron.rsi/icon.png | Bin 0 -> 590 bytes .../medical_apron.rsi/inhand-left.png | Bin 0 -> 808 bytes .../medical_apron.rsi/inhand-right.png | Bin 0 -> 830 bytes .../Jumpsuit/medical_apron.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1626 bytes .../Jumpsuit/medical_offset.rsi/icon.png | Bin 0 -> 610 bytes .../medical_offset.rsi/inhand-left.png | Bin 0 -> 830 bytes .../medical_offset.rsi/inhand-right.png | Bin 0 -> 891 bytes .../Jumpsuit/medical_offset.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1386 bytes .../Jumpsuit/medical_vest.rsi/icon.png | Bin 0 -> 564 bytes .../Jumpsuit/medical_vest.rsi/inhand-left.png | Bin 0 -> 823 bytes .../medical_vest.rsi/inhand-right.png | Bin 0 -> 774 bytes .../Jumpsuit/medical_vest.rsi/meta.json | 26 +++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1492 bytes .../Jumpsuit/paramedic_jumper.rsi/icon.png | Bin 0 -> 591 bytes .../paramedic_jumper.rsi/inhand-left.png | Bin 0 -> 944 bytes .../paramedic_jumper.rsi/inhand-right.png | Bin 0 -> 943 bytes .../Jumpsuit/paramedic_jumper.rsi/meta.json | 26 +++ 225 files changed, 1533 insertions(+), 18 deletions(-) create mode 100644 Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml create mode 100644 Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml create mode 100644 Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml create mode 100644 Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml create mode 100644 Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/icon-open.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/open-equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/open-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/open-inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cmo.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cmo.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cmo.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cmo.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/cmo.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml index 127c41918b5..f9fbd7cc5da 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml @@ -4,6 +4,7 @@ ClothingUniformJumpsuitChemistry: 2 ClothingUniformJumpskirtChemistry: 2 ClothingOuterCoatLabChem: 2 + ClothingOuterCoatLabLongChemist: 2 # Triad - Porting DeltaV#5485 (Medical Clothing Overhaul) ClothingShoesColorWhite: 2 ClothingBackpackChemistry: 2 ClothingBackpackSatchelChemistry: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 8ca8639b234..0aa71b3c519 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -11,8 +11,24 @@ ClothingBeltMedical: 4 ClothingHeadHatBeretMedic: 4 ClothingHeadNurseHat: 4 - ClothingOuterCoatLab: 4 ClothingOuterWinterMed: 2 + # Begin Delta-V additions + ClothingHeadHatBeretMedical: 4 + ClothingHeadHatBeretParamedic: 2 + ClothingUniformMedicalApron: 2 + ClothingUniformJumpskirtMedicalApron: 2 + ClothingUniformMedicalOffset: 2 + ClothingUniformJumpskirtMedicalOffset: 2 + ClothingUniformMedicalVest: 2 + ClothingUniformJumpskirtMedicalVest: 2 + ClothingUniformParamedicJumper: 2 + ClothingUniformJumpskirtParamedicJumper: 2 + ClothingOuterCoatParamedicJacket: 1 + ClothingOuterCoatLabMedical: 2 + ClothingOuterCoatLabLong: 4 + ClothingOuterCoatLabLongMedical: 2 + # End Delta-V additions + ClothingOuterCoatLab: 4 ClothingShoesColorWhite: 4 ClothingShoesBootsWinterMed: 2 ClothingHandsGlovesLatex: 4 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index 4afb214c45d..6d3645c2218 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -336,9 +336,9 @@ name: chief medical officer's winter coat hood components: - type: Sprite - sprite: Clothing/Head/Hoods/Coat/hoodcmo.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi # DeltaV - Resprite - type: Clothing - sprite: Clothing/Head/Hoods/Coat/hoodcmo.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi # DeltaV - Resprite - type: entity parent: ClothingHeadHatHoodWinterBase @@ -402,9 +402,9 @@ name: medic coat hood components: - type: Sprite - sprite: Clothing/Head/Hoods/Coat/hoodmed.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodmed.rsi # DeltaV - Resprite - type: Clothing - sprite: Clothing/Head/Hoods/Coat/hoodmed.rsi + sprite: _DV/Clothing/Head/Hoods/Coat/hoodmed.rsi # DeltaV - Resprite - type: entity parent: ClothingHeadHatHoodWinterBase diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 6aee7951dbe..a6b5c324948 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -263,9 +263,9 @@ description: Made from the wool of slaughtered baby lambs. The cruelty makes it softer. components: - type: Sprite - sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi + sprite: _DV/Clothing/OuterClothing/Misc/hospitalgown.rsi # DeltaV - Resprite - type: Clothing - sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi + sprite: _DV/Clothing/OuterClothing/Misc/hospitalgown.rsi # DeltaV - Resprite - type: Tag # DeltaV: tank harnesses can be used for surgery tags: - PermissibleForSurgery diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 1abd7cc6548..a36404b7710 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -172,10 +172,10 @@ name: chief medical officer's winter coat components: - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/cmo.rsi # DeltaV - Recolor to match department color - type: Item - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/cmo.rsi # DeltaV - Recolor to match department color - type: Armor modifiers: coefficients: @@ -325,10 +325,10 @@ name: medical winter coat components: - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/medical.rsi # DeltaV - Recolor to match department color - type: Item - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + sprite: _DV/Clothing/OuterClothing/WinterCoats/medical.rsi # DeltaV - Recolor to match department color - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 1881cfb55dc..418cd2b3e96 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -136,9 +136,9 @@ name: medical winter boots components: - type: Sprite - sprite: Clothing/Shoes/Boots/winterbootsmed.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsmed.rsi # Delta V - Recolor to match department color - type: Clothing - sprite: Clothing/Shoes/Boots/winterbootsmed.rsi + sprite: _DV/Clothing/Shoes/Boots/winterbootsmed.rsi # Delta V - Recolor to match department color - type: entity parent: ClothingShoesBaseWinterBoots diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 1bc2929b39c..8e6ab0e7b26 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -115,9 +115,9 @@ description: It's a jumpskirt worn by those with the experience to be Chief Medical Officer. It provides minor biological protection. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpskirt/cmo.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo.rsi # DeltaV - Resprite - type: Clothing - sprite: Clothing/Uniforms/Jumpskirt/cmo.rsi + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo.rsi # DeltaV - Resprite - type: entity parent: ClothingUniformSkirtBase diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index fc73ffb9b92..aeb7304d170 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1121,6 +1121,13 @@ - ChiefMedicalOfficerJumpskirt - ChiefMedicalOfficerTurtleneckJumpsuit - ChiefMedicalOfficerTurtleneckJumpskirt + # Begin DeltaV Additions - Medical Clothing Overhaul + - ChiefMedicalOfficerVestJumpsuit + - ChiefMedicalOfficerVestJumpskirt + - ChiefMedicalOfficerFormalJumpsuit + - ChiefMedicalOfficerFormalJumpskirt + - ChiefMedicalOfficerSummerShirt + # End DeltaV Additions - Medical Clothing Overhaul - type: loadoutGroup id: ChiefMedicalOfficerOuterClothing @@ -1128,6 +1135,7 @@ minLimit: 0 loadouts: - ChiefMedicalOfficerLabCoat + - ChiefMedicalOfficerLongLabCoat # DeltaV - Medical Clothing Overhaul - ChiefMedicalOfficerWintercoat - type: loadoutGroup @@ -1137,12 +1145,16 @@ loadouts: - ChiefMedicalOfficerCloak - ChiefMedicalOfficerMantle + - ChiefMedicalOfficerOverTheShoulderCoat # DeltaV - Medical Clothing Overhaul + - ChiefMedicalOfficerShawl # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ChiefMedicalOfficerShoes name: loadout-group-chief-medical-officer-shoes loadouts: - BrownShoes + - LeatherShoes # DeltaV + - LaceupShoes # DeltaV - MedicalWinterBoots - type: loadoutGroup @@ -1151,6 +1163,7 @@ minLimit: 0 loadouts: - MedicalBeret + - BlueMedicalBeret # DeltaV - Medical Clothing Overhaul - SeniorPhysicianBeret - MedicalHeadMirror - BlueSurgeryCap @@ -1169,6 +1182,20 @@ - MedicalBlueScrubs - MedicalGreenScrubs - MedicalPurpleScrubs + # Begin DeltaV Additions - Medical Clothing Overhaul + - MedicalApronJumpsuit + - MedicalApronJumpskirt + - MedicalOffsetJumpsuit + - MedicalOffsetJumpskirt + - MedicalVestJumpsuit + - MedicalVestJumpskirt + - BlueTurtleneckJumpsuit + - BlueTurtleneckJumpskirt + - DarkBlueTurtleneckJumpsuit + - DarkBlueTurtleneckJumpskirt + - WhiteTurtleneckJumpsuit + - WhiteTurtleneckJumpskirt + # End DeltaV Additions - Medical Clothing Overhaul - type: loadoutGroup id: MedicalDoctorOuterClothing @@ -1176,6 +1203,9 @@ minLimit: 0 loadouts: - RegularLabCoat + - MedicalLabCoat # DeltaV - Medical Clothing Overhaul + - LongLabCoat # DeltaV - Medical Clothing Overhaul + - MedicalLongLabCoat # DeltaV - Medical Clothing Overhaul - MedicalDoctorWintercoat - SeniorPhysicianLabCoat @@ -1192,6 +1222,8 @@ name: loadout-group-medical-doctor-shoes loadouts: - WhiteShoes + - LeatherShoes # DeltaV + - LaceupShoes # DeltaV - MedicalWinterBoots - type: loadoutGroup @@ -1229,6 +1261,10 @@ loadouts: - ChemistJumpsuit - ChemistJumpskirt + # Begin of DeltaV Additions + - SeniorChemistJumpsuit # Medical Clothing Overhaul + - SeniorChemistJumpskirt # Medical Clothing Overhaul + # End of DeltaV Additions - type: loadoutGroup id: ChemistOuterClothing @@ -1237,6 +1273,9 @@ loadouts: - RegularLabCoat - ChemistLabCoat + - SeniorChemistLabCoat # DeltaV - Medical Clothing Overhaul + - LongLabCoat # DeltaV - Medical Clothing Overhaul + - ChemistLongLabCoat # DeltaV - Medical Clothing Overhaul - ChemistWintercoat - type: loadoutGroup @@ -1253,6 +1292,7 @@ minLimit: 0 loadouts: - ParamedicHead + - ParamedicBeret # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ParamedicJumpsuit @@ -1260,6 +1300,8 @@ loadouts: - ParamedicJumpsuit - ParamedicJumpskirt + - ParamedicJumpSuitJumper # DeltaV - Medical Clothing Overhaul + - ParamedicJumpSkirtJumper # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ParamedicOuterClothing @@ -1267,6 +1309,7 @@ minLimit: 0 loadouts: - ParamedicWindbreaker + - ParamedicJacket # DeltaV - Medical Clothing Overhaul - ParamedicWintercoat - type: loadoutGroup @@ -1300,7 +1343,16 @@ loadouts: - PsychologistJumpsuit - PsychologistJumpskirt - + # Begin DeltaV Additions + - MedicalVestJumpsuit #DeltaV - Medical Clothing Overhaul + - MedicalVestJumpskirt #DeltaV - Medical Clothing Overhaul + - BlueTurtleneckJumpsuit + - BlueTurtleneckJumpskirt + - DarkBlueTurtleneckJumpsuit + - DarkBlueTurtleneckJumpskirt + - WhiteTurtleneckJumpsuit + - WhiteTurtleneckJumpskirt + # End DeltaV Additions - type: loadoutGroup id: BoxerJumpsuit name: loadout-group-boxer-jumpsuit diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 96892d6710e..a3dea5445c5 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -453,6 +453,7 @@ id: JobChemist groups: - GroupTankHarness + - ChemistHead # DeltaV - MedicalMask - ChemistJumpsuit - MedicalGloves diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml new file mode 100644 index 00000000000..92911eb772a --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml @@ -0,0 +1,32 @@ +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretMedical + name: medical beret + description: A light blue beret with a white cross. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/beret_medical.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/beret_medical.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretSeniorChemistry + name: chemist senior beret + description: A white beret with blue and orange accents, a sign of skill and prestige within the chemistry lab. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/beret_senior_chemist.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/beret_senior_chemist.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretParamedic + name: paramedic beret + description: A dark blue beret with a white cross. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/beret_paramedic.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/beret_paramedic.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml new file mode 100644 index 00000000000..d2e7567a7aa --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml @@ -0,0 +1,25 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCMOOverShoulder + name: chief medical officer's over the shoulder coat + description: A coat for chief medical officers who know how to wear a coat but choose to otherwise as a power move. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi + - type: StealTarget + stealGroup: HeadCloak + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCMOShawl + name: chief medical officer's shawl + description: A shawl with a shoulder epaulette fitting of a chief medical officer who wants to stay warm yet professional. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Cloaks/cmo_shawl.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Cloaks/cmo_shawl.rsi + - type: StealTarget + stealGroup: HeadCloak diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml new file mode 100644 index 00000000000..7b57c035adc --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml @@ -0,0 +1,155 @@ +# Medical +## Lab coats + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabMedical + name: medical lab coat + description: A lab coat with light blue accent that protects against minor chemical spill. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/medical_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/medical_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabSeniorChemist + name: senior chemistry lab coat + description: A lab coat that protects against minor chemical spills. Has orange sleeves and an light blue waist trim. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabCybersun + name: cybersun lab coat + description: A lab coat that you probably should not rep but the black with orange accent looks too tempting. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabCybersun] + id: ClothingOuterCoatLabCybersunOpened + name: cybersun lab coat + +## long lab coats (inspired by OmuStation) + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabLong + name: long lab coat + description: A Nanotrasen standard labcoat for medical personnel but long. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/long_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/long_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabLong] + id: ClothingOuterCoatLabLongOpened + name: long lab coat + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabLongMedical + name: medical long lab coat + description: A Nanotrasen standard labcoat for medical personnel but long with light blue accents. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabLongMedical] + id: ClothingOuterCoatLabLongMedicalOpened + name: medical long lab coat + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabLongChemist + name: chemistry long lab coat + description: A Nanotrasen standard labcoat for medical personnel but long with bright orange accents. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabLongChemist] + id: ClothingOuterCoatLabLongChemistOpened + name: chemistry long lab coat + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatLabLongCMO + name: chief medical officer's long lab coat + description: A Nanotrasen blue long lab coat with green accents, designed for chief medical officers. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatLabLongCMO] + id: ClothingOuterCoatLabLongCMOOpened + name: chief medical officer's long lab coat + +## Paramedic + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatParamedicJacket + name: paramedics jacket + description: A stylish dark blue jacket decorated with white stripes and cross. Nine out of ten paramedic recommend "Do Not Revive." + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/paramedic.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/paramedic.rsi + - type: TemperatureProtection + coolingCoefficient: 0.1 + heatingCoefficient: 1.1 + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatParamedicJacket] + id: ClothingOuterCoatParamedicJacketOpened + name: paramedic jacket diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml new file mode 100644 index 00000000000..2e402ef9638 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -0,0 +1,80 @@ +# Formal uniforms + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtCMOFormal + name: chief medical offier's formal skirtsuit + description: An lavish greenish blue skirtsuit with golden buttons and a green cross pin, fitted for the head of medical. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi + +# Medical + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtCMOVest + name: chief medical offier's vest jumpskirt + description: A cozy teal cotton vest with a green cross pin paired with a white button-up. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtMedicalApron + name: medical apron Jumpskirt + description: The white apron keeps chemical spill and blood from staining the light blue scrubs. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtMedicalOffset + name: medical offset Jumpskirt + description: An light blue asymmetrical scrub set with white accents. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtMedicalVest + name: medical vest Jumpskirt + description: A cosy light blue cotton vest and white button-up shirt combo. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtParamedicJumper + name: paramedic skirt jumper + description: A dark blue jumper with reflective strips for high visibility and straps everywhere. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtChemistSenior + name: chemist senior Jumpskirt + description: A sign of skill and prestige within the chemistry lab. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index 78334c8a8d3..8784fce5962 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -8,3 +8,95 @@ sprite: _DV/Clothing/Uniforms/Jumpsuit/kilt.rsi - type: Clothing sprite: _DV/Clothing/Uniforms/Jumpsuit/kilt.rsi + +# CMO + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCMOFormal + name: chief medical officer's formal suit + description: An lavish greenish blue suit with golden buttons and a green cross pin, fitted for the head of medical. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCMOVest + name: chief medical officer's vest jumpsuit + description: A cozy teal cotton vest with a green cross pin paired with a white button-up. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCMOSummer + name: chief medical officer's summer shirt + description: The cyan aloha shirt with a green floral design is perfect to catch the wind on a hot summer day, it almost makes you forget you have people to heal. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi + +# Medical + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMedicalApron + name: medical apron jumpsuit + description: The white apron keeps chemical spill and blood from staining the light blue scrubs. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMedicalOffset + name: medical offset jumpsuit + description: An light blue asymmetrical scrub set with white accents. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMedicalVest + name: medical vest jumpsuit + description: A cosy light blue cotton vest and white button-up shirt combo. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi + +- type: entity + parent: ClothingUniformBase # Triad - Removed "ClothingUniformFoldableBaseImpstation". Doesn't seem to exist, plus no sprite for folded? + id: ClothingUniformParamedicJumper + name: paramedic suit jumper + description: A dark blue jumper with reflective strips for high high-visibility and strapes everywhere. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformChemistSenior + name: chemist senior jumpsuit + description: A sign of skill and prestige within the chemistry lab. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi diff --git a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml new file mode 100644 index 00000000000..ead5d80667e --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml @@ -0,0 +1,43 @@ +# Blue +- type: loadout + id: BlueTurtleneckJumpsuit + equipment: + jumpsuit: ClothingUniformTurtleneckColorBlue + +- type: loadout + id: BlueTurtleneckJumpskirt + equipment: + jumpsuit: ClothingUniformTurtleneckSkirtColorBlue + +# Dark blue +- type: loadout + id: DarkBlueTurtleneckJumpsuit + equipment: + jumpsuit: ClothingUniformTurtleneckColorDarkBlue + +- type: loadout + id: DarkBlueTurtleneckJumpskirt + equipment: + jumpsuit: ClothingUniformTurtleneckSkirtColorDarkBlue + +# White +- type: loadout + id: WhiteTurtleneckJumpsuit + equipment: + jumpsuit: ClothingUniformTurtleneckColorWhite + +- type: loadout + id: WhiteTurtleneckJumpskirt + equipment: + jumpsuit: ClothingUniformTurtleneckSkirtColorWhite + +# Orange +- type: loadout + id: OrangeTurtleneckJumpsuit + equipment: + jumpsuit: ClothingUniformTurtleneckColorOrange + +- type: loadout + id: OrangeTurtleneckJumpskirt + equipment: + jumpsuit: ClothingUniformTurtleneckSkirtColorOrange diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json index e482264df5f..d26c3420e33 100644 --- a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..9519a22d7db6fe2d561eb05ce355199055494dea GIT binary patch literal 635 zcmV->0)+jEP)Px%HAzH4RCt{2+D}LnVHn5pZ;`nfCjJXiF{nVo&{i-H$(}3_qNqbCbm$=t?I~tb_fXvYdhhwY{-W0U*YWq+PUst%FsVR^$%}& zGg~R#J7}8PI`Le`zt&ckNv6`Yws+7sGGQJ6k58<7C~l6QI!$RP#L{Alcdw_&ujTmm zLbVs;r?j6yoj6NvqGn>J#|5 zk_8|&H^Yng9Y4si@iCiaiuPuF?6-+UqA}BWqBZypM4~YhiN*pg^J4Afy@`m3h=_=Y zh=_=Yh{#T`W&HtcV~;=~erA7+hfJ`E)DPx$PDw;TR9J=Wlrc*JVH}4atF28!+5|;&G3YaBL(mYk^Z|^9wicJZKucp_>CzNV z5e-5$=;Rhif~O=N2px8(NTAmhT+<2X6~3m>(EDun5<|km8Lzjf6chU4NuP<$?2RgFsE-5ZD%nOp~UZ<<)v_RpetHAySfhCLi^cd9->K*l8 zz#+Ok=!m^W-lJ!w7abIv7p|Xp={b9&j^&-|&2pSTYk=TI^wx`;<}aVmvprZ)uF z>%y~V^*ttS>lU6Ab#3SF(9a3kD!y)d@ddU~ivp)7#tGayb!(T1zW&>F=T;clYU^{< ze|6uhu;u8|)al8ohq;|@@2@el&x+m{vpH#J8votAKl991hpdcV8Pvbud-g<2eU7vJ zw``sH=PrzsgE#<49++PkxTxS3|B0Zj7rk@>m)M>1myW7rPoP1Ixv!>|P{WK;9hUTZ- XwvE}wI>#;gK=ydL`njxgN@xNAC?A`B literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d256737a36d7de45c7090929263663dd1d8f1753 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zqdZ+4Ln`LH zy|vJrIZ@`=$M-I3KiDH&*^?ifGM${d-1Eo|EsbdhADmL{X4|L}$tSovH$l+laN5Sm zDV-+`Zlol;ZjgvO{cgsCGV{`1lb+SjQr|!M9ynrAS{7m?~Bk9lk^_y#2-&Qdf z`?tyZEj4Bk+2pw(X`Yc3>S#GWtVFK=(Z`_wWm?YZ-I zE5BK9`MA5iYmMu7iPrx}+kN<|Cuc+VVc9UQYKA*=WqaRpZ}`-=(^glNVN-VW!3#Ti z+kel_+HyU6_dLyM*~d;+|guR)tszzgFeh%5eMZ znSWo44RSWd7@sXmS2^T-ib*&(-@+9tr#u`pPa}lv-Je`f@t%PTct{~ zt`;-=adVU56}@xH`q|sBsz2nPuj=XO=xC{8m)%?x_ecGG5-`XaJYD@<);T3K0RY=L BvHSo4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/meta.json new file mode 100644 index 00000000000..3bb3fbbe0e0 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/beret_medical.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/898f417179e1c8092f09eab7cd0cebb1f82d7026/icons/obj/clothing/head/beret.dmi. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..fe007a65f4d3c144ed86a35e0f237bda2ec77781 GIT binary patch literal 553 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zAA7nuhE&XX zd&@rma)3zt!|R0_Q?*2&`cLg#*d!vd#3XTLh*o%#u2T5^5An8KF!Fs?smx9U)5&vzkl5+E;jmkz*IaXa?1TXh78hte$4yZdhF^? zd|9V+$SviGI0J`R-n_hrkALTEt zJ)ej8`#H%qKX@CWrTa7Y*PcDL`MF5LI{z~N);j)QwtXCvXL#RTfA#ua>w~ZLFJx_H zkodam#=qq%C+9|;eQr9l^n3Y#tutcNdrmr9JpZ@z-5r*%y4@-IFucuw(~t^8?8-&d7$PV0VhZC0GT z$6l)gzYKlqK3=+{#Bg`<<0U^{{;k|pH|NPutC@io-0#cIt~JeldhqZQD_b2yzq33s pqBG6@q|c5$ddSrU0oKjE?=63DM+{#>Au#S4JYD@<);T3K0RR(^07L)) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5dc10f48ec431807628ff6240d3bcbcc3db036 GIT binary patch literal 384 zcmV-`0e}99P)Px$I!Q!9R9J=Wl(9;~Kp4k=Z4(p`s%Fs5NedAaAt-c|ZXJ9EAH+w{N6=?*aC3GL zK~Tt02MHb8lU_}0DJ|8WgQl2P>80%;c)u;*<-Xtl#_I7=# z-FM;uk$5AQi`DC4gIYNN;QjV$Z2!aoBC)%@GqTp}b`poMlFEM)N7!@o^tv5Zma@P) zwWr6iJ=00#&gvQfzV9Q1(A_$H04rZqSoYUspxP~@l(Bz=5V0c|UY|HX#w#c+8^>`5 zwJmQC*L7p^=*<1I6K%OxfMKF3zkk=t0jepvIX$KohP+&y)2{}o_Ur5dNGYj@je%4M zfe?by!#%3`Iq~x05zmzh+5H0m`lY+sT*Hi4P^pE*k$S%x{JKX+t{ng%y}3K`;^|5Z e27|%yr}+T4?S{<7wR%(l0000?m>c<8+Iu30qG*V_GJmD0N!%8`JG0w=NyyzEQ#0Kk-zQZBx_QTQ_Dny@?4k zSP-G2lB_t}sp-um!%a{AH|OrJy|2COmkQ7VAV^45d-?NGbc)-Jkk6*h{3d!|uSG>> zo9?svuXlLq)M^GF!gxvefuWENbcpcFA?&G7v9tR-SueNsc8u@uNLnR zHM+K5Y9X8G>Ga5De;$TSGTC8qIqbc|B$L`b+JE&Q2feqyuj)DZ_v*!4Fs%HQ9l^OqTEE17EX;- z>0msnWGE>eE>LD7cx}gzdV{+$7T>RgGXZS?0z1yfN0#Q_i>!OJ`%Yu|hO1?Xb9P*O zxp2+aP1m$?wsMCz89qCGXC`aQ+HJ;xuKmYy0V}?d_ymlIA;L+K;pGb3M z`Ko(vcV}OvHha>Nr&mi|1DCvB?Y(#2{EGDFnk!82K6$oC#q+7#8YkJD#m4vR`-4-Ba{;*2;dFOS>7qe^T-ET5kX}uIm*q^Yw_# TSKl^)0+qqj)z4*}Q$iB}xV)sH literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/meta.json new file mode 100644 index 00000000000..3bb3fbbe0e0 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/beret_paramedic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/898f417179e1c8092f09eab7cd0cebb1f82d7026/icons/obj/clothing/head/beret.dmi. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ff2bd3ba497cbe3001fc9846fdeeac08813722 GIT binary patch literal 555 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zpL)7DhE&XX zd&{<4I8fx+$NwD(n>oY`J9;yu_BRS`n3#LSO|f@L>=en6D@(p|`v^^#u%Pws60e8s z9MNjM5z&4#rzeUYN}23rBbI&btX|`p7MAI?bp?rW?{|Jb=UvPfQ{Xpi_BU(U+4-!5Fg|MJF{DQTBao_TZFxBBnX-K~ikSEKHR z?WoNKQilw-XjnyLsLP)^#^RW;?)9w_qsyfXOpiiPVJB0U&nAEZ@c+7Eitav$DC3=kTTsd#5*V5MHsa~uNZi@@w1zldr_NH=P o;TPvag>#B63y~Z(k^4EnFVdQ&MBb@00jm7ng9R* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf90a77b22d9572d37c37918e8ed5cc41fd5986 GIT binary patch literal 431 zcmV;g0Z{&lP)Px$X-PyuR9J=Wl)XzrQ5=S!A}B&aXfudHkz68Lv?UrE{0E%;1B$y?gJX)+o zoj}txY1MRHcRcS%zsB)+ysJ+LAptU(jBSvfcc5*YN^P6;$&-0Dr*GI;7^7S+lTN2` z8loq2Au7LqjlC%uJA05qRAerfli_f<>v*gT_hKH6Mgd4Bx6rh8Q@>$UDLvKMeO_hf z?$z<490kxcO?rI+{Qfy;o-wsrt!v!vOv15o8{115iA1E=7a$Z|>}a}vU>ai>RZhyaPX#R5qI(T#YLf3WegY Z_yi)@)K}%$iYZc=doP@QyxOdEt;FL6 z28M2>x%T_no_x?WeRV5N|N7K(`R}i8{kwklgv008FLCdFW@BIBh zUcf1UBe6X1h3w?h`ro&{XfD3+kP%`Jko+^#uubDsq1ViL*SKx>%KpDG|82_2fZM4n zCwET`$|`I8oN#o4+L>?cGiHjmMskEddv{;T@W{mL|pxw+Oe!nx0RKYHtY3Y zzUQ#Zyfj-p{W-g4j>huac3xU()%{4FIUjeeq)78&qol`;+0McKRegFUf literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/meta.json new file mode 100644 index 00000000000..84cf0c29e79 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/beret_senior_chemist.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Ubaser8 (github) https://github.com/space-wizards/space-station-14/pull/21426, modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..e063f906a7245177c88bec2b29fee6c45fe21809 GIT binary patch literal 917 zcmV;G18V$Px&Pf0{URCt{2nm1R68Pp4jcgd0Sybk6acQKWFF_%dD`#?DE z-MjbwyB5aeh#781AkM{xF#KlP}2&2%{+6=2~O$Ts%RFkZ&aavczfbL;m&;>0G3`(R6GgA z`j>C^Lh|}>C^W#W<^ceEUp}E6eOp6-*$hC*&a?8mh9<*~mBg$c9vm_{55PEv2ZvCO zzO4kXMulb%SFn|$Sf6$J$8fLZyc~UQ2b_kQRvdQ#BR0?tNmh&`__K0Z`dkh;${(Cs zuf9=r)B#8N1NgHt0HAL!0VOA+>*KdG>2o`M7eNo(nKPwwQQQUP@pCAZ=AP9mW2!bF8f*=UupP?de zPebEVIsklsa1WgwZH~T?U0K`IZ@qa30N9^=a%Qcv8fbs`R0jYpBLV>GF9z{>?2+;Q z-l-(4tZnK{Bl6;vMIQi?uP3;5-8_}AzyI2{l~_!Af-QxTD*ymx?YCvKf>RW0__}Ub zu7}2_^h@16Jxh0QC+xP#m4L0pVlo(Pf#mfa2UPedaUmmGc4|0S2&(Ur*5BJi~s@R`VJPZ!6U$ex+{uI0O1J@p*`H^AEw|GW1>~BZw zP-wvX$S_xXTnUh51+jr{OPN+B`wiDnL zB}C%OC9l=W0i}q=3;+QAW6`QCfdJ6i(dLq51^r`D05CR7 rm}4Udf*=TjAP9mW2!bF8;;;Mx7&1XzvBc=(00000NkvXXu0mjfoXnsI literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0edd94aea9f8952a1b23b9fc5346d75aa973e47d GIT binary patch literal 389 zcmV;00eb$4P)Px$KS@MER9J=Wlrc`jFcgOW^x-t6sVb2&bf}mR10x#}H(+96;Rf7+0hSI7UAO^9 z-~?TmSSm3frm91QXpq{bNg5|MQ=&o^TWZwBpJZ9`v;X(&f06-%!C=@imhOYebS8sU z47cgv|K96%wDoG+Y96d&Or|rbYe3m?-u(3T9<1%aZ5t?79tU z2_>^zGoUKU=W(?Oh-3)>AfnQpG~=KKuQq`!V)#10D%FVy{>3%2h*g__$3iUpG4_a+ zQdsz7cr2_YfnK*`xlISdK_6MfkgOAkRDy^=L=dS&7BLJ5{c8S!O%5+_q|f(D=N=33 j{qn4>XD}EHhMn^Z$O572eh4Ds00000NkvXXu0mjfyJxBI literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json new file mode 100644 index 00000000000..8009c353d0a --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Gotimanga for SS14. Recolored by @Stxcking (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..992cc8669380bf1b0527a561a85592b38a7217d1 GIT binary patch literal 872 zcmV-u1DE`XP)Px&B1uF+RCt{2nn6n&K@`XTNws8Sq#`MpMNbiepsmM(6k2-Fg9o8r3gQ>&N$>;o z0~9<-?vc3l5J?Jlk=R8^|E~IabIk$LqDe(goLv-$oHgf4RKVGWUMzX)Jx|#X<3b z+#oWV=Fho8z_G2^NyO0y5X#}yJdUL=wJ<8ay*l4=-LtnJJpg#OFx~YcMD-sRi^yd) z3~3K=CVl__K7aj&IQnUsMP%k~|%U-!) zW@-{~^rZ?wK^@zYPPUsw^=Z>f#4aD{{N!LJ+XD?4CreamaNhQ^b2K-DnN=iLVYY@Q9lJ{PE;d`HzV5J$gH zW)TH#WClB~F)aaP1`~Av>DNx{q5Ga_#L$;=z*r%l$_->tUYy3MdE7pbYoWZ@{YPL_ z-?Rj(h5`Fr_7=~dOhG7_nVHk#C{u{dT_LO=8YqKRxjE^SzMt1+8 z=B-q!0D#TcFK(HJ2h^vL#i=CJo@ly zRIfJq4~`EmS>El$G*ILUXzU})fgdY^VFV3bMpwaue#k9 z3li1v+hNUoO1cic-Z)f=DP4fM^)0WY>ln!o`(spu+ps?XOpK4Fs0eGbrBDt4Fp?ie zN!L5}FWaHyfYm1teNhrNEpaRMCxTk0C0g>K9A!}|fbF0fhdEP)Px$HAzH4R9J=Wl(9+!K@f)jyV1*ryX%6GA{IVDz}h#kut+I3wt|g?_yCeFjc8>f z_Xxg$wNDWtki=^5xXpRDYax5YoRD2fNV6X-3p=y_{LHWmI2;bgj`3_Sj3;xIW&%;j zu)6oU9cw**Q^nIvU_6;CTLZ?9b@7Yj4Pg|6wcB+}MWp(Fk;#my0V;)@xA+OrP(NrMw=8DMkjgXqIvWtpLiCYt3%dfQ{%@ zJD?$=Mow9MS(`OBuq=9bHEP6(2uIfsf0|v#o=K7xl`Q_bMEd}Ms;cUo8P5S0Z>Iyj zZpVv4hGfvk=WL2%Q9zaoLizvKa5Tr`CE7hr{96 ZIp5VPnk&p!4mtn;002ovPDHLkV1iSwq^|$~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json new file mode 100644 index 00000000000..8009c353d0a --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Gotimanga for SS14. Recolored by @Stxcking (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..170d2d9ec1c4354e41cf0c7bb2e81082c3b170d9 GIT binary patch literal 1514 zcmVPx)q)9|URCt{2n(u2<0{)xPjt}j=71nP&QeOq_s;f?6kc4 zwD%NhwfB^)FO-ZLI|~MvxB8y(Q?V(T?Bv9Be0FS41?cN=`^rg9CBTRjeg-hutEBHz zF}n5M9mWGss9s+|%jtl)eRi|ld+JeMVD`FC44tW!p(k-R)vjmnsZwS-KexMod8+?y zE2Hn+q+z(5jJpiYH^a!j0d`z$X6Vg9^7?~nW2-%-_8zJEoQN1C`_Bu2@h@MoRlwizO#vuD&@sMnhi*Bb}FN8~HGA zGqUef8u~gg17Wls+b!uUy#kqN7%?8g$UgmrFs_~x?v7(Jvo5SQJ4G_l!tr+hc9gr# zpQCF|3^UEnn@15mUeLZ6j-nrCvtJ5z%}qEC9ADDT;MhM$e=0Ql*H;Zd+sFxam6g*r za-!gV&aSSx3CI4$^%t#xOf*dJ;XRzXM=faGL-64}{Piy>*%w7*^&^wBWRkk(CiFumOR9om)mMJC8}HB&99|dRp(B)E?Vi_8r3x3U0N3l+iEsOf@@%G! z5AG^0Xy#X+h_cUiO1IZV+^^x^&|0Z!=!^IWw8`xtuQnAMuCmfuN6A^ zs`0+|GjNBP*M-xs;n|WPc70);1rw0^{s1%88cc;qO+hDgp7Xal6i?ibZxFagHI0~~Q5G8spvQ>IS4=vwG&@`gBroarS9WKm3 z7%l6!T*w<&MCz5pQfeL?iR`$pr>9ad z+ABq4rxc;bi0SwBFX;qB4bPwj7-9u7*(;n2VSgdr0D&%vL`scwPx%mq|oHR9J=WmQPO;Q5400({|cv3lypRu|%VWL}N)KLP9V~BZ3JAqq1;qbm5MK zogcuDVPs=muuv9+29ZV8gkTD8WMQI60%#;b2q|=?)0yX@v@lXTExOV4Y-Zkl=bn4= z=FXjg3M#1JUxd_pS-5XK5WmI_rBzPR{cBhA3CutZ0OsNns7b_!Hzn(pWgu64V&FZY z`f55x&LRSS01V9lHJRs@Yoa7_>|vFttM&6^bDREnFS9pixb*ZK051pUP}3&Y$J;D9 zr5Y)X)X^{SRpV$1Vl00{-q~hp=raJ#k0ZpQuL#vwbAF^HpR+Q&O7s0iTYY=N{^A=c z~F_YX6P_OEISh;c!}FFTzjCktolA)O|^<;IZhbhJGIkIQ=?CPZP~T(cT!?YEDtECb4g8C!vOJf2Tvo#S}J)7iD5A&l&6W@dEEj80^t*S5%^4TwZcN{yW%HQR2D@0uuvruyT^ zp&-6Tr;GN1{UA!jBuUp;Qtzkx0ZO z+S&wwu@KLXS7$gXI;Z<_odk8h3-7f_97ko;Q`yGVo(&*r%M?3;k_-SCA3q^MK`|+< zA@nqQB8ur&NbSCknJ>$T*P}(h2W9_296;aQJx|F^>)y=RpX*mp!GDjR6X@VA;;kqf P00000NkvXXu0mjf8F)^! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_over_shoulder.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..62d26fee0450c0c73d4ab11d6fbd1ed509a549fb GIT binary patch literal 868 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 M07*qoM6N<$f~wPv_5c6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6946f1296f47f561fa7ab911a9b3f07047db51 GIT binary patch literal 698 zcmV;r0!96aP)Px%bV)=(R9J=WmA_9DVHn3hcWJM^ON!UfA55SL2yxIstufk!5F~2D;($bl3JWAS z5dH`^M~z){Gp?ApIGHpCQ%s0~0a6kQ4z|5Q&(u&`3g=LI6gA!*x|rN&dGCGS=bq>L zJnt`XadG)y@eht0QY>KrNU?m>& zZ!$Cez>!bUX>g-n1!x9u)DV>bq7vZg#2sW=A(!fLR0&&ZrC7ocl|VD_ZUwPXBXjoy zAG@9t4u{aR62n8+&|mgrNS&Ng;Plj{E#J0`a;Y9;Ak}B~SEsUQmtGT%gv_x*u|#HZ ziTKxt)P~=)yt2k*a?H}d$I3v8C5-d)K~|^I=GZ{0k4M!7;_<8W^`0TSzCmVj2>|up z8iiuXPF`TA0#Ynt_(MUw!3cZhBHmzxN_LHBGfDLF4nDshSyqTfL*#N>j3#bSt2fYf z-BuMWEAS`!2hN(`e!ud|eEj+qOCOd3TAT0Zv1l|zB;5Jif5M?4x~}7stn;&d3|j~u zFSKPmQc41#sw&;x-KJf>ux-nqEdioWM(}tMeR5NTB-0U)&ET!}Bv=X%B>8y%P=u@7@A=WWw+U1MHP6RNuaE g^xV3*xVTvH14jYYPe2H-_W%F@07*qoM6N<$f<{e4T>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e16a96f53029c7079b4901debea21ca672e73871 GIT binary patch literal 646 zcmV;10(t$3P)Px%KuJVFRCt{2+P!O2Q5XjB=N|7@td@k@v>+-jx+oc9vz1EeWN?sV5S*kqIg9^* zi#P}l-CC%dEgcs^9ZbovbCVbF^2TQ*-Hqns z5dcrS&bu@>f|c=Q0D!j@N9L7Sscj++7#!$BA`!=tcoJjJ60j1<<}0Pp+37+K0Pw^2 z02D*#{Ym5!7)qy%ccu3zP2PiYVo*K3zrv3m4_91sz3S&MoIZ8Z zFiflcoMDG6I=DWVD@m*YEe&PDa%|B|%dyc=qPMFy@dmUQrUhLOcjwmiYGj{$i+BT6 z$W8C&>yt-DB*9ULU%RE<%hyGIxJcy?5fKp)5fKp)5m8j8re`AmCs%47LG)bU_5EYI z`0$J#-MS+g+d*<3L9_w2u>~0Q3ZA|aUD zBSdoII5^N3MeJ|+Qu7F6mq77N_+f~DB{`2E)_}FOb*z>v@cj*}mMc=RyONqm5W58K zF1*FI@8R*yJg#0D-M5q6hB6UzY}7WpTQBwv*!Dg6vlGUCZa%2nc?7Wr__GrSvhk?q g5&kQZ^9YB|PnMm%z=F==k^lez07*qoM6N<$f*%Px%QAtEWRCt{2+P!NNVH^kW@16G+t0loC6-33QF4hi>ZlNV~O6eepP!Jp}F7EyZ zF5)0KxJ7Yn)kzdwiY+=QU8)_LlF1inT1$&BT(8nR4r$UB%#*wNw0D8;XUTbCtDOX&qXSg#Lr*9BRdFA zw%Dv~cm1sxvXirgX=E@WbUTKc=VEbu9(vz-yqS5gs$S)4p4pqx?^!B@Q+xF5mKtFoC{@T?I-HxGLx`Tys1(yc;H8tg`r`s{;UETHL z?fPY;GeEOqJI98JGpA2Q_Qo4D!`wOERevke8PH(b7Pj=ZPfH|h=>|;O^4(rK0AkbK zGoqbDGfaq0w{1ILGXMZ|ADu8nurdQv&OKz-Z@?RV2cTbBzkvrJ ztjs_vmBhJ16$|AGK7aWpRBhDmYsWK;%)mkQA9xLjLS|s@Q~Th9Ux8;pSeb#P>MDBD zNi0=Yv9j`AS-<<<^fzq_-XUfNM)NuC#j7cC{qZvx%?Ql@3w#Il%z(NAf*8%`Gyq6k xy`}7@Fz_0%=ffdo2G*WF3^%INshI)#hrhV9vm6a;IT`=}002ovPDHLkV1jfVFHryh literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/meta.json new file mode 100644 index 00000000000..e4f93f8c70e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Cloaks/cmo_shawl.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e5240a1342c6b7d52f4338096a0a934f1135127f GIT binary patch literal 1499 zcmV<11tj{3P)Px)l}SWFRCt{2nome0R~*N`(Ly$K%pmDS}Ig&o7U5UvP`afoMd1_PCGqpYH+vtBP6z9Ly~b#s>H+`+}DH7FcYKZ z#f)M*9~j7c^X7fu{PO<%=Jy_;p`oFnp`oGiKSf7Vcy8WDEM}7;ulK0s(0{{$qqm*B%mH_~ZOMYs7s=~2koCMhr#6|$X`qWKa@jb=jk{?d@ z7zSRyp_&0=$vFA-=U)H-SFiO;`RP;w0PxutpHu6m2oRkQ@>Cskjl=kbk*LY(Ld2rE8|x3##_$;0MXSgy!!3m`}r#?7#tjg z>HYwUpTqzFe|_@`Y}Y#h08bvbVbGsB^*>Ro-~U75$g+vAUZ&P>JE_1^*Q_LdPdACI zkb^;Q#5-@l3xnQ>-B167>HYu=dL!=XCJ|lTQapEBTe5)?M`2(lqe-DioMIlrk*>AX6vDOj%tz$hr=Y3$zWt;M3JAJehq6M zFtA#!7#$r|%@1H0hUA5PW6K>fdEUgtggSlz0Aw;5*oKGD+1aVcFItSS4G$@Xg&H^< zE^u4`Znyi;J(gwRaJZ=Jq%weQcnIb$i^2^B0NeFWJnOQ+HatY#02(+h0G{XZ;rkyQ zx+l&}w4AsMiZBe*(2U+_Ia)j(58-(pUazl#SA`0nQt{-446m4gkmr zS;ajuEicn34I6;xc|;@25H|C5oe^O(k7#7M>8{v_J^+-f72x2d#Y>(~tAAm7fE@8< zk4n?f5(9|t=UGy&R;24RP#Zu#48#jHp5aBJ;bm}PVL=Cg;9#7|C!5~=7Vggsf`$F1K90$*oKGDW9~*)$RR7_5M)Du z?4W|0q*DnjF8KjK@h3RlV~9pfSXfw4Pn=;G5=+LV{rQcJO(|U{6i6%?S0yAahy2*1 z(A(J9l+Fmml5s*CmZu7d<%Oc6%X3@+K{kZFJ=Nd)5PN$BK{f=A3rKlA=5Fd?NHqj* z{r)|4)$j0 zycUiN9BL139n_N`4vwvwyDaE1zKBY-d@jo%0Jz<581zOsHe5v9o~NZ{L*OjF1OZ^s zpV9R`m}psj7xH{SD{0CAwOviv%(tpN4O6SxtQ+2R4=9zkQ7Z2sE9B1QY(O-!jI5B` zKci4{a+C(DNl<=9K+ajM|Ho;HY3+P~hK2?W{{lE_H&@5B#ijrN002ovPDHLkV1jUd B!DRpd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..d3eaad7c97e4062706f0e197fc40acb399d7e5fd GIT binary patch literal 551 zcmV+?0@(eDP)Px$;Ymb6R9J=WmcL6JK@`V7r$R8ENGy^A6A%p~HVG%D+16rj_h0ak6Rb{2VX#Vj z7Pg{S9q|ZzT|&Bz7S~Q=h$P}KPzfZ#y#+nQwKSXNcDWy(&Mu10eyW)_^WOXNX67*v z5fO3E#DY3xvsriM?JS$$zBkw_c9oPq&dSm<`FvhFZeRh1VYn5$%2Z~;x9v^$^RjTt zYO%zV$B#&-)6#J}f+p8>9e`uo^6fp{1O8msbqvFBWn)S!txpcHS}XyO(#Kgd%K!~k zF-=pd5>f(wObocM-uwe#bN`INg+FvZc*wi?IeO!9&K-wbE(gG`_fJW_=mX&AMhCA; zf3M9E=miyc$B_p8ru3b;SO{^>}*ZW;ds6GIY92@21 zhax@kH~^Mq`Qq-Z4|u4m#?Z4Ne}3UOD2jrrYJp<~ZbZqk(YEWIoiS8Z3)F~0RiGW0 zm(qE|32466=Z@2|$3Ce@-TqJlxZPx%6G=otR9J=Wl(B0QVHn1L2|`RNgjl(2i3Q1`7}{_#6-``%OPYTn5K_>wi!Oq* zLj@hIW{^&D{tKmpA=^1LnGAN1J{ROl9JjLRL`Yn$iR7P;OJbv+NEVHhZxG|_0( zr4P*sN+#`k77;uJk*cb;l1U@Y%Y;J_X8~N4BS`ZyN+vCw0iF%~j&LaA{QF+<^aRtX zRx)Wo=2B$NwQn7m=#8e(^iP?|4g3i+GobGu{yhVFqltB3@@?|nS)2$aQ9RAS@j%iv n%@s-sbHY>?2_PRIpZ|uROm4tGDxVFQ00000NkvXXu0mjfQ%Mx8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..21e6d154a51361f85c5f1faa11d4ad0625d5a302 GIT binary patch literal 727 zcmV;|0x127P)Px%kx4{BRCt{2+RtkfQ4k04Z^T2J7R8GgdWyA*c+zA32BGxFsZC2SwWQEXi~bK) z5(0sU+T%M)a>>1?mt#T^DUrt4TWdlo37a3c@nCk@My=W1*;;Wvu!rnpXWyIbzCFwU zLI@#*5JCtcgb+dq;X^u;Bc&9%&ncxSoypN}FY*xUTC1d@)NGznvw23w7-!=4xk@TJ z@?zYv+{p_oA(5Z~Dyb+veRLbuS_^kxea5}JF?@M3jfd~+IBlHZ{Ph#qFUn@p$}tZ-4+`jG;;@%CZUCF~WNHg%CmrA%qY@2qAs( zU0`)(30}(LUUBv#uu)2pUDKm%j3^uP)Eh7=&VB?|c1=(z<Lk_}L%mL) z4wk2!TBLh?lz42fK(Es$061-&;9KJy)mjVrcOOPBi;s%49{~Vva!$_eM>oh8d)z@n z34;aO{Rp3mADw=LLb1f2_&*vhWnV>;6K6j{V8hJ}VNZsuAA$Wd7-lJZ7)L(>Z+V=d zEFR?Ee)h77O|{0EUOKzHIm6>=$jB{Kf*tWvmfEV^&NuN7@Inq4`BcR002ov JPDHLkV1n}+NumG% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad6fef3f39035d234ce8529252b3a72bcecc1ee GIT binary patch literal 779 zcmV+m1N8ifP)Px%#Ysd#RCt{2+P_O1VHgMSZ`uwvl}d$*L2MBXBApcaC$v&1h(D&P#l=bl7ln>u zmqH2&fq+G{o!(g&p|p$BWlT^gtqy&K3~GW+P2V%=^mH(HT$6e+dY7E=eBg$>+>h@) zce#UmAAm8&7-Nhv#u#IaF~$HyqHz*JkabK5L6K;j&fUm^E|obM@>4c@Oxf(QxuKNO z97~4$o-Km)qD7+ds+n(<4hEnqYOxddUVlYFFVfztZnU=raF{tj?%gBw_qHGz z0u8)B^|^gQwHh5B0|d;IRVr_r`9}E;wt`{o4<)eXn}Vik6$e=JO<{j1fvsTJy|cKY z(cv+3(KO9A^Ud;sFP}fXdGN4jskQY!cD7Sc`fp@{Pw?mM0Ct)mBb`p;D3im&{G8{m zJ^@No^@J$?B0eXsV+LI{#ll9ZCR$2%$>ie40n#;Kqe&E?XWjgvQa zM6m!#DLr2VDJ2<2h(zO6GgmwVteTte+Wz*U^^Hx;&P)RUW@o0czOiY$zHI@N%0r#% z&L(u($nf)jGQXUBVY|L<0SxL?M{4&3O69Mf&}Cg+T|SgDqjV83&H4~bhWsR@^z{GV z%E*14GBd^)V~jDz7-Nhv#u#wURJ~I!^jX|4h}%5_$&jC_ecP{#M)V8_A&6oDqFBJ3 z=X3f_xX>M7^bDjIJE2q_1-(ey;~muA7JyQDq!&9&^Y6|U;V6?saasZZmRDBIDQ_oT zr~r-X8CaN~^DVEeBDH%0065GX000Vl(Xm2Tbcmc61ORpS^dXT*oDDt;L!WHIj}ZZs zCMDhI88G%4iNYH*JdNlXFpg=R_ICT2wn6IMGhn=Ftc?#&?YpMeAR5>+P(JPLl$s0B z=$-+mk6m*CtU>D4GcYkR;nOtjtoSOA+jp88*PwNsdj{Bl`~_cc2T>ch^ArF8002ov JPDHLkV1gYxX)FK$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/meta.json new file mode 100644 index 00000000000..b49ff315e54 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Skyrat Files - https://github.com/Skyrat-SS13/Skyrat-tg/commit/b09a67f33bb2c03834b80ff028b730967d3dc56f. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4c279f51b7fff74f23b1bb929ead6273c784ae06 GIT binary patch literal 1401 zcmV-<1%~>GP)Px)Gf6~2RCt{2noDRKM;OQdiVL=7(^eQ{i6ocUrgaPfx5;JQn*w^=`Z(35q{pgF z12%#}P9{)libPwrKIKr{O-~8ANm_`|$=gF+i?r3lAca5)wpP`;HhTGBPY?EPcO_ZY zth6#I^MeKL%SQUfh)+NN3^Q+DrK;12J^)Ni zPOItpTm}FP>AylF?zB5FF*%J#k00vt9zA}DiOFd=?GB`}X<~*E6#eDpdk};u=H})w zI{GTg<$bKL+u(M4F)&~;NB`;kMV;$4y4vO^R-G$8oxj-AuAtR#*9DB|U+6^q+KnUF z)@Jbh?j-<#$LDHU_W9jQu&vGD+KnUh$_S16!-G}~4_b9)lr$syXByxS?+O4QxwVJ; zmRl{$4D8zg0Ewv;B)9f-&vlDdKQXm}a<$U3T)A2?q~F#6!BCjE-Cm?UaU`aWD{Sol z+6Lrv86>7wkoLskc6(uDRBorA&t)J8(Iz95s}%@B)R6v}9w3zph(+R9TD)!HI1ZvH zBDt}tD^sbxz}ing0|1s5Z(CxKIHXd+z$>@cSJKMmeUz(}|E}`BTAo(F?JSVbWsuyk zsnblS7=7+M^r@x`p65wH+J(pG(#^Nxdmz8O6UMmRhJ}R%)8YU{9{|SfHZ@(FW~M%P zo+q_RousnqrfINPED@gPO^pN++O)ZJAE#*Z|5v)2ni{C@x+-r~xN0tz6o4+O9z50gY(g zz42c$6Xj)3yQhI_5IjvNxwQuyfc5ot!wsROo0rzou?HLn7n{0JSnF;|gSriV`c20k zu)4Zx0YK2ApVbRh+&@{UI4Nfeq9~#u?dpOcg@Uwe$oS?(O(x*?`^m)QbXx)0;5vbq$)9MDP)9yep6ehI7 z-4YCiiO=W5wzLBPh(+RtK8LB7#5j(F$LCU)#+3$`eL6&oqNQj%?GAW+F6sqQYIvR} zscc%^pDz|m>b=>UB3j5dP9n=PNoCWdSS+b$1X9^Fbvvj$pdjt)Hbn#>idZC$!^6J4 zyUO7qK`au7AVk$Pr`%+(QSGV>sduIa!0~X9)e~U`E8-D-w z0xo}Kfyd{VsB1`|BAJ zM{#(1(hNE(wHNB|#MBA~JuY0id!2P4adK?cJ~oa~>j-KG)pMB!0l??; zVR+CAchO6vQo)cH_N)sSJ)&ZSdZF60x_V}SmlZ<>Xmqt+9g3u(QPb!kY}f;o)0*4T z&biD0$&F2HOFK;`MQNcL1hr=bwDhz8pQfqYv+Z#PgF(Z;p1@7Px%kx4{BRCt{2+RtkfQ4k04Z^T2J7R8GgdWyA*c+zA32BGxFsZC2SwWQEXi~bK) z5(0sU+T%M)a>>1?mt#T^DUrt4TWdlo37a3c@nCk@My=W1*;;Wvu!rnpXWyIbzCFwU zLI@#*5JCtcgb+dq;X^u;Bc&9%&ncxSoypN}FY*xUTC1d@)NGznvw23w7-!=4xk@TJ z@?zYv+{p_oA(5Z~Dyb+veRLbuS_^kxea5}JF?@M3jfd~+IBlHZ{Ph#qFUn@p$}tZ-4+`jG;;@%CZUCF~WNHg%CmrA%qY@2qAs( zU0`)(30}(LUUBv#uu)2pUDKm%j3^uP)Eh7=&VB?|c1=(z<Lk_}L%mL) z4wk2!TBLh?lz42fK(Es$061-&;9KJy)mjVrcOOPBi;s%49{~Vva!$_eM>oh8d)z@n z34;aO{Rp3mADw=LLb1f2_&*vhWnV>;6K6j{V8hJ}VNZsuAA$Wd7-lJZ7)L(>Z+V=d zEFR?Ee)h77O|{0EUOKzHIm6>=$jB{Kf*tWvmfEV^&NuN7@Inq4`BcR002ov JPDHLkV1n}+NumG% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad6fef3f39035d234ce8529252b3a72bcecc1ee GIT binary patch literal 779 zcmV+m1N8ifP)Px%#Ysd#RCt{2+P_O1VHgMSZ`uwvl}d$*L2MBXBApcaC$v&1h(D&P#l=bl7ln>u zmqH2&fq+G{o!(g&p|p$BWlT^gtqy&K3~GW+P2V%=^mH(HT$6e+dY7E=eBg$>+>h@) zce#UmAAm8&7-Nhv#u#IaF~$HyqHz*JkabK5L6K;j&fUm^E|obM@>4c@Oxf(QxuKNO z97~4$o-Km)qD7+ds+n(<4hEnqYOxddUVlYFFVfztZnU=raF{tj?%gBw_qHGz z0u8)B^|^gQwHh5B0|d;IRVr_r`9}E;wt`{o4<)eXn}Vik6$e=JO<{j1fvsTJy|cKY z(cv+3(KO9A^Ud;sFP}fXdGN4jskQY!cD7Sc`fp@{Pw?mM0Ct)mBb`p;D3im&{G8{m zJ^@No^@J$?B0eXsV+LI{#ll9ZCR$2%$>ie40n#;Kqe&E?XWjgvQa zM6m!#DLr2VDJ2<2h(zO6GgmwVteTte+Wz*U^^Hx;&P)RUW@o0czOiY$zHI@N%0r#% z&L(u($nf)jGQXUBVY|L<0SxL?M{4&3O69Mf&}Cg+T|SgDqjV83&H4~bhWsR@^z{GV z%E*14GBd^)V~jDz7-Nhv#u#wURJ~I!^jX|4h}%5_$&jC_ecP{#M)V8_A&6oDqFBJ3 z=X3f_xX>M7^bDjIJE2q_1-(ey;~muA7JyQDq!&9&^Y6|U;V6?saasZZmRDBIDQ_oT zr~r-X8CaN~^DVEeBDH%0065GX000Vl(Xm2Tbcmc61ORpS^dXT*oDDt;L!WHIj}ZZs zCMDhI88G%4iNYH*JdNlXFpg=R_ICT2wn6IMGhn=Ftc?#&?YpMeAR5>+P(JPLl$s0B z=$-+mk6m*CtU>D4GcYkR;nOtjtoSOA+jp88*PwNsdj{Bl`~_cc2T>ch^ArF8002ov JPDHLkV1gYxX)FK$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e0326a56293d9e01e41c0465d9026260a668f7f5 GIT binary patch literal 1529 zcmVPx)vq?ljRCt{2nqf#)XBfwSMx-~iXtb-B239)i>b?|hq}N@Bx^fZ=O$JLp>_g6R ztu{7>9|rrd!6JqdSQn%(E6y5?Fd9u9W&`8uXl1dfSC?s0VApiAG|v^JcOULKr{kSo z&#PW(bbfH*p7*@x{Xg$>-}gD^+~)xs8yg!N8yg#&7n1~;&OV<{WMsPe?9(IvxvsXZ zUfk^u;`jTd#$1ekw9b6(R#+_~UVZd1%}uTI_NhL47(m3s2?zZxA|u>OQE>rK03f1t zX>N-2JLh}bvc9E`?WKtC$~y5r?ZM;m5C{aQsHiZmRTM?&?QN^F_~61$avSAVmlb`0 zZ4Uzgl$Pu>&Np7X3_xF+2S7@H!4=S6ipcT0IPY-Kre;APfXCxOQ4~>8QIQZmd56P6 zj@Lyy!(us{VAfYv)tGo75HR}aZO1ysrS(@W)FCN#EdXEly#-*b0FTE**X`TFd~EKg zU$<1E^^=p=k>+&a@pz0+n$tyc^14Oo$8^9!e~UP?=OzGM*F$XTy9B_2k}}eqE`GUs zjWnl=^3l%$*gVuq*YywpXZGCWpua`L7=A(K(+5a%x{Qy`roKzk`U|cAfbunG=iF1H zqmM{By#;{HmvRBfZ6u+5%~>nMT4p|dUE7STe#{s!GBm)*(13BAynZ794@ZVcbGrER zk50np2T3};g?szkNz{T-^mU76F8z_Q5Rl5o?_UGW38Up*jEsd0`(*TEI^fFjs+d8< z>-7R~Z-2YgbykTrPPj7S_;BSQOg&k&zNIaolj_{S)U?Xfvz0GPRQlGTNg$IwT^4?qh*%M}9_(l@hMeaju& zOA$$_YspMc0U#x56$L-JX?-`yMEEHH{X-LkLsQH87;M%@d%!W<5Uq`NE3`VUsxw?P8xj@fnS?iq49{!+@$mY#U3R#>U3R#>U3R#>VCa$LI5j z?%p0zTUWoN)Yo!QTURf-dwYb>=UW+D3Tqm~#}|X*d2oVx@*ke-6ooYn(zZzbEnZmD zAhLHyase}WhiGnUrKq?7MNtIW%8)fc7F|P86j4-MKyyf}_9E*9sl>=v zcdE#7MY6F~&YvkQ*+(D{V8^bVD2gIhA}^4U=|)i$v18XxZr$jlv}7O0I>tFMln+41 zonfv>j3=EK(f@}2=vp3Vsq$MlI*s~(l|Y~Tfs(RWw&=FWAe|cPADSRDJ;nGB9?b~= zcl(3V2FP-^KS);dH*7WK1;e2!Cel;rADWOJPs#ybzS@8u10Jn=z!%f1kt#=9p7ACl z(@nUt4z%>#)U?XU!j?$3Xd86@)&^8r9#47;0H~@uEB~(N2UltZm^IPTVXC^g{Gjv} zhz=-Mu|R&kV2B3ecIFR>|I;m4J4Kio5t+_k2ZBgrX=yeG(S=`T21-B0oQ0 zs87N|*R^6}ETmUJG#-z~sL*n|-CVtTb*V$f#O;o(fW3R)SyEkqj&uy@?(H!=JUBRL zd>^)CJQ*ljB zR##Vx>wnLX``#yDsteG$bL|4Z|Io1f^#Pb_1kCK%wjO|vw&A$c16 ztaGyU2~sh@oTJydr`-WMo?ebiUBG;Hxb{cNV-uswV`S?Sq<^v6x@R>4I`OOvc;4-> fv9YnS`9Je7z7fpY!Z{~}00000NkvXXu0mjfaW3<2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fd44c8c482d7feb28b1354b6964f7021643c68 GIT binary patch literal 627 zcmV-(0*w8MP)Px%ElET{R9J=Wluu|AK@`S+iT}Mslpul9Y-lePDYS$_6DWu&hz&~isG&WT!g|id zL(z+ukWdNk#hb+9X@e!DlnN~&)E=rrXiq(4vST*l*r` z@0&Mo20VE1@V~>?$xoW5Sx2quy6#Hzq?_bB`jT~FqeLc?A)C#jD2lx%gdmg209aqH zrkK@6rHuGxi&s^@6%2LJ)7u9?Pj4SW2)p>7d@$5SRrMd)rH%{$%$NzxNCKl&MolFh zMb%Uiqg2L>B$zQ1(wb5Rs;b}W9|{66zC2cC#}fE8sL z0Bvd#qf|x+fl(@>O-%x@qD-^bJdoCuGN30G+1fs2Yx~f_-?(|*j%S}nY`&eVCl-&@ zmc9kgu2lf&uD`Om`MI(kubc+uWem7)=d$zuSY4?O%xa^)&9w@fYZV9IXfzyA++GEs zohx${T|Y#{V$m9i4#KaU3n5Sxg|S;d2lCzeThi&Yw63cmY~%cya{yE-6-R9IZs5v5 zE?=+)qJ!+WngE2uVMp9=HHpXL1qa6RjlE$D6i+&c^Px%G)Y83R9J=Wl`&`&VHC%I4MN-KP?1=QMG_jpfD}?nzzip93L*h%h7JzhLf|G5 zvJ~kgB9w$eAd8!XA`S^ckOXa0Lr4n_U78Zea7WOl*1K{QdL!)7fU9SrfOa>ll(mSMT~4`h(@CqMhb z0MWcR%ZfT9WyB`iycDtt$JjU%ZVvzxZV$Sy8_iGZjdOGYay>xZ6(F6- z5}FMfCMMh-LbE~AnJjfzfaQ8Xx~7zYQphGIeGUNT3yRUKYvSbdd_e(V(&vzxf~g4{ zw2xSKE&`xN!lW}gaKH0E^^R5lCCLbAQ{M0+dZbXdwfb)BVlr%S5YHj zhTgdhy_=g17!EEu^oeq2~rY62_j z%s^$cNM*BlCZ;F~ov;Rg{;Ui@H&=EQO_55aM5VeTD%Bm)ZgoU37!>VR$Iw!#l+^ll zF?9*M+`KVroE1gssb7kLSUe%T(^CN02Z!0)Z;;F7*xPSl9~=h2J3U1#o{*k`sZa5T z@7t_4?cDMD0Vsc5#^>=cx9}GK+zX&XZEJ(ywQcE|rY=c2gcusNyb6?Kez?JR`m~^Ux)b9{r%`JBoZMs&SXjvL4{QYS UJHo08KL7v#07*qoM6N<$f>r4kLjV8( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad43760d674d3f03daea908731e51c0df11bed3 GIT binary patch literal 829 zcmV-D1H$}?P)Px%_en%SRCt{2+P_O1VHgMSuTn^e85D~)pcPRN#i2SV5_BoW76plQ&@*cXZ|P$H zg#-)n7WeSBOW&10+FRLCJMTAI+Bu$Kup`)|A z>{v%9$A>wFXFuBzc=#0RR)fj^OwEp{gnX6t}k<2LJ%qKTUj;U;Oi&R^HoTH#Rr6 z002)reE@)9Fj(_=h1*^75Uu(s8jF*zo1`cTWwTj2+}|ffQApQKipJtZt3KLY@>INv zR^Im?N2Kd!@pE^Ruge`!^CK|4cH6L*zCxjp2LLP@@9?C}htFSk@H#LD04Nml*h^nw zcev2mTCFpXwarE*F z03iP+iZ)?EDnx;8=dza>APBX}yW<(8@F~%5Uj4{R-V~jDz z7!ygBWwKKacOn{#KiH2Djm4`zx3IcEsr&i_M3NFo8XXxzPj7$Ov7X+3jE)Rd-H#x2 z0Yc#jg~Ab<2~5G;+-j>S!Y)nIFdLXI>qnRkOxx;55L$27b&~)fXP#r=)AOn;!gh%6 zM-X-g(5jETo+bdm=EhcCCJzA12QygDO`-2h#pL8GsHzIT-;Za5gHY8!`})pQtmme% zd@xfnPv|31TEec!nIHK5FC2A9T# z<8ruNrTqwA0sRR7B}Gvvl}gdwO`cX(Rw$K9QR&|zW2~azj2E2jpeEP&00000NkvXX Hu0mjfck^&h literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c33dab34d773b1d50744eccc5754a4870d7769 GIT binary patch literal 806 zcmV+>1KIqEP)Px%;7LS5RCt{2+P_O1VHgMSZ=?{3ff}qy1B!@(SRAT@9fS^r5+y>2?G$hA;LSR; ze}a%;2}Gpp+pgl^P=X!W+!_UKY!-9YLN&Q)1%D(+F5c{%hiEBC@kEkJr7{U2XlHAS3WWj*A*fU;Q#_F*S_)Ej&f~~!aCu&#QmJgb zK7Yy8jrXrDFt&W*+RUG#TCD&8o<*PI{fAGu?+;>DTL1u5s}*eKPcgQ9;kaL4ckk^8 zyq*pKz}o71-FR!xfa?=At%UYB{l>ypbDTtvRewi=cr6b>x4Rw1@)6E1&f)9yqVnSE zAjwT`!0m3ofw1kP$EwZlpjbX?7_Vgl0)8J(v||9k{{FtP;E8sOfZu0-)Hc(T&`i8{ ztOg}Xa_OgOUtb>pAfMlbs;ZDA$+3Tb0N6X&1AagJZHSjK#u#IaF~%5Uj4{TTBek+; zAeKs7-rEkAg%PU&THQ0y)7#&~tbb=&7_p-F3(u)m32>Me(58OzAddWWWBn$uq z0Iyyy*jDUlxKOKm2C{P=8XdZe+~fxQT~|r&?(VYf9u2p^{B{H@#W02r6@)@lP!t6Z zM@Ec?4~3>Mbf{pZ7{>f|#ICpuddYrmbsYfU^>l!ig0^k9h6!*&&wzPdbJ^PtO&x+x z=o!#U_S)=@t?M?G063s$z+AG|?`?;s6VU3O0ZEcvs;VNN-!)3$|D6zmGMNl5E-upL kd4)2W44GT$7-P52F9|!6#X7m1!vFvP07*qoM6N<$f<()4HUIzs literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/meta.json new file mode 100644 index 00000000000..d0af0f5e613 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Edit by Nairodian (github) of labcoat.rsi from Space-Station-14 at pull request https://github.com/space-wizards/space-station-14/pull/10758. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4138d1a7b39a3101469cac14d59952422ec72238 GIT binary patch literal 1524 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 Hu0mjfck^&h literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/chemistry_senior_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c33dab34d773b1d50744eccc5754a4870d7769 GIT binary patch literal 806 zcmV+>1KIqEP)Px%;7LS5RCt{2+P_O1VHgMSZ=?{3ff}qy1B!@(SRAT@9fS^r5+y>2?G$hA;LSR; ze}a%;2}Gpp+pgl^P=X!W+!_UKY!-9YLN&Q)1%D(+F5c{%hiEBC@kEkJr7{U2XlHAS3WWj*A*fU;Q#_F*S_)Ej&f~~!aCu&#QmJgb zK7Yy8jrXrDFt&W*+RUG#TCD&8o<*PI{fAGu?+;>DTL1u5s}*eKPcgQ9;kaL4ckk^8 zyq*pKz}o71-FR!xfa?=At%UYB{l>ypbDTtvRewi=cr6b>x4Rw1@)6E1&f)9yqVnSE zAjwT`!0m3ofw1kP$EwZlpjbX?7_Vgl0)8J(v||9k{{FtP;E8sOfZu0-)Hc(T&`i8{ ztOg}Xa_OgOUtb>pAfMlbs;ZDA$+3Tb0N6X&1AagJZHSjK#u#IaF~%5Uj4{TTBek+; zAeKs7-rEkAg%PU&THQ0y)7#&~tbb=&7_p-F3(u)m32>Me(58OzAddWWWBn$uq z0Iyyy*jDUlxKOKm2C{P=8XdZe+~fxQT~|r&?(VYf9u2p^{B{H@#W02r6@)@lP!t6Z zM@Ec?4~3>Mbf{pZ7{>f|#ICpuddYrmbsYfU^>l!ig0^k9h6!*&&wzPdbJ^PtO&x+x z=o!#U_S)=@t?M?G063s$z+AG|?`?;s6VU3O0ZEcvs;VNN-!)3$|D6zmGMNl5E-upL kd4)2W44GT$7-P52F9|!6#X7m1!vFvP07*qoM6N<$f<()4HUIzs literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f29322d09f01d2ab617156e732c4894d03794bcf GIT binary patch literal 1587 zcmV-32F&@1P)Px)?MXyIRCt{2nn6e#Ss2IvR@=m;!&W!#qK-vOHW5N4Vv({Q1TR5a5TS=I?V;PA zy!P12or5PV z-k1qXcYZLCyqS65_r84Zy)Wi9Somsj8mhOo-gAtSzE2=RqE z06?ZUK-^#ue`t`58+A(KpCAUbPW{*eaoPezsSXaoSTxV!?WM#v-+;5j$A z-T)muxgQ>l)XfOmc~3lzcpjnF6MeyuX(O2O0G@MWad`z|UO@cyI{=`A9=S9~2QKCX zEH1C;7N~kaopBGBU{ope~4lD4X_zLk%EiQz%F~ zDCN>vox0V;b@33hDam-g))pK@-_2%*a1-8!YA0M|Skjj%=uSJs`iV5fNp^(tBE%10kr3jF$Mq z95{7fwmT3a#^ns+0IoM+Zy*G9@O@s7uI=~YTZDrXrmb!jUoeCWpbNwR0K-F=Uy4}@ z#F!&NqZPKL)l+S^ITFky6A-g0Y^ytv7BQPb#zLQ_Bf-N~RQZiy>bc|KzkN>;vnhnf zCJgU$y#a{X6#TdEG0A710)i-mhZ|>H&9u#Zo~Qe>U1;aLAj^&8R!LfXw z*MsfKUNv`VAtA$T0BtsSy-=oyliK{8om6FnbaHvlT}{$j=#S}4u>bxeo%=(R60dhg z_#lewYg87IO>lWT(0~6?{R<=rr@Q^Q+|voDmQTfF0D#|;8LB|N>A86qJvZ;}YbP>O z@fbZBzTDG^)7^fi{+UmOQRD6>xwE*?*@ZK%W>g9rR=PWsKc9Z5``*^qkLOQkuq$ri zBzG3jq|B|rWB@7mihg!^J0NWqsRHv$G23ziTEx77w!VH8*Vn2#Z5DN&r`6F6%pPE5 zX`|9PyJVBMQKz^XPwOSb#S3RKS7@RpV%RB{Y&)vW9 ze00S|tpNZ~DZbUoHqy-uY};T*7i<5v(Q<&dvFga|0YeX;E85Q&`Evk(`K1_ZSC*My zia~xO;39u+pFXU8u`Pm|MYzv*Q9)k?ee_-<++QopeVzx^K{If&HJim!Ak@*`h6|k^ zUG0}OH81!5l{=cAugM-7T!M`tB<-@0`D-Qqw002ovPDHLkV1nC6<}d&N literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..f90224c20fc9c52f58d0e8517f602cae9a55bc43 GIT binary patch literal 586 zcmV-Q0=4~#P)Px%1W80eR9J=WmOW?`K@`V-@dEd;ZWBQeMYwQDC4p_O2?->m3#71+fL%JV6RRZU zna;u@SQ)Mq3yTB0BTEu&Bu5}Zz!(yQEDJ(Jz1zvIxLJ#H_HGl8oAIL%_E+t^c{}gV zoA(|ADJd!c8>NNC$f{JMWqU8`wlCXzkyWWirG>?)_um&8)D>V3kJ5CGfikxqK28K{ zI>(s9qgv-((s8yb)o6CS48W_`ZxVZQJv&~;s#KM;Frexo$b-NQR5N(G*#KCKIn^q7qH#5c9(rVvKXk7t- zaGg&2vxV3$g$dWuI!{?ZD+t-xZU7LTdWpTlwd)CC8`}+9LHPFs2-jhKYcmn7R<}D> z0DS-ECxoqUZ7O9$Nx;F{%7Abknuq&6eFn{;_`7+yk8m9h)>ir!p>h{UWMO6U2IAx+ z*@Dpydh{N%I0B$l{SxgW1el(fM9u?%KzNwN5vC_5wa?NPkjWbtY+v8Di|=waqb)*9 zK(D^eUA>{?_s0Ty;eB`qKU-B7Edj!H60H_~`3&c-MYa8YOMv8AbT_d+KbUmT7I0)e z1>lK455QUA|FSUunSkQXJ@C#bH6Fw^Koon*aa+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e61d7b9f6f25d949d30b8c3ced519cbd3003f871 GIT binary patch literal 641 zcmV-{0)G98P)Px%J4r-AR9J=Wmd#5WQ5400>6Drevq&i2m~OPhf)E-a*#wn{yGR0E6rroOtJ43V z=`wZSg%lS`HvI<#7lKq=bW;>W5X>i(%n({aLi#e(L^_==szal-&J(3wk=U2yMt&hiEWXYxj~g*O<$XtpT7edU<0ZB0ZP1!>DU4 zJbH-HY~ddXN%2Vui01NEDiH@@{lmw;+R1w=5ht3f(idAZF86wT$W*{Nyn-}d!| z*={g9H7(@<(gLEnyfrpH@yA;CiweNl_{8-X(eF@2mrl>@%en7_P(}CLHCG})XeyP$ z0RSu3k)8*4c8L@-gFo2oZ|7(Fpi|TPx%+(|@1RCt{2+COL$aTLJuZ$xNG?9f^$rH-MLBH=f zxc5K^A%qY@2qAX#cjf&^0;6^qA-%+B#} z^GkcjBeQeF;&I$0!H#9Wwzu~yA--M%gwk2HFdt@pV;dt9Wok6Q`o=cN#3Bc$b&C5t z#1cysK7Hit^CwsSo*m1!`|d;g^}>9ZOnAEI{q5HC3NXtR4o>UPFwcE$T661e`J`c(EwAU0Va(ZPsJ;g&MG4kWiOXw<@N@9xm-J`x@k)Qz@4GNE8n|OEaXWh z76C{m7AY3;J@4N|v?ZXs$gNsQN>$5qJo{D%P-~q18!N!B_N!JB>OaZ*mK|09Zf3dC zPF}5X2Ef*%d)lvmbQeMUkBbqBlJ_k$_CD#kaCOG&*TD-Rgb+dqA%qY@2qA@xLchw1f{Cger*2q?KcIu>LcFNxnrGeY`ewn zr7?1qi{=r6sf;=|k1#TWr)woT_eg0>Yfwwr)Nv#V=FqWB#yK`-os3#GG)0Y8(*3;>6?pGVMk7x)vc z>`uDo5wzb1``OCwrehvKYXa<6Hhrl6*YP@!pe+HJ@U*W~wJ24sz868;Z}SM?X&&L9 g?z`)pNBD330)9JpY;@DxfB*mh07*qoM6N<$f|rYYaR2}S literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a999f36ae825a15697309874ad9a22a8d752c0ea GIT binary patch literal 847 zcmV-V1F-ywP)Px&2}wjjRCt{2+A&NTQ5eAS|Jf!spo7-L7&{Wfpo9)OwM`@@*oH`IkkHXOkq+*~ zk#^RBm=1O`8Z;&t7KY+p7h)Pi8j~&4U!ZhxNv==^;AiIh?G`E} zviTyVi_4C5zzlOU)BJkz#prxCUnEy3H;lRAFKFB|l@hj*Q2Vdt7;T>P~b(5GIt^xW7U6Gg?b58+~xky#t`}*0E9XIsaSnAtiic>h-AH?z`Dnha8Q_Y< zl+W)c8Q&sTD6?{KtQ_H}at_(a70M(N2|~en)ANRUGA5fZf}Zw%zHVj{?ahGtngM4m z?{4T&%|LBNDJms0!1+QF>^=1Fj;li8hbgn5?Td7~X221SD!0c=s&9!UZIjj62~*l? zdkyGj&4Au!CY@qAxXpHa&$MgbYZvHd%|LzH+bs7Q0J>N+P@ncT%e@Dn8#M#h7gw_f zq3tz54ta8&j0j;p}Vp>l+yDzI~C>6#&N Zhrf(wduq^Vd;b6c002ovPDHLkV1i^(l5hY3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/meta.json new file mode 100644 index 00000000000..b49ff315e54 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Skyrat Files - https://github.com/Skyrat-SS13/Skyrat-tg/commit/b09a67f33bb2c03834b80ff028b730967d3dc56f. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..36f103e85d9e43b63eff19a76bc6be501011795a GIT binary patch literal 1466 zcmV;r1x5OaP)Px)bV)=(RCt{2noUd_M-<2Zq^;~gR%)n2<&U70MP4KeWR!FjnFB|PxD+XsQuR`$ zr;0xZvN^53UC?C$bI-IH+t@iXnG&-x8P_a8sg zR@c|y?($QbBf|?JB$gKe0GXbkQ7>oH0D$o5IJSswUb6b27+uo3ea8cQlFF3bW94q2 zA7XS#Blf`(cOE^}0-PJ+(Q$A+LGVJzxVWAm!lUB|aBkdr^pqsuk^%-MXSImHBfz;4 z42w|rq_X?!o`hgnM1XT6BJdcPoNcHQ2B#J@X7T~fjjk@)CAmp14I$RuK$~=e7d&>*r+EnCLR8ZRBJXbHy(K0CU<` z$jK@)sck@?5OcC>*$V0^fDJ62h$A^Y(bn$uL&+bPD`E3Oa(bdIorq)ir357}RcX~a zY|x42MeNMalr3)~+C$**AB+^|%HG+TpJ`(&1$)09XD);49(^F^9k?0x%T{AVduZ!D zGj$bEsdWHo_xfwD_w8PP&G+n3*$&qegq%$ykxhfE5(lt4ihNQa1bv2&2t3SAz?4$C zJT@9$2q6PtY^Zz{!jOnxe~*I~LgYY*90}H%;k$i)>=K1j$)vU+XVWO&x_RoJoJ}KB z^{x6?js)3^UbzA=*wWMJAc)a>?|~*~(+H1_SG~{Nqxaqel6_n24WJL2UFLc#OP?9b3IKq=27dF{7f60 zVJrQdm6g2Iupp?O{Aw`YZyySgKk^qAE566vP05V?+2P?vZHwbxP8Ni_UpZ*cE~QkgtNoP54aEQ zG|>>4Y<6UB2a*Dm7dyuPE{_+={(&u_jYQc$fY~k0eY67E0%~cxGI6Sz)RJY#3TPIf z@BSv17g31EfRchsuFJ-f)Jpn19k}GW43rcU;xQwAj(Rdhjsq&QH9X?*g`5sCDz?GN zeIdI*<-YsJ9o7?)8cn5aJ7)s4WzbtY6SUdM5msf@>ti*@7GRF}#ORXNAGk(sqG9w0 zuAS-+wGGl7pzI&O-F1=<+sf##77>95OarGb&9(v|Z|7C8ykP)XNv4~Y7f=l)FJUEl z^5N6%^TXSD)mB@!6ksN*-aT&<7Ya=QB?WKgSIFyT##fV&eh|s{Hm;+-#<96 zD=DOQY*_#k&ayRoH@~;j%(+=frj6*YQXy6$ubb?QzFMMUtIp>C3w>~KaCkTP7c0=4 U;R>jpM*si-07*qoM6N<$f*D!3T>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..af5dc36440f1434bbcc11eaa25ab1f758493f03b GIT binary patch literal 802 zcmV+-1Ks?IP)Px%+(|@1RCt{2+COL$aTLJuZ$xNG?9f^$rH-MLBH=f zxc5K^A%qY@2qAX#cjf&^0;6^qA-%+B#} z^GkcjBeQeF;&I$0!H#9Wwzu~yA--M%gwk2HFdt@pV;dt9Wok6Q`o=cN#3Bc$b&C5t z#1cysK7Hit^CwsSo*m1!`|d;g^}>9ZOnAEI{q5HC3NXtR4o>UPFwcE$T661e`J`c(EwAU0Va(ZPsJ;g&MG4kWiOXw<@N@9xm-J`x@k)Qz@4GNE8n|OEaXWh z76C{m7AY3;J@4N|v?ZXs$gNsQN>$5qJo{D%P-~q18!N!B_N!JB>OaZ*mK|09Zf3dC zPF}5X2Ef*%d)lvmbQeMUkBbqBlJ_k$_CD#kaCOG&*TD-Rgb+dqA%qY@2qA@xLchw1f{Cger*2q?KcIu>LcFNxnrGeY`ewn zr7?1qi{=r6sf;=|k1#TWr)woT_eg0>Yfwwr)Nv#V=FqWB#yK`-os3#GG)0Y8(*3;>6?pGVMk7x)vc z>`uDo5wzb1``OCwrehvKYXa<6Hhrl6*YP@!pe+HJ@U*W~wJ24sz868;Z}SM?X&&L9 g?z`)pNBD330)9JpY;@DxfB*mh07*qoM6N<$f|rYYaR2}S literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cmo_long_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a999f36ae825a15697309874ad9a22a8d752c0ea GIT binary patch literal 847 zcmV-V1F-ywP)Px&2}wjjRCt{2+A&NTQ5eAS|Jf!spo7-L7&{Wfpo9)OwM`@@*oH`IkkHXOkq+*~ zk#^RBm=1O`8Z;&t7KY+p7h)Pi8j~&4U!ZhxNv==^;AiIh?G`E} zviTyVi_4C5zzlOU)BJkz#prxCUnEy3H;lRAFKFB|l@hj*Q2Vdt7;T>P~b(5GIt^xW7U6Gg?b58+~xky#t`}*0E9XIsaSnAtiic>h-AH?z`Dnha8Q_Y< zl+W)c8Q&sTD6?{KtQ_H}at_(a70M(N2|~en)ANRUGA5fZf}Zw%zHVj{?ahGtngM4m z?{4T&%|LBNDJms0!1+QF>^=1Fj;li8hbgn5?Td7~X221SD!0c=s&9!UZIjj62~*l? zdkyGj&4Au!CY@qAxXpHa&$MgbYZvHd%|LzH+bs7Q0J>N+P@ncT%e@Dn8#M#h7gw_f zq3tz54ta8&j0j;p}Vp>l+yDzI~C>6#&N Zhrf(wduq^Vd;b6c002ovPDHLkV1i^(l5hY3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..58b72dca6d0148aea336e747e15ab18296ba5819 GIT binary patch literal 1636 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/cybersun_lab.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..75af91da38b75cebfd7c072792a8560a11e8e2dd GIT binary patch literal 844 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 XQeXsuO+&>y00000NkvXXu0mjfmeQDV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc4fe789c7141da161fad63b80261751c895775 GIT binary patch literal 481 zcmV<70UrK|P)Px$n@L1LR9J=WmN8DlFcgOW5H?_~(t)M0Ft+OC3q-v`Pv8TTQzQd{jtC*2A*dJd zgkWmv09_aejq0VXV5!W~SV`IxyA%ned{QJk|FhpO`{gM>NlD3ngHkH{!+~6<^@jsV zDP61WjQ(&SJwK2_h)g0Og!KHN&|DFFrpc=n2LSLkjxt&@uT~tGn$UtVCWR2{@%%t~ zejouL8K-r|*zQau$>Vq;lkvy=Q&LLhd8Z>OrJ2NWJkd5`bOp9;fpe~o`{eXYX<--w z066EcZA*JkBLhj|$NPuOd&hAy#`5*CiG7_Q&N%>}-fVynqUJBpPdGX}RB>rzVHm2o z9~;uTc#oxNZxz zb!XEP8&;JPj2y^IVn#$>(ODAaA+g6pPx$z)3_wR9J=Wl)r1jKorNnHU-fZM1(}~uSf``jgxGqf+mlJl+ z-$Rkh@cccV9v_7Lax-1bSf|@#l+tLJrpYL!tkdnW>0-u2{9T9!ugO&az{cOk_QG{d zu0livw*W#&6#Ty3!oV70<8PzD18a!;b}JG=2oZXTUxQOh*=`rap5M0Z*c_%|w+k4h zl<|lVN`WNhuv*Ts@wX`Ci@3eHi)PERP{fAbjr0XpHsSI1D$c_^;m?{oPUZWy+0GuL&| zXf$H>=a*L~avAk{9nEHw+b>rN4sl%)SFwFR@Gu#TxvD?pY%j1{&Qskxn}D>W z5-=H!;RhbxKR=>@qsGLGPz`)H7lwnzbByCS+)XGWBjaE21%*uVU+~M74*&oF07*qo IM6N<$g3p=nbN~PV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..51b2634c39836c130dc648acec7481027023f7e3 GIT binary patch literal 629 zcmV-*0*d{KP)Px%FG)l}RCt{2+OcZeP!tB>Kcz!UL&wsNCRy?ddWI}%I|V0O2nf0)^eK$A2>b+h zwimyG^a@!L?%2jA4l-Afw%eswD5gzi>D<(%{|6c@+ehafxYyuw03sqHA|fIpA|j#= zqByZiDciiKl(JEr*x!C>gIHTFiW9q7+}XwA&T6ge#NEA3ir`|c7jJ6|qLi}B<>J>AevdrQadUkI;PBCV zX_^86j9KA!e&0G)jvVjbeZZ%q&wbPTqaBGLQJmPD>nj97fGo=p1OWgb%QEck9{>O@ zFTS*TmWu@d(I~F(Uw*y7csv%#*BiHQwboW^-RmH8+sIvA4%26)l&Tl)lI~gr7t0mF z71c-HFC>HQ?!JBU^(H3M8N%~306=(thRJl+JHKBMEkKibC}7O0^Y>3rjvvMPcy##W z=erUufIIEYLm?6iKNk-GgTY|C4?qBL`&Qx*bTNGGeIgB%vC7C~|zK}@riT^3dAw)mzb=Mh9To0;xEed%N*=Mf+=AKz~%fW7^L z)@|{&B)of)y$4rmpJVI~l!wkNYk(x&k{~7ez%3dci zk09F~7if$3d3Kk11hE3Ve)DR_m=%m!Ax%>ZhePj&kmNkVKS^>P;lK3*@VHSvQ>G2H P00000NkvXXu0mjf!?zmV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..85030938481aae39d8834c047e8059b29f8995fb GIT binary patch literal 697 zcmV;q0!ICbP)Px%b4f%&RCt{2+A(j_Koke?e}I9i5kn=acA<*s!dGy1x^zilLZMq#$r4Me?BxU4 zi=|A!baT5@La^H_f+b6$8!|u=H6g)Qdpiblmg6*T9qibZ-cQQli|uSKs3*+$^z5XcE3;7?>n1A(u0@G`YdKhi^`sMTcXFI!R8yipYHPDZ5Kp-st!6Z13e>uzlJ%f#Wy}W1f2g00cWS#$>fx z1wy0OY&Hvd;mY&f7jxT7-7Lmfum-4k#W^qR+*i~(rPi+7Vtx>JvU2%J>~;~IUtB^z zJ^}#f$45B7xQyLDb^u&=0{2>^8)3!{YWp)WAHIDPyMOEeDDJhGc{>zYrBW$j8Z)Lh zacOGat9ivaFZBEmQ*qy?mJq%{DEMbl-gn3Jl{aN0ZT zK4Sw}bPx(kV!;ARCt{2nmtb=M;OQdjw4-oQ6z+9poStO)t#JD|u(e`+w%y zXI^$@0F6eY(P%Up>56#ay?`Cgr(qmsyrIF)u3eg(BnUId;VbmL!wfu!s&Jtsv1n6r}g`{=nn_~ zUHw~8UR8hUD9~;-aCyEWJR6j-|9c62rQw1Q!aB|kvS!*d-ddK$Hn+C1mRiBy-d=3; z0Im-JYpE5HE~mw*kEccf-up*A{Q2P;{vna~`cKVLrxAD}1OS=LE&yO7wf-n?d2vbP z$AxW|K`F&AKfimF_tXgW9D#?ypl>&>D6lMxQA&}^S`b@DTB0!P5n(NO{b!-RH5DHUns za*@OJJI;+~62$2^H)yvSvFU3x8jVJy(P%Up%~yr;ms7q_Wd5(QSeK%w;9r02I5(aR zlprWAh(LVrZzF4_f$<7)zEEVU!n2Yu6q#w7V%w}zs)kyNP+k%<3Ofgdn2`uteI9`5LJc{!fMUB*o$}FuDFkTQ^apauh(O>W?gKV^Ltf0lp>(x+;}!c zY`cs~sfve(xz%0p@W439Lf&xPc{w@Kh8h?CFEuBFh_Ef`+#{*cvJ{u+e~|d zGLy~?#YL1_$_|hx8iWugkHhoEw#$#~QGJGTAAs?}$kgf@mKT>Wx*xvCFbDvqX=35k zA~NnSbGn^Skr7!F2zx~3rL`h+!2gv{4)BLsREHu}@N0(c7(+(@KdpJ?T+ej`;9QPx%FG)l}RCt{2+OcZeP!tB>Kcz!UL&wsNCRy?ddWI}%I|V0O2nf0)^eK$A2>b+h zwimyG^a@!L?%2jA4l-Afw%eswD5gzi>D<(%{|6c@+ehafxYyuw03sqHA|fIpA|j#= zqByZiDciiKl(JEr*x!C>gIHTFiW9q7+}XwA&T6ge#NEA3ir`|c7jJ6|qLi}B<>J>AevdrQadUkI;PBCV zX_^86j9KA!e&0G)jvVjbeZZ%q&wbPTqaBGLQJmPD>nj97fGo=p1OWgb%QEck9{>O@ zFTS*TmWu@d(I~F(Uw*y7csv%#*BiHQwboW^-RmH8+sIvA4%26)l&Tl)lI~gr7t0mF z71c-HFC>HQ?!JBU^(H3M8N%~306=(thRJl+JHKBMEkKibC}7O0^Y>3rjvvMPcy##W z=erUufIIEYLm?6iKNk-GgTY|C4?qBL`&Qx*bTNGGeIgB%vC7C~|zK}@riT^3dAw)mzb=Mh9To0;xEed%N*=Mf+=AKz~%fW7^L z)@|{&B)of)y$4rmpJVI~l!wkNYk(x&k{~7ez%3dci zk09F~7if$3d3Kk11hE3Ve)DR_m=%m!Ax%>ZhePj&kmNkVKS^>P;lK3*@VHSvQ>G2H P00000NkvXXu0mjf!?zmV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/long_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..85030938481aae39d8834c047e8059b29f8995fb GIT binary patch literal 697 zcmV;q0!ICbP)Px%b4f%&RCt{2+A(j_Koke?e}I9i5kn=acA<*s!dGy1x^zilLZMq#$r4Me?BxU4 zi=|A!baT5@La^H_f+b6$8!|u=H6g)Qdpiblmg6*T9qibZ-cQQli|uSKs3*+$^z5XcE3;7?>n1A(u0@G`YdKhi^`sMTcXFI!R8yipYHPDZ5Kp-st!6Z13e>uzlJ%f#Wy}W1f2g00cWS#$>fx z1wy0OY&Hvd;mY&f7jxT7-7Lmfum-4k#W^qR+*i~(rPi+7Vtx>JvU2%J>~;~IUtB^z zJ^}#f$45B7xQyLDb^u&=0{2>^8)3!{YWp)WAHIDPyMOEeDDJhGc{>zYrBW$j8Z)Lh zacOGat9ivaFZBEmQ*qy?mJq%{DEMbl-gn3Jl{aN0ZT zK4Sw}bPx)lSxEDRCt{2nqN#)R~*MbT^tHFC_~zjnv_mrY)s7N!{+2qvV=j1ulUkLd0661 z6T_k;kh#Q=P2;ktGlnL_khrZ84Q9S<7AW$7M1=_G)O2nTXd-i^G88YU?BVXAy~h?9 zz4t;{%+4nv>FquDe1GS6&pF)N?++vri9{liNFXJb^zV_DI1+Qc}Cs4$0LqwS_dd_IvEXz zX|68elkcvHJckY*SaK5P>MP0=0EYuZ;=7}jg#cKs*@pFXFM;ui2*k5o z(>g$NbqT}2|0+ignhwwxsWtks!Vt=TkJmxwmX%ruHJm87p-mx?zQ zJL&iPMfTgST;)>BMF1h*-gOOty!?#-Txz*U+m)*T?A_zR@AofhQ}p}&YDGn*==)O3 zMXc6rtXXT5+F7&KVzp+AHUJeBmAdp7O@Kywdq7O52MW4;UY93jHGu4fCdReaFbWwnrKo4Cybr1kT-^=E~FnH5 zru7XaU@qDWc%3nw0A*&Hwzf8LH&z;DW?K9$1>Ffaaq^5>R8&OP>P!@63PqX1?RJaL zS*tTCDk|c{$untrA6Q7A_}X8JzU~L1KqQ0yz!2*)-vl6Iy`4}f#J9I!F#9C-0P^(t z-;75x3=Yk_KD+=}lD_T)Y<_kJ&$g`qI2;ZDzS**ceQp)7G5Po}U=`=@-J#P^2*&ku zHoOI>*mCXhnc!q>Y|NCt?gYeNF4UbncQQIUN@RQzpU-F6ROnW<-S_(S>n!I>P%3?m zmC%<+Boc{4B9TZW5{X3eKc}p&Nv*jYQa!$4TI&Jy;PD03n#&>6wF!oQ754l6YD;Yu z_iuKSm%ow!G6|Y3fB$ATEwxpqyhuX{=7%*wO-%ZWaENP*KSlHm1v)1C}X!{ZC8 z1x_c?M-Mr>zZ~L*XlK_ALot~01r%k9j$kK8D+?J7heZ-L6}ruIXNXOOZZY`LaG0Z& zg>(cvldLf#EXf%nUYwu>vQjLkrlAD<`Ny#Myf!Nn;#C>V)g`=b%V&5fwB&$NF+3FW zBATm9giEc(GB-v&n4SUW?#{QQR%!{vZ1GpM0Sm>V7efiqev416&ry^q;m@tq3|Ngwm*n0a04fSU@ z0SPx%6-h)vR9J=Wl`&`&VHAMBh(@9o3xXXE@BhIpE*1%ND73U7l;CKmlD30GKnRG2 zI&|(3FhR&vp`dWkNu2DpkS-BILByd3O9|zEB*Ps96ii!nIEN-@Tdlo6Ywv@f$Gvy= z{`bH4{&x@&5pmXu_43i(r;Gkcwn`zZ<@3DG%f(XJx7|2HqvJSA{biRz0E>Ql;3rQW z=RyT?PG|F(>8aq^Q#XT5f2c+9f#5!`q2KK6v%6Cm*41!OP7y z?=O2m46~#AzT2i&s{tIyD|eW;8>E02pJRYWeY1V4?@$@26tc1UMwR+T^@v_|O3;-H z=_CN%cf-sC?LlN&mM^7*&dD9eK}yN+@Gt<5%BnrfHJP<+yP_&$qo_cy2tjPpuME3fWj{e~Y;>fe?b5$y>n^LNGTbNbPTF p{}Ht*mdgI|I{!--5fKp)hTpAk$WhoZP~HFl002ovPDHLkV1mHo69xbP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cd175404a19aa65bd7072555b82ce9339455f2a6 GIT binary patch literal 613 zcmV-r0-F7aP)Px%A4x<(R9J=Wluu~WU>Jv=imU79a3E}lfc*|47Lg&!@L&T4Wel$qp%i-XFenHf z1P=;Q)WZ%fLZL9Bpb!vI@Z{RU=3si5e@c;A3S%t!4mmVXnAmoxhj`GILOYifb}|nH zlK1`cd*A%>eJ^-;c>M4926^f7oke@E-15S_E6u}h7AF!3dvk1xX*Gf&WlvrNgTSJF z>iZY6*{q{R4mmBJN@wh3@lG}`becib%x!uVPUAajro!Qf+ff{J@{PrA%luWA; zHpiv_=yv7IMU{J(CLHTIvPsi4duC=90IObO-|W-9Q?SPQlZSCZ9$vz{iQdu|})O(UDPB-xetip9UbgYH}8MQuP5Am5t`U z+KwDpUYPe)*4L=4ul3|qRV5b>;~x%iKcWE8Uh8BgxE@5BrrAOW0M4Jgz_sghynOMB zQu#9ghGFcx@wypk4=9S#xmQ)SZ~Q-&B7|@} zgm62G>GPGLP^eF?>{!oL1NoYtQhtkLfgu3=#___1v?0?(+g;n#rk#$EZ zow0RYw{=~&+gA6B9Vn@Erl(N9n1_dlhZBAS88Fu~O`>ox00000NkvXXu0mjf9+Mk3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd074a0fbba1bd42a0ee0e1152a6235476e6be4 GIT binary patch literal 689 zcmV;i0#5yjP)Px%Ye_^wRCt{2+A(MvQ5**F&r+(i4oav=r|S?hbki1xmINAf$kZu|T*;8l#ZgFR zyR{$%!68FbZpoCPlycBT=n&etrNqe_wQ5W-B~I5Nz3b7$#CQIMLcia1oci5+&+{DK z2M`ev5fKp)5fPCeseIW^<;(V@=O@V%8{7@uT%|S;f1ff z@cjqwIU_4I+CQfL2^iUQU^wVuG`eulEyNz-)8{&NHkJVZqtV4g-~PC~&E5L6!yHTG z8Q@H8+q}H>H+Spkc7I&^9+kXKuZ`UPk()USA`1Wj!C(lvL_Z}DKV&a0#r!%5yb9*Ov$uc zmgNqhQZ=NauT`lUD6S{avMdzV7P0mGp|5L;Er7Fo>!%Z-Lb{J2wgArleQy5_2WFJBF4sd>(@a*r;ic}v#^k2Z)$M@R_P$AVv5bFngYkYN&{dNLWNcRzl{!_mI XX8UPp-93^$00000NkvXXu0mjf`lm(d literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..97e44e6b643927d73f107e17f4fedff5edcb24c7 GIT binary patch literal 690 zcmV;j0!{siP)Px%Y)M2xRCt{2+COL-Q5*;Gucg!s4kw`|ovuT0=%y_WEfy*|gbtmu$Q6ffSsaCA zHd_l)5F8w;;*yk-p_C$Y33SMiY$8=|qqoi{{d3EQB4Vps3n0;HrN+NZ~J zH;RR6pB^J64VPK-LUz8ljp^~Auism5VEQ0iZW$qI6~&B<{Qe1^$}&_<0|0Ye+KOYh zrC~Jap}Cz2+!fd>*>Y>*YDmMV^y^Xq- z!_gZ6(KE0WhpK5PZf;=b?@Zm)y<;hCA=Esj3{FM9?={9;Bn^Sj0I0(jXoAaY}B@82z!{Q*|I>=~HOO+>Ex Y2X^>nS?{eQWB>pF07*qoM6N<$f}c%B&j0`b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/meta.json new file mode 100644 index 00000000000..5557782e43e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..325745b36ce880915afd57945caba27c28be4273 GIT binary patch literal 1398 zcmV-+1&R8JP)Px)FiAu~RCt{2nqO#BR~*Mbk*=;aR68}XM2OK^4BMQ@n9Q=lMl}T4!@#}-b&rEP zHepjL^Fhi`obwMN&FI5GG_;69ADjzqN;Zn9Eou;T0asV^(6K~9wY#aVgPlFJ_i~eV z@t&BbY@W|c!ae8S@9+HX@0^pI-wzZDg+ifFC=@Ry4w=p^ZJh$3|Lc!u+*hovT(q=x z3YT{^nbfa&I{$Xv4z@dMnkF8-_93ghULK@UbZJ}6dqd%vFs?7T(?d8MF1r(~`T#=% zKbmcCz55GB358>#OWWeG4*q28Mrhs0nnu6);`2|- z<^)aCM0@*JraqQIGd*y?)CYuJCp@#0b?^YXKF7^V-2+BS1;|&x`=Ks~&(%HVr`S!WvGtZZzM7@#b}X-0b68 z>Nf8y7gl|zvySgRddF=D00My^kw`?8GFYp=@%9V#tvG8J&CuVqGh|D@r~?dod!rm^Z_f*-)bzYF zKKEWs0&t+c-O<|{wL3;z%%%^puWw{VUs?U4Q{eRN96yZTB$LVk;9R`SZ1Ya9#$K$6S=$y&?j7N*HZU%BzPGe9R;fBx^qiPUuwJ3G)(}r{@W_nRxUJ66Pq`01|Xdo zGp`$~|CK9O=2TyyP$(1%g+ifFC=?3C3rtH}r`X+-6rpfzPR{>i2!&%}cTZ9n^$D^_ zAB#sK5z)P8J9n=Qu)JX<^XY_8I3|`itmN*s0lN2WFDVx(b$rwxzbf8%y$K4^C|o8K4JP92duopr2mHJHiLN^pNT$qHA48TN)Pg*Muuy~HC!%C*fFMZ#Wr(I~13{nmVx+gibttn5)sK=>f1o-`a zQ`?#iKD4dL5p+*VJxe+QE?>TE3O;<86@fsI8;R>?y1Wu3lSytQt`i6ZvDOe;ZL^DX zfrQ87VPs@PU|EC)hZ6Yxe&X@C?Bhzp@Aoq}l)&Th0GRenk&t?plmo0e`syWaGcW&3 zx|;ruj*9&h?&#=nw6t}K;h&~<9>bP7tq-7}M!@5F+04rij?GO?z%y-GTV+PU=xAy6 z3DR%Py66~r`5ilU%u7z*`1fbs`^#CRtxzZwivK(R08Lky+AZFG0000007*qoM6N<$ Eg3JG@kN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd074a0fbba1bd42a0ee0e1152a6235476e6be4 GIT binary patch literal 689 zcmV;i0#5yjP)Px%Ye_^wRCt{2+A(MvQ5**F&r+(i4oav=r|S?hbki1xmINAf$kZu|T*;8l#ZgFR zyR{$%!68FbZpoCPlycBT=n&etrNqe_wQ5W-B~I5Nz3b7$#CQIMLcia1oci5+&+{DK z2M`ev5fKp)5fPCeseIW^<;(V@=O@V%8{7@uT%|S;f1ff z@cjqwIU_4I+CQfL2^iUQU^wVuG`eulEyNz-)8{&NHkJVZqtV4g-~PC~&E5L6!yHTG z8Q@H8+q}H>H+Spkc7I&^9+kXKuZ`UPk()USA`1Wj!C(lvL_Z}DKV&a0#r!%5yb9*Ov$uc zmgNqhQZ=NauT`lUD6S{avMdzV7P0mGp|5L;Er7Fo>!%Z-Lb{J2wgArleQy5_2WFJBF4sd>(@a*r;ic}v#^k2Z)$M@R_P$AVv5bFngYkYN&{dNLWNcRzl{!_mI XX8UPp-93^$00000NkvXXu0mjf`lm(d literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..97e44e6b643927d73f107e17f4fedff5edcb24c7 GIT binary patch literal 690 zcmV;j0!{siP)Px%Y)M2xRCt{2+COL-Q5*;Gucg!s4kw`|ovuT0=%y_WEfy*|gbtmu$Q6ffSsaCA zHd_l)5F8w;;*yk-p_C$Y33SMiY$8=|qqoi{{d3EQB4Vps3n0;HrN+NZ~J zH;RR6pB^J64VPK-LUz8ljp^~Auism5VEQ0iZW$qI6~&B<{Qe1^$}&_<0|0Ye+KOYh zrC~Jap}Cz2+!fd>*>Y>*YDmMV^y^Xq- z!_gZ6(KE0WhpK5PZf;=b?@Zm)y<;hCA=Esj3{FM9?={9;Bn^Sj0I0(jXoAaY}B@82z!{Q*|I>=~HOO+>Ex Y2X^>nS?{eQWB>pF07*qoM6N<$f}c%B&j0`b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1288c7992d5b0d640f2c0d69368c1cfc2359d027 GIT binary patch literal 1677 zcmV;826Fj{P)Px*M@d9MRCt{2nr%p1R~X0tX~trrQ%Cg1;6|hr=T^$FlYUS-a9yW{eWoO!4Gj$q4UPXPI-1V!AG<(`OG=aK11rlY zE-8h*SU`JwJJpypv^fWfwY&@fU@#Rb_0ez$0O0jKM4w|XmHrDfor_CK5m;HqYumOd z6S#eS7`xtX#NE4hz`;T@95sjEsl=COZvX%o+g7Ds^vnSOe)@Pf`Y6Xt+gcOTlLP=d z`zKIbQVMH%84RXE+`c{x#(SjNjnF`_TK7*d#J_N%d z7!4-$cOJx($Rm7je;oi242RIu+lRB~&O@))rLDiA0ot5{q{?PP*N{gUaC~G8a}VZ{ z`pR{q1vTgz@}SCQLz{Cjt6d=LAK|9p5?;jY%oN;i7lQFqzrXV!5MR98?ZWKLT0a{7 z4ZT2MWf{?Mnc`kpmL)vT193yh{J9*)_(%`{(C65zTXR=y-_HioGY4yV8SaeS#?|A8 zbkz)zO|)0*P+3`t#>U3HU4&ScC4#sF0I)DGEA{F++S8xvBDAoufZDp92`&!+ zwisVRZC!Q3W04PNp14kM9VYXpbX2hPd!neL>{HpFB=>V2jO`h9UUDh+dDcs!1FvD@q;p5 z(l)?GJdQ?kG0cY4*Vm)Iz8(OuD0&mxG6vBv;0QOB)Gqo3jE{_E zycN^Y2Y_(g*o&f9`Kaq@^{ID2NB{4bn(?GG!e$X(x8v5AX`nX1kFC`SS5N?mJ^m}> z31mt*8c{ykKy85WkujWTdn;xAzmc@vpwsEp0U(G!XQ>Vwp6BI$IY-tP#HEBwkc=QM zVRmLJZ~7V<8X6iJ8X6iJ8XEs8sDC+qaPl(I7Zj#!6FqZlfr&iwZf7@9hsM>!RzvvZ zt9|)MP=2A3Y!6A+lngNKM`R$IpU889{2@;dOT_ae6*twwRP37 zG8OQOi#R_E-1B$X7-w^dzBuEl>4IOc0k~Wh#`i+wH;tH-uO$@9Rz?79$wohTwL)lsYR@ zp@hlOC8M~292pYCB{bXjK(E)qXfSQsdqJbY1ifB|X8Rsx!KtEE>5y??+sRVNgW46FA+`!ts!z(3yMsIh(yEB#SH?0-EN1`U_z6xg~;J~T5^&gfjq|r z)o|bL)1CV*ckVZ919S~}ax;_XL`DXXx7z+w1DKle;D;=3Vwtl3(9QH3p79O{1_Su{ z)7^Lyd4$^NM5e=J1;=p+hC@l2qcl(*g6bRrnf7Ykrulz0a*l$$6XZE)`2iXl8Z`V3 X5EMO*V;}B100000NkvXXu0mjfccB_3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..40ed1a5db98de776b0b3981c209ec9d99a9989ce GIT binary patch literal 637 zcmV-@0)qXCP)Px%H%UZ6R9J=Wl|4vXQ5462udgN4yo`Qia4{YFK?>1K0Xqr7>;(x9v5SzgF$CNN z1s6dAZXF&S>THTA(&<_x8cfiNw87U>Vm=CmCV>>f>tOSUG$!{+p%n7lF6Z2H|M&mS zxexmE>GQuamDn(2n;ElHEVh|3rxF_-V>fZfu7I_e&)-a&~IEheo>QxQ9kKIXjhhL0W*W>(=4xGZS1G2I1t62@p>1m=}h@`pkqSLf3UE z5sFMw>*md-$@cbJLZJ}%9RtMTFL7xahl+MQYnJLX;f9AP`c#F!^d6EkanQi zG*MLrAq0ieB>$HrfvPI3?pLJh-jzvO+WU%ouz_R12|y-&#MtPV6@TU| z@+vos&wnLsb-zNRUSnymw+JZ#B_j`jdk|cjh7baPPai+v(ljeClRg5VQLj-bSFC;A zkop9>EAvXp$a9=N=$e@g_^S|R`){KmMdDg=Ym(rD z6_jBs-tLeLwjBtMUfKS_>#)1EBhvHQA{vcao!0&e9x5IpUME5blF6j)x_$ce`DgqB X;1JB51#Hq800000NkvXXu0mjf_xU0L literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..00213af15f2129e664699e953cfc978fca3a6a45 GIT binary patch literal 639 zcmV-_0)YLAP)Px%IY~r8R9J=Wm9c9RQ5?rVX#z)LB||Z32nFfT%^@MQnou#|AnskHOI?bKYyJc+ z*g`E9y6AFrC%Vcq8(p5iK0=9OxWh68VfMqrv@6Mkip<%Xmwq?%+=(=uizLuGyXymcXroC~| z$g`H2vPI~+t}H@nb0LJR*Bf$vVMz)hq!2=8vso#Gkar)wvSafLOR`>XNFjt&5utnn zosPuo^{}^F;;{A+zZT&7_znD8fR_*NFun2?zZPI`w}jX0q0>=20G~?I>*FwmjeWGh zB>)P>CIF)&qmI1tK^cH2?~ky|CWpu2-Uz5wP8&zAKr)#mm&-YX0DS#yQZP>7>_Q&a zkLqHH!RtJNy0RLT*5@ZufQV;-W>DCu-s zxv$a)ex_Qj5=+Dh27`|Hfd4YF#F%3&D!4KtUDstS5hpYh#;*k&3m`NUCYFf1@&MOX z{5!t4zI0XRY6R!EKbD9CVFu4WOU`~qwZPx%fJsC_RCt{2+A(MoVH5}Of5kzY;G&3*nTkW#f{P#sEfNO>2PKg%B~Vb%3}TQD zDg?o#!+}t`2>rH`c1enZpa_>C2&JteWbgyma3bL@cY(rluy-VFEy>+Gt@wUhKKS0f z??K-39w3AeLI@#*5JCtcgb)!_ss<^gsQ*kUMU|>SzrA!wtZdmF`QBessT$O7+thB` zq_qwc56(s@LVv7My%pX|svyVW2FR98vL~jIH`d`e9h^IR9#~p4I33)2@f!BT z^iU57Vl6gpq{maZKXp1RqIvIH+*A(~y8wZmUU%P_Wm%D8ZEbA=0Mg^Buoy`h;|Mad zutGb%E@mfFc(v_fcJf!kjYb1s&s+omym^uz>RZ{eN&b)T0D!4Wm(lCG0D#SpO}u?x zV97TzN-3IISRt)7X|4A)#ZgqM26?VeMRS8Z*N@ap|0tytX|2PAJ=c$1gdkQ>gi6&I zXs(>tdH?{V)29yoJ&M(}8s-ag0D$?z99GwAvGY3!YXSN>T^EZ@JM#TI`P&1rZd}hY zWj2Vl0FKka=j~77=vQ+=w>1l9j<)@w&Xn5r^oAG@a*aZyj)sF@xk51Mp>Nu2yFI_ zvg3@!hQ+y$5L>Vl5ELQlWVrSb*vI2ZjJ_1_-PNq(bIZg+T s(}87K$mMd0HzCe_gnts}KEi+NCkKBQX`kD?zyJUM07*qoM6N<$f}09F$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3062b6965ad25c9cfdfc945e704ef4d2b39e4aa6 GIT binary patch literal 702 zcmV;v0zv(WP)Px%cu7P-RCt{2+A(MoQ5XmCe?(|af{23HF)qbHT%<$hLW`t>LWfEsE+LRXkPf9m zI#eNxcO7o(*3#Qf+9fG&if{;7N)tuM^1wBoNO+gKfbd+rV2jJzp^a#dse%!;asPRA0Rj^*FT z81vWST!dWJ@UvCw?K3l98TJ5cb^$AI-+}Wk9NQK1Yun<^?HO?1ML|1+HM?+Pqc|~M zEWvx}mvgs}PNuNcutsJcC_s>DngeUU`@M)GN6&ldbTS11Xf}^WUYi)UxVW(=0O0PA z&&X!80DzsAjpz4M*lF3gI+eux&BD-oWt(5y77rfI0RX0wDKtKP002zixQW{O@_3nb zT^Eco!59;Z8+!wXVjL-|CLG%ptHzOVZ1>;KEAQnU+w~vF7>j)o7-PaKf}(0?W)3|A z(&_7=zvF2CpoVg(2mmOTir7D>g~L5R=pH5W(IOqLsaT*QK`3uW4jY6L}+6q7)0jGfY;vk+TKw*R{?@9a%P~mzMN<_ zkKz9MiKWe5y#Dwd{hp0g<0!I1pSxc!duBjUHBl}V@#^p!-aNX8YpH2D^9eF$2E09k zZSP6%85-oGX9m1~8gF06b|c$w>@z^t%)sfkcT~nMfb5xpsP`Vb05WC<^7(wiG)-{c k1?OFP2Ouu_%m5kU4_#jjVh$BOoB#j-07*qoM6N<$f*Kh=o&W#< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/meta.json new file mode 100644 index 00000000000..3f31ba1dc0f --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Skyrat Files - https://github.com/Skyrat-SS13/Skyrat-tg/commit/b09a67f33bb2c03834b80ff028b730967d3dc56f. Modified by @Stxcking (github) for DV", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc6b7b8eb7a40c676e7fa4a17c7e9a68612e98e GIT binary patch literal 1566 zcmV+(2I2XMP)Px)*hxe|RCt{2nr~VVvd23 z;TvlySfz-QO@=ZR4`eTN+o>BW^^J)!7KG6oNW0>T{=ufD=bL&-6Kl;~5+Qx|qIu3s zd$#vna*=KKfrH-jJokK``}O(ryZnBDjg5_sjg5`X{}cyHC@m!FL zk%TynN9T?(^~pkzixKbUO#lFwyG||7D>49JHaVv|w$=E6rSZkXyO0p4apL|nqAfph z{~1Y$)3|te7fW}{^zPn*r$bNhbm$3YL{YtHS?}&G%zdsi+HiDYjCegwSm)k=8Br{$ zn-N8gzWklUcyvpaj3a15T&I8hxJU zNjjY->2#W8!w4c63vT{ys!}C0OcW>qCYp<@`BPI8A3@rLXhnLC@eOA)u!{WN6^?rW`DrE$!U+Z$CP#~yvxd8ydpYCHkF5>Kfh+3B$wJtX@ z#l67q@4)#BmksH!X@KFHRydswT)Tb)f*`EgRuBYSyM6;srvu@IMuV@owtl_44&2qB z(bsnh8AV2|%Z>h?gILVI#&>~j0Dz1lqp$Cjsy|%QYN-EJ4G`pFq}k`g*@3rf{%-%B z73~t@v}%0-I6EMs+2=!$iS$|ggCGbP8Txxg+h2dX2>|FicGNLB8Ao1`kr1a%y||vf_IS-? z7LZZow^wFCedf`*BTV{hE`izP9F$jSrhzN3(wI%oF+KCX^qGzep67{_c!~DF9%zr6 zy**b+N8=kbdN!i7v(qw1i064i_o247Hnm(^W~DxOo+nv3M@A>cO4e53`+FprOjZ2& zTMpIGI}&-GC&^@rS>LcDgyQi60A5eiin@Atomy`d(P#vMAYlK#11sv*I-%Z$VOQAb zf7hy65DJBeAPDI0?$)jE?(T*l2ndBjO!`bSAd^`@z2+lCuih#?-nvcw`$b|FO&)K_ z{qi7^~F?To_oHTdoCPgVC5%ceUWNHw4@ z`>uNym<;gaz7{NIU!!-APq%(>aM1KXSW)s>^(qI$d%#qD93w*;(b@9$nAPsQW~bo$ z#;^f6j&lGY&^dD6%uBd(>7lk=#o;*45ekLKl}qC#P7sBT$tryt8yg!N8yg!N8ylPd z6wF^vhc4VB&YIGn#aLtVm1241r;wBJ$FVQ1%MSp6lq8{$li}UG3Es_{(CqV}>-LDH zKZonlb$f&~`+Vv+3ON}mNn-AY=|@oj_-cC{c6{CfucryKi5IvrwUn(9V#SmJ0N~8y=V}syS@Ck9n!`1%IP>_q>3*0t!Qq-#r2bk8JLeS{g`B+RGgec` z$;d0RYJ?esnIRM=15hyS#_2KtYRT}PhDM~MKe6PO%&EsA3rq%Rh(E+^ z&Aw8{=lFr@?|>S#nIl0iMjGM|nVx6f1N6@NY+hmQrfl>y&G;dvH$e)G7VG5=SJ8*-porC^FGTqfHsNp--sy#(5bfn(gTdgMf^~PCuSDyHvr1mgv*)% zzkIU`i`m!MksmFm8`Fft;gS?xGcav}+8hB&XN#k%>z}e*)6NgDv9U43KaB`bHbA!t Q6aWAK07*qoM6N<$f=)U80RR91 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..069a594bda4d2665868e3fd02c3b8792b6a519bd GIT binary patch literal 710 zcmV;%0y+JOP)Px%fJsC_RCt{2+A(MoVH5}Of5kzY;G&3*nTkW#f{P#sEfNO>2PKg%B~Vb%3}TQD zDg?o#!+}t`2>rH`c1enZpa_>C2&JteWbgyma3bL@cY(rluy-VFEy>+Gt@wUhKKS0f z??K-39w3AeLI@#*5JCtcgb)!_ss<^gsQ*kUMU|>SzrA!wtZdmF`QBessT$O7+thB` zq_qwc56(s@LVv7My%pX|svyVW2FR98vL~jIH`d`e9h^IR9#~p4I33)2@f!BT z^iU57Vl6gpq{maZKXp1RqIvIH+*A(~y8wZmUU%P_Wm%D8ZEbA=0Mg^Buoy`h;|Mad zutGb%E@mfFc(v_fcJf!kjYb1s&s+omym^uz>RZ{eN&b)T0D!4Wm(lCG0D#SpO}u?x zV97TzN-3IISRt)7X|4A)#ZgqM26?VeMRS8Z*N@ap|0tytX|2PAJ=c$1gdkQ>gi6&I zXs(>tdH?{V)29yoJ&M(}8s-ag0D$?z99GwAvGY3!YXSN>T^EZ@JM#TI`P&1rZd}hY zWj2Vl0FKka=j~77=vQ+=w>1l9j<)@w&Xn5r^oAG@a*aZyj)sF@xk51Mp>Nu2yFI_ zvg3@!hQ+y$5L>Vl5ELQlWVrSb*vI2ZjJ_1_-PNq(bIZg+T s(}87K$mMd0HzCe_gnts}KEi+NCkKBQX`kD?zyJUM07*qoM6N<$f}09F$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi/open-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3062b6965ad25c9cfdfc945e704ef4d2b39e4aa6 GIT binary patch literal 702 zcmV;v0zv(WP)Px%cu7P-RCt{2+A(MoQ5XmCe?(|af{23HF)qbHT%<$hLW`t>LWfEsE+LRXkPf9m zI#eNxcO7o(*3#Qf+9fG&if{;7N)tuM^1wBoNO+gKfbd+rV2jJzp^a#dse%!;asPRA0Rj^*FT z81vWST!dWJ@UvCw?K3l98TJ5cb^$AI-+}Wk9NQK1Yun<^?HO?1ML|1+HM?+Pqc|~M zEWvx}mvgs}PNuNcutsJcC_s>DngeUU`@M)GN6&ldbTS11Xf}^WUYi)UxVW(=0O0PA z&&X!80DzsAjpz4M*lF3gI+eux&BD-oWt(5y77rfI0RX0wDKtKP002zixQW{O@_3nb zT^Eco!59;Z8+!wXVjL-|CLG%ptHzOVZ1>;KEAQnU+w~vF7>j)o7-PaKf}(0?W)3|A z(&_7=zvF2CpoVg(2mmOTir7D>g~L5R=pH5W(IOqLsaT*QK`3uW4jY6L}+6q7)0jGfY;vk+TKw*R{?@9a%P~mzMN<_ zkKz9MiKWe5y#Dwd{hp0g<0!I1pSxc!duBjUHBl}V@#^p!-aNX8YpH2D^9eF$2E09k zZSP6%85-oGX9m1~8gF06b|c$w>@z^t%)sfkcT~nMfb5xpsP`Vb05WC<^7(wiG)-{c k1?OFP2Ouu_%m5kU4_#jjVh$BOoB#j-07*qoM6N<$f*Kh=o&W#< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..95b1cfa38e1b1e69167e47df1863b3abd1b250c0 GIT binary patch literal 1351 zcmV-N1-SZ&P)Px)0ZBwbRCt{2no($5RT#&A*VfzKW+7XUY)iLwuw=MAOxuUf;jFldSRbkk1s{CS zA_GBvSRKwf5Mk{mu6>ygJ`5fBI1whoMA&pA;##4_mpGQYhoZJu!EPbFxk<1bA8vBf zWL=tbw^XO+2chKLd(Z!WPQQE3A>RiIg+ifFC=`kY=@}4G?ak0n^i^vm`h;Ko`($o5 zO;dP+wFZ`7ZxW_yiq=RN+5@g;`O_YtH4^rv-|z$^lSvU99HPnqrNNgB#0G~*CX-E> zgt9(>zO~c!Q2OXwI{|#@YYpAiGa$5%5Mp7D)@@r^T3lk+!ZlLu8%gAU=i0ViT>a>M zVuM3y;V2@Pf$8&&^)0E-rX6TS2Y~dMW5i!R3V_fJu&zt%uO0!t&kELWsyxtU01yg= z>H5XMV3X@Ya#0H04GtmgN1^f)RA$@>%F8##h)C`H? z6IJc9`t`%4XF#;Y;)p_yV)`1a+kmDU2;E?>^9yrxvqYm^{21EE(&7@L=)mF)^!QG+ zwhjtr`p#a3I{EFs86YKGx+r?v5kQ)2%U`v?Yu^!E?o zI1Y1jvt0e`W3t&S7r#w1eCQ4B_^U4n@44yozQ@0k{+`}$0)YU*V9>iSo6Ta|wtJtX ze%%QeK7AHWpRH=MZ5x0si3A8yxASt}U4Ra;hHE<8)Cam%_EI)9$RaU2Z8 z;J019?kjM&SN}TtWxd+(vifx+pq6q-0vtGS2>{1&`0nUy0CybnGWzA$V0i@i(U<#g zCHjOGj>4}gM92C{C%K!jCE@PVsmslafYPB$>j+gA!tw%`%Rt_i)|ZL^zzsX77TUgB zh+IatD|u3vH4=S704&T^JhcaW4c-@BUGWtU7`JQxPw8vhch?nJ?fSj0uTUry3WY+U zP$(1%g+lQ^rZzqPZ@{M~=^sUb>h$vX6FuxkzdAM8wixkom*Q#EL?WSbCaNYPzYBkVy0hGu}gL{0NER6K>Wx6hUig zb(1Ad7Jm4=VGmLfK&e1sImPS}l=AbTP*}D*X+ohe#~*(P%d$v~AF1oD5#%PIV0#4; z6l_?x0RU0RL8(}x*<>;cj9f{(1sMlNT@M8tp&M?IM8R&LmkLt5z{t}*bay|@=FOX# zoSNaSFTRJOLosWhlUuV05QQAWUroEULb}1p7oTKLZ#VPv^UTZy8IwqmN+(CX?I!O= zKyu=+m#OXVA7FMi-PARpt1B)pTsZG#h4&r$5EgGxt{6*QZn!_G2^jl&`j)nRZ;pCJ3Y~UVraNEQc9sWUf3H#y(SXOh z#!7o^GMN;nX$sRcMI^GN>1TmRWQ(V_Qc+}c&jGc^-~F#t#H{OUcN$Fe2{!Ghe82dq zwxYjguu>j=t!e{S)AQrQ*G$z4HGAc6#KS-3L!nS86bi+?%iku-Y0N8h(Px%BS}O-R9J=Wls{+_aTLctXJYgh-4h|089GqNqc5txZQ2%g(&CqVKlw>Gqj1H;C<&rcQehz2Tv}i906$I}C$M1NL z-+S-(eed@J2M34$9ciRpsjR^5LGt)}CedlZj}ELX4i)pzu(`|SvH+m5iSYP)AC1l3 z{=ZRxrfDLc%i|8K;FFu7fg0)BYiRbc2Y6Q{L2WrP)3ZyRy#*Xc5@>;!D6cySgilXxH!Wn9{8s!&H ztdj*4YgP`V0M}u>M?zMw0m&Occ>L&k9ROXgbLZ6umW!*zb9scvk0%lauWTFIzJOF# zc%u=-R@3TraGXx{8*D4kx88pK9)jagt01- zXETICA!cW@AWu-OZm{?KR{R{>Zqu2NW89KC?Tts4@_nO&zaO%niF z4)s>UFnV^{CYft@t^d-yeFt&)hv?UBa0Oi)|5#*0o*-s^;d3HQx6vJV`nR!FU@!eG znVWkHGPGJP-rTzm14zD?;T1^E2uY2=rxGGCwiBrN9Zn<>^{TDx{S2)DfN1Jg<^74K zriEzgql6otSnT9)uhyUJ2Z}T`y>Ajbzk`E=!#~GQ8&SWoB^6~900000NkvXXu0mjf DYI7PT literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..22a5f1598c58811569f7448bd246df6641ca18ba GIT binary patch literal 617 zcmV-v0+#)WP)Px%BS}O-R9J=Wls{+_aTLctXX0Hhe@J^slxUg`aY%-O8KOfdXhn!agia0)l0k6L z!6<^bI5;?Tb8vFe*}=hrL;b@EHbc9`Qj$T?5Cv0@BzJ8v{2Z>PY0=)LR1mxm9KYi| ze($~C_r2c_JUl%9cceY-$`%BE8A(3dZEsih^SM6}8K<2g!puwo%d%)RKC<%U5$$%Hg;zS|r!QEzbs2!g$};7p`MnoVzHv<=GrjE;-EJ3v zP$)83+wJzi&U%;pl{@x-_3f^MIQm1hc^iCTA4fk_uq+EzRr#FG(eLzKPya6*71+se zOJ--^0AN`bukT(37n1K}bOkcgLek>!sfq}WZ3QyF!?6sa)o_%3n2{9#5T;>QKAdQB zN(j@~OSsWVCXfI2YW>N+uSkPx&DoI2^RCt{2nomfRVI0T5Pn)aRV)_aqTFk>Hwu8|i>o6Bcg!5qFX{3kr(8(@& z$o_zMsOYd=wv&WsA@JZO=ui|dR2~|6P^mW%D|tI;iRNM@zYeeOHpD-B_dcsdzYh%d zj%VNJd4BKj*~Y$KfMFPhVHk#C7=~dOhGCeJ2}S8|FTpB@WC>}Sw(I8idc9P=ibPda zLNG$ku0AU40%unrAs8W5RV{7C)I;Y${(XhdC1Sq=LQ(1%NdW*BQe$w|D+mTdB*L-W zf;&c1#UGCXJ!}`ToZVor0HG*}YA*mlo1TEK>v(YSTweUJJ3qFj0cgLp|3(V*OcqjO zhW_|%TT9&wTLp;sccZG#16o~%|MD<8MpC%(|z$=gJ1)sRgYr!*$Goc z#};qW-nG(UsSC)=^Lu?5;(1Acrr#?HMsc)nfqeq~({*$haXw7=dR zNE3`Fl61EHGytHtH-@RHNdUm>nKXv4U$Z<p{{W#h0;a+7=CPc)wk>p8U4}M2f!3i>v@FeIUTHCW#HEiAN@LM; zO6vd-j*+hGXdN1b$Yyf3cvYPT@&0Z(lgQ2^$n1c^v$wv!j;GI53_pAXb^IQ}S8qwN zx8jK;-F*HQ+4t{^{D8|1hsS|4YhUoveZp{%vl(FHD_nsV+&_P+BxANDL^ww193W>` zpAnAF-AZ>x7xs9aQ;zc4Wk07@Ii?c#Bw-G5# z#$70Px&CrLy>RCt{2noUR)VHn5%Z?2oGE2}G*Sh+&Gp>r_WgB6S$NrdacKnRxfkP@Bj zl85XA#7og(ytpS1ojZBx5_C)EPzEh|FtPU_lrk5$0@K)7o(|KDAM3iiGCC_fKUkP| zKHm91&-=_U?Ee86hG7_nVHk#C7=~dOhRI7bPHszZniKgBNGbOWHsAhoOfg0K~6sb0DG}4^6A}?04;GH z-r5RKdKK{3HO5X8f`@6k1uMELe7D7}ix20ygH-a`+lR3dkt!Y~Z9jf_KN zHUWQq33{#PMTwC%IYp^dilmej3PngtNvTwdw8<&je%=wqRWwpcvVO(r6*)6lCsoxz zR0mMuufXXqb69EbM0Pz3+V}psXp-_bO8<#uBO)tYR48t%C!!QiPFbu;m$AKg82c?vBSohiY zZ}B~al(63kbX})#-!QhDwoX!X0xTgpJp+wFg!_hb92rO0Wz~Cn2FU4T7w7Oq<0PsB zp!6y{EoYHk&!RoOgr$~tEG8!q?i+>(Hk(Gor#H^HM*r^#z;t(-&e_&?I2?A&nJQcX zF7*s(gT1J1@Y`0s$ZVo*WE_TJK&T1Fs-R#dwaF=Z^zJh;oeKUy9QU39W*7eeGC0s}bI`-600000NkvXXu0mjf DZ?%ji literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/meta.json new file mode 100644 index 00000000000..af4e2334d75 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Skyrat - https://github.com/Skyrat-SS13/Skyrat-tg/commit/b09a67f33bb2c03834b80ff028b730967d3dc56f. Modified and open sprites by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/paramedic.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1063a821cd32a0087af44f6f65a566c05920c7ff GIT binary patch literal 1280 zcmV+b1^@bqP)Px(x=BPqRCt{2nqO#JRUF4Z*T$QsX^0CowB2gQOak7AVe`;YEEUHdtPd4LL6`$q zq{z^h)uC1&R~@+ar7t2y2YYiO=*wPYvU#Pp4=uh_Xs-{0(cVSK4C!st&~kjZP1?jX z%eighhUWu$$oX@>zw^uQoO^SBKTs$X3WY+UP}E3rP)N1cL*E!E)iMTzSN$hs23wXT zih|_^?Cq};mSqWFGy=^*SF`YG4&sYOJn7f$0Mj%@Y-ku?G*YqO7mW}b8pbrux;UYr z51@A)b)B&D(YuZUc+%Hu8kHOrT1yy_UcvWF7h9<`%-_`Z_FLah5gQsti*zE^Go}3p zWsg4X&!Xiw09d|unfTkE0wDAN*ndjvKRg0@UllynzB|Dmz{uS%8Diw_W7{^?k6#0z zwS*7vOeoXWLrn-hz}44Yz_x9cuU$sy0rXH)ag2=q!yVA{B>uLL>tR6iw-64OZi8?* z!tC4vv7uqtn9eBpgEGsM(g*nX_V3KjEntjZDQTD0uO24JLE(?Z5u5AemzSXR2$~+? zx%3i?i}S^~hLIG1L=uSn2CO|mk0;RlEo@rL2ipq!=og&9-!_Hl(DECe^nKMjC*FF6 zQ@uUR&Mh$d!?ZRrIVDcN)X#+rmrBNk!x84EKIGQVCZiYM*FJye4N;sof7A2&E9sx= z?I9Qp5(tOL zDlWd3d6ke0&z;kF-z{+1r~f|sO|4CAuWcjNGn9Xq)vp=>m#^MC zaLCuH4-~h--U#rbFZXL1144^*^7N8PDs`_oHyS-A{z~+__vytu^^1U=r#`JEyn7H9 z4#4#czsR#fN>lspQCm?mN*p_NL0qYsrOUbi%N5dEp0wBGzYg2R3)8akR-5nR& z@slMF8QSraqPsiZkUvBF=`=*YeBrYFkGsA?p-?Ck3WY+UP$(1%#s8S{^!THIN1LQy ziUPa&d1%aw$Z8bqX!e$ils3Llgb*7Vc10WYHntKwugS?d#msap7L&3?szPL9a!S~? zO>ATwEz$`&2R)wnZ?=RnAoO?wat>Ogli0{Owrw*pIaP-Oi2{AE3j!fG5wX1mnG||F z;bv|d90itT31jq%s~wJ_HTm3R$wn4tzN^_5sR&@FKw&TW>^6Elfng*Y76pcp6t-=% zIPpd@av6qwd z^gK^TM+dWW3w-eXuaMsWLS!;&*>!j(lSwo7+p=3LqzAbA<{3`)_OQCT%ECg3&mPx&DoI2^RCt{2nomfRVI0T5Pn)aRV)_aqTFk>Hwu8|i>o6Bcg!5qFX{3kr(8(@& z$o_zMsOYd=wv&WsA@JZO=ui|dR2~|6P^mW%D|tI;iRNM@zYeeOHpD-B_dcsdzYh%d zj%VNJd4BKj*~Y$KfMFPhVHk#C7=~dOhGCeJ2}S8|FTpB@WC>}Sw(I8idc9P=ibPda zLNG$ku0AU40%unrAs8W5RV{7C)I;Y${(XhdC1Sq=LQ(1%NdW*BQe$w|D+mTdB*L-W zf;&c1#UGCXJ!}`ToZVor0HG*}YA*mlo1TEK>v(YSTweUJJ3qFj0cgLp|3(V*OcqjO zhW_|%TT9&wTLp;sccZG#16o~%|MD<8MpC%(|z$=gJ1)sRgYr!*$Goc z#};qW-nG(UsSC)=^Lu?5;(1Acrr#?HMsc)nfqeq~({*$haXw7=dR zNE3`Fl61EHGytHtH-@RHNdUm>nKXv4U$Z<p{{W#h0;a+7=CPc)wk>p8U4}M2f!3i>v@FeIUTHCW#HEiAN@LM; zO6vd-j*+hGXdN1b$Yyf3cvYPT@&0Z(lgQ2^$n1c^v$wv!j;GI53_pAXb^IQ}S8qwN zx8jK;-F*HQ+4t{^{D8|1hsS|4YhUoveZp{%vl(FHD_nsV+&_P+BxANDL^ww193W>` zpAnAF-AZ>x7xs9aQ;zc4Wk07@Ii?c#Bw-G5# z#$70Px&CrLy>RCt{2noUR)VHn5%Z?2oGE2}G*Sh+&Gp>r_WgB6S$NrdacKnRxfkP@Bj zl85XA#7og(ytpS1ojZBx5_C)EPzEh|FtPU_lrk5$0@K)7o(|KDAM3iiGCC_fKUkP| zKHm91&-=_U?Ee86hG7_nVHk#C7=~dOhRI7bPHszZniKgBNGbOWHsAhoOfg0K~6sb0DG}4^6A}?04;GH z-r5RKdKK{3HO5X8f`@6k1uMELe7D7}ix20ygH-a`+lR3dkt!Y~Z9jf_KN zHUWQq33{#PMTwC%IYp^dilmej3PngtNvTwdw8<&je%=wqRWwpcvVO(r6*)6lCsoxz zR0mMuufXXqb69EbM0Pz3+V}psXp-_bO8<#uBO)tYR48t%C!!QiPFbu;m$AKg82c?vBSohiY zZ}B~al(63kbX})#-!QhDwoX!X0xTgpJp+wFg!_hb92rO0Wz~Cn2FU4T7w7Oq<0PsB zp!6y{EoYHk&!RoOgr$~tEG8!q?i+>(Hk(Gor#H^HM*r^#z;t(-&e_&?I2?A&nJQcX zF7*s(gT1J1@Y`0s$ZVo*WE_TJK&T1Fs-R#dwaF=Z^zJh;oeKUy9QU39W*7eeGC0s}bI`-600000NkvXXu0mjf DZ?%ji literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..364fa94e68fdd4b541e66f341c8e92a7212bc5f0 GIT binary patch literal 1474 zcmV;z1wHzSP)Px)d`Uz>RCt{2ntw=JR}{y;2{P8cCxt0xTV?yFC3S&nDRZnDwtp1Y(m(cxFqRRV zCb7cM;yXe9_$0wyFH) zrZ(f`x41n-RaG(*2y774+|)*90s*3`Drs?h3{j%Fsg0c%-H}NQv zN&c_5?qYB*4tG@vx^Wy1fQ%@8CWqZc-g6vJjQb<(`n<`fJKsJwPeP$EX&;*>OG^

-{xKI{6glcl8yp`Mbhd~>#nIIR*ou04disssR% z-XLLcE)D>2SCydS+Cw<45}xUL&I?|TrX}tr%Mz0V0R6pJ(muOtE7Pu{zsp2cZZbTi zkiC09VBg<Nf{O$V@dn$HiEk7#{sH?Y|rl%j^hsk9`S5{c8(ZzTBBZ#i7Kv~?9_r+8B ze_3pBSCyc1av9-;1$cZ<008j`FTx88=$u@JyQ&15rgO>9It1$K?WXvI7r$ulz-g73 z5xV^mIIR*c2iNf1$oaf4p0agnoXJ9R;i)uO%uFX9vNiw!$Z|10mH%L|j+ETcSY8BK zF6LH%2O9sI&C?u^EnEiJZ%erRcgZ-U7N_6oyb;ia4a~kgxzS|I3zq=^;Bs({DMEKY zb=*i!c<-XYVn%Pz6^tl-CIA>w`b@n&R|*pX_X3a5SYCwUZKdq7*Hv4I;%%j9EHA>n zz$0!2c<8FFeC1Blm!xbTe-v&HKyvqW{W-d7E1~PpU+I?lMAH&7?Pbq4#JMa>u$Mi9 zu0Q9#FP8x{O~>Wn8gqTRc={CJwLUMI3_UQbL(^hh_vH3~#_}Qz%xm<9rYKp+qZ1OkCTAP@)yuL;~$9C{43 zr(zcyGpZVtiQyrIRe70i#ez25cjcogT>4$vls8b zV5h=Ij@B4@DEhAsF&sHs!;a%G-hTlA@c5pf!D22O4~XI1?I-{s7@R|Fbrr3)9Y9KjI}wT|oSXchlegXI|E$7Yc=0^O8|5 za;dbqJ*-hH6bf&U$J?vO-5{|ZS{~1(GMfvUrn8(wWoOcHGjd9Tsdx_WE@=Eyy8V%y z6JO3a>@G4B2rw55g~G%&>Sz6Vh0=re47x`BX<;xE2ynOS=HvmYsuI_zpCFlu|1YR) z*QlSUs+!XVa8-v#ls=Oz7n7&^YS3}$efBbPa{O^YUVR07*qoM6N<$g039B-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4531667352ff59130358c0dc960ecd5d9b4c1057 GIT binary patch literal 610 zcmV-o0-gPdP)Px%97#k$R9J=Wlrd-%Q5eU6mJWrxkfDczyATPeAQnypH_hhIDG+Kw5<<4agg}Q3 zw~2^OQX(yBDP-! zJ$QJZ^`i@NNrOSZ%SLS{h(B9?N-S4JRV%y4 zs?+HO--HmV)9Fpbg%E19R-aml866|Jq(P<8##xvL2&%DubOC^~Fi)k?CYLlq=L}_F z-#g(~waI<6|&7Hfy+0Kv>x8f^g94$mps7CMV)R?9B% z>SLFZZ4rxGI5*~avHh9Xi+7Q7M9Kaczpjx_s{+HJ48*G~iIk&2yxNk);ua;_VmOpn zW5CC6z)GVXh>t&o4w@Ah00eu$O(iglxnTa?RAS;@7_@s}qqf8CJ2y!H&As2>{d1V@ wH;(qE@)ynD=H37Et@^vm-+&Pj5&tbe0DN>KB(b`Svj6}907*qoM6N<$f-5^1T>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..89f44b0fb11ce7cdb61a20aefa3712d65590f198 GIT binary patch literal 829 zcmV-D1H$}?P)Px%_en%SRCt{2+CNAeQ5*;GuTn}O8AU?rS`3Jdi-Ui_rC|0fJqU+OY{(Xjq&Q?a zC={#|i)v+fJAnU>zoy%mQ7yriH&2*t*I86cu>DF!*6VnB zQ7yp&fdJlwUjO&p&&n^HpP%D<;hT~L5JCtcgb+dqA%qY@o?c(}_hsTe0+Du@C|UCe zO0>4PALEf|;TW?=CEmo`5q!vNeJOU@RGlbiAI0V|_B4p1aKxP5>H^Do@ zMmUJ|wJe5@cc9N}(wZW&<`JahJ$&1)v*pbbWp@D;^9WM#0_dj2wzs#H4>`3CQSik- zrts3w03#ek_UHynlS9e|o6t5y(LRqbI2#d*BQvS=hxhpO@vHK|hP#F+9$R?nJAhl+ zy%cVXi;^*qAgusnq0m6NdWBS`cIA5ebLkd6?w00000NkvXX Hu0mjfDu9bB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0c367d948a538af7f6546a5ac444d62c6e2b2fbe GIT binary patch literal 824 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 P00000NkvXXu0mjf2;$a7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..05f7a107b5ff88488be84f91ea2189c428ce7991 GIT binary patch literal 602 zcmV-g0;TPx%6iGxuR9J=Wl}&3CQ51%s#0r^YW)mYMU?4ITDKsBYvS~`YDijg?z-6}52yR;X z1G4PGrN#IQva1zJp_GESaw8~NNU>R2h)r4-ojaM?jf)|-iD{FWQqje{t6}ar_dN5S zIrl=KK!N_TLVgpz9UeJqEW*>bdqZoR%ZmupW@_?|=Y1#q0;sVF!n7&e&G5Z*D&OC` zeG6gQsIiEz{lb2Ni`BZ*E3#Tjlh<_s^19AyDJ|iO)w*--05j{`&TPIwtzpP7tzvIowNRsqga9Or8dVTo%j=fj0E*SRvyhvX#Xlc5QKJfKRAFWJ0DzU<173aVP|2wh zLUb(_a?@k~hmljz8@b*Wrc;?v&sH_648&Hl8UW?V8>Ca2(2v%MBTSp}@*<*qIkFSfp1ywwgX4y5;LO{BtaYY4haud)~c#G&C_@Z^SEK o$LD85Le9M3;(-DM3iMy-H%o8%4kr9L2LJ#707*qoM6N<$f|bM^{r~^~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/WinterCoats/medical.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0a34466f83d1eaee7eef44825fa07848bf2e9dcd GIT binary patch literal 802 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

    l&TX&P*O5mFAVee{MF0G?rov zR$--FJbau$GM&-ViLjYBs9t)&rPop|u?G10EPMc8e@5bF9slPqgGr_{x^u|I)rE)J z*)g6yUo?dBE1@Sy?p;=&OlNc{+66S2KQPzMKfb+p&qYLc;|JVp?8QvXebN8`002ov JPDHLkV1gN~3=seT delta 3158 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 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/inhand-right.png index 0d44c9a0d02e3cc5d149a7914ab277bec9b8c87e..e1fbf4e85e182c5457551ac6aa04a90e93c87929 100644 GIT binary patch delta 526 zcmV+p0`dLa7^eh~B!2;OQb$4nuFf3k0005uNklqeDQ(tqZRcII{c^d+A5R_OUp zSUr0CdMvMN1V^WrWj{I`3j8{&+v?4S`#Y!Ss+&#a1BsJect-uuZ?CJaw+tX03b+QB z*M+-(2>R_c#%C6x>IJ-B9pmL-yJ7D>04S;o02uaqk@!mhgUjmz06yO};9Zk4WW5yg zxvFc*0`LVRqJMeJkFTtT;`1XWmR6za1vAzEz}WWjSk%_~vhC~(MntZy3n)p?-QHn- zUd-q4cCpvce*q#QA|fIpA|fIpBBFn-=0a!7rXk$pHgQ!PcUvmIoSq(}SFm^&b7KMA%kCx6J z_<|8}e}3p_2(MSi=JR+gT2|LPp{8NGrWQoyc>$E1A?PT)!RY{qh-CT((^u%3^^4&- Q00000Ne4wvM6N<$f)W_~(EtDd delta 3159 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 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json index 2c5c4b325e1..6b4f17adf9f 100644 --- a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json +++ b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootscmo.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "drawn by Kilk, modified by HTMLSystem", + "copyright": "drawn by Kilk, modified by HTMLSystem. Recolored by @Stxcking (github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8aa815a9fba2e1a0dd9d23b1766f5d53da5a77 GIT binary patch literal 543 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zZ+f~ohE&XX zd&}1QaDWKggYdwPEsLfoiHbPBR>;^{zfi2CRFGXg-En$T{UP7EM;B^@h%aRa`i!xtjVILOV!ytkACNHwio;Pc}y#2R6+v3IgXyWdmwhIUb9;kUB)FJ4G6T)2I`zu-iG=khcC zzk0O}zWiEyBTTUKh(OwPKL&=)+3FrDZ3)q?ORj&PD$TL0?kw|+2!o{pOwwi6$HKlP zY;j{?aLZ;%)~>#>;kIJSfg??tQ+IQ0sPko(m=ihGi6cVw`E85UPaHTJ56-+QFWWT# zYxY0(lueZk4blH@v_zLZ5R-Yr6`r4el;82XI+8yY?f1)`{=ZWF{o7ad`)vPL2Uy8J z__=5D`jFVUCZ(1CKfFKBz2cJ8ftYhnTABj8vyWxW?w!5b`z>3^+_`d#RxcNSR?BkD zndi1OdsO8Xwg)FuKA(`%?I_!lkaBNI^vjF!KY84q`RC4v$NkrwY6;BF186? zTt^n^Yrpg{>;G|Ol1==)Z>1a`SE^Q4zfCBrk*Kg04&YzQxFeN)=h^ACwE@;Y*Pr8F bQN>mr{$uX^&;KU@W1PX$)z4*}Q$iB}>`&@% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..83b30e00d5e9df322101f6c82d1a6b2bd79faeee GIT binary patch literal 500 zcmVPx$u1Q2eR9J=Wl(9=2VHk&>ieMm$5)%lbNW7Foa4JX=yve;#Ar7Te;$}hcujnEO z1xJ+*lEHw3bSiD3B&b-5LzkmUI3n#q&Ok7MIGuxju@`e+5*+=W<>2}5-rsxg%N-~b z3dM8hML#!}|2b~G(PTInKwM9bk4Pj_wEKFa3BYW8QkpUFlyDK!$qxqu0Q@K%xw5*0 zy*5y~_ya&ii0Bj*yG+TtB#}&c&Lhz&>WwB9yUfYYGilwvR**k9Y`sm%x@`H_^dz0U zI7=_R_RZ<5fp})i-C21>OnV8yn@`68)JzLMf4=)(n$hzL1nY$>jLI0%aLCsix<_n13`K8NU0OTg$ocmKQzFcB*{+enz_o$QMtknHDSAw8!u5f8+PZx4t>j3D{26 zvr9wQe7&J-d^Rm?=WbHbaEN^IR8}6kO<-tZphBTgChIqcEEQ0000yDWIu>$v%wB)Ns)VED(n-y-l7fN{f;CM&SJ^Lko_KJfETFJJ z)5>E*sMpe!0^F{xR{e1OvX>;dCmVH)wlEo9>Kb4to_b0=6vQTwguFt9qPoGW=S$UxE z@)55r$<`pr*V&mLe@)0~nCaOoF>URc94X_InNPm+8E)Otur1m-wZ8a;`SmZ+M*O!@ zLv}q_8O?hwcRQQ$?6$<4r#8Gf@jvl=_Jb#Pc>4+kZZjtO?r;6z$8oKpYnOCZ`Bi@R z%tyQxxi$+gXfQKa`MNbU%d;AwObox5}Sns-cUVpCtX3o;{;h#63+?Qm!k?qYqn-#hbJ^rX~zbZY^>e0iD z+iMlKZ|t&Jz;NUmhi(4?>3O#!TrcMzwA6CjwLF5E@4TL!>m!B-2l`|>zb{JX1$y&b zpy3X=dA={EM=+P@*yX6)>rT9>^=I4HstcTx?5FRSp0-wK@@0pNe-86sXBXDjcf9yt a!MxSs*UiZuU-f{o&EVN$b}91A%+{O&b4zrLXO;EME$zPQHl2cjuCbLX51dGR1Yc2!Bi zM5`$Yi>HV!7T|Ja-TpYh-!p3q@0<*-_nV)zUw(3WdP$XiLkAo*R4vwx>eH^X>RVm4 z`0o0`DOKuqyH4E6Vak6m&v9$rS{3GcarUL3z3)4}o_S^cRzKFcH5=ZCUjLe&WgKl` ztDS7VwYU59?S-$Ir5B_J2}hk1;Ff;+g29 z3`=K*hJDlBRz|#=zkgGXDy!Stpsf!q{8xl5e`w+FeEql7f~PzWYi}3X=Y;4-Xarz;%CFbpN&9onr*#$LTR(c<6je{16JR44Lf4cT==)}sjJLe9nH)iCwM2g zzNpUBQ5T=6KVt%`tK^JRJN_luch?*Ysrx%oS|K*lY}3iOq&r(@?X_h3(iL)-<7NTF z3Gp*^G5K-#HFmqdV0)0wb@;dHm+y=VcX8e`oL+PA%h9h|En3&C?Hd{-na=SGT-@=K ZCDZxU-;2BC+JUjn;OXk;vd$@?2>=jR_uc>i literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/meta.json b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/meta.json new file mode 100644 index 00000000000..bf74a1924a6 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Shoes/Boots/winterbootsmed.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Ubaser8 (github). Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..79e719edc7b8fc06612364a324c423e97566d83a GIT binary patch literal 1235 zcmV;^1T6cBP)Px(jY&j7RCt{2nqO!mMI6V!Dd|wu5T(aPaNlJ^_XJ1Y@uHs7rCkThM za1`{O^yyGIAFicG(Nhn7sGK6)9}e}UPl9VpLfaHt*ltNNg>Z4rMM<|wmTQ{vA)Pf% z+T6~XP4CZqAS^qRneT6YJCiK@z5s{A;cz${4(Hj#!SdzFsTndf7{KuGaLqVLl1L;P z!-pSSWSY~8ek2;h&|tu5r}tL$TUf2!t^aypSDiBO@*sTm?k5-H?#l1^s`nHI?Mn5&^dRO=u0v7-OT9k4v+ zA^~6Lfj0WI$H&KwT~W!^)AulOS8hlWChp4Q>gjt-V*6h%h(#4LJ*KBQAgrl5}^ol2rd=tKC#EEGk?PCjS!QC$Go z$>*RbGBmx!G=JR$(5J8ICB(NhBoYaP0t1LdV*r5p-+wiNpjW#1n-9;MehT&UZ$3P4 zB%zXOT}pgQgQk~E?*dahAikv`cs=h>|M~}Ce02lk?_U4_xZQ5(7ybYMJP5BL5{=>7 zIni-x^(@0OAI+uJv$%FnbkM{DFm&k^`~L>P>v>0fOEW#UvtFmJ=CPpWjr+~GjLVll z!A?Gh4p+O;{vf<&^dC0PDu?NBY^>wdDL*<~?Z)DF@;Pj5tXtBrn}FBv)V?PuiVUAm zG|nQuDvDfpoD~k6hY)fg33Tyx|Lw1WL z&_G(9E%5ZZkoYr?-D3IWBazCX)!Bl`TDsv!z%G5}KxuYco&Rkf8h{;V|8djja5x+e zhr{7;I2;a#!+AEL72)HKgHl}#85^HSKxj1HEgad;G@;|nC4Px$-$_J4R9J=Wl|gG0K^TUghV;@RJ(MPH=^+7Xa6FQA(j>+N2G|ECy=t zpHO`~HS-_{sMqTRL4Xhf&+`Cy{_cylru9~JA1Fd7Kc(-%NZS zC-jFC04mNhJ6o$(?Ko2jcJHjE^Eg2pSu7T)++1St>703-05AxrEEWrN4o|GKGye_w nu^ZZeMjNoLeNIkJ&OgI<>m00000NkvXXu0mjfwmA7b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..72e9556a1bf6914c9eb45c73c5c45e23ba649c37 GIT binary patch literal 938 zcmV;b16BNqP)Px&WJyFpRCt{2+D%9lVHgMS|E}Nbn&7q#3zABKu3@l?D3pW+cBzZ)ZNdU0vT2zKla0qdb>E&qUO%*yqeMTyDYQA zKJPp4%)E#FKL8@cyOULO-hksUnO)9Yiw4%4CUGpThFjCu%s9XsAem%xhhjaY4&0{{#Sk1FRpt!`MY7Txnb zC|hp0C|Je0DyvLfZ!)9OavU^TYe<~7$+OZO|#*K9Ym z?wQk{Q)eL-!MK6iJe})yjDg;a2M?Ts9SFm4#JY zX@npMxOCZ$yLWD5{Pi0wh8G}75|%zqBKUbt)mX>X^85YVH$g51Z#V>YtJa3yy&qUu zUdQrE4CS^$*vpHNlbwaPvnzNPO1}rBtM&Bd$FsQr&MFHt7i7bBz5pw$32Y_yaPU~m z6L3^5wF{^fx1#dIw-S5Gck;2?i~mzCt-mLP5JCtcgb+dqA%u`qC5j@`8jJreCz1?J z&xD{Q7T1brKZ5Rb_~76G;Jx3Dt#}NW1-fg-05owML+&An*Z%GyXlQ6KAhjRCSd3r? zn6p2g_V0AA3(&svM9K2xINNF~v4MpHo61`0K2|20Kir}hL+qR^flYLh8psMruHKUf{;-^0#~U~cBZkoT5kUYi$>QN zdv0TiSdzJ1E+s-2MN!ipz;zQm=_p$^>TNO%4Ua0VG=d-i`yD0IGa;yX_hsDn0RKSX zP%Q4Ovar+0_4M>3aGTt{n-`g$SX>L9{RrHifYtBY%4hi7rV?$R1am<)YDyNdoA`>U zSK}CY@mN{-3nf{I7O1~0u6M^-Wns_}i)$H&S3kl(o4fPuNBFP(0!+j0&_djPjQ{`u M07*qoM6N<$g2;Nc-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..16bc302bc0274e1ce34754a8729bd547e45bec41 GIT binary patch literal 918 zcmV;H18Mw;P)Px&P)S5VRCt{2+CgX&SscglZ)3D3ja#tl5D@CJLYhhsiJ~`=1^1#C>8(X!ks=-N z;$8$V9z;Btpac|^UMhMNME9}_Zjq_b5|hhrySt=lMJPjBP}6i0TYVmMN}8l~QYLA{ z|K}3sWis=BZ{C|6eh-8YLI@#*5JCtcgb?4o)SzF*;t5sWZWxA&#SPVW_e3G=~mGh=kf{)CWu4s;Gu9yMUn5OA!k&UqV?6jlvs!oY$SBLs>-w`xT zGO^Gfgp=ZADDdkmX|Ym z_5|Aq?`dbVcN0&NGdxY3O*sG;e(h1U)LivnVBT8dNpgnZ4j;2`iU7>MDUx}eV`kQ3 z-dbuvSJo%W-k8?|R(wW$8V zU$0!bm*W`_@OkOkKEz+(&S}m$~OHDH%;PVpP;akqz s%a7|7L6=AMZr-P+3w^752E-aZ0U7i5kr7hq;{X5v07*qoM6N<$f)m2GO8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/meta.json new file mode 100644 index 00000000000..24762be0942 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/chemistry_senior.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Nairodian (github) from https://github.com/space-wizards/space-station-14/pull/18181. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..8ecc76ed92a46c7f46995a954c87aac05b603985 GIT binary patch literal 20722 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb84b4138aac81c168796ff77692e6a5f84e900 GIT binary patch literal 1305 zcmV+!1?KvRP)Px((@8`@RCt{2nsI0wRUF5^DTB#5EjmcB5qo9%$A6Y&gO(*i6Byzuf`4^jp_PId zBMy=Y{$a2n=^ujaV8w1Cq(-O`upmesjQ!C;E~AC6t#+G2%Uyz(()>~B*p&@r&p(#; zc1gSJ-X&KzeIGb3xp()z-}~LmdzbfnfIuJ+2m}Iw;Qxt>=j5^R337L58=t09yRI8e zr^z!?JI*FQ;;Pe*K7bkzqv~ z^<^#9_a`zWHoHuVw9Ew6uh*b{%%AP(w^=n3O68y^3fp8^#u4AE zkYyQzxjXBNWLd_AzM~J$ z(=_P1ZcD#m0Jg7Q+%=q(%MT;#@pxF|&Byn;&JOkU6iX$zT&@}|s_k;QP%M?W^&1AD z9=%+~bani7yWQyT??*P9MWs^Vsm3;|tE%FY

    }Q=6xVJh3T!sJk@cN zUcB8V|jTQs;YA7TQ>Q^>mQT*_wIlO!u&#HzVWt$hw#_sFI)a+i0UtY z`w39(10+ep&dv_&0|M`U!L842w7oY*+72GVffrw4$Nt_b;r_ilEq&@ws=h!V5C{YU zfj}S-2n2$sA6pX$@pzm7z~toQzdivmHa1x9;NIsw6*C5p2JS8@}LQb8(#2o~#X>kDPJkkMFv$K*U zAs7szr#rasEug16$R=iKrkHx;fjapFh^>}~daeqjk`FI%sVD*!V;{(wJz|E;C@d0txWfhzz`C0Z!!Sd2qr5 z*C^mbex8?Bd*E6h;6#4jDo%OeULVlv{5%g%czEj82Rtbr1OkCT@L%8`dRn=sLR@{N P00000NkvXXu0mjfi2!d? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..977a4cad0ea18c1ad9dc8ddadfa85082c9f29604 GIT binary patch literal 606 zcmV-k0-^nhP)Px%7)eAyR9J=Wl|gG0K^TUg4TVB!30g>r2U&41UN$3wQnnZc@!${0CD5A?V-Z^X z0r>$c6ju}qDTU_Hn-@K}Jt$-?6k1mAWf#GOh7uEvhk*3+VwMIx>_|lq`&?%C`)1yG zcXs9*NJ&Zg#~8W;T-OxQS!`i`AV$H+`3d?nwzjY;kADLKP zU5zInapU?th2?spRnS_2@87<%v%QD!`}n?(<2YQjF5x&1i(5?qcDDEE4v!LRCN>c5 z?{d@`5bf`deeHYyE%#o31YmKiIo9vg$rdZ(x~@Ea@>E7tt5p#Zsl56iA|kHqO14<} zJDafo?u7wx?ds(?c6fLQ!1FsczVDCqOTvVX0f2t5hhZ2*Q3Sx;++6%@7zX`bPfJhR zz~@$rMxy~hE|;TJDzUM#L8sHvmHIPkwVH%sC}9|ih>W#i7)q^HOZ@-Q-2;W?x>%Nl zX_~*yo2H3nS&3_awgG@fcNVp>j%k`iQ8d=7m3123SuMT9yER*^$g{f(0F=vR)XF;N zF685UD{S-f!Oi$2++S-ZIt^O4;hEbH<#;$?WaMN)IyrG>a+)u19wpM&zK;2|8kxyy sCeEIZV?Vl|I35nPYCuX#O3Hu1Pp;qcFXz8Ok^lez07*qoM6N<$f|hy{CIA2c literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..534669eacd23a5d8de99d9d828c75647abdac062 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zPMI?0$dM!Zh4V7DUi|<6zvrawp`oGK+1d8?_Kl5=H*enT>FEKg zP58U%9+2WK3GxdDDuV+C+ZRf0KnczQkH}&M2EM}}%y>M1MG8>xrKgKyNQC>_X(#!b z4R~DM-eAf2{Qv[l-h@zvAi{-{jjxt6@sAf!%(MKPmAfu(o9h`{$+`}!B!ZsnUL zdw1qmSxr3X=DDTUTk5pmq+Q8(H+2fCSkB-+z0qg!8%7SHY_XNcXFhntxQA)wJgqI~ z7UeYAc}rjW%XEs(O!<-3nJsaSH;=gew0eKNHm-7=w8m@(M$N#xW{fA)9xN=XP53p- z^(F&H4ai=BmIZ=L`xl&FzrS+%0WsF)3ZAApt_Rg$xISE)9r%IEC-B3*CQUBCMqN0L jYlQIQ8XvklYRb3&*!Cb}>DQw`PcwMB`njxgN@xNAo5HCS literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..24c4ea8575c92accdec5c772b6e3a90e426218f5 GIT binary patch literal 415 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uwPMI?0$dM!Zh4V7DUi|<6zvrawp`oGK+1d8?_Kl5=H*ekqDinUV z%Nt1Xlmz(&1J%F)gV6nR=YZmz1s;*b3=DjSL74G){)!Z!;2TdD$B+p3w^Q%(H7oGA zMR(PI{(HYXz)>rD!`Zx;OOwxN{j_1ux4Th)gjMgvjsvVSk8@NkILCG(eBb)bYgY28 zhHgI2F-1>8^TXvC4m19*ON$i9@ap!Md}zX^z_f0KggKp;o*Wgd-6q4B6r*(T?{E2= zzcfE3>F}G!Y(CC%U`xjW!;+iHXI^jGyDfF@&rF}`x=bAmFP96&Y)(}!z9q5Z-uun7 zg82&@xsCJ+9G^up?F$e4(%BKMwM+5Rw5~jp#-)o`gBGmMXtZfsxJdd_ccj)Ymm|8O zcLg%NUCoyq2)M|*Gv3>E{tdoAt^38_{FeSNu>8g0X)1C+e=~Tx`njxgN@xNAc@wf0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/meta.json new file mode 100644 index 00000000000..756438c45ef --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey derivative made by brainfood1183 (github) for ss14. Modified Icon and equipped-INNERCLOTHING by @Stxcking (github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..6591e5b0692ce9f1c634ed30e79bf3856b494841 GIT binary patch literal 2243 zcmV;!2t4Px-eMv+?RCt{2nr&=b)fvZs=icjUCw6K(eIvr%n>JC@4@mH#8dPYSh9)s>V(dj~5g;K3XccWz8l|G888noHBx_8lC$Bhfp{F5x-d+zn~f9`XS&$;(J4^*jArAn15RjO1e9ewj|S=7+h zE3bRmmvKr?FyMOyLo?XO60 z@b&GNp-3x2H!wU`e}rxjinJ1VV4sqHNdYK`JBcU&AHMhua^M(FbP73ej1OOYhTyM0 z!%0M0v2p#92f^33U#{4=9w!mSF-*7Jd+?mQ?HDFbBC327ZW;hz-+oztR})Sm%Iu{t zijJLpFgymGKRZ-(&fM>|q6G}%zr34t$}aldt+H5O%jRu+51zx^Hw<$*%zeXd zPtdZqvi=PNQ1|dbSr-bBPT5$a=W*1Qm9^m8rPN7q9@$3D8A^m8p_EUPU28wMadI!t`z6H*rjNxt)%5V?Gp`*_#u zXyH|~Kk@`xcoiS-dOdHnqKfBGM%ZuH@LgZ_@kLc8pAltf!XayWZ!%f9`?!fAY@;6+%S1 zq|^+A&(C|kZxizC#F9C>j_*WTNraPC)>k`u(@v>7Hd<&kPHd83dpGfq-bD+oCNnb$ zhKW4$c0~g~Z4i&oN7k%y+l_^>fmB>M03|;N6|~R7wtj*3mDU?(YYn;huX*Pfzgq?_VH2Jwd}g_X5y# ze?NtBV5t$Cc1q8(aM7L5SQa9em&=+pc$S3`n|3b!li-ykCMHR|@lt;Kjh9GFOqOG& zY(!4tBx6V`iIa@EK`4ik10Z|>oJ5p#%4YEJlK{kGF#rY+KS?@e<0PU8U!ZJfZisHU zU0=^xNGr+m_U%Y3iJr^%gsfQu*LYF75z0NlnVn+o-FGtb*`=ayXLd@}RM}*b2^x3w z0MNLjhfFe2wylx^pznA@uHMiBz(0Qa5CE}QwCKCgzIsCo`i@7IbR5t+`lSf3a_{~% zeO%}TBD_jz98&55^Algv+1bgd!6CM`Z3JLz+eS_e4$;}!$^68ZD&~}MyMD%|p>sRw zl#RF6B%R9d%Z%*?L4}e6Aahv~u{nzo5TA~Wad{@+?JmzG_;h59Q-ebs+1p1V zHiyh*Z)#HoY0tYCzj9kU>6DFa=U;kkJO2W-a$CC_1i3IhmO^PGh7cq#oa6KfACs59 zV0>(f$wjZmh5hldDUuh?fyY2e6 zSK?Vfl(^UmYFRH;&>N|h>As{Eg$yn-ttU6M>XzvJ;%bQ%11_*0(qZN1X;*8z~3 znf%&fj8H`>iy&q%VTS`am&bAJq}$&5){nph6DZG((lPyYWX+nq<^qnL#2WuM+KNWR z?4`0zh5Y>D6t&1nq%M%NQRKe+Jca7#qkE~VWD2&<-NQ4!+|Ht zazcgSKmL}N_wIIU61>5BbSqxun+hcdz}T`!%H?bF3CQVDg6-XSYfTcdIZizLGytuw zo0J_Whvv0SoOt$W60teFwI;##Zp8FxJ}pdW3)c6A2Lgay;MgufKjH{jBm$;=j5TO5bC| RRx|(r002ovPDHLkV1ha@Z>InN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f6899f51a948d9b10a8903a945f284a2776cdbe5 GIT binary patch literal 851 zcmV-Z1FZasP)Px&4M{{nR9J=Wl|g6|SsccHGnph!laRE#)@_TDdJWWAYpAHzy4bF@P{^^M7Y`N$ z5f2{pARZQ$g>}7%h=_RcAgFk$qL*Ez>Y@!*Ditj@wp40sn@J~5OfsFfhv;CDH8V@Z zOTNqS-v4{w_syGm{|8l6@tq<4--WIXJwkZ>*4QlMAbHcVp5q09{sSU6l|p#^2yFo= z_ycAkhwSlT7IFmEtR;KnoNZm%sd+dWLwNltZUy131%D6##jPNFe1xMh0{sU>#RJsz z9Teec3{y)3FnszrVq^$2J%<<>V)*oNLMLBgYH7mJ7&UzdZG~{O1E!W{X?kkK+@tfq z0r2zq0L951xxOn_$chGV*M$JkXXjAd3R@2Ux}u)F*p3`f$edWWf?tsU!M(>sFdQJS z7fOFSV0e5;8+!q)=ZAAq%tDU5ULY6_5ZrsL>}RkQz<51IW?~%uWfE!G0ARHHDso)| z@qLGo>lzsCzFHFW_|RV_$xMu6ydEp7ZR@x^8hIkx+gf>?d`f)ZA>8$=F+4s1#B2)b zrw9N_A%{^k_~*n)M=Zzz}T@YHuQ0Fan-`<8&)G^$(-0Z$b@7-S@Gmm)o z_qXW-04N?@+C2Tky(mSUP`nGJsM9~(3z>OPJdWg?2LKv&^ia$$5sG(_e>+Vm-bFFH zMB~mL$6Ag8$Q=pMye9!bf7G|Nh14vjKP*BR8{50#EfPBZc*dK#0;vcGT72Y_Idg9Z^_yv z${h(ImJKAA!ja7}nwlF}y=JXde>*+Jo0&OIJs9N^&wO~TtiED9Dj>N^^gsT(59TuB z$sNl;TE9ymyO6xK7SGm;*(HjPcYw(2Uzh`>vAJBTf5xv^fUlYVSBQ#3YTIq=eB0$! dQAHI1{{peeN6dZ^nB@Qf002ovPDHLkV1o6~iq8N5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc561942d781012c649e5dfb4fbf85775c78baa GIT binary patch literal 903 zcmV;219<$2P)Px&K}keGRCt{2+RtknR}jGQ@7t_amLj#XDM{+94=D)ZUlAB`a7a=+HU<|Tb4pJx zpux=74}O` zyEt~j-W4mZiZGG@<(3F*72Hx0{@b|LTA%;r68=*UZ|XK-t{yTBk>+*=*X_2^)aTrCS`iaGA`PkEvfjNzw`MmcDO$y}fY)Cq+7&qEYj(n;y*v zw~efKCo>hGlvR zV|8qP>mp8y!f=12(<==3t5&(Mj?L4kdE0T~V6>!E|L6Kh*u=^mC#;sSa>wysl)-k; zYd=J~mdcN6YzKlSiJsSS!fKh|=f(H)764F#7j@=Tfn#UK@#`-BPxtZbE}xzoCv&QR z8oU_oDek1ObDyAk`|#^7s;3vf?h>BpGqu!R%q1Y1CY#IPmWn*Qc@2PvH?QHAiez&c zR5IOhO#7qmU9WMlO$7><@2K@em&Sj|t?w52?f1V~S$@pM(?9U44Z`I+k;+%E+*AH% zXS7PD2>`v>Kqb?WZy_Os5JCtcgb+dqA%r+|owmc@C1Zb!@6<^<{Qod9k6=ClLle5y z4)2<}5?c~X%_A61K&y@ImWqV63d${+48JYvJVKNMFk1mfv)Bon#`-fVYs)ki7mS8) zi8_xEeu%7+J>ARDJ)$-ON^P{nT3z(WmFxDJZJ-zsD1$CkiyXg_Q2hRkV5LU~azB`Fk z-8z8QJVI1PAA)hVvG+1Hk64G`TN(@ dJc9Vp{R?XKy7Nx~q$&Ua002ovPDHLkV1jkOuRj0) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..49fe0f029605c8f427fe0c35729c597f1af14382 GIT binary patch literal 878 zcmV-!1CjiRP)Px&C`m*?RCt{2+P`ZQX&Auq?>kN=nYgPHIsB2ay-jE5wj6Bn437Qox))I zWXr}W3`Qp>qdpaLTLOB<&uFJGNLa683{S4zbm!ip-hS>WVZDk|7^G+XOg58n==fS( z#_*&zyUYz^ZcBi2%Y^kRZn*^SHm6G?3}dFN{v()%{p8cie~?IHI?NO$=ujVXcDU z>>~K50;YvtyqVbqnEOX`RLr!R=)Y#;od9+4n9dz2vh%y61Pzzq&p!wnE_=Q|O71`r zb?{g=e*u7S_g;dAi`vn@dhOqf>3jp09XUTb0o}diog8kt#O=#d0NlPjgcXFui z-p$>`S2DNt{p-5n+^E5D{+-H#cZ7_Xiu zwsvH3bR%m))Sh$r#@L7Y`)0Ci%x!(FST-w5FEDrXC$@C#6OfgjfjA}a&k;WXDfSHL z`@gH8QbI4ipjBHUsFV_0JN6@xde6YaTPm|{DdKH6aWAK07*qoM6N<$ Ef_tm3&;S4c literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..fe615835c0ddbceb0b8b90c20f54f9003a16694a GIT binary patch literal 1290 zcmV+l1@-!gP)Px(#7RU!RCt{2nqO#BR~*MbH)+k1u5-F}&{d?}aMaNu+t><=ta*`Y(P8%>Zb}{; ziVyX{3VYm(Z-aIZbuftfFmW5~LD{5#a1V9FmlYkOqklxyDOza~|I{|uo22>eA-y#> zv1xA1t#+Ibgqw5jx##=4zntIU=Kg-5P$(1%g+ifFEQ!|AA(2Q-x_f#hyT7}qS0a&^ zXe}MG_|@gn*IGKn9SB-<+<~B&=j_huDt2Hv92S?in&C?$bRF&_6gnXQq0kBGI^4Jn z;MvRc4_+X6ZWzturM|wt>`utmH+l7~H!Vk?B>g2F&^It7e!t(+x1;wL)-*N%u%@wr zuiyU8a^COv(>E|w7AHJSpQ`GDZ9Do!hd|OW@;j@lNq_z`*Cwyg(DmoyrPwpIYH-nfexdj14I?ItlY!;PMg5JTtcjk^GBYilKUv$RVw`q`ACU$NAH z*3)w+6KCo?dyS+E>&~+SLd0^v!lD z`UM?ur0bBD+m}ulxX=)N7BO^0pT&hnI$;#Nt`rLCGyjVN&!k`U9srQmA6bM=%(i*n zDV)%^iNZ1ZtTfylEU4dbbI|sjww7vRoljnWt%|xDFE9H% z?CH3}=`(LI6E~QQ>P*FExjq>$%kqCJO@4WwF)AzE)YUwBCYX%sBvW%-W+RMWw54DC z;3mIlt82mI!{w?#DxYj0S~5jCodP3{JdD^j;(6-Z4gmm3B>-^GFL|@QT$EG4I0s~T zKii0OGHDg}_|R6@LX*F|{|6k@FM6qHo3@A;aa^lwaKDr>B%Ms+s;mTH?s1&-!zh}^ zhx~oM>>=QkzI{WR{Gxe$h!KA>iP?4{_Fpu8g+ifFC=?2XLZMJ76pEFO?KdcW14A-4 zIs(8~zYg>Lo>unn|MI!Ki3x>H$idSW_~z3O0oeG?yR>f&IA=@Wz>q{DF)@imV&ZB$ zAR;1H#>XA65MjPbQmH!W}bwRlavDx2B#rDq3WZwLA zb-6J$DzKW-;YI@o=GkAXQ!u^3-6BK7rsx=q_`i8SZpkoCF=un>G}59!uRa- zxS1|@8ZmU_UxUYI0(jPCG{;6qGB@6L-u8U99FUuLcL#!!P8f)xTk`WxQ+e?-bmR7d z=Cjlz*a`vdy{(oVc5dj0=bnhjwISEWrLY|Wxjgviugvk`6s&T76HM!mteVS7W1TP0 zyL;O=$j-oeX=$#N{!o?U&jJ0RDrsr1m7Rh0vbTLhp5D`JEJR850rJO>8h~rdK4H1) z16aI9AbtL%2B3ZNh1j*Bq!4gz-Ys~2xDz^atGt;MwX38@ijt930xByqH3D1q33{AT zmfy;#4{*?i6;mJJlnpDdKHx>ML7`A66#oPM11m%Zjpf)humAu607*qoM6N<$f|MJA A?EnA( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b0051043a728d11dc399888b04b2fbb43d1e5200 GIT binary patch literal 646 zcmV;10(t$3P)Px%KuJVFR9J=WmCs8QVHn3hGb+=rEh4F4KX4>SH;VAGdvGBMgNQnK>j&+rLkBy! z-TM!;gLPWH7-djk2N9u*fgN~8aP&`}qmeJAkLd@jTDzBAwF zJJ0jXI}i{M@V}$^ejwf_E0ZIPJ$_2`^x2*Dj~}umZ{48f%57wBLRnY$lRTXs6+ILo zvyde<&`&^8v@tj|T(uHP2I8@Amt(eHQOckV!x;x*z@*#O}M2}WpX2o*3b-{ z-AexhUoFtiT@-OF^oAyC4s986OC|KWIskreTDa?LXhs-$|4K>Q_YlH%HHPx%sYygZRCt{2+P`ZPVHgMS@AX3BX(}xV0k?=0Gdc(z?uJqV4n?S=OBRI=t&9Ex z?uB;gPzf0X3+g1Or9Tjg;N(;hj8p3`ESh4lP2b+-lE)z$nsV(i)}Hqc9>CGEZJ&aQQ<0WaCrQWJD~a)1xiRIW8|gHC=yC=+Z=2u80svNHUoO z08}n7;M~v<^7D$+<8;IEH*eo*=K+8@Hc5kLllZo=$+6TX9bW;bqqPpnRp@&-j{M3i zoOpd5vZx+m44^=`@ba<@ z9n8$m!EqcTNS@*D13>+e8_P}b*3BD#Jh|hJcl!EHuoM6Q@D#p(_yhnbZhZxS`tzU; z=XC?iO%N%Yl3UM_D4)WaxP^)FZQNOi;d4RZ%XSGHDVvag(f+rZvMKp~8HrdeFG>;Y z!o?$&#Wv!()KWGXk&_4w#8C-_VftSE(JvN2?jCdtXq8uec9;F9!E*)tR0&%!Jq5p5 zs4YHhvE|YFYFF+He4#1(=szkt-+rsSAnzAK2qANg>md{>5kde5qY&J*cNQPSF>z2=2fH^i<|KNioZcg0$5m*ZdIuh4)ct1jP{yYUO zpRIt{wc8YQB(8&dKSEb-g6QIin|nV3TLD}n@pf?TM_~JrUZoZ6!VNwW*Tu9SfvtcC zrHi#ucFcos765mTE4mruegw7xxJKgb+DzE^I1oq04CCoNFL3#61Rb2o8002ovPDHLkV1m|JS~may literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/cmo_vest.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..056c4509f198b817ab75a66ed4dc2dd171b4f2ad GIT binary patch literal 760 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 T=L)?x00000NkvXXu0mjf#ioSB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ee7ae0e9b9f9f04d4c4c1aaf4f08093cc2f15081 GIT binary patch literal 666 zcmV;L0%iS)P)Px%R7pfZR9J=WmcL6IVHn3hvFTkgUaE*Oz1~q;m8ci1gbKkSP>f&tJ&r*m|*s4$T*Ccwe6P`~C2~ zJP!wLwbj-?mZRAN{`k7-RXunfJi_Jbvi5boO8)4O@5gz*e0XEqx8pkDS};VpSVGsU zR(QEsLJNlQsvi9Db@Rpn!mHcn^g;|R7$TiYGBh?$xme=)sFQNB#L(C{=~R-3qmP+h zh!I}hwgq7eAiTP5YQYcyg_A7HQ(n@kBx{iY0M;S{q*F762fBbV%VOd*R$)15Ee_t?)|z+}zXGccG@SuH>^8#DstFW&mVG zam;rYi1gRc4S`c#M-W8--lxh)k_5o1uA>_Qk^UO<-34Stxw0Fab^rjL#p4csb%Nw} zTj4*dr@a1j%&TBGjs2G^FIv-v06U3U>h(GR8#5|*yE@sJQ30se>+B?EoAPTKU}mrxSS?}JEBuV6QIeL0stp!-rIvMs|-d@8#AB$RN>i|Y# z2~$zkKh`L!%1A6>dlcVlCOi@L5eNjhuPB$+xZQ4UJDuF?sB&;;=xy<9>fKeow%g_7 z?yfmFa6Wo}2LSLbdp@WRG8yKg(JTFJKfzoy>Nv<`06054yR@cKsWcVNb^ZrF@9&!c zf+!*i0)i+~GYpJcjhbNq@MLnbY2UWmYU}^iPZc)KxQlP$oB#j-07*qoM6N<$f^{f2 AJOBUy literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d25d9a897e528b647208513ef1b961f3a9466b5c GIT binary patch literal 808 zcmV+@1K0eCP)Px%;z>k7RCt{2+CfNDaU2Km@1jd%&KPB^gdc z5G*JdM2F~Tgq?z@V5d4{Cr=AHNNlZ3E7^w2)7$?&C-d^}kng$a%J<%W6QbV-#OHJS z?Y*D>_cr|g0LB<&j4{R-V~jDzm=k@I4`eKvm5ug0tw(ZTM>s)IBs@MZyMqC!dgajX zx`P3P$LDRGj8X46xSB06ys#|81B0jt6~&DW0KmJu6D|N4x&Kmj^aSAZxRFV%;lsn* zN4}m>Pt_~%dE9t%Bjf^rSTZY(ZAwkAfcWK$0D$jbK4WEi2(RPUu&wKITi4~v^bm^a zPj!#8TF-c1ESYV1X;Epq0sVcw*esQxZ57OYi>rBaTiYsNvs6NVU$5gSM z&vUBj26X!UE@dZe{=B%FM_I4bH9^@)qtoxVw0sZNGfuu$O(3}m&c$b3LesHZts)WW zLc7O}M5GJ5)hdLhV=g{p>)JKy0l@il{<`nfNE&cZBGN@t$J^!wT6ppRaFU`(C_4Ms zn^Y(|E3++zzUF1o8%)zVk=|Ku1pi!xOhKys%8( z1j=~?(tkJC{zWpWHG~HSaplxcj9k4$_Bzz_2xKcDmdr{c!4;aY9gABUjjR1{{pBoy6i+P|qWf-UM42W7ndbM<5GFKfZlsZX0Q^-B{eIX66yd8la4h znK3r@8sa1tw}NsWf$S0xnm|6Y4xtG%)^4TRc?9FDcE43*E8zJ}#idLwN#j;jR#iu_ mxE&Pp2>)#EPCbwC-}(j2h>BGQuB?0j0000P)Px%_(?=TRCt{2nomgEP#nj<89NoNJ?sx?tNWv@r9F77CuLACa}0!{(%S~I%cQg- z1z{UZ5XKJTu`t|KoKP4j8}2YXRoFpByAHJ_Yl0(3muaLExlZQAP|c)@5m?$ViA81eq#H@3TQ?-(fjuR07t2>SeqTgnJBU|QDpC<53x2ohJ)|l zYRnZ^0*7<Vd#TO4U!#)wi#eXQLz1Cmug@+j1n{&gq7jGBQ! zEY1QmPjLNq<-XURy)pbAy8bRUt7c&P;}`a+bQ9_1F1#b7a$NHNjX>87Fso)jY1Q)r z4^&-W$@@0~T?sI&W}x1xSF^tV7hMT3vt~fD>Y-wN8-ebZpjB!Hj2t|)%+Xd{R?UE9 z)h9o!%Z{~?=uUu{H3K~k2mBLLK(+42-fc(n?Mp-YzR*TUSu-Ggl<{`L3p{v%M=rfD zuLwqP;YZ-IYX&l#E1V}7VY&1^P+f7}8MxQDP)D6!GeD^D7jjIH651W-YXATM07*qo IM6N<$g1nP}+W-In literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_apron.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c7cfc001df3359f5eb9553f391ab667f7e112709 GIT binary patch literal 1658 zcmV-=28H>FP)Px*G)Y83RCt{2nq6!ZRTze!LR;9)46fUDw|{Yky4ZG0OQNJ)7^{S;5iwjSMG`KE zCPb1(18EvBh}4^=F>uqw#6)j2F@cb1f;8fyrAW{QRMY}XON3&7T{=#8r?XXB$BTBx z-Nn+G>8=``Cuur6=j?gk^X2@^&Ue7U!NI}7!NI}7VNnjYwQK#6h<503ruemO(>2iw~JQeQ8#+GeiVilL?!O%w$Hwm#hmbZYzeHRl{U+^Nld22m6U zHMMA$j=Y&;)reVrT`L~{v$OiW<6U9P`lc$@?>?YaZrTPwu`1r&r!m|MYuJ(M)SMR)@u^?=GsZFcjvK@d2hR?EVSJNGJ-hclH*UBCNp!dX4 z)B1~6+T8lKR#x*c00|{VNpUexy2d#Y6^VTQ5gVV~$&;>ePA2?}j*a0GRsk^FcY#wK zdzKu8&8=^1p^c9MpvGi=Tb57b@?-ASpT>9#aDg9+;jU<#9(v5xq zPA2?#1UHqNw$XdyC?^wsWJN`~(N98&+34ot$coDK%irS>+=OQX9G~(Vf8p5x9>L9U z-vwkvwbbri190eYr}kd+767Ch{U{S-$cjqq1`+0?{b0j0^qx3MLW!YFj2S_CuXzjU zi8_9;g=@C%B`+#%7rhm4hZz=!{d)qZ35MoWB z3^gV*J|0aGo>nGNV=`+3We9-~4SO^Dn_w~h@$sl_eN$5)PxKP1t0Ou(#I2EGsvfFG zjmb<+DMp>afvXgjmQh|2WH>Qtqnq~iR|kV!`MTGZzUl2E)YPIC7I<0TxD8oRxgD3d zH8M@RgJzNfO8C-!?`cNp*vBC;4K0mI&zcWXKveS&-MraP^7s8Mc>&lA4D>n z3%DB}L?-Dw8&2_H7fS(nbyJYm4I(esy4VqzO({!Gl4hH9tsQ|`Uaob~xRh?AuOE_@YOZ& z%7<5sA(ng%;Hjw1+W7$8gQuc4qa)gWq3-dzHtM2U8;;PxMkV zpPwHbxM~PbO)01`nbpC$ttUDy{X+yDRo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc3ba595af05bd573b0777ffa948206c92f4c3b GIT binary patch literal 719 zcmV;=0xPx%iAh93R9J=WlwU|wVHn1LmbSUh%A9UGr&~4`Yc7Qhy%0sz3zb5cp`o8!3-sgFE zzwdn^i6oNv&q&dl(AC|ewD`|)fAA6R6J9kw8Jxh^SWjR7UAnGzB+R={i+Ek2S1}p| z0DO)0Oa>?7!~u*(fx1AivgZcs0=lhmkV$QXaU*KSD^f~zj4$Qe$#>RuZ zGnL_~s7lzxel6kvq9n6=(28z;mZ5J243CbZxU134&+-%p+g~?H)9EqW>=+#zdGiv0hZ`0EDws3YQki9k!JX@jxC01ux#Pa zj$yUge%lS2+t7XflH#px=9aIBYcFB|tc0csheDWLUM3z7FnQ2nh4wt;sK~;? zQk;=ZX$?6lQfSXZuzRR(>q*E&!cUN9%*0bt!qS&8%X1Ojr^=C|BJ1mtdM7k9MV2)W z+p!`d8*2&iYMKKcf4h=p%A~aZETSZ{9b092E<%o-{rLhb+n002ovPDHLkV1oFI BPk#Ua literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..14c7a7b1bb349a6e98d065d5bc384eaeb9ea8226 GIT binary patch literal 830 zcmV-E1Ht@>P)Px%_(?=TRCt{2+HXh`aTo{i@1kBf?(`sRpzD=Fu1y$ZO!h(=^&$#_VC1WkUim6w zhKVo2q8HMOis)4!Lzf-WwIGxtyTPqsltSA&QV-@1T%nspex3A3YVp z-a%U@vtJ%%feoH|1I`US6T$8t>}Vx)d|N=^WG611KjXo#lTSBCp-5h2lOOT^LH}>} zw>R(Bzzq)oOwY^-BbQR$D_|gY0syeKlt#Kaigy(sBG>PT4OJEC<|y)+g=zJ7_R`~4`F%NULMpchqa777T5+8yPM z#(ZX$8|p4Vi{I~wR5Ir6BVHM|Cl?_}5{75D005Cn1}%QSrRBRfZ+LcVR~9w0&r~3u z5S?c);rrKBw1&E%NL~z`mXXSQhLg{3Af6DdZ5?J-sl0<1S5J{&0}fLMRvVt(LO!$N z=(WblyN#rxfq26FdTLS>^Zp;DlDWM+`PlNl_RC9-jr_eUph-~>xp)Ntpy?VK@?3yb)bj|WDqZWMrW9)WBH7;Wt1!7x?i zfvDyY$S#7fLEqWwg3PC07*qo IM6N<$f`!G1-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc30c8e7bdd41569e9b51c4c52b97492ba24f67 GIT binary patch literal 891 zcmV->1BCpEP)Px&HAzH4RCt{2nmgn~sVSQ?a86o;ay5H!)NAT1=(sI9X6#6p|cZfJ+o(E=aaHT>3fZ^q1a2$u%b6dD(e{r#bIM1Qu49)6oL|hJ=KiL@cz4y5?5wEX`wYZc?`w?-`nAO^!C0IispOb|B={ zd^KO8iRB+?I^|*JjAa#EX>xYO*4eM#GHT6cb^k1pP}h2$0$XQ4D@AkO38*!j;d=5E z03b>tOuPvIu>R%ag`#@n@$*+e37T_02q}n?2vHId2?y1+-kIvK8A{QdcZ_YF{jBNM z9pK+>guiYDfP#N0dcxH+!m3R(K@bE%5ClOG1VIo4K@jJRj`>)+Q>`Th-wNjvlDSvz z%z$Fmmy4nsP)JC*G6SBWY36zM5<-0&J_o*PT^=a(T0B!odS;*$|NVamEUd7_lm+3n zRn#@NqJ}fU=eB5S%oa5PnVEsZXq35nMp(Hs1L;;h(rj-nDXIaL$_%7i^+>b5yJxmE z`?(d>fJ$Zt2E2U+QIhfJ*FFHizaeQ_Kd(8OOUQX zRa#F)Hvk!#frOkapQi)qynfN&TBR}rir=4U)lYTUH2JKOCZLj;0mbHy zgoC(YcWPF*q$fdCATzKxH)%LaBoGM)5eWw&oka2eg-f$ZE2&VmX9kEI`~}Nw(OM~| RffWD%002ovPDHLkV1fuTmd5}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_offset.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..75edc74a25a729a628fe08412b38154d9386bfc2 GIT binary patch literal 1235 zcmV;^1T6cBP)Px(jY&j7RCt{2nomp{M-;|Cf=P`{9TD4d2m+!A)Et6DP}L)(Cqjf;CC5m~p^4QC zL^4&So^wJ%UL@>GwT4T?F^4vlfu@mgqf`p1pi-rR14W6bl{m|K1FZkacBTi|jcu^K z1D-Tg^Si8P#-8un=b6!J-vc-t4u`|xa5$WbbPfqbl4Rl)d?df$EBJ^c$)s~gAf(^jwYQ@xA7SppK z+EG7O&tVSFa4f*3=4%)d~Rkr0s0M)nc{6 z*3^m{*RN6OR}4UKW{wPd2KBbZYQ@NW1T791up9Z2`G{@|0ERt-2+qt^B?!g(08nc^ zQMOH^Z)gPofFeuCB~@KeyJ3sfsvF29Rbqf=6mNvCyv%W;$LBfp(Xs!(K!YTmK| z@CrWC-`5KOSbhEq@i(!ulf~b}u=@NJ0HD9G_t0CxEBHwJnNwH^hYR%IlEP`Vwx+)l z4x|0dDMR`dS3n>z31Q5S%a<Dw8YFzaM;n(4)tO<~NlaEIv(@Z51sJ*N(8muJ`BSn?Su8%C@@i?+(iQ z&^LSr002_&{(UXt`70uSoCyr{sREEzUIPHO6nWpPHqHtb`czA``<$JqpSnwqH~cPQ zVOg&FLl8^-vS&cCc(c=tcKnRh7g4mgxe%2UxSWl8d(~+MU?(hsz)GL)49LTLytd%_ zzNwbJp%tJ-|9r=3tgi3>Ebvcs6X!clqs|lsfU2$nmimTG_FQlgHJL@T(+rEb4gher z#fi1`ohPqEDualWLPNa?zb;0rz6Dt6Qyc9*XD1EyCZscO^}dhljzLXknI3>2iav+K z;cz${4u`|xa5x;!k%#&XiYQKyt?dK=;QNILzU}RR+kNvtc@raw6J#{Bg0H)q0RXm- zEo{Ar;slW-nP^CoOu9Vdgb+fWEiW^#5W#Mh$g|~TLI@#Up7A|?L~(-31NCchhvOsw zU}GbOaCix}Mmq-lv$WG3ngRbTY>jq=!%NuMh!uFF;Xru-?dAvXE$9^*qfZnxI$Z~u zj*3R73!_gIV7EGC@ZLf}5NM$afVTG)S;Cf@J&+&^w$!X%7@>JIis96lhL-o&gc9*M zwiOw$ozT--c@f@}UYqao)YlGtT_bGs0o&5vaC6@hShu z*zFqZrl$+?^o&Ww<9bS5^H9oTB@Ub%%_o=LJr7tHNaShgnummH3*;UK_Vg|KZvz0H zDqmE^P$kmJYdrn!7nl})#NxxfPx%BS}O-R9J=Wlre7-VHn4MEnq1}f(VyOiiAtk1~Kh`F|d%v7zg7=(5RDJ8H$UO zL#Hmq0XNb?P5lVQ7-NiKky<;DSWRe?hTedrMHC7I@LW7flQz6(!sPvyH}CVj_dNgi zf6pCQSXlh;jG294KAG0vJ-*NL7cYrip6|!EzZAH4_cqs;pHax9gzJu*X`aol>0Vi3 zW3xbNX%Vfo1AtcAA+@x~#%2MptdPyF>7q4-mA-oYUXO%BB;W4i>9n~sZD%E~VUs-c z8Z{op0<7@s%yf(DHkOQmfj2;PxP*oKGmn5;0*9iI*0D^vnmAr;a zk^oRul}I?mYC1F22_XUTShU}~*Q^6zlRW)~E=j^Bc~0b2RV5ya4y|n$5s*kE#&Wrw z{xQErqkaKA=g&Ob_;E=3$y4I7D2YU3=qnHsV2A)%SYFqU8jXIu*QkNt2Y?ZOm`aZ3 zD*&kesvkEVz}Or4kqMx6e0$@@gN_X5McOe2kr&1EpYX~hpI*QE;LN=H zQG0Gu`{f#Qvr{Y!CxxF_v= z*eVOvHa&#=b;CVrr``G8k4-qnsW-c(2GGL7!UEtA=$yvP-3!Q^00000NkvXXu0mjf D9SkLA literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6b748a37dff66d0109e405a3aeb9589609a9578d GIT binary patch literal 823 zcmV-71IYY|P)Px%@kvBMRCt{2+RslDK@VHPJ{kCbHRshM-${5YwC&ojtu&p`D5(0kwdW zZ?+olb@ueaH0Pz0u(Z4?B9Sq41p6sMJCo}KI0KGvSFp6aYCr7wTtajN`w@wZ)s3HK zcyIuQVE_Oo7S`?0j84bTb4C#%q5kBQ`UObZQqR z%fgXWIG(3^rRF*T;c(c~EZ~x5A)VSqY-SeWaM&X|9{}Lcvd2o6b;>8)A$bW-O-4OU z13t8l?<>ytJHHPA_?bVbyHa!g4ydUMxVzWB*2YzYf|~Genn+fEPiFV1!fc?lGR=g7 zn&=F)qxf*5;hulfM7~hQ&exLkcZGtQ=(}|dcW!Fvz7ep;pTBrd60Z~44)C}8FqC~+ z7jW)J0qJ%h@-4i-iscI0d|rDV=e(525^z$$Z9XrG<%;rL)!ibtJ_A4=0PuEYhkW%x zbp+rz1^|#Rl;QkYW&1P67-Nhv#u#IaF~%;Ri>mEYAnOlsQZ0$Mf~p^ZJOQng#8t`k zBgifQX#z&4<3iJQ0Dxf_7#A3VCZBAZK6!j!pjHy!FCq2q*SQr%Dfe zxGJiC1hNDyuIzXo40Q=yP)VGsAK}v0?YSR;$X`ETzetvjc2@uZ002ovPDHLkV1noh Bdwl=^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2840ec60b938ea20aa4aab29e9ca6863254f2a1e GIT binary patch literal 774 zcmV+h1Nr=kP)Px%z)3_wRCt{2nmupYP!xt=3aNxmLrF=gr6!mzBtxaD>WDH#{E4bFBOQ`|kf{@q zqNt0NAp?r~2ciravPCMiij<{8Kh%I}#iyKNXey%HA=o6r7mVV>2%TrKeLoJzhr?xf zUw|M8f*=TjAP9mW2!bFcis$JJ8#I4!l#P{2jSUMpZiHqdP?Rlh&XxsGlr0vTjr5J@ zJ{=DYIBrZ!^GGI_vAcI*nR8zOcJ~fgGP#UtX&!Ih@3YI}+3%g90o`V4Eoiq<5A1?zUu>v@hD_j22g|`idb69vbk^s?>?%CN1s9a*XhoWCtfj#)b=6!TCD*9 z&f84@fU2sN>-##uSZHkYia`jX2(K8l70_+Yb#SB!T_-)v_#t};YBZi-+05G&$xf90EzzA~req7t1AP9mW z2!bF8f*=TjAc)D~wq$v(KfrDhci|b}$@NZPy8v!^26%G4Q`jnio1TH5Tn|&OcQQU# z7_m;`?mYvlszR3K3t9gDLsO=A3R@lErf0xPt~Z%JnzI_95uDXW)ul z?;y6$0Lvuq&@&K|1Qy6E$aS9${oe^}e`{`f24a%H=AJyj)5n4-*Kh0`Ir3Q}b%2|m zf$MU;Q;bvqw>$&g&SJ;k0HA@-UuuqZ+DL)OGcbYt2M{5*G70rbr2qf`07*qoM6N<$ Eg68RApa1{> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f64eb8f75da74dd8e3bedc7cdf87948219fc23 GIT binary patch literal 1339 zcmV-B1;qM^P)Px(^+`lQRCt{2nmpK<hb`$!D-JKy(vKOc8~_r8EcB9TZW5{cyfgore*YQDx+%ywXWbpPjCI$70T0xMGw zg!0|()N5A;SEuDC(LtBjPGoYNS!Om0!%vE!6fl4Ju9{_gNHuaSs(*9= z3dEJ#>hxgCU1(@%1j=3MqSRLFHX)*)g-|;le)m=0;PvPiHvm>YDbloVkN19C$!Bde@y@!@BX)6UyDBC zdLD-ptDDbD(ihqVn5zbgzXK#5gW~VNbFVM&HFMPn%8Oxye$fRO7#w02j|JG*YqV4 zi9{liNF)-8L?V&ApOB9~GxGFX7kWMEI}tLOq14rZ>}p8B z+7mt%5;LDUoHU<418r^&06@>z0sxZp3kU`K(AL&wXhA}u5Niv353BbA06=}Z1OQO# z>ah1>UHCv&=*dtnN?jcQAo*+^WLE>N_oed!2Gh{c2wLxhy0i>tQ9v_3^rE`}>g)_i zJO=9T;O|AF#y%U&)yM`iw8(uhR}BsdQ51u40kUWFxn!T+ha(fZOo$MUOmMxzK_BGp zD1-_yaPw2N`mb;!w}U^YjkujarJG+fl2-o}(C}*MXiqPP9uGq}AW`^p zE4vDlcnl*#()t*A7zOY;lu?Yw!w?Qg(4GMAU+L;)WzBvbP%vM*EYh7W%$F|bg(8%$ zUhaqX1ej<@LRUb7_5_&H)yq=qHjw!@&?dvYosa_ovV9kZB$TdRMtcHGPe|g#1SE{| xa54fC26{L-0SSXVoVWn};W literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..93c23c00d13758a312d32d06e8db6bf29b3089ef GIT binary patch literal 633 zcmV-<0*3vGP)Px%Gf6~2R9J=Wl(A0}Q5?rV?~dN{4)oee3r!(m0D%FTbihqwoXY4x9N2Vl>Y|D9 zFJQ3@5)(HUCgbFw6H!JPG`J9i!Gtt~p3v5W;ya+vp?C=na%Uti_ubxmzxVro^1J&! zh!rc=f0l@Pp|3ElcTESGNzt}suy6PZ<<;psX|cPu61uMu$-P+8wPqb_Fpu);7`{4V zZVl$CHS16;>3IDE~t^iBcUKd0aWH@ST4^Z3^UkEWL&J2&Bn$$R>~%kaf35qm@JoPsm#rs z+dCA%gQYhB%ug4{x+&DwCjNF6Ass%fenLnGf4hp>+9d0yn4d13x%Vf9Pr>Op#eNm* z`b}tf;P$dyp5@llm(ctMZZH1odvrSAx%2Vux&0%@Pz+55-&IS8zDttb9}1ybL5=?U zIdtEyr~ul&jCE}sAsqm2=p9~*&d;Y+3;)Y{q<()r0iDhx_N!#w6t!kOSQBvqkshMT z!lE|ECcv_h!y_aLQ|#piNED_zv9oN*i=iK)ND~l4lN!tB$^AJVudD&kR)-kU zhSQWhe7*$!VdyDDNa@>CQA}Bwu?O#9&iX|<&lbGEG zhO`mV;pF=s=9Q~x)uOEqIXP&f4;rD&qXYZ~qE!oyedw|f(urgoD^{#nv3}_%?{>?P TW&^SH00000NkvXXu0mjfCto3z literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..26daa367c3fb6d11686b5a8996f55811722a09a8 GIT binary patch literal 944 zcmV;h15f;kP)Px&YDq*vRCt{2+COX)XBfxv?g3N;KcKogO>A>XMhcMKeVh}$-K>qp zDUXg&87ne;;}(^%BIVH$*2dzT=L*McFPrt$H1eM`y=ruOnytMLqwVaKcVReF`o(=3D9)%|k<;%aD+wVN1 zf!6x18bGhH>6o42VeZl&1Q`se@s6E*wUwowp6dZGOt|Uz3P9h*K>mW zRtO=45JCtcgb+dq@%DviiN7nxo1=tjiHFe9-MeIwgBHFa1qjp<4`Y6YV5yFA(83!n zfa6SPE0fn@TjIXFVTPbKn-HY%Mhg(8C0-AeO5!Y|uPzjzG{bc9A1;qP^w$y(;N0!;qo;Q6;PzjC<34%H?DSJU z{kWY=g`3PyPST+w92w~2%b(A|_~@~f@{G<0)YB3Vx|Wey1d|0&JHOR)l@d*=6>sd{ zYD>KBBjYEa#?&l=v1dTNE%89oIj!5;A)c(x5F}HmR42rf=(hHE^BSzR!ml43Px&X-PyuRCt{2n$K$!X&A>p(>7CU)fllql1Zd2iWjxm!v>^MRu9tdK|J&#d$8hR z71V?53Tizl)ZOCjF0Chz8D`@^IN`PHkE{q?p2cnJz|v9T%3T8Zsjvt0oZ=DpZgDoRJ5;O?Kpd# zcXMw6@ENUDn}ouv%D^`#$~{q+vb2fsxR2Qgnxc%$4Ul5N}2 z8k-eBHj%>D=1iQ-)FjRR09U)(={$AC`<;9OT6%$j z=vDw8o$N(RFO<}*Sw`vTR@!_VJ^B^AN${xu1p6=l1pdvKBSWZ728=$io?Bt+4;)r( zY+@j~m2<;W@Fsyd@wcsJ+f8U~yA*)hWYF?{fmgL_(dOd-sOhIwxp{KBooKeL0RI0E zZOuA-kuZy9ni_o#*_nS(>9^3Zp=v8Y+kHSe(QN%30Mr`>b&WcUW}0{Le_1rs)HUkV z8;0kb_#B*Swmt^483uZKh<>>nfX?F=8M<&BfZ>rb&fNROBl(|CHuk#~i^WvAn(fPY z=RSq6J{L8^vhU9xS7rGxW2OGppji+EK@bE%5ClOG1VIo4STa04GGlFDi`xpZ81uAe zAZOL<5pQ0{m!E)~kd-9cwt3exP+-+B+1zeZUIGe)XnT4c`R{I_hl6N)dQ~DZ=js}c z{sJq7WD_a$aL`RX%doTR-K4ApRH|p7(5ff(n#bQA0buaPE!V1`WQRzhkil ztEoxI*-hrmN9VQ0AK-g0dIm-xXlFoasU&)>04K>fKt) zQILxC4A@xp=5KdhS~QqZ$FZ RJI??B002ovPDHLkV1mNRyBh!i literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca7226a28f1cacd94fb44ade25adcb342b55182 GIT binary patch literal 1382 zcmV-s1)2JZP)Px)AW1|)RCt{2nqNp;R~*N`shzk)>zpegpbt*lBxEg1BDz1ahryoqQ0g`YN*xSj zC=_Aq)Al;(9;#SmE2D269TZB7?9IYD%biZq#G)a&S)6fm3wLQK_Ii`MYI63{bG^BV zHs>ZcT6#YaZgS2&=leUq^Cvg?{Qwga6B82?6BCo?6AR1Dqhk}KyUUB7o}Pks9LJHl z`5?ad{5(^idi3Y!gXr$^D&_RE9{nS%;(l)@M#m=m& zkd=6yjd^8swugs@l~tkU(y2*|+zwa72_v_|Qr8-8ym>aMl{0C+x({@QCe?r1?WvB6~YUL+G6IPPdcf9*B!d>C74NvWf{ z0I-#o!1G~ z3hx_S15``1SUWxJ)z4O1LcP_d3|_r0SoQaHz+1QSpA%MN;XDJ>2C3_{?etPiKN^kT z?qKSz20xAPBJA?P%|C zV`O9m*M9gBtFbTyK|msr&}BraOixb(079Vd^4}yXsAwX zL&UwHfY^pumOj%NKnce;5l=`6L{b(21OQHVysXQBO6YIz4mX2 z%=ChgaR(ve4kadEZ6_4VOUOtvdGw8)^nE);Si|zV{uBj(#MkZk=lvT>Za}qH0L@ES z3@+d__W}Ac7t!u)#p=>5Q(tAp1t>H*uf;uMv06v-WgC=sY!t4NT z@_{x~UQN__0YQFKS079cnC+R!+w1Cmcu+WA! zTC<#qVEPZ;=V~Sm_ScHmc|0Ec_VW!IuQLpvtC_svfR8Afvx^nUbc#! zuvkT&1l1ARYEdaoUA<_Z2m-i1p+> oOq#k5uEP?OKP+~bm^{P$4Px$(@8`@R9J=Wl}&3CK^Vt>O?Q1M1`m>@TjN0}3L?w&BxG+wzC%Fpt_F%8{1{4M z(NCZRgdV-Dr@#E$+%eBIa2Y_|a2ZdWH~ zWkDzJw4;AX{hxu_Dl?sS#QM#EM~?$-!f_m35|($UrQ3Ac5w+EPuh^XOn^ z;?TTfH;^HvH0nP#1BcIduQ#CA8ytE6d)_pRZo(VaE8{a4uHiV2ZjDBRR;xuE$GRo` zExH@KxwMTgB7pf*A6Yy%;N9CbqOFvdF9I%B&SG07u2jpEzU}eBK+mWIaev6@AjP(3 zS*(_^t;urRD*cIP86Bj={oz!t4C9~CWp{3TX}%1=&rz!TPumkSpT6wzKH4|dEhs1` bIJx`=5?!@X*W+vo00000NkvXXu0mjfYN+*@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..72e9556a1bf6914c9eb45c73c5c45e23ba649c37 GIT binary patch literal 938 zcmV;b16BNqP)Px&WJyFpRCt{2+D%9lVHgMS|E}Nbn&7q#3zABKu3@l?D3pW+cBzZ)ZNdU0vT2zKla0qdb>E&qUO%*yqeMTyDYQA zKJPp4%)E#FKL8@cyOULO-hksUnO)9Yiw4%4CUGpThFjCu%s9XsAem%xhhjaY4&0{{#Sk1FRpt!`MY7Txnb zC|hp0C|Je0DyvLfZ!)9OavU^TYe<~7$+OZO|#*K9Ym z?wQk{Q)eL-!MK6iJe})yjDg;a2M?Ts9SFm4#JY zX@npMxOCZ$yLWD5{Pi0wh8G}75|%zqBKUbt)mX>X^85YVH$g51Z#V>YtJa3yy&qUu zUdQrE4CS^$*vpHNlbwaPvnzNPO1}rBtM&Bd$FsQr&MFHt7i7bBz5pw$32Y_yaPU~m z6L3^5wF{^fx1#dIw-S5Gck;2?i~mzCt-mLP5JCtcgb+dqA%u`qC5j@`8jJreCz1?J z&xD{Q7T1brKZ5Rb_~76G;Jx3Dt#}NW1-fg-05owML+&An*Z%GyXlQ6KAhjRCSd3r? zn6p2g_V0AA3(&svM9K2xINNF~v4MpHo61`0K2|20Kir}hL+qR^flYLh8psMruHKUf{;-^0#~U~cBZkoT5kUYi$>QN zdv0TiSdzJ1E+s-2MN!ipz;zQm=_p$^>TNO%4Ua0VG=d-i`yD0IGa;yX_hsDn0RKSX zP%Q4Ovar+0_4M>3aGTt{n-`g$SX>L9{RrHifYtBY%4hi7rV?$R1am<)YDyNdoA`>U zSK}CY@mN{-3nf{I7O1~0u6M^-Wns_}i)$H&S3kl(o4fPuNBFP(0!+j0&_djPjQ{`u M07*qoM6N<$g2;Nc-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..16bc302bc0274e1ce34754a8729bd547e45bec41 GIT binary patch literal 918 zcmV;H18Mw;P)Px&P)S5VRCt{2+CgX&SscglZ)3D3ja#tl5D@CJLYhhsiJ~`=1^1#C>8(X!ks=-N z;$8$V9z;Btpac|^UMhMNME9}_Zjq_b5|hhrySt=lMJPjBP}6i0TYVmMN}8l~QYLA{ z|K}3sWis=BZ{C|6eh-8YLI@#*5JCtcgb?4o)SzF*;t5sWZWxA&#SPVW_e3G=~mGh=kf{)CWu4s;Gu9yMUn5OA!k&UqV?6jlvs!oY$SBLs>-w`xT zGO^Gfgp=ZADDdkmX|Ym z_5|Aq?`dbVcN0&NGdxY3O*sG;e(h1U)LivnVBT8dNpgnZ4j;2`iU7>MDUx}eV`kQ3 z-dbuvSJo%W-k8?|R(wW$8V zU$0!bm*W`_@OkOkKEz+(&S}m$~OHDH%;PVpP;akqz s%a7|7L6=AMZr-P+3w^752E-aZ0U7i5kr7hq;{X5v07*qoM6N<$f)m2GO8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/meta.json new file mode 100644 index 00000000000..24762be0942 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/chemistry_senior.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Nairodian (github) from https://github.com/space-wizards/space-station-14/pull/18181. Modified by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..252a1e6d0cdc14b1ba2b544062d850f17841083b GIT binary patch literal 1720 zcmV;p21ogcP)Px*a!Eu%RCt{2n!#_|)*Z(`kEAHslw#RQoX&1H6b&!~$~wn`hXO(7Z2{6b3sN8h zddqSua!4`ku!G?oh8-I8&_fTq1pNcLO9yNRy9f$wUE!1Aq)k)QL9-!>F>Uf}%eEq! zqDa0SC^1%SCw{b~ZUsMpVZQgs_x-&epB^9i`$0@hOiWBnOiaxF(NDfATPnsT<(?c`*J{2+%J~^n0xmca$yF)w2WMsVeZ{)SiilGUoLUv zBaEaH%$C;N%EqGrx!7=+=WLT=9Rl7rx&T) zHk#`w>p#^2nM>0$lTA~rI@tMp_|6spuGxe5!8w5Nf9?7RzO#j$zela=kjbXWT$(=6 zEZ9rGc6|ir#tBI4I5$pEyFLOCN&l%1aPxQBxc?>9uWnKK=zSr)V9I@Z_5-y3L4Nql zU!nC6^6A+Rg3inyDj&Tss$bn=wz8OaPTy6>n_r+AUwCN z`phqUCZ&{ee&I6-AaWDZJpH=V&Rmw-nafh-CciO3X5}UV^TH1NEm3@WBBVu#J~`8tq_*ox~pt} zs=mk^20-WrzEeXplgP$TGl~QDy%B0628O6V+C&Tt;TdL2xf{sxDgb_EgGA;Ker2Pj zUKM2r1cN??*VvFeS?)C2@Nr~$6>aeOpgj0|P#!)Wtv{8MMY0z(9RS^R!oQ#=J!tPB zO?_?nIJ)cLuCJiGPB8e0`pPqa#^BwR0`=lU+?B#(Cv=JC;AO2EIw2}*4rttc8gE}L z&WYv%^kjQS*fvmEs|NbD>aOkkCDIJ|CK1^I&3E#acXQusi&1;BZK2&&Kf*#BeFike zy0rRtN`L34m8T%L%E+aA_}lAhRqDluPr0gn$XfMl)sKmZiHV7ciHV7c`R1Vf1y|%I zB=uTQNF+P^8N3VjL^FPDQkqr#lZvw#J>7P(q{DR6Kf8V*dKy&bZxrEkt6dHk2)5;(hX1bFq zGd3yZ!VHY!}`tb z9X6<<BcTR>j0BjYDc#hg6j5GskRR`T(qi);K2$!2y zhVeJ1qI9Rk_#0E0R))Dd{{WzF+vxUMm>8jo(l&(S z29BXwS$sgZH*lZX!($@P0J&BSqcWb^ga6!1k%E)TxDNhvFX1(x|AraZ5)tL!tMR=c z5y?ySVf0#|A^y_6&Zfs~XXKRBUidBmy0e8_t)SaMrilBw+Ixxe3~)dHSYY;G^jcw^ zTq$&K@DPN>R|;X#=(WJ?Q64-8-3ogL+=jM;gW3?u0iOFf3@+DKIv*C_1G&Dkt4%5# zJV9dHUc9ULUR$&yIiMviWtVa{XqOGq7Os&~t-GFXE`a}wcErT||MFkv`By*oPh<=L O0000s&Vg literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..12c05954409fb2a97d1bfb8f0f73c76c009f24f7 GIT binary patch literal 658 zcmV;D0&V??P)Px%Oi4sRR9J=Wl}|_%VHCiBGyCnV5cZ5o0Roq~bd(!5A{2&_c#9_ZDBAf5FP z9fFQtI!K4^frl;{-6}kUxmXwmO6dyWTDh$&GdVLmUx%@Ug~%D%PVMh9Gw;3ceLv>U z8)(wxe@8j)!r0}TQYMnMYu~XUKOebYe02ZdFkV|v; zr5)tb91GJ^wB7%NUnyajIa-FsLrFxs1Ae8%-d3S5w)prV05?|e;C{BTho06X8!8ab zv;kmk?;zrWzPk_V^7~JEP*Z~Pz4LYT4G~C>Ov<#8;=po(w;k{_9i@8^pmzK@W8ynD z2bM$HNRb|yJn}Jw67V)xD6g+#t>saw9stV&v#6PNdPgTvGwm!7%mxiL9cwL5d3_ac zbLGh1p+1+zrFXLD%0=Gh-_tufLHuL~o~8pJw>MDEoC82OHlFM8=FvTV*I(_v^w&M2 z4-T_m(sr7;>(9CU;u^xW@Zzn^54>jZ)h#H0MSgf0y6>?BVk)Rc2mX&Dp6dlO!05o; zEdu;I0mbZ>2o0sZ3;FE};zXvF^Y%(8*-qrn7I;o*iAZw*O-C5nKqlKs_3%BYYC1}` z6ClVR#v3mHRD~9t_*G(#jaw`bb8PUd_4$y9D8Px%^+`lQRCt{2+QCZ{aTEve?{D_EqqFYXD3Y?*JtXYG#Z3@A?4b}8!SGh6IvMy^ zgqLn!xO&`Bc*EK(xsRN+Fj5{=B*PCGk0zYgneW7;~SZv^1(f>G?%v<_kv`&<&XR z!tu%J5J%Gus;zZIl7Qa1C1vId2pkLAzThpt}MRWrb#j!|lZ=yIRTIIeqy^5;iw&QdISxJd}NkQsJ1RgYV7{OiznmLU6 zw+bM2!1tiuuAjJGD-L`Q$-!T7g1rj-Hzz+I7g+^BHz3U+1S2`r_ic#5Z1bAUL7GEA z)Q{Lf9FaX7Cm6|*Z8eN80U@$~;L!EF<8(q>QlnE!7#SdFK-H=cJt+Wys#Ssa&!ew3 zI;FzTik=kI_EYlmXN)n%7-Nhv#u#IaF%ogx;peF1(%DyO00f z!RCXzkvqb1QOzTOvI4?wY|-$$c6boZBY-ji+U_S@emsj{uhQIPzSPxU0jhZfvbU5h zU01$sK@4S)@Lc$|1@-z#_o{$s9zjxWO7;(+K^d?U-Ds|-8)$s}3^|xZ-L@dIx%LZ) zf-C{`%1*N#t|d@+op|l=GYZcU#C-w(cF&z^9)bPGegd;4j+@Cu_oM&-002ovPDHLk FV1jGve^3Ab literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_formal.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d708e91d48bbd4b497b2bfed5f9315e6a0c672c5 GIT binary patch literal 800 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 AH2?qr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6cd7a4500aa3c0bff06cea7d3b5c036f5a2f6e GIT binary patch literal 664 zcmV;J0%!e+P)Px%Qb|NXR9J=WmA_9DVHn3h*J}^#(e~2XhDJzAQiWh$8j~|&sWlj6A;Qo_{{Tb6 zNC+DY4*Xd77l_6VkPsah99UgQ7>HsF3@SAuSg#zmSIRlmHa5m^Z`82dC%HU%?|JY0 zeDCtS_kfFw%LOBeJ|K@y+O}E5AG`cp?&R|qBvqrfI_Fr|D^k4U;k4bA9suC&`Wk^` zZ!=eVx5Kre5dc1@Ui*0Yu_F^6r^Q3#i*{FffJ7|9kv;>!lY2K?Vk6g;9w0QnX#X<< z`TU9kn8k%4G5B0as6V0XX3o7dZ<_m)6u z=lHk^P>=plUGQ0s-TeZ~cdrtSM$YX6$2|~@Mx^;vu(_5z@*nrkr-F`(3mE{&<;J9{ zS!%i0_zFP12h0+=+?eBIC}iMQ?6Vq$!dHN1tQwZEjWwF^a0am%CI93^7P@!Up znGiPMfAkV_`x~5A7@nS@JinLty}_ zmW7@jLLQxT^b-;`(BN<(gH}60@%fsURy$zh`3qq!p<&c`v(B~?&Z-vH_Y-Pn30V!G zT=L`bDSWE<0UQq`;c2L4Mr<|SP1z_?GfR}hy#$VSkktU~K@GF;p5n&Z|CxpWM%jb0 y_wnb-!`bSbWZb%MQ#Rqy{F{^Q;^N|RG5i3+=EqG{`oqNl0000Px&TuDShRCt{2+D}N6aTo{i@3uCVf97b-cJQDVz363-3$|n|$RUI_4?BpbKoqG% zi3cyWV>&N8L`)>}8q(4Y>QAlg9$4>5$iloQ65EEV_8`RkysY;)!NZjWN{d@l2S zr_cMm&mQ&)&jT>V7-Nhv#u#IaF?K0v+j_-?T!$=BTd&ahhE642%#Bp`42uSD2UTkS zL{b1bVX?b?>b(YU2P%7p6ℑU`*87ok%zW6seu53Mrgd>1-QbNsQ%gNtl|4gam0)$)ZU^D8lQvV3)qy$a%4a8z`q4Nz1 z`CP&gK)AI|Q9O^w4dZM-v{RjEjs)SIToN^lEh3$iN=>z(k_+JRxbb~6ip)ei9PyXX z7%Q-|lLpGGVc!TrJJku}Y(G36x1xBF$Ty5OnR3qAH$u>x45g-8P{{?bS}mIFgvDV7 z(de(7-x+N(!D_W=l*DtnT$&$0Hvs@^je{rW?Hi#|Q!R+(OVID{(xjy07M1o-UY9L> zNJ$d>{w_r~FMIO%p(Z6sNGBz%)IXv~@vq1pg8;B>>B~7TwrzF3AyI30LT@slIT8eb zb1TFZiXb}QkkEI}9Nq9i3iqCm06HtuNeK>*7jwG@A~QXrstW)h9&}?4AC8aQ0KQVB zn}e(a?9mY7K{w2q7z}zn%$XRH;k!l0TVI%mt!xkG)F!GD5tvh(RH^1r{izfp{|9I* z+rxfx8=2kT&{b5yXfk6fRSp19+X32J_j8{6hfD8Ba?M8;G(X{N=aoETj4{R-V~jDz z7-Q^musnDsE^5ACD$>D-?54-7dMvIM)jk4w0lHs&7671jEUt!Ex?^u zU&Pi`1Bw}oE2VTFVQ_UDGau*9ECOi()*1()Hyq9L)Q-iKqTWX!D?rU+i^v~gs~L+c zrDh+&RC)I3lWsPcb@TFEU+q|238ni8uiw0d%jG)r`XtlgY;qf>rSn;7!Es?vo-ld) z2x+NZRpH4xK%U<>M}p9s45+m`QRp#6iDDmttOMdfH$Gwd=-|B@*KSiqK8V!Z07*qoM6N<$ Ef>GzIe*gdg literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_summer.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..de535d7f1d5ade21001d27034a06bc35ec99fad6 GIT binary patch literal 852 zcmV-a1FQUrP)Px&4oO5oRCt{2+CNAeQ5*;GZ*olx{z*d9*bEtTv5Q#_Y6_upM5v)qv~kE#oC=}{ zP9=j&o3R=fry>+5C&3OaI&`TDq8&n^QxNKA3L&YaD&D2>b%=&ba(7-Z;RX49mLxCl zetG%b%N^wR0|+665JCtcgb+dqxl^p8Q_S%FMh+CBaduO{b~6weL-*vo?wU0d&^>HMurl1IIlnFeE5m)r2NNh36r}p+AVlLVo6Rwc>tSWg=MZ!Q@>VP; z=-nG)k+ppmNGD-kABSUW2H~)zIlnFe;jje9)(ouc;}DOQfle1rPm8cPx)98LKxR(@Js{BMS1Y*QC1YgfbAmHKZjyLfvhNo^K@^6xY|x?2cGHXtgeMp z{c`|-KspJV(+|6*hr?GG4r200eJ2A+I(eoW)sbW1%f~ zK`trbD>lk6K1;a&)Ofz(4k)ZVgS(W4-DZQkltnHnLCh>09m1VkK1NSI4Yzy@U&lEP zcef4aYo5jHE#vDr$3@`;rL(^fx_aPny761?1OT+_4gdh_lb2On{&N45?ppP)jx|Bd z1|)vt_F#v1-DuC` z`c^TO0A4)4qvfhD zklQkq0G>Sq*QI#%nXhetxDC@6L7qJWvZ7ReYR%TrZ4exK283vw`Na@yPCEkWB%ta6 zXa>#x0KJ9q>>0=Px)Hc3Q5RCt{2noVpIM-<0@YnvFyP5EeO1)(UkqNP<3LKTfvBiXlv2oUsuT7hz@ zKpet>AobV_w@OJ5p;9G74@IbzdH_+B54DFxGM7fcAyqyQ0!l=nu|q<>mUY&CJvcVr zI5-~1Yg)8F$=aQn-TA+H-Z!(_H{jsl;Nalk;Nak}B3k_siAE=+t-V9C>)YBpBpRI% zt^SC-{O;1|YxPIO9cs4dxI@j7Zd2{kRp^D0NJLz|D*A5@(0ZnYaQLDCgu@r5^-K%> zHwSR}s)$4)wm2cJzp-vNEDk#T1K3!%yD0sF91w{_q^70@&FiE2dOuw~eVn>_3wNkl zPF=l4S5F_!*Za}DK5A-eO74Vg{WR;}f6sCRiqc=v0iE5w5(oq=bq70sWyAJb05)u| z<(m(_x3mWW0Xn;TOX7s(^zm2aEvx7k90Ci5kz47nBKhSn+NL76xM?YOI zMnA6u&bFS`mewWX1}-#2pF<2C(dTfXk&GL8?<;p3zZK_zY-%6&@b+7NHdp(2L%bY2 zHpb;ETbRY*aZG1?VvhUDCaCFeShton9ygm=d?%QL$1$A+Gr?pLeX7Ok&Va0WXB!Dm zMNX63jI;31Lm0kMlK3w~-)+V%=f&tNg@ERLF|)eOc;>fUyB#dmH>W38t*;aU0Er48 z?zoOQ6+?`9G;bxI_0=RQdrg%%_&0GVrSP9UL4S z92^`R92^`R99|cczu*t4KK~9|b%Dykbc?gFu%BjnJe0yjw03Ut4 zi>AhqeYSLV_ewN6A!(w~32`-?6cLd-!^5`k5Mgnb$erO~5fO1UoXoLDH7&3FMX0)Z zBLK13Q$|LH*cS-mIna{o%$J+4E;VTl&w&>91%ix>3=xYxwb-WAUol3c2Om0jiNWzP z06shan`H-wU1(k(pWHtRz~J~8p>vlkPEbY30qNMEoQN_#Yi8=R)6?a`ckqwQ`Sh&G zgzVi;m|fY-n1h}Z#f(D zq4WrQb_FG|b{*1xO#{&O9uiNbKa-i2*cfuV+t#qq_B4uCy#*kZC7z$N*yDcw40E8b zU>lT;_3R1?Kw|AWvIn0W9kF+FL^eAE;(GT($Z~@F`7;2e!BfnOkU7w&QQ^Z=>CesnjR3GlyYhl9iamwy2*CET7%pvX7?0000< KMNUMnLSTYc{ie_W literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb7179a6e5dc871a7bf90ad52439058b4a3228a GIT binary patch literal 591 zcmV-V0Px%2}wjjR9J=WmA`8fVHn3hcL@pC7&TZ5{vsCy(-a-DBts7@(m_OrZvMbb4i0r_ z-2D$4htw(UQqc+uaR{Yjg*Y^!b_l3Ts}N$PR;dGV6hp(Gjt=5FZZeU{^SpS$n# zz4v*4fQyUE|BmGNgXEOhDa^C@=n1j0^WE{cZz`m2-C*R(ZNysMwyx}?crLdfWF<&> zy+V3snp$-efLe8v^vpEn^$M~QB$rzdb~U|rUtC^U6|ra->3NA%q0Az1=f!K#UqT?r z$@70O6{g~`c_EU&DJ%a@z}<{Wug+xqtRyH>av9 zv1pjtOm^T**fNkz#CwYO5D3z~{*(w!rop=!khHQbHIy!ukb(WLW?-@)z)*(gC=azI!mc zphLT9A|oLT9bp;>Lq|rU-83C*IX2KXz612Nq7!%W2W9}EUabMJ_vv%bvtF%1vww~J z3uh^NO?bg02pW;}{@nyv5_~3Ki=HI)x dxVX3g{01Ni!OPx%sYygZRCt{2+P`ZPVHgMS@AX3BX(}xV0k?=0Gdc(z?uJqV4n?S=OBRI=t&9Ex z?uB;gPzf0X3+g1Or9Tjg;N(;hj8p3`ESh4lP2b+-lE)z$nsV(i)}Hqc9>CGEZJ&aQQ<0WaCrQWJD~a)1xiRIW8|gHC=yC=+Z=2u80svNHUoO z08}n7;M~v<^7D$+<8;IEH*eo*=K+8@Hc5kLllZo=$+6TX9bW;bqqPpnRp@&-j{M3i zoOpd5vZx+m44^=`@ba<@ z9n8$m!EqcTNS@*D13>+e8_P}b*3BD#Jh|hJcl!EHuoM6Q@D#p(_yhnbZhZxS`tzU; z=XC?iO%N%Yl3UM_D4)WaxP^)FZQNOi;d4RZ%XSGHDVvag(f+rZvMKp~8HrdeFG>;Y z!o?$&#Wv!()KWGXk&_4w#8C-_VftSE(JvN2?jCdtXq8uec9;F9!E*)tR0&%!Jq5p5 zs4YHhvE|YFYFF+He4#1(=szkt-+rsSAnzAK2qANg>md{>5kde5qY&J*cNQPSF>z2=2fH^i<|KNioZcg0$5m*ZdIuh4)ct1jP{yYUO zpRIt{wc8YQB(8&dKSEb-g6QIin|nV3TLD}n@pf?TM_~JrUZoZ6!VNwW*Tu9SfvtcC zrHi#ucFcos765mTE4mruegw7xxJKgb+DzE^I1oq04CCoNFL3#61Rb2o8002ovPDHLkV1m|JS~may literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/cmo_vest.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..056c4509f198b817ab75a66ed4dc2dd171b4f2ad GIT binary patch literal 760 zcmVPx%vPnciRCt{2+P!NNaTo{i@8v?`Y3d6J1s91(F{4f$lA)G>LlNRALKlS$jf?&R z?tymcpu`SB3*smmQbowpse>pE5kaL@d`lr(FW0+V@;HcRlUyzr`aACe&u3|SX@7k0 z;kgp>JOE>iF~%5Uj4{R-V+;VK>C5DI1`&qcN67ACskA~NWuotTxl$#0W}Zr=m9Z&K zNST0B-o65qD^<#7XCXxuBnn0A4^OP0qxr|1kfI8**;$k;)j$>@d@*n3N)(DTEU#?` zB$G+&dwFhwVt3BcnW-tXFRk^x9yAmVBT*=lJhx!ouv6Y}?}ekWKbJ_?K$;3NTR8Ok zI%>Fw=;jrW{;uoyf`-hNm76pbq-%gf-o6gVWHQp?(lR>QE;@z|N#6r$DzpdF=omUW z+AbECmXXP1B=2u$bdtVjeRY%9_7S*s^M>Qi4SPLkobuWh;IE(Cp8x=jFW>+DY-qv* ziq@5P2>Z&U(scUA3rxn3;ABEU{^}0yuEp`WuHoB`iucFP1GSAnc0q3D6vYll@vEu3 z$~*8s*@wwAJ|0h?El2QV)j&HOfgCqr%5^|*dU_KF@kqV^S#_V+@eyc86v(Clvr&g^ z8fZrpFER_&d469SCGX%iPNfIG(Fth#ciEqR9P%>87-Nhv#u#IaF~+)hHLiF3RQP{| z7-rD8UIf<#@M~va(70X{R|W8UXP|dnFY;{H9pKl_fZe!WBv%C(xHItd6+#blLuc>@ zVK=UiU%M@=3tSbz@0|fJ$MLQofgtP*^p5LA7`bPC*%?TsDY><7jq76+#j2pA-4~!I zL_XKEGmuJ?mqW$S2)}j)Y8w*iO?0;3 qp!IbN^zxaoP8;o@ao-tW{eA=b<&p%O#tGB_0000Px*E=fc|RCt{2nr&zs=N-U*@*E4joY1mJSndfoPTbJg%^NXsgK?WEhIuTeFpnC+ zK9m*)`%qY+I1No8c9V7VpId& zvO<#UhvqJ_o!WX%QZ|{=HG#YW0;+acAB6j_zJ2KflO74i6b)e=%}W zYky)Zv8Y15g0SnkLz?85S-*J;09U`5FxtxNa_P8G5Gv}pZ}_;@(cMcSJI~cGCX67A z^l#wshu@$(zkc%;oE|T+sB+&~VwQ6KPLCIWLU!J0*Xwjd^fy$h93Y=pd2x3$v8cjG z{{{d?`Zo}ZD!jP6nS5RaprgB&eZ$AK6$MwwQvEtkkJq?#GRe5G{#66;!d8hwcAiW! zPI`I@fY%3iAj`6Gy*{`Dfb{efnPi+ocAgiuO2W?mn11d$m!6(l^yH_m#f@?yJ8$SO zAGaDS2H@n_n6|OKog<+j1Ktd|beuvykKgB8)X(qpQOM`XrQ-~EGaLy8+1TFB$+5Aj zW`VAMxJxqh>$5<2UjNPKRYU)9msGL-6$3C74%>Eib=ed}VJIB7L$39mX;Qye5@~c-}-tpo4CH>y$C`x!0o(4B9TCrTQVxN)CWf#?pBD@DkE*A?63ybO&78a0PE>i}Gu*M+~ zY+G+Q4;VoRwyihy0E7de^X=@caRD?nHJKGEir48@E4)Z@Tj(> zryCg6c7>jzSSm60yS}<5MXW^l&2i0Pw{!lZf3Yj{6fmlZ<|YVdh=hJU2xX_W9o@aC za~Y<;{*qUJ{uod1*;ChGe0=t-_S!$c#^2h8FCY_(Dn=RLqraRIO3*NUF5nBu_yRJQ zFZ_pFr2_ueHr#HvS#cHPcDwPnwvnEmVlI_J&mAy}Pyk%^n*gYD8H%M6zJSc8?K=VZ zjjZ1H#HiNDvdl}siNHO_Gs!p(yB+shpJ8LARP{|zoy*)StLln5{abBmB~2cMHzK2gL|!yTsF&rGl{B2fk0h1!BjG-eSG#T<$9~hM-W;9<@tErO+Px%2uVaiR9J=Wl)-D-U>Jv=juJslYbjN6k+IpbS?yZt3etlxY7bs|N-sV2wp*dQ z$PT--(Dvrpf1s!R0X=&PblxW0Wr8fGGe*d$5n2e@VKd+uOr5gB^1w&(eaZKG9}?aV zJUl%9F*BoXNFSU!(Ri5fqbCFcL3iD;wSXo=gG&;Omoy9adtgNk5Qz|@Oea_ClOukqi zN@6I1e6j4LvN-_SH!4TlQEEzslR^T3lR|=;QsHPj>VB0}HaC>SPy(-CK6Q)hjXD4q z@+Oibx#L3K1VC@pY2T;=`~F&BBfabvztw+)hnJQH-s#V8b=8&FNH0%DASOvOd!aUk z$UWAbK+m!ed_Dlq6%$bu0q9v4)}25ha?f6n^w|7gP(^^A2BQe(ER*~kMBw&=X!W} cc>KS72SKg6D(ZoB{Qv*}07*qoM6N<$g1<@&+yDRo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d25d9a897e528b647208513ef1b961f3a9466b5c GIT binary patch literal 808 zcmV+@1K0eCP)Px%;z>k7RCt{2+CfNDaU2Km@1jd%&KPB^gdc z5G*JdM2F~Tgq?z@V5d4{Cr=AHNNlZ3E7^w2)7$?&C-d^}kng$a%J<%W6QbV-#OHJS z?Y*D>_cr|g0LB<&j4{R-V~jDzm=k@I4`eKvm5ug0tw(ZTM>s)IBs@MZyMqC!dgajX zx`P3P$LDRGj8X46xSB06ys#|81B0jt6~&DW0KmJu6D|N4x&Kmj^aSAZxRFV%;lsn* zN4}m>Pt_~%dE9t%Bjf^rSTZY(ZAwkAfcWK$0D$jbK4WEi2(RPUu&wKITi4~v^bm^a zPj!#8TF-c1ESYV1X;Epq0sVcw*esQxZ57OYi>rBaTiYsNvs6NVU$5gSM z&vUBj26X!UE@dZe{=B%FM_I4bH9^@)qtoxVw0sZNGfuu$O(3}m&c$b3LesHZts)WW zLc7O}M5GJ5)hdLhV=g{p>)JKy0l@il{<`nfNE&cZBGN@t$J^!wT6ppRaFU`(C_4Ms zn^Y(|E3++zzUF1o8%)zVk=|Ku1pi!xOhKys%8( z1j=~?(tkJC{zWpWHG~HSaplxcj9k4$_Bzz_2xKcDmdr{c!4;aY9gABUjjR1{{pBoy6i+P|qWf-UM42W7ndbM<5GFKfZlsZX0Q^-B{eIX66yd8la4h znK3r@8sa1tw}NsWf$S0xnm|6Y4xtG%)^4TRc?9FDcE43*E8zJ}#idLwN#j;jR#iu_ mxE&Pp2>)#EPCbwC-}(j2h>BGQuB?0j0000P)Px%_(?=TRCt{2nomgEP#nj<89NoNJ?sx?tNWv@r9F77CuLACa}0!{(%S~I%cQg- z1z{UZ5XKJTu`t|KoKP4j8}2YXRoFpByAHJ_Yl0(3muaLExlZQAP|c)@5m?$ViA81eq#H@3TQ?-(fjuR07t2>SeqTgnJBU|QDpC<53x2ohJ)|l zYRnZ^0*7<Vd#TO4U!#)wi#eXQLz1Cmug@+j1n{&gq7jGBQ! zEY1QmPjLNq<-XURy)pbAy8bRUt7c&P;}`a+bQ9_1F1#b7a$NHNjX>87Fso)jY1Q)r z4^&-W$@@0~T?sI&W}x1xSF^tV7hMT3vt~fD>Y-wN8-ebZpjB!Hj2t|)%+Xd{R?UE9 z)h9o!%Z{~?=uUu{H3K~k2mBLLK(+42-fc(n?Mp-YzR*TUSu-Ggl<{`L3p{v%M=rfD zuLwqP;YZ-IYX&l#E1V}7VY&1^P+f7}8MxQDP)D6!GeD^D7jjIH651W-YXATM07*qo IM6N<$g1nP}+W-In literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_apron.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..16f0d74c0049881c762143b072c130d46e3bc8b3 GIT binary patch literal 1626 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..14c7a7b1bb349a6e98d065d5bc384eaeb9ea8226 GIT binary patch literal 830 zcmV-E1Ht@>P)Px%_(?=TRCt{2+HXh`aTo{i@1kBf?(`sRpzD=Fu1y$ZO!h(=^&$#_VC1WkUim6w zhKVo2q8HMOis)4!Lzf-WwIGxtyTPqsltSA&QV-@1T%nspex3A3YVp z-a%U@vtJ%%feoH|1I`US6T$8t>}Vx)d|N=^WG611KjXo#lTSBCp-5h2lOOT^LH}>} zw>R(Bzzq)oOwY^-BbQR$D_|gY0syeKlt#Kaigy(sBG>PT4OJEC<|y)+g=zJ7_R`~4`F%NULMpchqa777T5+8yPM z#(ZX$8|p4Vi{I~wR5Ir6BVHM|Cl?_}5{75D005Cn1}%QSrRBRfZ+LcVR~9w0&r~3u z5S?c);rrKBw1&E%NL~z`mXXSQhLg{3Af6DdZ5?J-sl0<1S5J{&0}fLMRvVt(LO!$N z=(WblyN#rxfq26FdTLS>^Zp;DlDWM+`PlNl_RC9-jr_eUph-~>xp)Ntpy?VK@?3yb)bj|WDqZWMrW9)WBH7;Wt1!7x?i zfvDyY$S#7fLEqWwg3PC07*qo IM6N<$f`!G1-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc30c8e7bdd41569e9b51c4c52b97492ba24f67 GIT binary patch literal 891 zcmV->1BCpEP)Px&HAzH4RCt{2nmgn~sVSQ?a86o;ay5H!)NAT1=(sI9X6#6p|cZfJ+o(E=aaHT>3fZ^q1a2$u%b6dD(e{r#bIM1Qu49)6oL|hJ=KiL@cz4y5?5wEX`wYZc?`w?-`nAO^!C0IispOb|B={ zd^KO8iRB+?I^|*JjAa#EX>xYO*4eM#GHT6cb^k1pP}h2$0$XQ4D@AkO38*!j;d=5E z03b>tOuPvIu>R%ag`#@n@$*+e37T_02q}n?2vHId2?y1+-kIvK8A{QdcZ_YF{jBNM z9pK+>guiYDfP#N0dcxH+!m3R(K@bE%5ClOG1VIo4K@jJRj`>)+Q>`Th-wNjvlDSvz z%z$Fmmy4nsP)JC*G6SBWY36zM5<-0&J_o*PT^=a(T0B!odS;*$|NVamEUd7_lm+3n zRn#@NqJ}fU=eB5S%oa5PnVEsZXq35nMp(Hs1L;;h(rj-nDXIaL$_%7i^+>b5yJxmE z`?(d>fJ$Zt2E2U+QIhfJ*FFHizaeQ_Kd(8OOUQX zRa#F)Hvk!#frOkapQi)qynfN&TBR}rir=4U)lYTUH2JKOCZLj;0mbHy zgoC(YcWPF*q$fdCATzKxH)%LaBoGM)5eWw&oka2eg-f$ZE2&VmX9kEI`~}Nw(OM~| RffWD%002ovPDHLkV1fuTmd5}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_offset.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..49609dd4db7d738e18d84ff3eef1f67618ef4e78 GIT binary patch literal 1386 zcmV-w1(o`VP)Px)BuPX;RCt{2nqNp;R~*N`SL4*&8d1}Q(COILu_6eW4|~+@$+^l#`_@8Rm<@YT zLCavzJ_(Wxj4vZm7)ACl`mnP32UajG9cUp6g2qm}jy71mxw)FZh9sUnEcf=_7&Rx! zb#-R^L@h#-iht=~zG zzPdd6ZT(KtF+4@4XXl9^h-7+po^%XP5!puDCs*hf9ZnbdCEAGZKDmJIu1MyuoTK#6T1uufzhwO4Yt$szJ;x}(xhsoN4sb^`- z%z1Hls|KGrekFIeYA`eB#niJjOx6}$z0!l+8B!_^r;A*@(gTyV1xB6+0DScB`s}lg=ee@Wy-O#a}#dbsRK6(rQ=P?D$jzowB#LIUMKf^4k=hzak!arQisdx)3(f%mfc@9Mz8rD& zj8NNkK?i-R03@Xy06b8%OmXu-+ipEu9p2FNKgF}lb{-N zwFt}h&#;>74%xPX5o}jSX}Y7vTrI+unLX0JTrE=fNtXivR8<@(pM#;jyzP3j6^!K7 zSGUtZ9RPDIRTSe7g zZpy7scNqxRyA=rb4$27|$1Fc=I55htq^A?OQNI-UXNZ&o5CJ3}p1wdZ=k|-b?O&2Ao2jOU1*%%@FSSZwW z0gq==BNUIt5RpW{RIik$^+eW)NFw5u|GK}nx`M!qO=WWi4O9Wht-IR>$8=A6g;2_V z1ga&Fo8_0kAK;KJPiyM*Iunn@l#;mY!%;q-L{UjFmrOdF5A@z3q0&$^ON43(WFB}9 zwJnVg005pyN7wDkNmAOulRtik!FL}^4-VV&`FI>uYp4BE6KVUP0YCn>!2!U)H5);; zSov}%j)zOzr}9MD@v()x^R`hbh>rcV%mKiy%NNPYrX&|l3xa9}$ko_emoJif(>d_9 zRfr{0^dl%Ed~Fp5uGz?5I11XqqnI4v^NZZdrle^*&0ik?9xiQjFL$)}`(g%k|z{U6ostm-Z4xiI;-3 sm&m(cfR>^X*PBw4e^dNmFwQXl0MZcue9D_*5dZ)H07*qoM6N<$f{WdlUjP6A literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b304c981ebfbcd273f2bf3f3a92bfa7936ddf2 GIT binary patch literal 564 zcmV-40?Yl0P)Px$?ny*JR9J=Wl`(JAP!xr~Vn--3l1WJwA*fMsQf%+s?YN5d*3_f zynFqgAw`N5M;#MM7tA!;{+ow)dHU=*m5VcBeD!0WJGXCgb^ZzcPE(loSQ2r=SoHH# zMV43kH0Ne9H`V|!H`Zv*&9c1GCqGrhFcy7LPGP4nU%mA!#DK2r6Wwmt zf7knf>r8@r^3b{NuL12xkEz$H=(--;0wDu|34qJwgZ$VG@MnMb!H%O9iRQ;*VAuK%z_#`CzhjUWMWUPV-07U3SF<>m?j1Vk z#CrqF_W1g3M~GYaBMb$yG8cZlpfI_2?6wB>f#=PvjAh4=M3A@zjyEJDOQGPW^=-BW zdx{xZ!tsWQ_!9q&f;IqHwim{uG12m;NRc8%3V?qZ5w+)iruq&50000Px%@kvBMRCt{2+RslDK@VHPJ{kCbHRshM-${5YwC&ojtu&p`D5(0kwdW zZ?+olb@ueaH0Pz0u(Z4?B9Sq41p6sMJCo}KI0KGvSFp6aYCr7wTtajN`w@wZ)s3HK zcyIuQVE_Oo7S`?0j84bTb4C#%q5kBQ`UObZQqR z%fgXWIG(3^rRF*T;c(c~EZ~x5A)VSqY-SeWaM&X|9{}Lcvd2o6b;>8)A$bW-O-4OU z13t8l?<>ytJHHPA_?bVbyHa!g4ydUMxVzWB*2YzYf|~Genn+fEPiFV1!fc?lGR=g7 zn&=F)qxf*5;hulfM7~hQ&exLkcZGtQ=(}|dcW!Fvz7ep;pTBrd60Z~44)C}8FqC~+ z7jW)J0qJ%h@-4i-iscI0d|rDV=e(525^z$$Z9XrG<%;rL)!ibtJ_A4=0PuEYhkW%x zbp+rz1^|#Rl;QkYW&1P67-Nhv#u#IaF~%;Ri>mEYAnOlsQZ0$Mf~p^ZJOQng#8t`k zBgifQX#z&4<3iJQ0Dxf_7#A3VCZBAZK6!j!pjHy!FCq2q*SQr%Dfe zxGJiC1hNDyuIzXo40Q=yP)VGsAK}v0?YSR;$X`ETzetvjc2@uZ002ovPDHLkV1noh Bdwl=^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2840ec60b938ea20aa4aab29e9ca6863254f2a1e GIT binary patch literal 774 zcmV+h1Nr=kP)Px%z)3_wRCt{2nmupYP!xt=3aNxmLrF=gr6!mzBtxaD>WDH#{E4bFBOQ`|kf{@q zqNt0NAp?r~2ciravPCMiij<{8Kh%I}#iyKNXey%HA=o6r7mVV>2%TrKeLoJzhr?xf zUw|M8f*=TjAP9mW2!bFcis$JJ8#I4!l#P{2jSUMpZiHqdP?Rlh&XxsGlr0vTjr5J@ zJ{=DYIBrZ!^GGI_vAcI*nR8zOcJ~fgGP#UtX&!Ih@3YI}+3%g90o`V4Eoiq<5A1?zUu>v@hD_j22g|`idb69vbk^s?>?%CN1s9a*XhoWCtfj#)b=6!TCD*9 z&f84@fU2sN>-##uSZHkYia`jX2(K8l70_+Yb#SB!T_-)v_#t};YBZi-+05G&$xf90EzzA~req7t1AP9mW z2!bF8f*=TjAc)D~wq$v(KfrDhci|b}$@NZPy8v!^26%G4Q`jnio1TH5Tn|&OcQQU# z7_m;`?mYvlszR3K3t9gDLsO=A3R@lErf0xPt~Z%JnzI_95uDXW)ul z?;y6$0Lvuq&@&K|1Qy6E$aS9${oe^}e`{`f24a%H=AJyj)5n4-*Kh0`Ir3Q}b%2|m zf$MU;Q;bvqw>$&g&SJ;k0HA@-UuuqZ+DL)OGcbYt2M{5*G70rbr2qf`07*qoM6N<$ Eg68RApa1{> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bfcf6c940f36cd0dd281fd292928cf9d69b499 GIT binary patch literal 1492 zcmV;_1uOcAP)Px)j!8s8RCt{2nomp{M-+#@0ejaN5*G?2g#4kF9fVXR3aUt?(lk{L6;Y&Cm6B6> zse0(4;*y@4QxD}-B86NkwdyG+kgB$aph%6BBKH85K#3wDV?-gu&;UV62;g0erw7|x z+Zf|n<0Mt~lYH2n-S>O@=IwZP=7EEQgM)*EgM-8CiBP$C-|_e5qe?G~4sN}#y-V)f zT;tK*Ka_0R(uZsx+Pfrx9sS}jZts#}Ig0yu2j*;aiv!xBW;X7QAnTg*2dGps^Z_;& zpIS}s24C`=4gHE@#of*OEn)3YGqiWfP$(p=hfg`=Zr*S8$gYv04#VQcDWZEb^^x@1reHd)u`f#B{1A*C-WDzi=t-OFF!e3|v| z0HUH&Nx!%ZNEuG!Zt$ViRuK-5qt#YfDVTd*IT`u-Ggh8I=XUqSlI#==K=0M-GSqj4 zo>M{0*(i;^T8zmE=4=$9dl?=XL+D=2*(kN$unZ@MIBu_1x~h$l1Prc)A3>dd!hK z$mx3`_dYuhzpZ}j+enW$EA^$ZhKQ|UhVLuuy9zpx=jKFo3V;eWi7za} z=%9!%EF)v9n2|8V4P^&ZkxO%V_2tr>Eqh7<(ER~i)mq**SG9)j57=^|XxuyW@J{V{ zP|E;g9e{)x%Q|fxr`pTSw)!?u`WNUq_Z}xZP5>}GGREc6L3%Hp%RcvezinrBVvANj z{n0@sn`%?d+)vEWL6P@dxp>+74h{|u4h{|u4h{|uuQlSG^W|LpwS`@u)IS~DyQHY7 zMDzO*ag*53-@nw)PtPY`Na@lrr>2mJP36yF<@EqpV;z-y-^83sZjtGS4+0RIo*~qC zh0e~-vIZm+3dzpyZ}GGo0l;|h5CF~Zw-!pvx;2(Y^ZNma{qqDyo z4+JqD&LdqKddd&GC&FF!k<(mrX z0mxGTVN6CKwI)|?hDXLMz0As$?R?t_r2ynEKz`NtL(-9kT6m+uYAYuvJ5HbvPbO;= zw((14VYH+HOSBx5TE`g@bAJQyag&FEfq}9Pf)_4akiX0)m%%Fzy!BsEhE3FVhg*)x zOfflqPnf9Dsci}u6TR5ym-crq|Q?(bD*Hv;+R!JFPx%2}wjjR9J=Wl)Y{fK@>*M_-7Y8L94Z5JJH4xg-w(KEL;#OEI>lCA0Sl^{9{Def_%BEy74q-)@EXuIv(>RvOgeyGNk+NO<>(vsP2`T>bV1qf`jZ2heiY8CZSx5`eX8nVe-K_xJGH9fX-?tF?_V(|GL;a(|DUWwTZ-|5W!og1>^(af-tZ z#?l=)>Vq{yv$4#*C(ptC0@e&(>oqFl_%&}|ovR=E8Hy{{^|>lDP5zQecO(&VsB_e( z_knd2VGXF%WsIwf2r~`9ZFRtg@GqZ|L%feWq4fTE0xIJm4m;#5o1Qz+YyQ>*07S9G z5n!BtJq0K91VaA_0mh%(pcG0DIr;Y0Z?2RdKa+Ry1_0A>NK6?_yb%+5%=gX#6M4+U z8)mLF|)$vnJlKkonl002ovPDHLkV1nn`3VQ$m literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..26daa367c3fb6d11686b5a8996f55811722a09a8 GIT binary patch literal 944 zcmV;h15f;kP)Px&YDq*vRCt{2+COX)XBfxv?g3N;KcKogO>A>XMhcMKeVh}$-K>qp zDUXg&87ne;;}(^%BIVH$*2dzT=L*McFPrt$H1eM`y=ruOnytMLqwVaKcVReF`o(=3D9)%|k<;%aD+wVN1 zf!6x18bGhH>6o42VeZl&1Q`se@s6E*wUwowp6dZGOt|Uz3P9h*K>mW zRtO=45JCtcgb+dq@%DviiN7nxo1=tjiHFe9-MeIwgBHFa1qjp<4`Y6YV5yFA(83!n zfa6SPE0fn@TjIXFVTPbKn-HY%Mhg(8C0-AeO5!Y|uPzjzG{bc9A1;qP^w$y(;N0!;qo;Q6;PzjC<34%H?DSJU z{kWY=g`3PyPST+w92w~2%b(A|_~@~f@{G<0)YB3Vx|Wey1d|0&JHOR)l@d*=6>sd{ zYD>KBBjYEa#?&l=v1dTNE%89oIj!5;A)c(x5F}HmR42rf=(hHE^BSzR!ml43Px&X-PyuRCt{2n$K$!X&A>p(>7CU)fllql1Zd2iWjxm!v>^MRu9tdK|J&#d$8hR z71V?53Tizl)ZOCjF0Chz8D`@^IN`PHkE{q?p2cnJz|v9T%3T8Zsjvt0oZ=DpZgDoRJ5;O?Kpd# zcXMw6@ENUDn}ouv%D^`#$~{q+vb2fsxR2Qgnxc%$4Ul5N}2 z8k-eBHj%>D=1iQ-)FjRR09U)(={$AC`<;9OT6%$j z=vDw8o$N(RFO<}*Sw`vTR@!_VJ^B^AN${xu1p6=l1pdvKBSWZ728=$io?Bt+4;)r( zY+@j~m2<;W@Fsyd@wcsJ+f8U~yA*)hWYF?{fmgL_(dOd-sOhIwxp{KBooKeL0RI0E zZOuA-kuZy9ni_o#*_nS(>9^3Zp=v8Y+kHSe(QN%30Mr`>b&WcUW}0{Le_1rs)HUkV z8;0kb_#B*Swmt^483uZKh<>>nfX?F=8M<&BfZ>rb&fNROBl(|CHuk#~i^WvAn(fPY z=RSq6J{L8^vhU9xS7rGxW2OGppji+EK@bE%5ClOG1VIo4STa04GGlFDi`xpZ81uAe zAZOL<5pQ0{m!E)~kd-9cwt3exP+-+B+1zeZUIGe)XnT4c`R{I_hl6N)dQ~DZ=js}c z{sJq7WD_a$aL`RX%doTR-K4ApRH|p7(5ff(n#bQA0buaPE!V1`WQRzhkil ztEoxI*-hrmN9VQ0AK-g0dIm-xXlFoasU&)>04K>fKt) zQILxC4A@xp=5KdhS~QqZ$FZ RJI??B002ovPDHLkV1mNRyBh!i literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/meta.json new file mode 100644 index 00000000000..57562775d91 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Stxcking (github) for DV.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 36833716840705273804db6e41acc8f6acdfeb4a Mon Sep 17 00:00:00 2001 From: Minerva <218184747+mnva0@users.noreply.github.com> Date: Sun, 17 May 2026 23:35:41 -0400 Subject: [PATCH 2/5] Assorted typo fixes 1 (#5622) * Assorted typo fixes 1 * Whoops forgot this one * Requested changes * Fix a comment Signed-off-by: Radezolid --------- Signed-off-by: Radezolid Co-authored-by: Radezolid --- .../Entities/Clothing/OuterClothing/coats.yml | 8 ++++---- .../Entities/Clothing/Uniforms/jumpskirts.yml | 18 +++++++++--------- .../Entities/Clothing/Uniforms/jumpsuits.yml | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml index 7b57c035adc..98818368517 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml @@ -5,7 +5,7 @@ parent: ClothingOuterStorageFoldableBase id: ClothingOuterCoatLabMedical name: medical lab coat - description: A lab coat with light blue accent that protects against minor chemical spill. + description: A light blue accented lab coat for protecting against minor chemical spills. components: - type: Sprite sprite: _DV/Clothing/OuterClothing/Coats/medical_lab.rsi @@ -57,7 +57,7 @@ parent: ClothingOuterStorageFoldableBase id: ClothingOuterCoatLabLong name: long lab coat - description: A Nanotrasen standard labcoat for medical personnel but long. + description: A lab coat for protecting against minor chemical spills. This one is long. components: - type: Sprite sprite: _DV/Clothing/OuterClothing/Coats/long_lab.rsi @@ -77,7 +77,7 @@ parent: ClothingOuterStorageFoldableBase id: ClothingOuterCoatLabLongMedical name: medical long lab coat - description: A Nanotrasen standard labcoat for medical personnel but long with light blue accents. + description: A lab coat for medical personnel with light blue accents. This one is long. components: - type: Sprite sprite: _DV/Clothing/OuterClothing/Coats/medical_long_lab.rsi @@ -97,7 +97,7 @@ parent: ClothingOuterStorageFoldableBase id: ClothingOuterCoatLabLongChemist name: chemistry long lab coat - description: A Nanotrasen standard labcoat for medical personnel but long with bright orange accents. + description: A lab coat for medical personnel with bright orange accents. This one is long. components: - type: Sprite sprite: _DV/Clothing/OuterClothing/Coats/chemistry_long_lab.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml index 2e402ef9638..e70dae359f5 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -3,8 +3,8 @@ - type: entity parent: ClothingUniformSkirtBase id: ClothingUniformJumpskirtCMOFormal - name: chief medical offier's formal skirtsuit - description: An lavish greenish blue skirtsuit with golden buttons and a green cross pin, fitted for the head of medical. + name: chief medical officer's formal dress + description: An lavish greenish blue dress with golden buttons and a green cross pin, fitted for the head of medical. components: - type: Sprite sprite: _DV/Clothing/Uniforms/Jumpskirt/cmo_formal.rsi @@ -16,7 +16,7 @@ - type: entity parent: ClothingUniformBase id: ClothingUniformJumpskirtCMOVest - name: chief medical offier's vest jumpskirt + name: chief medical officer's vest jumpskirt description: A cozy teal cotton vest with a green cross pin paired with a white button-up. components: - type: Sprite @@ -27,7 +27,7 @@ - type: entity parent: ClothingUniformBase id: ClothingUniformJumpskirtMedicalApron - name: medical apron Jumpskirt + name: medical apron jumpskirt description: The white apron keeps chemical spill and blood from staining the light blue scrubs. components: - type: Sprite @@ -38,7 +38,7 @@ - type: entity parent: ClothingUniformBase id: ClothingUniformJumpskirtMedicalOffset - name: medical offset Jumpskirt + name: medical offset jumpskirt description: An light blue asymmetrical scrub set with white accents. components: - type: Sprite @@ -49,8 +49,8 @@ - type: entity parent: ClothingUniformBase id: ClothingUniformJumpskirtMedicalVest - name: medical vest Jumpskirt - description: A cosy light blue cotton vest and white button-up shirt combo. + name: medical vest jumpskirt + description: A cozy light blue cotton vest and white button-up shirt combo. components: - type: Sprite sprite: _DV/Clothing/Uniforms/Jumpskirt/medical_vest.rsi @@ -61,7 +61,7 @@ parent: ClothingUniformBase id: ClothingUniformJumpskirtParamedicJumper name: paramedic skirt jumper - description: A dark blue jumper with reflective strips for high visibility and straps everywhere. + description: A dark blue jumper with reflective strips for high visibility and stripes everywhere. components: - type: Sprite sprite: _DV/Clothing/Uniforms/Jumpskirt/paramedic_jumper.rsi @@ -71,7 +71,7 @@ - type: entity parent: ClothingUniformBase id: ClothingUniformJumpskirtChemistSenior - name: chemist senior Jumpskirt + name: chemist senior jumpskirt description: A sign of skill and prestige within the chemistry lab. components: - type: Sprite diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index 8784fce5962..49180835958 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -72,7 +72,7 @@ parent: ClothingUniformBase id: ClothingUniformMedicalVest name: medical vest jumpsuit - description: A cosy light blue cotton vest and white button-up shirt combo. + description: A cozy light blue cotton vest and white button-up shirt combo. components: - type: Sprite sprite: _DV/Clothing/Uniforms/Jumpsuit/medical_vest.rsi @@ -83,7 +83,7 @@ parent: ClothingUniformBase # Triad - Removed "ClothingUniformFoldableBaseImpstation". Doesn't seem to exist, plus no sprite for folded? id: ClothingUniformParamedicJumper name: paramedic suit jumper - description: A dark blue jumper with reflective strips for high high-visibility and strapes everywhere. + description: A dark blue jumper with reflective strips for high visibility and stripes everywhere. components: - type: Sprite sprite: _DV/Clothing/Uniforms/Jumpsuit/paramedic_jumper.rsi From 1e7a30c150ab365899ed531355ce13e2c0ccbf7e Mon Sep 17 00:00:00 2001 From: mnva <218184747+mnva0@users.noreply.github.com> Date: Mon, 31 Aug 2026 05:21:42 -0400 Subject: [PATCH 3/5] Contractor and DOC loadout --- .../Loadouts/contractor_loadout_groups.yml | 24 +++++++++ .../_NF/Loadouts/doc_loadout_groups.yml | 11 ++++ .../Prototypes/_NF/Loadouts/role_loadouts.yml | 2 +- .../_Triad/Loadouts/Generic/head.yml | 14 ++++++ .../_Triad/Loadouts/Generic/jumpsuit.yml | 50 +++++++++++++++++++ .../_Triad/Loadouts/Generic/outerclothing.yml | 35 +++++++++++++ .../_Triad/Loadouts/Jobs/Doc/jumpsuit.yml | 24 +++++++++ .../_Triad/Loadouts/Jobs/Doc/neck.yml | 9 ++++ .../_Triad/Loadouts/Jobs/Doc/outer.yml | 4 ++ .../Frontier/Groups/doc_loadout_groups.yml | 8 +++ 10 files changed, 180 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/_Triad/Loadouts/Generic/head.yml create mode 100644 Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/jumpsuit.yml create mode 100644 Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/neck.yml create mode 100644 Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/outer.yml create mode 100644 Resources/Prototypes/_Triad/Loadouts/Jobs/Frontier/Groups/doc_loadout_groups.yml diff --git a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml index 6c7a655fc15..d3aceda34fb 100644 --- a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml @@ -21,6 +21,14 @@ - ContractorClothingUniformJumpskirtHydroponics - ContractorClothingUniformJumpsuitMedicalDoctor - ContractorClothingUniformJumpskirtMedicalDoctor + # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformMedicalApron + - ClothingUniformJumpskirtMedicalApron + - ClothingUniformMedicalOffset + - ClothingUniformJumpskirtMedicalOffset + - ClothingUniformMedicalVest + - ClothingUniformJumpskirtMedicalVest + # End Triad - ContractorClothingUniformJumpsuitScientist - ContractorClothingUniformJumpskirtScientist - ContractorClothingUniformJumpsuitColorWhite @@ -78,10 +86,14 @@ - ContractorUniformScrubsColorPurple - ContractorClothingUniformJumpsuitParamedic - ContractorClothingUniformJumpskirtParamedic + - ClothingUniformParamedicJumper # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformJumpskirtParamedicJumper # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingUniformJumpsuitVirology - ContractorClothingUniformJumpskirtVirology - ContractorClothingUniformJumpsuitChemistry - ContractorClothingUniformJumpskirtChemistry + - ClothingUniformChemistSenior # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformJumpskirtChemistSenior # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingUniformJumpsuitGenetics - ContractorClothingUniformJumpskirtGenetics - ContractorClothingUniformJumpsuitPsychologist @@ -342,11 +354,17 @@ - ContractorClothingOuterHoodieChaplain - ContractorClothingOuterNunRobe - ContractorClothingOuterCoatLab + - ClothingOuterCoatLabLong # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingOuterCoatLabMedical # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingOuterCoatLabLongMedical # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingOuterCoatLabGene - ContractorClothingOuterCoatLabChem + - ClothingOuterCoatLabLongChemist # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingOuterCoatLabSeniorChemist # Triad - Ported "Medical Clothing Overhaul" clothes. # - ContractorClothingOuterCoatLabRnd - ContractorClothingOuterCoatRobo - ContractorClothingOuterCoatLabViro + - ClothingOuterCoatLabCybersun # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingOuterBioScientist - ContractorClothingOuterWinterCoat - ContractorClothingOuterWinterCoatLong @@ -362,6 +380,7 @@ - ContractorClothingOuterWinterMed - ContractorClothingOuterWinterChem - ContractorClothingOuterCoatParamedicWB + - ClothingOuterCoatParamedicJacket # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingOuterWinterPara - ContractorClothingOuterWinterGen - ContractorClothingOuterWinterSci @@ -556,6 +575,11 @@ - ContractorClothingHeadHatParamedicsoft - ContractorClothingHeadNurseHat - ContractorClothingHeadHatBeretMedic + # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingHeadHatBeretMedical + - ClothingHeadHatBeretSeniorChemistry + - ClothingHeadHatBeretParamedic + # End Triad - ContractorClothingHeadHatSurgcapGreen - ContractorClothingHeadHatSurgcapBlue - ContractorClothingHeadHatSurgcapPurple diff --git a/Resources/Prototypes/_NF/Loadouts/doc_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/doc_loadout_groups.yml index 4c5e05f1fda..56fdfb02b46 100644 --- a/Resources/Prototypes/_NF/Loadouts/doc_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/doc_loadout_groups.yml @@ -6,6 +6,13 @@ - ChiefMedicalOfficerJumpskirt - ChiefMedicalOfficerTurtleneckJumpsuit - ChiefMedicalOfficerTurtleneckJumpskirt + # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformCMOFormal + - ClothingUniformJumpskirtCMOFormal + - ClothingUniformCMOVest + - ClothingUniformJumpskirtCMOVest + - ClothingUniformCMOSummer + # End Triad fallbacks: - ChiefMedicalOfficerJumpsuit - ChiefMedicalOfficerJumpskirt @@ -57,6 +64,10 @@ loadouts: - DocClothingCloakCmo - DocClothingNeckMantleCMO + # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingNeckCMOOverShoulder + - ClothingNeckCMOShawl + # End Triad - type: loadoutGroup id: DocPDA diff --git a/Resources/Prototypes/_NF/Loadouts/role_loadouts.yml b/Resources/Prototypes/_NF/Loadouts/role_loadouts.yml index 0995c47c5fd..ae94992dd01 100644 --- a/Resources/Prototypes/_NF/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_NF/Loadouts/role_loadouts.yml @@ -250,7 +250,7 @@ - DocJumpsuit - DocGloves - MdMedicBackpack - - ContractorOuterClothing + - DocOuterClothing # Triad - DocShoes - ContractorFace - ContractorGlasses diff --git a/Resources/Prototypes/_Triad/Loadouts/Generic/head.yml b/Resources/Prototypes/_Triad/Loadouts/Generic/head.yml new file mode 100644 index 00000000000..1de7832dceb --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Generic/head.yml @@ -0,0 +1,14 @@ +- type: loadout + id: ClothingHeadHatBeretMedical + equipment: + head: ClothingHeadHatBeretMedical + +- type: loadout + id: ClothingHeadHatBeretSeniorChemistry + equipment: + head: ClothingHeadHatBeretSeniorChemistry + +- type: loadout + id: ClothingHeadHatBeretParamedic + equipment: + head: ClothingHeadHatBeretParamedic diff --git a/Resources/Prototypes/_Triad/Loadouts/Generic/jumpsuit.yml b/Resources/Prototypes/_Triad/Loadouts/Generic/jumpsuit.yml index 3dc578a54d0..149df0a2289 100644 --- a/Resources/Prototypes/_Triad/Loadouts/Generic/jumpsuit.yml +++ b/Resources/Prototypes/_Triad/Loadouts/Generic/jumpsuit.yml @@ -3,3 +3,53 @@ price: 0 equipment: jumpsuit: ClothingUniformStrainedShorts + +- type: loadout + id: ClothingUniformMedicalApron + equipment: + jumpsuit: ClothingUniformMedicalApron + +- type: loadout + id: ClothingUniformJumpskirtMedicalApron + equipment: + jumpsuit: ClothingUniformJumpskirtMedicalApron + +- type: loadout + id: ClothingUniformMedicalOffset + equipment: + jumpsuit: ClothingUniformMedicalOffset + +- type: loadout + id: ClothingUniformJumpskirtMedicalOffset + equipment: + jumpsuit: ClothingUniformJumpskirtMedicalOffset + +- type: loadout + id: ClothingUniformMedicalVest + equipment: + jumpsuit: ClothingUniformMedicalVest + +- type: loadout + id: ClothingUniformJumpskirtMedicalVest + equipment: + jumpsuit: ClothingUniformJumpskirtMedicalVest + +- type: loadout + id: ClothingUniformParamedicJumper + equipment: + jumpsuit: ClothingUniformParamedicJumper + +- type: loadout + id: ClothingUniformJumpskirtParamedicJumper + equipment: + jumpsuit: ClothingUniformJumpskirtParamedicJumper + +- type: loadout + id: ClothingUniformChemistSenior + equipment: + jumpsuit: ClothingUniformChemistSenior + +- type: loadout + id: ClothingUniformJumpskirtChemistSenior + equipment: + jumpsuit: ClothingUniformJumpskirtChemistSenior diff --git a/Resources/Prototypes/_Triad/Loadouts/Generic/outerclothing.yml b/Resources/Prototypes/_Triad/Loadouts/Generic/outerclothing.yml index b528bc8c87f..7242f0bab53 100644 --- a/Resources/Prototypes/_Triad/Loadouts/Generic/outerclothing.yml +++ b/Resources/Prototypes/_Triad/Loadouts/Generic/outerclothing.yml @@ -15,3 +15,38 @@ price: 0 equipment: outerClothing: ClothingOuterCoatBlueSpotsJacket + +- type: loadout + id: ClothingOuterCoatLabLong + equipment: + outerClothing: ClothingOuterCoatLabLong + +- type: loadout + id: ClothingOuterCoatLabMedical + equipment: + outerClothing: ClothingOuterCoatLabMedical + +- type: loadout + id: ClothingOuterCoatLabLongMedical + equipment: + outerClothing: ClothingOuterCoatLabLongMedical + +- type: loadout + id: ClothingOuterCoatLabLongChemist + equipment: + outerClothing: ClothingOuterCoatLabLongChemist + +- type: loadout + id: ClothingOuterCoatLabSeniorChemist + equipment: + outerClothing: ClothingOuterCoatLabSeniorChemist + +- type: loadout + id: ClothingOuterCoatLabCybersun + equipment: + outerClothing: ClothingOuterCoatLabCybersun + +- type: loadout + id: ClothingOuterCoatParamedicJacket + equipment: + outerClothing: ClothingOuterCoatParamedicJacket diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/jumpsuit.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/jumpsuit.yml new file mode 100644 index 00000000000..440a141c55f --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/jumpsuit.yml @@ -0,0 +1,24 @@ +- type: loadout + id: ClothingUniformCMOFormal + equipment: + jumpsuit: ClothingUniformCMOFormal + +- type: loadout + id: ClothingUniformJumpskirtCMOFormal + equipment: + jumpsuit: ClothingUniformJumpskirtCMOFormal + +- type: loadout + id: ClothingUniformCMOVest + equipment: + jumpsuit: ClothingUniformCMOVest + +- type: loadout + id: ClothingUniformJumpskirtCMOVest + equipment: + jumpsuit: ClothingUniformJumpskirtCMOVest + +- type: loadout + id: ClothingUniformCMOSummer + equipment: + jumpsuit: ClothingUniformCMOSummer diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/neck.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/neck.yml new file mode 100644 index 00000000000..01838840410 --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/neck.yml @@ -0,0 +1,9 @@ +- type: loadout + id: ClothingNeckCMOOverShoulder + equipment: + neck: ClothingNeckCMOOverShoulder + +- type: loadout + id: ClothingNeckCMOShawl + equipment: + neck: ClothingNeckCMOShawl diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/outer.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/outer.yml new file mode 100644 index 00000000000..c76c86694e9 --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Doc/outer.yml @@ -0,0 +1,4 @@ +- type: loadout + id: ClothingOuterCoatLabLongCMO + equipment: + outerClothing: ClothingOuterCoatLabLongCMO diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Frontier/Groups/doc_loadout_groups.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Frontier/Groups/doc_loadout_groups.yml new file mode 100644 index 00000000000..1ef46aa85ad --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Frontier/Groups/doc_loadout_groups.yml @@ -0,0 +1,8 @@ +- type: loadoutGroup + id: DocOuterClothing + name: loadout-group-contractor-outerclothing + minLimit: 0 + loadouts: + - ClothingOuterCoatLabLongCMO + subgroups: + - ContractorOuterClothing From e488b51f7b0217d5ca6d6cc16973774310592c4a Mon Sep 17 00:00:00 2001 From: mnva <218184747+mnva0@users.noreply.github.com> Date: Mon, 31 Aug 2026 05:36:16 -0400 Subject: [PATCH 4/5] Emergency responder loadout --- .../Loadouts/MedicalDispatch/universal_groups.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/_Mono/Loadouts/MedicalDispatch/universal_groups.yml b/Resources/Prototypes/_Mono/Loadouts/MedicalDispatch/universal_groups.yml index f223cc884e8..a9f765c4be2 100644 --- a/Resources/Prototypes/_Mono/Loadouts/MedicalDispatch/universal_groups.yml +++ b/Resources/Prototypes/_Mono/Loadouts/MedicalDispatch/universal_groups.yml @@ -8,14 +8,26 @@ - MedicalBlueScrubs - MedicalGreenScrubs - MedicalPurpleScrubs + # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformMedicalApron + - ClothingUniformJumpskirtMedicalApron + - ClothingUniformMedicalOffset + - ClothingUniformJumpskirtMedicalOffset + - ClothingUniformMedicalVest + - ClothingUniformJumpskirtMedicalVest + # End Triad - ContractorClothingUniformJumpsuitSeniorPhysician - ContractorClothingUniformJumpskirtSeniorPhysician - ContractorClothingUniformJumpsuitParamedic - ContractorClothingUniformJumpskirtParamedic + - ClothingUniformParamedicJumper # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformJumpskirtParamedicJumper # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingUniformJumpsuitVirology - ContractorClothingUniformJumpskirtVirology - ContractorClothingUniformJumpsuitChemistry - ContractorClothingUniformJumpskirtChemistry + - ClothingUniformChemistSenior # Triad - Ported "Medical Clothing Overhaul" clothes. + - ClothingUniformJumpskirtChemistSenior # Triad - Ported "Medical Clothing Overhaul" clothes. - ContractorClothingUniformJumpsuitGenetics - ContractorClothingUniformJumpskirtGenetics - ContractorClothingUniformJumpsuitPsychologist From 5d1db38370d0e2a0a7f784b7a64c803f78319afd Mon Sep 17 00:00:00 2001 From: mnva <218184747+mnva0@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:57:24 -0400 Subject: [PATCH 5/5] Gets rid of some changes that were causing linter failures --- .../Prototypes/Loadouts/loadout_groups.yml | 54 +------------------ .../Prototypes/Loadouts/role_loadouts.yml | 1 - .../_DV/Loadouts/Miscellaneous/turtleneck.yml | 43 --------------- 3 files changed, 1 insertion(+), 97 deletions(-) delete mode 100644 Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index aeb7304d170..fc73ffb9b92 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1121,13 +1121,6 @@ - ChiefMedicalOfficerJumpskirt - ChiefMedicalOfficerTurtleneckJumpsuit - ChiefMedicalOfficerTurtleneckJumpskirt - # Begin DeltaV Additions - Medical Clothing Overhaul - - ChiefMedicalOfficerVestJumpsuit - - ChiefMedicalOfficerVestJumpskirt - - ChiefMedicalOfficerFormalJumpsuit - - ChiefMedicalOfficerFormalJumpskirt - - ChiefMedicalOfficerSummerShirt - # End DeltaV Additions - Medical Clothing Overhaul - type: loadoutGroup id: ChiefMedicalOfficerOuterClothing @@ -1135,7 +1128,6 @@ minLimit: 0 loadouts: - ChiefMedicalOfficerLabCoat - - ChiefMedicalOfficerLongLabCoat # DeltaV - Medical Clothing Overhaul - ChiefMedicalOfficerWintercoat - type: loadoutGroup @@ -1145,16 +1137,12 @@ loadouts: - ChiefMedicalOfficerCloak - ChiefMedicalOfficerMantle - - ChiefMedicalOfficerOverTheShoulderCoat # DeltaV - Medical Clothing Overhaul - - ChiefMedicalOfficerShawl # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ChiefMedicalOfficerShoes name: loadout-group-chief-medical-officer-shoes loadouts: - BrownShoes - - LeatherShoes # DeltaV - - LaceupShoes # DeltaV - MedicalWinterBoots - type: loadoutGroup @@ -1163,7 +1151,6 @@ minLimit: 0 loadouts: - MedicalBeret - - BlueMedicalBeret # DeltaV - Medical Clothing Overhaul - SeniorPhysicianBeret - MedicalHeadMirror - BlueSurgeryCap @@ -1182,20 +1169,6 @@ - MedicalBlueScrubs - MedicalGreenScrubs - MedicalPurpleScrubs - # Begin DeltaV Additions - Medical Clothing Overhaul - - MedicalApronJumpsuit - - MedicalApronJumpskirt - - MedicalOffsetJumpsuit - - MedicalOffsetJumpskirt - - MedicalVestJumpsuit - - MedicalVestJumpskirt - - BlueTurtleneckJumpsuit - - BlueTurtleneckJumpskirt - - DarkBlueTurtleneckJumpsuit - - DarkBlueTurtleneckJumpskirt - - WhiteTurtleneckJumpsuit - - WhiteTurtleneckJumpskirt - # End DeltaV Additions - Medical Clothing Overhaul - type: loadoutGroup id: MedicalDoctorOuterClothing @@ -1203,9 +1176,6 @@ minLimit: 0 loadouts: - RegularLabCoat - - MedicalLabCoat # DeltaV - Medical Clothing Overhaul - - LongLabCoat # DeltaV - Medical Clothing Overhaul - - MedicalLongLabCoat # DeltaV - Medical Clothing Overhaul - MedicalDoctorWintercoat - SeniorPhysicianLabCoat @@ -1222,8 +1192,6 @@ name: loadout-group-medical-doctor-shoes loadouts: - WhiteShoes - - LeatherShoes # DeltaV - - LaceupShoes # DeltaV - MedicalWinterBoots - type: loadoutGroup @@ -1261,10 +1229,6 @@ loadouts: - ChemistJumpsuit - ChemistJumpskirt - # Begin of DeltaV Additions - - SeniorChemistJumpsuit # Medical Clothing Overhaul - - SeniorChemistJumpskirt # Medical Clothing Overhaul - # End of DeltaV Additions - type: loadoutGroup id: ChemistOuterClothing @@ -1273,9 +1237,6 @@ loadouts: - RegularLabCoat - ChemistLabCoat - - SeniorChemistLabCoat # DeltaV - Medical Clothing Overhaul - - LongLabCoat # DeltaV - Medical Clothing Overhaul - - ChemistLongLabCoat # DeltaV - Medical Clothing Overhaul - ChemistWintercoat - type: loadoutGroup @@ -1292,7 +1253,6 @@ minLimit: 0 loadouts: - ParamedicHead - - ParamedicBeret # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ParamedicJumpsuit @@ -1300,8 +1260,6 @@ loadouts: - ParamedicJumpsuit - ParamedicJumpskirt - - ParamedicJumpSuitJumper # DeltaV - Medical Clothing Overhaul - - ParamedicJumpSkirtJumper # DeltaV - Medical Clothing Overhaul - type: loadoutGroup id: ParamedicOuterClothing @@ -1309,7 +1267,6 @@ minLimit: 0 loadouts: - ParamedicWindbreaker - - ParamedicJacket # DeltaV - Medical Clothing Overhaul - ParamedicWintercoat - type: loadoutGroup @@ -1343,16 +1300,7 @@ loadouts: - PsychologistJumpsuit - PsychologistJumpskirt - # Begin DeltaV Additions - - MedicalVestJumpsuit #DeltaV - Medical Clothing Overhaul - - MedicalVestJumpskirt #DeltaV - Medical Clothing Overhaul - - BlueTurtleneckJumpsuit - - BlueTurtleneckJumpskirt - - DarkBlueTurtleneckJumpsuit - - DarkBlueTurtleneckJumpskirt - - WhiteTurtleneckJumpsuit - - WhiteTurtleneckJumpskirt - # End DeltaV Additions + - type: loadoutGroup id: BoxerJumpsuit name: loadout-group-boxer-jumpsuit diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index a3dea5445c5..96892d6710e 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -453,7 +453,6 @@ id: JobChemist groups: - GroupTankHarness - - ChemistHead # DeltaV - MedicalMask - ChemistJumpsuit - MedicalGloves diff --git a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml b/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml deleted file mode 100644 index ead5d80667e..00000000000 --- a/Resources/Prototypes/_DV/Loadouts/Miscellaneous/turtleneck.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Blue -- type: loadout - id: BlueTurtleneckJumpsuit - equipment: - jumpsuit: ClothingUniformTurtleneckColorBlue - -- type: loadout - id: BlueTurtleneckJumpskirt - equipment: - jumpsuit: ClothingUniformTurtleneckSkirtColorBlue - -# Dark blue -- type: loadout - id: DarkBlueTurtleneckJumpsuit - equipment: - jumpsuit: ClothingUniformTurtleneckColorDarkBlue - -- type: loadout - id: DarkBlueTurtleneckJumpskirt - equipment: - jumpsuit: ClothingUniformTurtleneckSkirtColorDarkBlue - -# White -- type: loadout - id: WhiteTurtleneckJumpsuit - equipment: - jumpsuit: ClothingUniformTurtleneckColorWhite - -- type: loadout - id: WhiteTurtleneckJumpskirt - equipment: - jumpsuit: ClothingUniformTurtleneckSkirtColorWhite - -# Orange -- type: loadout - id: OrangeTurtleneckJumpsuit - equipment: - jumpsuit: ClothingUniformTurtleneckColorOrange - -- type: loadout - id: OrangeTurtleneckJumpskirt - equipment: - jumpsuit: ClothingUniformTurtleneckSkirtColorOrange