diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml new file mode 100644 index 00000000000..db011c4e560 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml @@ -0,0 +1,14 @@ +- type: entity #Delta-V safety glasses + parent: ClothingEyesBase + id: ClothingEyesGlassesChemist + name: safety glasses + description: Glasses made for chemists and other workers dealing around reagents. + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.85 \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml index f26952d2c69..3c52da854a1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml @@ -58,6 +58,6 @@ - type: Armor modifiers: coefficients: - Caustic: 1.05 + Caustic: 0.95 - type: TemperatureProtection coefficient: 1 \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml index 35a2d2d13ce..0cc0cce4dcb 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml @@ -11,4 +11,4 @@ - type: Armor modifiers: coefficients: - Caustic: 1.05 \ No newline at end of file + Caustic: 0.95 \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png new file mode 100644 index 00000000000..cb575b236fa Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png new file mode 100644 index 00000000000..a56fa8cbfef Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png new file mode 100644 index 00000000000..2a925123194 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png new file mode 100644 index 00000000000..8b095f6a93e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json new file mode 100644 index 00000000000..92f2876d386 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by BriBrooo (Discord) for DeltaV-Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}