From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:51:00 +0000 (+1100) Subject: add (#22441) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9a1f845d978c7a686b9eae5e43e7fcb94f27cf6e;p=space-station-14.git add (#22441) --- diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 1118a9efc7..dab022092f 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -193,6 +193,22 @@ coefficients: Caustic: 0.75 +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatRD + name: research director lab coat + description: Woven with top of the line technology, this labcoat helps protect against radiation in similar way to the experimental hardsuit. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Coats/rd_coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Coats/rd_coat.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.75 + Radiation: 0.9 + - type: entity parent: ClothingOuterStorageBase id: ClothingOuterCoatPirate diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 15a0dfceda..fed002977d 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -34,7 +34,7 @@ jumpsuit: ClothingUniformJumpsuitResearchDirector back: ClothingBackpackResearchDirectorFilled shoes: ClothingShoesColorBrown - outerClothing: ClothingOuterCoatRnd + outerClothing: ClothingOuterCoatRD id: RnDPDA ears: ClothingHeadsetRD innerClothingSkirt: ClothingUniformJumpskirtResearchDirector diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1bf638fab9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png new file mode 100644 index 0000000000..69fb3a2a15 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon.png new file mode 100644 index 0000000000..877a730749 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png new file mode 100644 index 0000000000..721c7d3e0d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png new file mode 100644 index 0000000000..67af85f89e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json new file mode 100644 index 0000000000..600bbc3d6d --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..4f70fdc3fb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png new file mode 100644 index 0000000000..380a7eb5de Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png new file mode 100644 index 0000000000..c016a74bc3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png differ