diff --git a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml index a9795ef02d2..7054186001c 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/medical.yml @@ -51,11 +51,24 @@ - id: UniformScrubsColorGreen - id: UniformScrubsColorPurple - id: UniformScrubsColorBlue +#DeltaV adds cyan through white scrubs + - id: UniformScrubsColorCyan + - id: UniformScrubsColorBlack + - id: UniformScrubsColorPink + - id: UniformScrubsColorRainbow + - id: UniformScrubsColorWhite - id: ClothingHeadHatSurgcapBlue - id: ClothingHeadHatSurgcapPurple - id: ClothingHeadHatSurgcapGreen +#DeltaV adds cyan through white surgcaps + - id: ClothingHeadHatSurgcapCyan + - id: ClothingHeadHatSurgcapBlack + - id: ClothingHeadHatSurgcapPink + - id: ClothingHeadHatSurgcapRainbow + - id: ClothingHeadHatSurgcapWhite - id: ClothingMaskSterile - amount: 3 +#DeltaV nerfs amount from 3 to 1(more items) + 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 705b0112196..20a5c027fd7 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -49,24 +49,64 @@ - id: ClothingHeadsetMedical # - id: ClothingEyesHudMedical #Removed until working properly - id: ClothingBeltMedical +#Yea. Those probs are fucked. Nothing I can do about orGroup behavior. Everything below this line is DeltaV. +#If Wizden ever adds new Probs, throw their probs out, but keep new items if added - id: ClothingHeadHatSurgcapGreen 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 - id: ClothingMaskSterile - type: entity diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 29772099d6a..7e0772107bd 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -21,3 +21,7 @@ UniformScrubsColorGreen: 4 UniformScrubsColorBlue: 4 UniformScrubsColorPurple: 4 + contrabandInventory: #DeltaV + UniformScrubsColorCybersun: 1 #DeltaV + ClothingHeadHatSurgcapCybersun: 1 #DeltaV + ClothingOuterCoatCybersunWindbreaker: 1 #DeltaV diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Head/hats.yml index 7899510b123..d177e48f9c6 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/OuterClothing/coats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml index 3e0ca72608b..66299a63c74 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml @@ -90,3 +90,23 @@ coefficients: Slash: 0.9 Heat: 0.75 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatCybersunWindbreaker + name: cybersun windbreaker + description: A paramedics windbreaker, sporting the official heraldry of Cybersuns meditech division. Its made of sturdy ballistic fiber. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + - type: TemperatureProtection + coefficient: 0.1 + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.75 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 00000000000..c4de1844399 --- /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/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 00000000000..92095419971 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 00000000000..92e5fa6e564 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 00000000000..2f17477f388 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 00000000000..c375216880e 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 00000000000..7e116711bc2 --- /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 00000000000..783c0e84107 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 00000000000..6618978f58f 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 00000000000..bcafa4b82cc 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 00000000000..8a543ba0d4b 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 00000000000..7e116711bc2 --- /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 00000000000..28cdcf792e0 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 00000000000..bcfe8d0e86b 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 00000000000..28e6b220dfd 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 00000000000..0d126ca1173 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 00000000000..7e116711bc2 --- /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 00000000000..385cb6d84a7 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 00000000000..8f0fc7ad224 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 00000000000..aa3e5360860 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 00000000000..549f7cb542c 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 00000000000..7e116711bc2 --- /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 00000000000..f2b32d9134b 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 00000000000..77da8795a06 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 00000000000..30fb020406a 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 00000000000..80d55ae3ae3 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 00000000000..7e116711bc2 --- /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 00000000000..eff0c40c0b8 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 00000000000..ddaf049c7c4 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 00000000000..70b0ab3d01f 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 00000000000..2c3507cb941 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 00000000000..7e116711bc2 --- /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/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..62389589f4b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png new file mode 100644 index 00000000000..89c5545e759 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png new file mode 100644 index 00000000000..a41055802fb Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png new file mode 100644 index 00000000000..438fb185ced Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json new file mode 100644 index 00000000000..3663a5705d5 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original work by JustAnOrange.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "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 00000000000..fcc38f7b1b6 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 00000000000..88300194156 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 00000000000..cd704ea9627 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 00000000000..b9af43e3fe6 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 00000000000..01f0cc38773 --- /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 00000000000..685aadf80c0 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 00000000000..b6a430eefaf 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 00000000000..2c3dc1c486d 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 00000000000..b7547d7d147 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 00000000000..01f0cc38773 --- /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 00000000000..2732a68d28a 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 00000000000..43603580aeb 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 00000000000..e59ce2eeb98 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 00000000000..3b74bd03ade 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 00000000000..01f0cc38773 --- /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 00000000000..8519566a842 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 00000000000..aeab5110762 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 00000000000..9821ad7d654 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 00000000000..bfd41a4327b 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 00000000000..01f0cc38773 --- /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 00000000000..da532857b71 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 00000000000..fdc09ca00d5 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 00000000000..487a9a9090d 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 00000000000..e48ba5c6db8 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 00000000000..01f0cc38773 --- /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 00000000000..302b411b174 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 00000000000..fd0fcf4a25d 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 00000000000..a767ebc61a9 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 00000000000..35526262106 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 00000000000..01f0cc38773 --- /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 + } + ] +}