diff --git a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml index 06749f1ded..46f3ffc981 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: 1 - type: entity id: CrateEmergencyBurnKit diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index b74cbff97a..6523e4475d 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.11 orGroup: Surgcaps - id: ClothingHeadHatSurgcapBlue - prob: 0.90 + prob: 0.12 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapCyan + prob: 0.13 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapBlack + prob: 0.15 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapPink + prob: 0.16 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapRainbow + prob: 0.18 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapWhite + prob: 0.19 + orGroup: Surgcaps + - id: ClothingHeadHatSurgcapCybersun + prob: 0.02 orGroup: Surgcaps - id: UniformScrubsColorBlue - prob: 0.5 + prob: 0.1 orGroup: Surgshrubs - id: UniformScrubsColorGreen - prob: 0.1 + prob: 0.11 orGroup: Surgshrubs - id: UniformScrubsColorPurple - prob: 0.05 + prob: 0.12 + orGroup: Surgshrubs + - id: UniformScrubsColorCyan + prob: 0.13 + orGroup: Surgshrubs + - id: UniformScrubsColorBlack + prob: 0.15 + orGroup: Surgshrubs + - id: UniformScrubsColorPink + prob: 0.16 + orGroup: Surgshrubs + - id: UniformScrubsColorRainbow + prob: 0.18 + orGroup: Surgshrubs + - id: UniformScrubsColorWhite + prob: 0.19 + orGroup: Surgshrubs + - id: UniformScrubsColorCybersun + prob: 0.02 orGroup: Surgshrubs - id: NitrousOxideTankFilled prob: 0.3 @@ -103,4 +139,4 @@ - id: ClothingUniformJumpsuitParamedic - id: ClothingUniformJumpskirtParamedic - id: ClothingEyesHudMedical - \ No newline at end of file + diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index dccda526fe..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 - UniformScrubsColorGreen: 2 - UniformScrubsColorBlue: 2 - UniformScrubsColorPurple: 2 + contrabandInventory: + UniformScrubsColorCybersun: 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..d177e48f9c 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/DeltaV/Entities/Markers/Spawners/scrubs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml new file mode 100644 index 0000000000..40207b1f1c --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/scrubs.yml @@ -0,0 +1,23 @@ +- 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 + rarePrototypes: + - UniformScrubsColorCybersun + rareChance: 0.01 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..9209541997 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png new file mode 100644 index 0000000000..92e5fa6e56 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png new file mode 100644 index 0000000000..2f17477f38 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png new file mode 100644 index 0000000000..c375216880 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_black.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..783c0e8410 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png new file mode 100644 index 0000000000..6618978f58 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png new file mode 100644 index 0000000000..bcafa4b82c Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png new file mode 100644 index 0000000000..8a543ba0d4 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cyan.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..28cdcf792e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png new file mode 100644 index 0000000000..bcfe8d0e86 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png new file mode 100644 index 0000000000..28e6b220df Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png new file mode 100644 index 0000000000..0d126ca117 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_cybersun.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..385cb6d84a Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png new file mode 100644 index 0000000000..8f0fc7ad22 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png new file mode 100644 index 0000000000..aa3e536086 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png new file mode 100644 index 0000000000..549f7cb542 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_pink.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..f2b32d9134 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png new file mode 100644 index 0000000000..77da8795a0 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png new file mode 100644 index 0000000000..30fb020406 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png new file mode 100644 index 0000000000..80d55ae3ae Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_rainbow.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..eff0c40c0b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png new file mode 100644 index 0000000000..ddaf049c7c Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png new file mode 100644 index 0000000000..70b0ab3d01 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png new file mode 100644 index 0000000000..2c3507cb94 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hats/surgcap_white.rsi/meta.json new file mode 100644 index 0000000000..7e116711bc --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..fcc38f7b1b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png new file mode 100644 index 0000000000..8830019415 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png new file mode 100644 index 0000000000..cd704ea962 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png new file mode 100644 index 0000000000..b9af43e3fe Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/black.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..685aadf80c Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png new file mode 100644 index 0000000000..b6a430eefa Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png new file mode 100644 index 0000000000..2c3dc1c486 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png new file mode 100644 index 0000000000..b7547d7d14 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cyan.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/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-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..2732a68d28 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png new file mode 100644 index 0000000000..43603580ae Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png new file mode 100644 index 0000000000..e59ce2eeb9 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png new file mode 100644 index 0000000000..3b74bd03ad Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..8519566a84 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png new file mode 100644 index 0000000000..aeab511076 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png new file mode 100644 index 0000000000..9821ad7d65 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png new file mode 100644 index 0000000000..bfd41a4327 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/pink.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/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-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..da532857b7 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png new file mode 100644 index 0000000000..fdc09ca00d Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png new file mode 100644 index 0000000000..487a9a9090 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png new file mode 100644 index 0000000000..e48ba5c6db Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/rainbow.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/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-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..302b411b17 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png new file mode 100644 index 0000000000..fd0fcf4a25 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png new file mode 100644 index 0000000000..a767ebc61a Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png new file mode 100644 index 0000000000..3552626210 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/white.rsi/meta.json new file mode 100644 index 0000000000..01f0cc3877 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/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-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}