[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>
@@ -8,6 +8,6 @@
|
||||
- id: ClothingHandsGlovesLatex
|
||||
- id: ClothingHeadsetScience
|
||||
- id: ClothingMaskSterile
|
||||
- id: ClothingOuterCoatLab
|
||||
- id: ClothingOuterCoatRnd
|
||||
- id: AnomalyScanner
|
||||
- id: NodeScanner
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
- id: ClothingUniformJumpsuitScientist
|
||||
- id: ClothingBackpackScience
|
||||
- id: ClothingShoesColorWhite
|
||||
- id: ClothingOuterCoatLab
|
||||
- id: ClothingOuterCoatRnd
|
||||
- id: ClothingUniformJumpskirtScientist
|
||||
- id: ClothingEyesGlasses
|
||||
prob: 0.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: vendingMachineInventory
|
||||
id: RoboDrobeInventory
|
||||
startingInventory:
|
||||
ClothingOuterCoatLab: 2
|
||||
ClothingOuterCoatRnd: 2
|
||||
ClothingShoesColorBlack: 2
|
||||
ClothingHandsGlovesFingerless: 2
|
||||
ClothingHeadHatCorpsoft: 2
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
ClothingUniformJumpsuitScientist: 3
|
||||
ClothingUniformJumpskirtScientist: 3
|
||||
ClothingUniformJumpsuitScientistFormal: 3
|
||||
ClothingOuterCoatLab: 3
|
||||
ClothingOuterCoatRnd: 3
|
||||
ClothingShoesColorWhite: 3
|
||||
ClothingNeckTieSci: 3
|
||||
ClothingHeadsetScience: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitResearchDirector
|
||||
back: ClothingBackpackResearchDirectorFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
outerClothing: ClothingOuterCoatRnd
|
||||
id: RnDPDA
|
||||
ears: ClothingHeadsetRD
|
||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitScientist
|
||||
back: ClothingBackpackScienceFilled
|
||||
shoes: ClothingShoesColorWhite
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
outerClothing: ClothingOuterCoatRnd
|
||||
id: SciencePDA
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtScientist
|
||||
|
||||
|
After Width: | Height: | Size: 850 B |
|
After Width: | Height: | Size: 397 B |
|
After Width: | Height: | Size: 422 B |
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 434 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 826 B |
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 381 B |