From 326566140d82697d231813bf9d55ad450c65008d Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Sat, 9 Sep 2023 20:10:35 -0400 Subject: [PATCH 01/13] Medical Scrubs Expansion --- .../VendingMachines/Inventories/medidrobe.yml | 14 ++++ .../Entities/Clothing/Head/hats.yml | 66 ++++++++++++++++++ .../Entities/Clothing/Uniforms/scrubs.yml | 66 ++++++++++++++++++ .../Hats/surgcap_black.rsi/black_icon.png | Bin 0 -> 727 bytes .../surgcap_black.rsi/equipped-HELMET.png | Bin 0 -> 937 bytes .../Hats/surgcap_black.rsi/inhand_left.png | Bin 0 -> 881 bytes .../Hats/surgcap_black.rsi/inhand_right.png | Bin 0 -> 869 bytes .../Head/Hats/surgcap_black.rsi/meta.json | 26 +++++++ .../Hats/surgcap_cyan.rsi/equipped-HELMET.png | Bin 0 -> 954 bytes .../Head/Hats/surgcap_cyan.rsi/icon.png | Bin 0 -> 738 bytes .../Hats/surgcap_cyan.rsi/inhand_left.png | Bin 0 -> 921 bytes .../Hats/surgcap_cyan.rsi/inhand_right.png | Bin 0 -> 883 bytes .../Head/Hats/surgcap_cyan.rsi/meta.json | 26 +++++++ .../surgcap_cybersun.rsi/equipped-HELMET.png | Bin 0 -> 1069 bytes .../Head/Hats/surgcap_cybersun.rsi/icon.png | Bin 0 -> 839 bytes .../Hats/surgcap_cybersun.rsi/inhand_left.png | Bin 0 -> 999 bytes .../surgcap_cybersun.rsi/inhand_right.png | Bin 0 -> 993 bytes .../Head/Hats/surgcap_cybersun.rsi/meta.json | 26 +++++++ .../Hats/surgcap_pink.rsi/equipped-HELMET.png | Bin 0 -> 956 bytes .../Head/Hats/surgcap_pink.rsi/icon.png | Bin 0 -> 743 bytes .../Hats/surgcap_pink.rsi/inhand_left.png | Bin 0 -> 916 bytes .../Hats/surgcap_pink.rsi/inhand_right.png | Bin 0 -> 888 bytes .../Head/Hats/surgcap_pink.rsi/meta.json | 26 +++++++ .../surgcap_rainbow.rsi/equipped-HELMET.png | Bin 0 -> 1204 bytes .../Head/Hats/surgcap_rainbow.rsi/icon.png | Bin 0 -> 934 bytes .../Hats/surgcap_rainbow.rsi/inhand_left.png | Bin 0 -> 1125 bytes .../Hats/surgcap_rainbow.rsi/inhand_right.png | Bin 0 -> 1108 bytes .../Head/Hats/surgcap_rainbow.rsi/meta.json | 26 +++++++ .../surgcap_white.rsi/equipped-HELMET.png | Bin 0 -> 955 bytes .../Head/Hats/surgcap_white.rsi/icon.png | Bin 0 -> 736 bytes .../Hats/surgcap_white.rsi/inhand_left.png | Bin 0 -> 915 bytes .../Hats/surgcap_white.rsi/inhand_right.png | Bin 0 -> 878 bytes .../Head/Hats/surgcap_white.rsi/meta.json | 26 +++++++ .../black.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1346 bytes .../Uniforms/Scrubs/black.rsi/icon.png | Bin 0 -> 792 bytes .../Uniforms/Scrubs/black.rsi/inhand_left.png | Bin 0 -> 958 bytes .../Scrubs/black.rsi/inhand_right.png | Bin 0 -> 975 bytes .../Uniforms/Scrubs/black.rsi/meta.json | 26 +++++++ .../cyan.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1483 bytes .../Uniforms/Scrubs/cyan.rsi/icon.png | Bin 0 -> 821 bytes .../Uniforms/Scrubs/cyan.rsi/inhand_left.png | Bin 0 -> 1064 bytes .../Uniforms/Scrubs/cyan.rsi/inhand_right.png | Bin 0 -> 1097 bytes .../Uniforms/Scrubs/cyan.rsi/meta.json | 26 +++++++ .../cybersun.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1553 bytes .../Uniforms/Scrubs/cybersun.rsi/icon.png | Bin 0 -> 856 bytes .../Scrubs/cybersun.rsi/inhand_left.png | Bin 0 -> 1005 bytes .../Scrubs/cybersun.rsi/inhand_right.png | Bin 0 -> 1014 bytes .../Uniforms/Scrubs/cybersun.rsi/meta.json | 26 +++++++ .../pink.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1438 bytes .../Uniforms/Scrubs/pink.rsi/icon.png | Bin 0 -> 834 bytes .../Uniforms/Scrubs/pink.rsi/inhand_left.png | Bin 0 -> 979 bytes .../Uniforms/Scrubs/pink.rsi/inhand_right.png | Bin 0 -> 996 bytes .../Uniforms/Scrubs/pink.rsi/meta.json | 26 +++++++ .../rainbow.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1716 bytes .../Uniforms/Scrubs/rainbow.rsi/icon.png | Bin 0 -> 914 bytes .../Scrubs/rainbow.rsi/inhand_left.png | Bin 0 -> 1115 bytes .../Scrubs/rainbow.rsi/inhand_right.png | Bin 0 -> 1120 bytes .../Uniforms/Scrubs/rainbow.rsi/meta.json | 26 +++++++ .../white.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1340 bytes .../Uniforms/Scrubs/white.rsi/icon.png | Bin 0 -> 819 bytes .../Uniforms/Scrubs/white.rsi/inhand_left.png | Bin 0 -> 993 bytes .../Scrubs/white.rsi/inhand_right.png | Bin 0 -> 991 bytes .../Uniforms/Scrubs/white.rsi/meta.json | 26 +++++++ 63 files changed, 458 insertions(+) create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/black_icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index dccda526fe..6caff09c1c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -19,5 +19,19 @@ ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 UniformScrubsColorGreen: 2 + ClothingHeadHatSurgcapGreen: 2 UniformScrubsColorBlue: 2 + ClothingeadHatSurgcapBlue: 2 UniformScrubsColorPurple: 2 + ClothingHeadHatSurgcapPurple: 2 + UniformScrubsColorBlack: 2 + ClothingHeadHatSurgcapBlack: 2 + UniformScrubsColorPink: 2 + ClothingHeadHatSurgcapPink: 2 + UniformScrubsColorRainbow: 2 + ClothingHeadHatSurgcapRainbow: 2 + UniformScrubsColorWhite: 2 + ClothingHeadHatSurgcapWhite: 2 + emaggedInventory: + UniformScrubsColorCybersun: 1 + UniformHeatHatSurgcapCybersun: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index d657fc28de..b0917287de 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -335,6 +335,72 @@ - type: Clothing sprite: Clothing/Head/Hats/surgcap_purple.rsi +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapBlack + name: surgical cap + description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_black.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_black.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapCyan + name: surgical cap + description: A cyan cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_Cyan.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_Cyan.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapCybersun + name: surgical cap + description: A surgical cap worn by members of Cybersun's Biotechnology division. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_cybersun.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_cybersun.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapPink + name: surgical cap + description: A pink cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_pink.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_pink.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapRainbow + name: surgical cap + description: A rainbow cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_rainbow.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_rainbow.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapWhite + name: surgical cap + description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: Clothing/Head/Hats/surgcap_white.rsi + - type: Clothing + sprite: Clothing/Head/Hats/surgcap_white.rsi + - type: entity parent: ClothingHeadBase id: ClothingHeadHatTophat diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml index a75a07c699..9ce3e402d4 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml @@ -30,3 +30,69 @@ sprite: Clothing/Uniforms/Scrubs/blue.rsi - type: Clothing sprite: Clothing/Uniforms/Scrubs/blue.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorBlack + name: black scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/black.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/black.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorCyan + name: cyan scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/cyan.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/cyan.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorPink + name: pink scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/pink.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/pink.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorRainbow + name: rainbow scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/rainbow.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/rainbow.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorWhite + name: white scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/white.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/white.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorCybersun + name: cybersun scrubs + description: The official uniform of Cybersun's biotechnology division, the perfect comfortable garment to enable all of your mad doctor ambitions + components: + - type: Sprite + sprite: Clothing/Uniforms/Scrubs/cybersun.rsi + - type: Clothing + sprite: Clothing/Uniforms/Scrubs/cybersun.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/black_icon.png b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/black_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..92e5fa6e56439e56f332b2c3b28372f4c37bbd41 GIT binary patch literal 727 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..783c0e84107557b65c87e3f15eec2d50c4eca6da GIT binary patch literal 954 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..8a543ba0d4b497aef7105b87dda070f0f51631ad GIT binary patch literal 883 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYJQo-U3d6>)EG*?S*$kU0MF zvp>6L#3O}ucdadV>?(V`Z1ejA(=U}ji1;G9;~Q_uE3L?Gk8Y=x3X5zGD`&pDq?YMZ zbk_WWs?E;b_n%J^DN5&IXW~$3U_d1tHnZ@>6#hPZeEyH0&wod!=ic2BlYHH9mr=yR zC5@j?&zt(X)X22deZofeyX!JpbF=@%cQ1`>Svd8fLDb5JOD+BhPx0MVx?A{C-*bz& zA3r~(&3m_Qt@Yz)i8;1nnbw+{-&OA`Dw|$X_m*#hcI-p*x%$R;>c2ca+O6wdQ0e1u zE&lAqnpxMe4@aumW$HUlGh4OpEU&;_Zvp;?w-N$NFD&_2 z%Kz#e#@-ItfFX9D87hh_GXPU1sgBFm@0mLA1DR?r7@^tlcS?83{1OO28fX)B_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..28cdcf792e04c6f03fe958ebe606092bbcdd3285 GIT binary patch literal 1069 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vp)bOiON!cwMD_GxQ@5kIH82?{j{iePdGIap9kNqtx6lv!kti=b0PZdhgwBEwX#hqL5Ev z+S5YfGxfi>yi7{!x@LaOOR>a;rIe>dN_uT(?O$gTvrYaB-T&Rsd?hjAMe(PtUwK7% zBuwlsxg49l@6#lGk(H5$n-xtDH0d0(om#WtOYpH@XCG&ksuRNnE-6K{A}{Mc}=+AT(%1(W`3JTqCBd@9%PfWYlC9?h;N z-+Fi3mV2LhYkB;9y7Bz5+2Qk#mws_&xWn`7V~nGP-RVH1nG4>W-dy&n?#I`V$NF-+ zLYWs$`hQ(um78#*0|N^l#KIER?(X}pNmF#MmHGCJqV*aley6;hweN02sG9wq1AXMg{3oCZyve!Ep6ug)*C{BHBYTAL;mm`o_A-rPWNH!0QRPe zts$RQ>ExCl6c=B&-tVZPs>`m!&C4c#tI6)JVDCCxq^T7Von9H1`s(*=<3btFOMdUS zmGeeCZ`dWhAXrgMa=ZHZLv{B!e{jwCThu1fbWQR@v`~1!6#4kPm4BXPt$BXWMtsGg zgAZo9pJxhJeA%z~Z&En_C3g=221cByKbP0l+XkK9iP)6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bcfe8d0e86b78b5038d9552fc7a46f8a85314f99 GIT binary patch literal 839 zcmV-N1GxN&P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0b)r+K~z{rV_+BsqaiRF0s|ZZjO5y1 zR@V4me&<%O_UcEEQH=TU{yEX+60HzsgMgsq|FqN$21O-xu#ol1*td1H}=XK-aW~0000EWmrjOO-%qQ00008000000002e RQY-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vps%?R(V&SQh|QNYOz=+fl683rm(H6T(7XYEa{GlNak4j!}uq! z%uJox#>VMEGs_bkj(`5V_q9B#t?N5hvw>pnpd3k!j z*tzpB76dHW^iRih`ip9l`Ae3c&9yo^zr<^b>|xJk8zvt!%C&S*kusgVOe{RZw$^i^ z`M-GvZsXnfJX>Uyt8?w)_0`x4(8rDta;A5xH=;-MQ$- z?slt}Rh?P$<@dFQ2d-bA%=5_k^7RAP4!ZtuQ2sO9OsxsY`)JHYMv)U~{JeId)6}-6 zuP<`io?KW^y!)?}fB5#P=L}~4miCvN@}6%uug2y6!}+ly`%G=)VvYAGR9u>@85KHv z=aWr}+fJ=b{&ZU8_vFH&ZUYmBYZoqW_I_6Eu*dj8>hlT>MwYg(OS$zqR)uBWKbF|x zkiUq{YEML&LxwlQ!hC;4A09>yp4A7$Jr8W@_PqW=2be_oQX@Rme0>?TfNTyR27yb# PlR=cHtDnm{r-UW|3relE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..0d126ca11734c162bc36f6eb49c8a35a1f0cf386 GIT binary patch literal 993 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYJSJY5_^D&pSGvIRv(TYu)l zEbWkj4b5J$GOc`ikKR0ZAJFoyHAq}A+}!casvq1kF{PIlzR+>q@`Lqi2-mGk{VzE0 zOfcj0&0pa8w)&w{arL{CzwMr@o#qr|<7i;Oh7M#1N^IUNJ>M^5&%UiYeYwS-PpQ@l zbgkXm%PXa~u(rOgPwu+;3yb;`k1d}C-kBZXT(oh_W#b+!L#wUAYoDZAgt zC&*&Sg{Z8qDfWL4d2hbDY)3EqQ67gG&lBc}er;YAZ~E6{BM}5J)jG&)y z9qr%U%(->K)_C?6`R)b%VY_{8b{51q=*jWNZI+f*Z(wfu`7UAkR|O_cO|j@cBWtB< z+sAwVeV1l?oqa8PT2}Gb%DaC1t3&E`7gyFZKHPRgAyhZ`@AKOi_ne+`So)iM{H=AX z70>jWuw36Fz`>-zfEy_|J}9VkeXP0h>UQ0E)&FLmS(g}*zdZi=%T)nOzufJ8ey4ds z(o4SY#ldFvRb`hprmAmu53zWm-n)L|rBI<~uD@@-X|fNf(7WsXTuwzWbK;#MF85=l zYZuA>{TDRloVmy4XVspZX0xBC9RBjw!92tNeM6$zyPrpTORkGPvz;%m!oVm1L>w%Q s@qSCzw#>b_WC1X7@TEq0ruq6ZXaU(AKnwzxf+vG0Pgg&ebxsLQ0CW+rDF6Tf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..385cb6d84a7fb2f834c7274f93c63eb1b4edeec4 GIT binary patch literal 956 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYKVJzX3_D&pSGTIk2@D9|Pz z#rgUkvR7kP$OjYU$;&WQ#R9Gr@pO-c%yk|z#q+FC*1qPSu?P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0Rl-xK~z{rV_+BsqaiRF0s|ZZjO5xs z-`x8@F1?8-w-RkG3#kr(S!}Itgj4H$28RE{I)Z2ipj-U);}5U{xcNCq^#h7}q8tFS z9Oh$~#V}Jqd`cX_M2hoYy?Md#_4fx1E$EH{ITl|UK{kMB2OPb5juf{Nt(GVUpeHD5 zh5}Izz~&ud96?MlknI4F;rJW@iZWudB31`rOF$sQZohqonE=re<%Jj57>KnTWEfTl zfGk6H1fdiS3ki_rAic!+9Oe_eMJCK*WCy7VOTj|{Jw!;cn3(hdSA!lJAU>f`A;|)K zieVPf)l!&)=;lkR1=pxSqaiRF0;3@?6hi<26x4hH`H*le0000EWmrjOO-%qQ00008 Z000000002eQY-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYKpJzX3_D&pSG+UR%KK%k9R z%Ud$4ll9=4LoUnrIkL~FWMG@u*8YOoz;HuJ+RI~CmU44*taQ?1PGwkG;L)g2m@FNy z<^ESG)wAaLZ~Naen&rm|92uAd8W>m<7#KMm5X>C0#IR$Pn-pjms_hsFi`)kjf{qpqWOJ$WX$=$M90j74s z`Ul1G8-up)npN2HBde9?o1}Ghy+QNE(#-T;w&zQ?Z1@>nb8hYBHC69~gRe?ll~oYF zc_iGnUsND_eI45oHkHhx8=14qUcZ-_aJ9ZBcE$7kM`p<|aB4l%7TV3=d2@M1#yZ{r zwYtTMYkJLuv3mpTBZnrIC*nK5<$qGqb~gL=bJOlAw>F;+Eh=BTxT^Gq>B3{bYyKbH zkUz~(;L7U5QcSsaE+w+H?7cS`_s(8@zhtlV-aju*C#)*Wx$lsCj^XyY6Xvmhw%6R7 zA+mvSLRwEKuVm@cq)ByK?R!1DN?2K2@|_$Ca)s|X1A|gS;0KdOUJr}r;uKJx;!BP2 cO!M_+&;qhKfEWZW1y2T1p00i_>zopr03_am3jhEB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..549f7cb542c003f1d69b0a282a4f1f9bf9740202 GIT binary patch literal 888 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYJmJzX3_D&pSW+UR%4LFV|! z%MY5G)pXp_#nsKl)5X%|8lERTV4PF{vj6XwRQO-g8o#}M`onF7Yc%q5Dw|HHR+U~e zIeYAtokIHmWSi1^hrjVTY)Go>dTM!7I{W*_WqS>`h-Lg}cKdK`kpLr$fCB>-VnIX0 zo~FLHrX?Rv1sHA6TYY@Ply%RqN6DTmezbX?>Iq}Ft6N(cC*2oX;{4}qi{sUsd-~!f z9NebobEaILdgJ%n~w9E}y8Jvg{%qwTvUW_5Oj znw4{S+CbqJF!O-W^_iu|)SF**0OO1=HNrE^*Ox&H$mRfI5V#aP8AN%y`njxgN@xNA DZi$K0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b32d9134b49f78835f4dc89a25f3c5360e2bf9 GIT binary patch literal 1204 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vp74JfdXyn zW(%i^z0&H=o+>o^#{w;lGEvT>tzG_68XT>=-kkE)-0|{Ms^A?Cz1vD0O-`$t^t@{G zv~*X9n%W5jGcQ{a5Y*xMWrpST;+0~a&o9Iz{pD|INjZ1s&wX3-@{jz2*Z%t|Bq;x{ zdaZc$cag5}5_mc0jQ7Q_|F-R5|Hvk` zfBWZ|dbciwFL|8X{Oj}ebrMUL`E`8uWZ3Y-?YXAu_IV3Gnjfypt}|J3|1$sfz-Db*e{?ERHg*Q(w;Jugelu0UEdU*F$c*mbB3s|&&US7&4m#6c@+@#iST08m8 zqu;eVE6fjnX#c$EvdYTrr1EpI3nqU*{_@4-$iJfV_bgSPs6U}3bZ=&+^VCPX=lY3q zzFQbn+>-Y$@A|{izk5pxKS|35r8g9zED9c49kI_9OMfQJ2|l6&RTCAXDE4-{9n#zc0QxvU9_u>seQX zqCJzZn&dX?+dyPhv!BvNmycute?`^&rt)uyla z#L7A;#U2>@;`IV?9Vk!vzJebS(KoBPozT9zx$iF z)Z`>FVdQ&MBb@ E0MFqWeEq-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0l`T`K~z{rV_+BsqaiRF0s|ZZjO5zC z$VTZuOs};27cetH-4ske4%o*kWUg`*5uswh*S2iUWkPis3)8jv(3r zFpG_ZenKpH3-L8a{BJPrr&0=c5NA&skiC^CzcCS`3S>FRVi5lO^)~~f{w=V!U!K1h zKD~m+1X%3V!boC_gsUOS0Wj51J~J`AQ+|SB0lFi8`x`T;nQcUM84hO=?SOOd*inoC z`5p!w42&>*ulr;IQ6WK;1A-px0HXjOd#os2*1cc;vEJ)yk=wwa5aSUxtgkg?7Iv;7q1ZIbC@EcLIA}??{9D}@2hKIHpFrW zVEK3tOh0?&{karyQK*byMhLB1x&=kO526=5Jpz$^xpYGC%w(_rN=-+z6k$G{1- zoB>FaVlm8Kf^h^=2nr35gFtNL&>*(B#pOw >(p6?L)r^L~ zXb6mkz-S2I3jqL>f0`aggkY`!000hUSV?A0O#mtY000O800000007cclK=n!07*qo IM6N<$f?ep6K>z>% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_left.png new file mode 100644 index 0000000000000000000000000000000000000000..30fb020406a72364c97ab2984377adce11e465ed GIT binary patch literal 1125 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vp#iN$u)J7Q{G0sop!>D{`(EYG4OyH&@8t$N+ZB#yi&UhO&bMp&n{k~y zxy#XW-`2lN`xa&;@TSjd`}+R9t>BS)^Ul8ZpR~R#Zo#&PN^1A}GWI@+@Tk|fwQD#M z#j#B>f^~wY-PO5=GM8)pR;atXqw~wbS`Obc&szmDX9s9)iay=OeyqNEf=}p!tCO9t zF|u%LicelMWsl1JJKvx3ZwTahFB|m!GIz(!o*lmrUVs1LZIJY$=BYcR{h8LCoq92g ze^zVv8?BhsY+lRv_3HZ-?LU27wec38e*EE`J3Z%A?ORd0q^L;Sli_yUu?0ESCO2P~ z-U?0rAaQAH?~d{pnW#o}cn0?1S%yZOl^_E0{e^+mJi^n@0l+K6HScMJ|q0`{xawt5vH{rWNem zrt)!`u=IZ&yQX=T6P}j7OIW?bYn^Et(~9T3vlxzx`t-~#msbCL%A|b4`DOW94?g=u zxHeC{8MCBV=k)122kRLX%sZd`yZNTt;nqu|as}Ve;IBE`_UkTvYoXQF#}k|K<{x)U z(vfY8%~)NQ&D^!P&--X(r270yj-182RZdkcSQOHy{8)ie=!1A;X;IkL=2?H&Rsa(y gUuuMBny)W|7Ld&W#2|1fcru9cboFyt=akR{04b09^#A|> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..80d55ae3ae304f32778e8fa6199f8ecfceb77710 GIT binary patch literal 1108 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vp8pI_Zg{*AW3u6T3o{c`28K#gF{7LFzdN9`5u0!QMe zv|L(oO@7f$IWf@_OZPPOS-*OVt?ZxMR*4ckAf7e*6f544N#Q_@% zh-R?~D|>$Hoc2rqZ7vsWCLH;i{9Hh~GRg8<=8is_JqyzAttd05q&s4;zU!FBkK14hNDf_@&;M|Xk*@K zr}#y_ovJgReZIG&W^O^r&+cQvvnTJ^wWXnZz1fzum3Iz#O_PqfC6mAEPLnj>mz4{? z^K9~Uw0ZaH%Jl2Kv4^iblK*nwZ^j?7+{PmD;zvJj{#cZ5!O$w7{lO)A%aQvZFIzvm zTiEqhJJ?e6Td9+|uUfR@ms2MnsNKEdg)Kzk!TdmqNobwa#a+=ZxBHI0D`o%s|J|g+ zziTDm-qva>(-Mfjc;mBm-PN0u&!m2k-C541(q0~{?bUu-aGo)Lj_Q=YE2{O=&p-Uo zUZXn2IDYG~usy6j+YL+p?YsR?bZz+QJ8{?6ax^5~i+B)QzGhM7H>D5t{TsjX6l^ZM zosex+weIDKn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..eff0c40c0b8f403c02f7fbd109f2ea5d7992078b GIT binary patch literal 955 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYKVJY5_^D&pSG+UUjXD9{%E zk&$Jip$12o*dn`ztpXkX36HsN+={q);}?^eU1MXz*1btny#%J*=y)JKrzhp`#_iJ$ zCf`1Nv?l!C+kcm;tT$m2qt+{16 zQE7$?I`vP=zj?p2ckS6jTh4#yS3kd1E`&j)K}G-Ip==Jn8eQL=QiM;Jmd8M_v zD%z|6n@L!_{VCqKlUZR|`cKhSMTX0-NqzU66Se0hliknOwhLce56QDAFfejBFfa); zFrYFU|9d*r`Ck87z3WuPt4Ay157ivnSycJy)rR!}{Ixw?o2G4=kuigTMJ;XH+Gaae z;hNIif|&jW6TLTYTbP%)JLttPw6(JHoK+$hAot<% z;lK9LMk9y(pQv^41XbHC4d6E>dQtIEIN ztc8)?%;PDCL{((H&P=|}@=}=-yTgH^3+5cqFIqDH$DZ32LcnO}OO5bM^YvxW0q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0Q*TqK~z{r?UXSJ!axv3SMd}E1)Yg1<~Qt^&=XsBA$tqA^DHqr4;ApmS3zDud8v zHtN-sfqF~XSzRV%4Oj!#z&|$d1V}7>!D>j7*Z=?k4rN$LW=%~1DgXcg2mk;800000 S(o>TF0000Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYKpJY5_^D&pSW+UUjXDA4dQ zw1&YkM@WQ4n>#RGd4l^$z?zHa;O;FKGrimdCT?pyU)H|tJG8TYyIY#o9+G=H9uiU2{hcVWccIc*}w1A4R;=m(%10c zcbVhbiX+ab9zggfV{(Iy()K!^yf~R$t}EKR#apl4D2mKxIJF_}zhlTr+mp8zZ0n9& z=0EdVxx!hI#}_MJ9?HxvJMizI=f^}_yF35o7*|Ri|Hiu|jXh)cqB|uUbAI00Pg`wAz*a! frABzB`T8Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYJwo-U3d6>)EGZS*?qAand< za1DcFOq3RfpKRA#W()4tUo5dTjN#(y)7RB9ir+u*U8Cfcmd4v4uG;2l_Fq))#a@o- z`uOjy`QxYapVZBd5jru~Fo#2-fq@B)IIdbC)MYKRXWgA|%b!nA$jypbxbL=Io6($| zj89nZ#+gsao@&+fWpC|mqphpkuK&Mzefz|}d2R6wW_v_--)2*-Y`G!$vbW)6Mo!gV z_xv68d-hlMyS_QPYDN4x@q?#xvh7P(J3m~S7F{j6@ZTpXt+*URhEEdl*Iz&T^XbuZ zgPp(UUtY<%_b?xyLs0g=uA_I}%-vc!|HxeSZ2b)n`=uOz`!4y9=3W@r;TF>;?x@@O z8Tmyf(=4PdjMuJ96RXs3n6s5-W8eR<_^LdEeBDN!fE}4-Uh{W*_3m|RSfe`O?71WN z?%J>5n9Hiiny`Gq+fEa3H)|fT!mZZ9CPRIc3RjaCb(~fNGaH+Ozt&|j49b+ nlE1^FfHB3F8sVAd>&u`8WOD#92wV!D45B<;{an^LB{Ts5D{^|# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc38f7b1b66ccba67a38a4c72ecfd8359580770 GIT binary patch literal 1346 zcmV-I1-<%-P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B16@f(K~#8N?OOe7+b|H-mN>L2DWx3@ z3WKoU_y7MpgTY|1mXMGS;)cx6uj~YY);a6FdpdnYcg|Te1xx``z!WeA zOaW8C6!XoL5Yr;}|2@0Q~9GlUuL%F3U#l z+0Bmt!}HnwgUj=SyStmfw0s`hZ>*h<4?Jq%qs5OR>Vp&TYPoQ5o*I#O`TgQjiV(sF z9-ME3-zY!`JT!8tMYx9V3jj`1{Esmqh!M@-&LPL&*=+ZYJ|%&|4)!VAHGCgOir*Lk z1b~qkWm7l3E$4aF;Cwb7m7$2g5BVl(_+P{KBS3>6EdVWqArbI>SI&n--~wozN54^1 zpedaFsA#hPm%dLTK;I5wwEbzQp0Jh_>B|Bo6cW&++-s zV@ZEv0YX4p0ur)a*oqgy-F9`s0}Ik2?}FZCpF`vK zfGJ=KbgO_UH3ll7B83#!QxaEG@ethyP^ub4sZfGQQ^AD939T&^WmGpp=i&@J5*28O zZ-mHsT!W!Nf^LFPC=pY_qIJ3w`c#pE|AAd{D7auiG))u%+?@&$x z`H1{&db*;YszeYAz^|l`l^LSJaS{O>a2=<;mJRyyK81kuJR8+!0amR6 zeL7o*l`<74ih#%aFUN<+b5+>TLJ&TW#Kr5vy)J)5Z||)mV90zx3T#mXK=HbJ`Q5hP zSishos)+?Cx4u(V7(a+Wm^O=1tV2|tdUHFwD3UBwbTx^aYkiBR0OrLs@ zzD$94tiT_%n+j`K)zj?&000hUSV?A0O#mtY000O800000007cclK=n!07*qoM6N<$ Ef)9IS)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..88300194156f8dab4eaf1017fe44cc8a0a37df68 GIT binary patch literal 792 zcmV+z1LypSP)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0W(QNK~z{r?NreU!Y~YsZXIr-2nvEv z{{L6`BnS$k;AFKZw~?*r<`R9==4D&6-d!$Di9!Sif&;;Ue|KP@F<`Y^-}(RTZd32= zT9;sp1%PCfPD;#cekQ!zn=#L^3wzWVz1>cAddxHbPf!}c80dNTF0000Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYIfJzX3_D&pSGO!Pi%AkgNY zew1%nGiQ?qk3HAF|N9@SI~FY9SiPm~RrHAyuP!b77}c}q=ccV^_m)>y?VL7`gPn5% z0}kZC)A)LIX>E0J{Px^JyRh}S?0+L{<9Uu79+ZuGqBFaD~#1$7x0X7KO+)=<|I zcU>x!;lRO9O4E=2EXvZ2c{1CZg#27a)?XW|_DS?5H5KOy+;~-_x<0@4%;(F` zf4=gG^T8?VPl^GEfjEs4ATE5vAl&e^zM={MJW5TyN_3X_x|&E@L%W$Q-|sQ?ss43ya2{LUuuMBny)W|7Ld&W#2|1fcru9c MboFyt=akR{05ABdX8-^I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..b9af43e3fe66b9731503b936b46b29a83a1747bf GIT binary patch literal 975 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYJ?JY5_^D&pSGO!Pi%AkgNY zo+|6ZF5I%v;E%?S|Nr~uvm9(xT5~Dt**!0}7n8o`+?{klT4HJLEW7VtW=)yPAa|Z+#tU?^4PQ=4RX)hi>r^1~JUPouf5*Q=uWOpr zdM5;xMTDRHx-h35lzAZ1g z@hszqSyJx>iyNIU;|iDq`z1ZrCavMT^Lu^4??+d(j?H>-(Os8eZt!Y}Y?T$OcE9Dy zc_W(a`(RnW6>|_!Om&43Lo@Hn16heqUxL#evP6^D`fP1b6phgJ>8QK+Y6JJOd{#4; zgj?0Cj2W1}t%a!bZ~Eqvk#Z!?kWX>S_a%%{9;XlRS1tTMqp@`-F!~wzQX@Rme0>?T XfNTyR27yb#lR=cHtDnm{r-UW|2nw^D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..685aadf80c05589f94c6eb8adda5ed1520206840 GIT binary patch literal 1483 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 Y&;qhKfEWZW1y2T1p00i_>zopr0Ldig2LJ#7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..b7547d7d14730c0ce1e6f8294820f1c8a4552d11 GIT binary patch literal 1097 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpaXc3spW|iy=CsFmt?U};){d$mzizfOgO?ADo$LwwaRKw zu3FzC)zhwMf9~DW*eOf5Cs{E^^}f};T3Z*mx!3jU<^MhHf4=RTw6G%M z^~RO+{Q9-#`YjKTTNc;Rm^S;~@5jx8^=kz$RKHexXc9a(_=iV`!kG*5lU`OW%$C`! z?DByj(wIZ@?!M^voDyg3es%RRVZqM*;7#Ne!K!7rHch_rECp`Ito^ z(&5^Ei>~*I>5S9wZP77!JL{;$Ql7TGxl31l-SujFyEtQX+}?909W&b=SFs%^zx}>h zV8@fI*>_pK_6l5o*3VOWwsixi)8cvmefMToJ8(>P=T&iF!j3-lv&>0vTEy7OZa8Q6 z%=8b|>E?odDY5CFUFS=tZ7i9`HQU^a^;!=9)}%R4cYLX4KESKdwdm0*cb5~Q$?_a= z-VB@V{f|eoxGA)!HcdWx&ol-zi|9^Aoso_n?7En}tjhJ8t063_RtDCp(0ZsRy!bN}U3wy%5iuV;!rHd^W! zA0Xq-q+&3Wq-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B1T0BJK~#8N?OHoeR6!IzEQ`yVMGcPv z8cZ}&NK7;&Mk{}Tg|V|&3w!L0y@lFX*%=FC=MS(!O$-(gO|+2$BtCev7Z%q2E}ms} z_TIg7=04WMnS`*9nfbo+opWaH&Kx4woB~b(r+`zyDc}@v3OEJ+PX*c}Wn1W3|^RFOxZq1pxTv^L@0jR-)_gS7>WxLy+lO_!oPFtE)@q)RGsjX9zA*JQ?S906aXF`DE3pyE7utx<~5M$EaYizb={8; z6Ynrq(9>yc(@Sh{V2H)62@I=1QNrjGloox`HJ(u&N1Fy?oDG|@>0;>375nzLFEC2{K z6T#2Hl#FLFbP?1wz{YsYD-vLIa;kE2XpDY+`P2~M$4{N1A1jNrG(RVrQ<5q=KGqvv zlx^{i)&QO4$mDe0NBVn-Q8s;(#IH|i8#XN(gOKM%FAfD!xFQFmz>?Vd!Z6an7e@e| z3CiW8Es@FQ^SQ*gzaSwPANh|hmvXdL;1qBQ zI0c*nP64NYQ@|C9zpwOaMe>F zzAi_-z@@iO>B_5xRIbKVqxgmxpW!}&Z-v1Hmn1kbl0>3d0F?~H&`V|{;8Jg)KSuxz zhX9BI{g_O`L3AdlPdwZ;5qVc=V`S7AHlF)Q4A$osuK`iyviLs9t2j{vboC5Z`UiSx z==9l|oyQ7ATArWH!tMqP)Cuf*tKj2D;>za*T3_3wovrW2sU154K%iAE32bAfU?d`- zaICpzaq`hb$f&K>+dU9PfG7n(khdFk_2-p1ZR3H@)v5Xp#8+nCZsWyGGhsz3fZW>J z*gkv?P)b!zJeOu4HXht0`43Ja0Wbgn>fL;n-dDFh?ER_}z)5Pnl>oXYv%DEj16v#c zX@+tu<`yr4DoHMt!OEL;JH#wipZ~jKLC1=KR)#-Y9hZZ31O(mF$8v?`;4EtsEGfES zPJw?}fj>c`V#JuhCV~I}01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXXu0mjf DH(a?( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..43603580aeb369f6fb5247bc1d7db29ed12f3862 GIT binary patch literal 856 zcmV-e1E>6nP)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0dq-2K~z{r?Nm!j13?rlCmkly1V4x| z0Y!)lML}^9+_?4zUcw{9op^+t#vAC$E5wE1M#cCEnapTSXz3Y0dC%;$9}GkPUe&AW zet-|JfLFjP@ZS}f(g@JmX(im>?q1{m?&jm{+-#mLk==2BM z8>H3$`VR0QpBj4r|C5B+0)piI{mKH3{F4y(XT1Vmfxn}`8^S1$(x*HBga7~l4rN$L iW=%~1DgXcg2mk;800000(o>TF0000Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vp8~$jsnNr zSs5J<9_g5n;iI9s#YkQhvn|96$`pOm>3B98x6Nqc>F?%UpU}ghi3JZ6}fxYD=;z4 ze*Wcc(eZTMy{+FFa@Jj0(|^>FHNp1eGhQ9vy{*g{Tlm?dZ|~l8*-oyrHG9qDe>PK7 z=3TsY`i-bTBiB;Xm!6wpChWJoD2uHF1wgj z-<=-Hdh2qAzP3ZL)Z19r8_p8FFE>sXU0~V!O{n47mm9Cc518CDxty%8eSpWublJtY zu!g%FmbT|!v2#40aNxhn2i~BRKbEJ({Z|1K3SVl3XPU1sgBFm@0mLA1DR?r7@^tlc JS?83{1OPUuw%Y&z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3b74bd03adee3f2ea77e0048214c5c16197feaaf GIT binary patch literal 1014 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vpu3{~+hdIslX-uRt_Zt!HT%Es*Z6tqb^CKH)%54_r)jR=%G8vwrs?7G zUHf(get+J+YJ(YPcgvr1kN0^ipQ|n}o6vQASM#o(fS`|tfB2LbCG_6xOFMlido6=X zc&2%}nWSh#<@8C{XK&P4AL_9BHg|d1_p5Q=Q@ohg8TS9y+shPL@xPX}WYW@8ZBl%8 z%ZkcYay?S7F9}=vVD4{8ohhd-I(^hHErL9ZxyKBu0*JYm;>*D!h943n;0wF8PS)gXrTC zT8<%%5jx)NVO*2l=j>prc`f0c+Qpjk@_<+3rw;GGTp1@!WN+9AO|}b;VT>ra$hSsB zt>2=M^$5R{?%}U}g>p_meSq%R&+~_&KJ<^%7me5nz!bxm8sVAd>&u`8WOD#92wV!D P45B<;{an^LB{Ts5eMP&# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "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/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8519566a84299c4483ae5a96d683765f32162d0d GIT binary patch literal 1438 zcmV;P1!4M$P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B1Gz~=K~#8N?OMTVQ$Z9RC4wf46si(Z zg>H&a5Y$Zt_bznfFSzgz+_~<~f5w9@~ zX6C(s-dQCtGxywc?wvb%Gvk~!Q@|831xx``z!WeAOo9JXfpcZFyWQ@r%jWglBl+@d z@7-){(euGzP-dR`y|?jjhF>)B@!OZBob=d+uLmG`@5UW>`1QcGE-blC=SC0#&u?|s z-O0~mclB~-_T1O5Z$FUN_`s6}e+0ib_KOjrR4rscmb?JJKj=GBgA75W^t33$nD=`T`Mfb2-)FkOhSwB8L|59)3Bhdp z@_l#q=*p#4clzttZSAC;`}6R#{;>F7Qve`{C`15B-5@}-u{03}pZABSlk`WQR8s)9 z5Ya3?rkoCn;QOXO?3PXeAq!FTqKqXob`+#mL1Fr&r-KV_o@z#4xt{Bg#IR{P?3 z`P)wETdpm^#|nVx%L){VPYa-{u6(Y$2nu=N%M@t2PLTLP0>A;Cip|D&Jq~n$^;)t| zDIFSt)S|HVXaV%R6R_B&h;drae~qtS zj~RQk07XEd4lvGE(U&fQpN`JH=}ik#+V#1J?4t3j2!h!(1xx``z!WeAOaW8C6fgx$ z0aL&fs9S;3v%#!GMW?PQwx<~Ksr;b!1LUY0j><&|ak{s`T})ue<^>_|UIO~D7bNH% zAt8@#FkFz3ogg^mdnTWXJh0&dd_h1$8kGT>Ja&PK?hJ%D!i)F;Z$Z34a7x+sSh}=3)_~X1jrV;*AJeQ-rA}{AduImQ85KLs0LI)im{pU zD2~d2r|Wk|k5+FozSh!LXX1<95AJ#YjrZ~%odJtH4@iMcWdOpNw=X}w4pmE}1q4f9 zszwWdrBBY}#R)_L!o(CKUqZmZ|Bbcf?q4^=G+^ zbr$lkKJQWUAMkVyfC&0*zRu{2UdRGuoUQ@zi79?!ixwaov^r0QtH6#HAW;@C%nV%w zwWo4bhAliP*a{}D=ft$A3|M6P3+Y%Nf-@lh|3FME!p4Ta1cjm5C{y5{Q{XrF81&Y^ s&)1It000hUSV?A0O#mtY000O800000007cclK=n!07*qoM6N<$g81vDlK=n! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..aeab5110762e89885be0e27632278b47b30ddbf8 GIT binary patch literal 834 zcmV-I1HJr-P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0bNN%K~z{rV_+BsqaiRF0;3@?(nEle zPyk3tNx_x0${PNMajGAmhwH^9{_NQ^LdG)?bO6kR`R3mLRfQprx&8JT1Bm_Y&j$uB z76CXPCYN|}E79gM5p*Jw0x=N@25wdXu;m~}AX^R+2g#EPh;k{&_txr03|~L~fSdpI z_XoJoL6*Y+H$Ml%(VOQOhz$i6Qe6D{`vV41P6e1IZ(Y5-~0zDhfabfuaFK8%StjmgCFt>sEec4@ z1(Y~`RPSgAjE2DQ2mt`X$c12=EY-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYKtJY5_^D&pSGwD&&ZAaFGN zqLZ$Oi^Z0mZX((nH*VN|;TC_w!{?uZW0Kdl_HIoo?mhlc-h%tQlj0}8Z#TNPpG>Re zT(_sS*?ZIHv~SaIdY+J2tjMIKfCC9QKdAX{vD?DtHLH%fG*q@Hug}{Icx- z$f~W^8SX!NGi}AD3YOE?R?9Z5y;Zh9s@s*TB&OK1(+Q8 fQX@Rme0>?TfNTyR27yb#lR=cHtDnm{r-UW|-ubTd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd41a4327b70b7cd6985c340919b6ba0f17dfa6 GIT binary patch literal 996 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 KMNUMnLSTa3FdW+e literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc09ca00d543ed588e0a5de63e2ec8713d3791c GIT binary patch literal 914 zcmV;D18w|?P)q-g5zeN@s@M6$cE{;pt>TTFtFV z!FTk+hd~4|B{SPv$}DElF@7GYmf|5MdUdXA8~u6JW`M7Uc$Qh*A)Y5rZ8?_UJ>p?j zl=H+V#8FNMB)%28;_;i{g2!Kic{aTO_(e~t(85X!vm!T$Cy675US^H+h?|5|b0tH0 zl-3w*q>)4d5)_oN2^|h%luephdtbcnTSkdIjQ$oX;N&QvNZu%^W$LO@)<{?B(@_y~ z|36P#o0;~yhY~>dtLuJ_1HpZuR(0LqQ`fDX0f86b+HCquG^e?5(yL7^atwrbfXkbv zrW^oQyTHh^C3Cqh1!(y-4fwbK26DjAJ1H{H> z@5jSmbpQYW32;bRa{vG?BLDy{BLR4&KXw2B0j)_yK~z{rV_+BsqaiRF0;3@?(nEle zlmJ+#;PD@(KIp*?xL#c1#F$OA13;FDvHk{|`RX?-1Bi`I!{m@1N5~N@gcKml%kchV z`1=*;2v$r-NHYCoVCH6Jc=e7H6B!tY3V}s7O8@OGfVRH<0yq7~FJ^|54_O$@<^M2n zu>D2YD$K)h@WgM1xFh$7GMo4i09yX)B{1m4A<+P`)L!*3SnLx66Wjq}3?N6c6CDf) zodmRie0=>AcIAA6|G*9d$%E990*DGGkb!%f#lSg0#}?E0Pp=@E<)E@>JE*Feoc=Bxz1Cu()xUHnb08;89piOp_ z_kV7wOJG$X%a8$#50VF|BgF+o$CaAdMht`hs|heL-ui%H->p;rM4L-e6o4$`cTk2~ z`1U0OgRld_{*MRlVs#L{5Fy$Dx=$uBD7`RZ_;XPSlH%X4VQ^$IVz~F`9D|&22w05e z<2^9{771}cbWnlJ43=_4i3TO81CZ@o`)of+W|H96QKh3HFd72GGz0)tMUEdb3Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vpb&q?^jCV+pDoucWOtQ zP`A?t5vPox@Ywq~yKlKozFRA~So?mA+3&LZ-}nA}`zG&(qEiC{2QKtNAmZ)ZO+kM> zSJ&wEzkW6Kd~$8O?eZ#kR9e->i7e_x!Q7H@e?X`MF@y&u4c}Ui6-SCu6Vl+s#6M=XY8~)w~WZ z-X!mVA)|Ns18*Z;Xtf9jX~Pm`*y?#ZrW+fZ@&l1=QY zx1aa>J@aW=lx_V@uHXFT{%f|z6RxdJ(+OhCN#NZgtbR`LruCNXd(J<$Qd}FJ$-D3U zSudyjU25x2@6rD>%jo&;>&w^4|g?{l~)p6As9;%wucRURY}wvGDuk8^C1Amm1-j=IhI# Y1!QvoF$i1=o(!TqUHx3vIVCg!0O6tjo&W#< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e48ba5c6db808d4ea8f25ae23c476f8b86cc4739 GIT binary patch literal 1120 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8Vpe{z^7fZ^o4j z@wvv|qc!D<-zS}1IVE0D*52vtbEk9ecN5vxKmRDU@9PS~IfmwW;&acOJpcbmY4h*R zg$t&;ewb@+f6^-Paze!c+q-}5yv1I>QLIu^xwF!|_WJ8swEBO1ma?g9#>y`&k_s$Hh zTw4C&Xe&7AR(DflN&!P_xb{WUX|D3WsUgFEkFkQ2Q z)eWaVd6hHH%TfJ4Dd_L|dd>&Q@1B4DJ^zn!lg6G)u?o9OryooDcepzHhPhUX-Mzy8 z9rmyPtv-6pQ6w&ttsv#x%g{#$c1q^k@7P~+=5Jxn=}&BSr_GDQmu1EooeM7BV%_`u z;q>JjtJzh0&HFrA)Fc`hv7;I06Sj11JSEHXM@xs>&Qmmb>Vv!b_f|1a4l@kv^?v!e z?2^{8RR^`x9e{Kqi$*Ggzr<1|X*Q4V5vhzk+j3aL$^#Ow1>a*`6q0b5;icT_J=`uU z54_^jI#YE@^1x)h=tf@VCDl1A${Dma?8@iA*32mJ<33v*^ATmeK8{ogD`48>OO5bM b^YvxW0q-g5zeN@s@M6$cE{;pt>TTFtFV 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_right.png new file mode 100644 index 0000000000000000000000000000000000000000..35526262106155c2298f610bc9a5105a0325a6b7 GIT binary patch literal 991 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU@XjZb`Ho)PG(@xm{>Y-xA)-y zkz@O}dDVt=y-;{GVPTgOx2vPf(x%u|&d~=~c^A#z;xwskwut7srf%nhjwK&Wf5^Yk z+M&hKq|~uv=kKT`M~Y`Vb#GC>Ge`cu?fr-MiW%#@(%bHevh!Si_%g*Q>g-z2gXLci zwL7vHs2bmnI;E3#(XdW#<+MkNYE`A{vZeo4UQKIQ-(E2-@{Zy>b-!H8X%B24C5BD; zd_?_7pdY)+KG9u|KF)s7bUePP(rhoo4_E({7Y=!GZ&otzQ14W3i%aYM+%dZ)q*&Ft za>_M{oFx-on1n>8Y~+;XOPb<4E3!I%&%0>1PMe;8VpYK7JY5_^D&pSG+~~z@C~Yy8k!r{|})ZeK&U|ANV@OU1gIXLC*6)$u?&9={_VqjyKy-D((KJtq;GtIb;-cFo^gz&p)dC zaPCg-8{hBGI#!tzdiG=1jaY@&a#fa?wT%CdfBtav&G&Ds;?Js1HQ<w9K%eoc+Mg z_rD#QXN25)VD{|Y@{BuwPh8l>mcZoo_^NEUWr9lxYOEe4OU9tkYS$uO|y@|WX7z*A|+j`;Dg?WbO6sOc)V&I*U u`hZ{kx!8Zz9n-vkNrNvn!ZXd+mq822<^W<4xD-4YM0vXUxvX Date: Sat, 9 Sep 2023 20:36:10 -0400 Subject: [PATCH 02/13] Fixing stuff --- .../surgcap_black.rsi/{black_icon.png => icon.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../black.rsi/{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../cyan.rsi/{inhand_left.png => inhand-left.png} | Bin .../cyan.rsi/{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../pink.rsi/{inhand_left.png => inhand-left.png} | Bin .../pink.rsi/{inhand_right.png => inhand-right.png} | Bin .../{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin .../white.rsi/{inhand_left.png => inhand-left.png} | Bin .../{inhand_right.png => inhand-right.png} | Bin 25 files changed, 0 insertions(+), 0 deletions(-) rename Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/{black_icon.png => icon.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/{inhand_right.png => inhand-right.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/{inhand_left.png => inhand-left.png} (100%) rename Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/{inhand_right.png => inhand-right.png} (100%) diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/black_icon.png b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/black_icon.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_left.png b/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_left.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_right.png b/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand_right.png rename to Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_left.png b/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_left.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_right.png b/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand_right.png rename to Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png From 8cb28d956287841dc5bb0996fd628716c79e4cc0 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Sat, 9 Sep 2023 21:40:19 -0400 Subject: [PATCH 03/13] Even more fixes --- .../VendingMachines/Inventories/medidrobe.yml | 6 +- .../DeltaV/Entities/Clothing/Head/hats.yml | 68 +++++++++++++++++- .../Entities/Clothing/Uniforms/scrubs.yml | 65 +++++++++++++++++ .../Entities/Clothing/Head/hats.yml | 66 ----------------- .../Entities/Clothing/Uniforms/scrubs.yml | 66 ----------------- .../surgcap_black.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_black.rsi/icon.png | Bin .../Hats/surgcap_black.rsi/inhand-left.png | Bin .../Hats/surgcap_black.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_black.rsi/meta.json | 0 .../Hats/surgcap_cyan.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_cyan.rsi/icon.png | Bin .../Hats/surgcap_cyan.rsi/inhand-left.png | Bin .../Hats/surgcap_cyan.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_cyan.rsi/meta.json | 0 .../surgcap_cybersun.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_cybersun.rsi/icon.png | Bin .../Hats/surgcap_cybersun.rsi/inhand-left.png | Bin .../surgcap_cybersun.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_cybersun.rsi/meta.json | 0 .../Hats/surgcap_pink.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_pink.rsi/icon.png | Bin .../Hats/surgcap_pink.rsi/inhand-left.png | Bin .../Hats/surgcap_pink.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_pink.rsi/meta.json | 0 .../surgcap_rainbow.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_rainbow.rsi/icon.png | Bin .../Hats/surgcap_rainbow.rsi/inhand-left.png | Bin .../Hats/surgcap_rainbow.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_rainbow.rsi/meta.json | 0 .../surgcap_white.rsi/equipped-HELMET.png | Bin .../Head/Hats/surgcap_white.rsi/icon.png | Bin .../Hats/surgcap_white.rsi/inhand-left.png | Bin .../Hats/surgcap_white.rsi/inhand-right.png | Bin .../Head/Hats/surgcap_white.rsi/meta.json | 0 .../black.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/black.rsi/icon.png | Bin .../Uniforms/Scrubs/black.rsi/inhand-left.png | Bin .../Scrubs/black.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/black.rsi/meta.json | 0 .../cyan.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/cyan.rsi/icon.png | Bin .../Uniforms/Scrubs/cyan.rsi/inhand-left.png | Bin .../Uniforms/Scrubs/cyan.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/cyan.rsi/meta.json | 0 .../cybersun.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/cybersun.rsi/icon.png | Bin .../Scrubs/cybersun.rsi/inhand-left.png | Bin .../Scrubs/cybersun.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/cybersun.rsi/meta.json | 0 .../pink.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/pink.rsi/icon.png | Bin .../Uniforms/Scrubs/pink.rsi/inhand-left.png | Bin .../Uniforms/Scrubs/pink.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/pink.rsi/meta.json | 0 .../rainbow.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/rainbow.rsi/icon.png | Bin .../Scrubs/rainbow.rsi/inhand-left.png | Bin .../Scrubs/rainbow.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/rainbow.rsi/meta.json | 0 .../white.rsi/equipped-INNERCLOTHING.png | Bin .../Uniforms/Scrubs/white.rsi/icon.png | Bin .../Uniforms/Scrubs/white.rsi/inhand-left.png | Bin .../Scrubs/white.rsi/inhand-right.png | Bin .../Uniforms/Scrubs/white.rsi/meta.json | 0 65 files changed, 136 insertions(+), 135 deletions(-) create mode 100644 Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_black.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_black.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_pink.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_pink.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_white.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Head/Hats/surgcap_white.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/black.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/black.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/pink.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/pink.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/white.rsi/icon.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png (100%) rename Resources/Textures/{ => DeltaV}/Clothing/Uniforms/Scrubs/white.rsi/meta.json (100%) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 6caff09c1c..d4133fb83e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -21,7 +21,9 @@ UniformScrubsColorGreen: 2 ClothingHeadHatSurgcapGreen: 2 UniformScrubsColorBlue: 2 - ClothingeadHatSurgcapBlue: 2 + ClothingHeadHatSurgcapBlue: 2 + UniformScrubsColorCyan: 2 + ClothingHeadHatSurgcapCyan: 2 UniformScrubsColorPurple: 2 ClothingHeadHatSurgcapPurple: 2 UniformScrubsColorBlack: 2 @@ -34,4 +36,4 @@ ClothingHeadHatSurgcapWhite: 2 emaggedInventory: UniformScrubsColorCybersun: 1 - UniformHeatHatSurgcapCybersun: 1 + ClothingHeadHatSurgcapCybersun: 1 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml index 7899510b12..bbee92082a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml @@ -68,4 +68,70 @@ attackRate: 1.5 damage: types: - Slash: 8 \ No newline at end of file + Slash: 8 + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapBlack + name: surgical cap + description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_black.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_black.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapCyan + name: surgical cap + description: A cyan cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_Cyan.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_Cyan.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapCybersun + name: surgical cap + description: A surgical cap worn by members of Cybersun's Biotechnology division. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapPink + name: surgical cap + description: A pink cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_pink.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_pink.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapRainbow + name: surgical cap + description: A rainbow cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSurgcapWhite + name: surgical cap + description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hats/surgcap_white.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hats/surgcap_white.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml new file mode 100644 index 0000000000..c4de184439 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml @@ -0,0 +1,65 @@ +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorBlack + name: black scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/black.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/black.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorCyan + name: cyan scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorPink + name: pink scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/pink.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/pink.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorRainbow + name: rainbow scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorWhite + name: white scrubs + description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/white.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/white.rsi + +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorCybersun + name: cybersun scrubs + description: The official uniform of Cybersun's biotechnology division + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index b0917287de..d657fc28de 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -335,72 +335,6 @@ - type: Clothing sprite: Clothing/Head/Hats/surgcap_purple.rsi -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapBlack - name: surgical cap - description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_black.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_black.rsi - -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapCyan - name: surgical cap - description: A cyan cap surgeons wear during operations. Keeps their hair from tickling your internal organs. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_Cyan.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_Cyan.rsi - -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapCybersun - name: surgical cap - description: A surgical cap worn by members of Cybersun's Biotechnology division. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_cybersun.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_cybersun.rsi - -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapPink - name: surgical cap - description: A pink cap surgeons wear during operations. Keeps their hair from tickling your internal organs. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_pink.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_pink.rsi - -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapRainbow - name: surgical cap - description: A rainbow cap surgeons wear during operations. Keeps their hair from tickling your internal organs. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_rainbow.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_rainbow.rsi - -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatSurgcapWhite - name: surgical cap - description: A black cap surgeons wear during operations. Keeps their hair from tickling your internal organs. - components: - - type: Sprite - sprite: Clothing/Head/Hats/surgcap_white.rsi - - type: Clothing - sprite: Clothing/Head/Hats/surgcap_white.rsi - - type: entity parent: ClothingHeadBase id: ClothingHeadHatTophat diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml index 9ce3e402d4..a75a07c699 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml @@ -30,69 +30,3 @@ sprite: Clothing/Uniforms/Scrubs/blue.rsi - type: Clothing sprite: Clothing/Uniforms/Scrubs/blue.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorBlack - name: black scrubs - description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/black.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/black.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorCyan - name: cyan scrubs - description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/cyan.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/cyan.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorPink - name: pink scrubs - description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/pink.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/pink.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorRainbow - name: rainbow scrubs - description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/rainbow.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/rainbow.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorWhite - name: white scrubs - description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking. - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/white.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/white.rsi - -- type: entity - parent: ClothingUniformBase - id: UniformScrubsColorCybersun - name: cybersun scrubs - description: The official uniform of Cybersun's biotechnology division, the perfect comfortable garment to enable all of your mad doctor ambitions - components: - - type: Sprite - sprite: Clothing/Uniforms/Scrubs/cybersun.rsi - - type: Clothing - sprite: Clothing/Uniforms/Scrubs/cybersun.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_black.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_pink.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Head/Hats/surgcap_white.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/black.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/pink.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/icon.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png diff --git a/Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Uniforms/Scrubs/white.rsi/meta.json rename to Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json From ba30182ab3e99af40eaa9e69210c55530105b778 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Sat, 9 Sep 2023 21:56:07 -0400 Subject: [PATCH 04/13] Update hats.yml --- Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml index bbee92082a..d177e48f9c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml @@ -88,9 +88,9 @@ description: A cyan cap surgeons wear during operations. Keeps their hair from tickling your internal organs. components: - type: Sprite - sprite: DeltaV/Clothing/Head/Hats/surgcap_Cyan.rsi + sprite: DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi - type: Clothing - sprite: DeltaV/Clothing/Head/Hats/surgcap_Cyan.rsi + sprite: DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi - type: entity parent: ClothingHeadBase From 738a3d1383d5af8eb73ab8f2e89719eaa7aa50ff Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 16:26:41 -0400 Subject: [PATCH 05/13] Update medidrobe.yml removing scrubs from Medidrobe --- .../VendingMachines/Inventories/medidrobe.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index d4133fb83e..06487e8b90 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -18,22 +18,6 @@ ClothingHeadHatParamedicsoft: 2 ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 - UniformScrubsColorGreen: 2 - ClothingHeadHatSurgcapGreen: 2 - UniformScrubsColorBlue: 2 - ClothingHeadHatSurgcapBlue: 2 - UniformScrubsColorCyan: 2 - ClothingHeadHatSurgcapCyan: 2 - UniformScrubsColorPurple: 2 - ClothingHeadHatSurgcapPurple: 2 - UniformScrubsColorBlack: 2 - ClothingHeadHatSurgcapBlack: 2 - UniformScrubsColorPink: 2 - ClothingHeadHatSurgcapPink: 2 - UniformScrubsColorRainbow: 2 - ClothingHeadHatSurgcapRainbow: 2 - UniformScrubsColorWhite: 2 - ClothingHeadHatSurgcapWhite: 2 emaggedInventory: UniformScrubsColorCybersun: 1 ClothingHeadHatSurgcapCybersun: 1 From 59237a9d59af43f1479fd8440ce64525c7200f32 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 16:33:12 -0400 Subject: [PATCH 06/13] Update medical.yml Adding scrubs to scrubs crate, reducing amount of each scrub to 2 from 3 --- .../Catalog/Fills/Crates/medical.yml | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml index 06749f1ded..d46b1683ef 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml @@ -58,13 +58,23 @@ - type: StorageFill contents: - id: UniformScrubsColorGreen - - id: UniformScrubsColorPurple - id: UniformScrubsColorBlue - - id: ClothingHeadBandBlue - - id: ClothingHeadBandRed - - id: ClothingHeadBandGreen + - id: UniformScrubsColorCyan + - id: UniformScrubsColorPurple + - id: UniformScrubsColorBlack + - id: UniformScrubsColorPink + - id: UniformScrubsColorRainbow + - id: UniformScrubsColorWhite + - id: ClothingHeadHatSurgcapGreen + - id: ClothingHeadHatSurgcapBlue + - id: ClothingHeadHatSurgcapCyan + - id: ClothingHeadHatSurgcapPurple + - id: ClothingHeadHatSurgcapBlack + - id: ClothingHeadHatSurgcapPink + - id: ClothingHeadHatSurgcapRainbow + - id: ClothingHeadHatSurgcapWhite - id: ClothingMaskSterile - amount: 3 + amount: 2 - type: entity id: CrateEmergencyBurnKit From 7b8c5040d5ffb5a3e83a0532aa8c2cb55a848ca9 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 16:59:27 -0400 Subject: [PATCH 07/13] Update medical.yml nerfing the count even more. --- Resources/Prototypes/Catalog/Fills/Crates/medical.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml index d46b1683ef..46f3ffc981 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml @@ -74,7 +74,7 @@ - id: ClothingHeadHatSurgcapRainbow - id: ClothingHeadHatSurgcapWhite - id: ClothingMaskSterile - amount: 2 + amount: 1 - type: entity id: CrateEmergencyBurnKit From cb7d1b705654e79eb60caf53d6e8dc851a34eb75 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 17:31:31 -0400 Subject: [PATCH 08/13] Create scrubs.yml Adding a scrubs spawner for the mappers --- .../Entities/Markers/Spawners/scrubs.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml new file mode 100644 index 0000000000..aba9758dfc --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml @@ -0,0 +1,24 @@ +- type: entity + name: Medical Scrubs Spawner + id: MedicalScrubsSpawner + parent: MarkerBase + components: + - type: Sprite + layers: + - state: red + - sprite: DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi + state: icon + - type: RandomSpawner + prototypes: + - UniformScrubsColorGreen + - UniformScrubsColorBlue + - UniformScrubsColorCyan + - UniformScrubsColorPurple + - UniformScrubsColorBlack + - UniformScrubsColorPink + - UniformScrubsColorRainbow + - UniformScrubsColorWhite + chance: 1 + rarePrototypes: + - UniformScrubsColorCybersun + rareChance: 0.01 From 387e2c13fab1cfae5d216bbf820e689ff59c1e95 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 18:06:36 -0400 Subject: [PATCH 09/13] Update medical.yml Adding new scrubs to lockers. RNG is jank with this particular function --- .../Catalog/Fills/Lockers/medical.yml | 46 +++++++++++++++++-- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index b74cbff97a..bfa878a645 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -52,19 +52,55 @@ prob: 0.1 orGroup: Surgcaps - id: ClothingHeadHatSurgcapPurple - prob: 0.05 + prob: 0.1 orGroup: Surgcaps - id: ClothingHeadHatSurgcapBlue - prob: 0.90 + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapCyan + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapBlack + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapPink + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapRainbow + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapWhite + prob: 0.1 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapCybersun + prob: 0.01 orGroup: Surgcaps - id: UniformScrubsColorBlue - prob: 0.5 + prob: 0.1 orGroup: Surgshrubs - id: UniformScrubsColorGreen prob: 0.1 orGroup: Surgshrubs - id: UniformScrubsColorPurple - prob: 0.05 + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorCyan + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorBlack + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorPink + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorRainbow + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorWhite + prob: 0.1 + orGroup: Surgshrubs + - id: UniformScrubsColorCybersun + prob: 0.01 orGroup: Surgshrubs - id: NitrousOxideTankFilled prob: 0.3 @@ -103,4 +139,4 @@ - id: ClothingUniformJumpsuitParamedic - id: ClothingUniformJumpskirtParamedic - id: ClothingEyesHudMedical - \ No newline at end of file + From 311a6e7c1a53a04a62eb2af5ae965126c68adb35 Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 18:09:29 -0400 Subject: [PATCH 10/13] Update scrubs.yml --- Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml index aba9758dfc..40207b1f1c 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml @@ -18,7 +18,6 @@ - UniformScrubsColorPink - UniformScrubsColorRainbow - UniformScrubsColorWhite - chance: 1 rarePrototypes: - UniformScrubsColorCybersun rareChance: 0.01 From db9558523607880a3ff8b540ba5ef5a56346419d Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 18:10:45 -0400 Subject: [PATCH 11/13] Update medical.yml --- Resources/Prototypes/Catalog/Fills/Lockers/medical.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index bfa878a645..907fb2adc8 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -73,7 +73,7 @@ prob: 0.1 orGroup: Surgcaps - id: ClothingHeadHatSurgcapCybersun - prob: 0.01 + prob: 0.02 orGroup: Surgcaps - id: UniformScrubsColorBlue prob: 0.1 @@ -100,7 +100,7 @@ prob: 0.1 orGroup: Surgshrubs - id: UniformScrubsColorCybersun - prob: 0.01 + prob: 0.02 orGroup: Surgshrubs - id: NitrousOxideTankFilled prob: 0.3 From b82eaa55a1e02f8c3c7d6dbd01de838239c456ac Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Tue, 26 Sep 2023 21:06:25 -0400 Subject: [PATCH 12/13] Update medical.yml Some better approximations trying to get roughly 10% on everything but the cybersun scrubs. I don't know how many digits that PROB will accept, but just in case I rounded to only 2 decimal places. --- .../Catalog/Fills/Lockers/medical.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index 907fb2adc8..6523e4475d 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -52,25 +52,25 @@ prob: 0.1 orGroup: Surgcaps - id: ClothingHeadHatSurgcapPurple - prob: 0.1 + prob: 0.11 orGroup: Surgcaps - id: ClothingHeadHatSurgcapBlue - prob: 0.1 + prob: 0.12 orGroup: Surgcaps - id: ClothingHeadHatSurgcapCyan - prob: 0.1 + prob: 0.13 orGroup: Surgcaps - id: ClothingHeadHatSurgcapBlack - prob: 0.1 + prob: 0.15 orGroup: Surgcaps - id: ClothingHeadHatSurgcapPink - prob: 0.1 + prob: 0.16 orGroup: Surgcaps - id: ClothingHeadHatSurgcapRainbow - prob: 0.1 + prob: 0.18 orGroup: Surgcaps - id: ClothingHeadHatSurgcapWhite - prob: 0.1 + prob: 0.19 orGroup: Surgcaps - id: ClothingHeadHatSurgcapCybersun prob: 0.02 @@ -79,25 +79,25 @@ prob: 0.1 orGroup: Surgshrubs - id: UniformScrubsColorGreen - prob: 0.1 + prob: 0.11 orGroup: Surgshrubs - id: UniformScrubsColorPurple - prob: 0.1 + prob: 0.12 orGroup: Surgshrubs - id: UniformScrubsColorCyan - prob: 0.1 + prob: 0.13 orGroup: Surgshrubs - id: UniformScrubsColorBlack - prob: 0.1 + prob: 0.15 orGroup: Surgshrubs - id: UniformScrubsColorPink - prob: 0.1 + prob: 0.16 orGroup: Surgshrubs - id: UniformScrubsColorRainbow - prob: 0.1 + prob: 0.18 orGroup: Surgshrubs - id: UniformScrubsColorWhite - prob: 0.1 + prob: 0.19 orGroup: Surgshrubs - id: UniformScrubsColorCybersun prob: 0.02 From 807250efc468a89ee29398e9247fcc832109de8b Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Wed, 4 Oct 2023 10:02:03 -0400 Subject: [PATCH 13/13] Its not yet a traitor item so emagged doesnt make sense --- .../Catalog/VendingMachines/Inventories/medidrobe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 06487e8b90..bdf9a68514 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -18,6 +18,6 @@ ClothingHeadHatParamedicsoft: 2 ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 - emaggedInventory: + contrabandInventory: UniformScrubsColorCybersun: 1 ClothingHeadHatSurgcapCybersun: 1