[Entity] Add scientist lab coat (#15455)

* Hey bro nice coat

+ added scientist lab coat
+ made scientist lab coat obtainable from scidrobe
+ made scientist lab coat obtainable from robodrobe
+ made scientist lab coat obtainable from role joining science departament
+ made scientist lab coat obtainable from science locker
+ made scientist lab coat obtainable from science wardrobe

* Update Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml

Co-authored-by: Emisse <99158783+Emisse@users.noreply.github.com>

---------

Co-authored-by: Emisse <99158783+Emisse@users.noreply.github.com>
This commit is contained in:
mhamster
2023-04-19 14:42:05 +07:00
committed by GitHub
parent 1916e67fd2
commit 6161f7d5f3
16 changed files with 62 additions and 7 deletions

View File

@@ -8,6 +8,6 @@
- id: ClothingHandsGlovesLatex
- id: ClothingHeadsetScience
- id: ClothingMaskSterile
- id: ClothingOuterCoatLab
- id: ClothingOuterCoatRnd
- id: AnomalyScanner
- id: NodeScanner

View File

@@ -78,7 +78,7 @@
- id: ClothingUniformJumpsuitScientist
- id: ClothingBackpackScience
- id: ClothingShoesColorWhite
- id: ClothingOuterCoatLab
- id: ClothingOuterCoatRnd
- id: ClothingUniformJumpskirtScientist
- id: ClothingEyesGlasses
prob: 0.5

View File

@@ -1,7 +1,7 @@
- type: vendingMachineInventory
id: RoboDrobeInventory
startingInventory:
ClothingOuterCoatLab: 2
ClothingOuterCoatRnd: 2
ClothingShoesColorBlack: 2
ClothingHandsGlovesFingerless: 2
ClothingHeadHatCorpsoft: 2

View File

@@ -7,7 +7,7 @@
ClothingUniformJumpsuitScientist: 3
ClothingUniformJumpskirtScientist: 3
ClothingUniformJumpsuitScientistFormal: 3
ClothingOuterCoatLab: 3
ClothingOuterCoatRnd: 3
ClothingShoesColorWhite: 3
ClothingNeckTieSci: 3
ClothingHeadsetScience: 3

View File

@@ -158,6 +158,21 @@
coefficients:
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatRnd
name: scientist lab coat
description: A suit that protects against minor chemical spills. Has a purple stripe on the shoulder.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/rndcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/rndcoat.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatPirate
@@ -219,4 +234,3 @@
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi

View File

@@ -27,7 +27,7 @@
jumpsuit: ClothingUniformJumpsuitResearchDirector
back: ClothingBackpackResearchDirectorFilled
shoes: ClothingShoesColorBrown
outerClothing: ClothingOuterCoatLab
outerClothing: ClothingOuterCoatRnd
id: RnDPDA
ears: ClothingHeadsetRD
innerclothingskirt: ClothingUniformJumpskirtResearchDirector

View File

@@ -20,7 +20,7 @@
jumpsuit: ClothingUniformJumpsuitScientist
back: ClothingBackpackScienceFilled
shoes: ClothingShoesColorWhite
outerClothing: ClothingOuterCoatLab
outerClothing: ClothingOuterCoatRnd
id: SciencePDA
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtScientist

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B