- id: ClothingHandsGlovesLatex
- id: ClothingHeadsetScience
- id: ClothingMaskSterile
- - id: ClothingOuterCoatLab
+ - id: ClothingOuterCoatRnd
- id: AnomalyScanner
- id: NodeScanner
- id: ClothingUniformJumpsuitScientist
- id: ClothingBackpackScience
- id: ClothingShoesColorWhite
- - id: ClothingOuterCoatLab
+ - id: ClothingOuterCoatRnd
- id: ClothingUniformJumpskirtScientist
- id: ClothingEyesGlasses
prob: 0.5
- type: vendingMachineInventory
id: RoboDrobeInventory
startingInventory:
- ClothingOuterCoatLab: 2
+ ClothingOuterCoatRnd: 2
ClothingShoesColorBlack: 2
ClothingHandsGlovesFingerless: 2
ClothingHeadHatCorpsoft: 2
ClothingUniformJumpsuitScientist: 3
ClothingUniformJumpskirtScientist: 3
ClothingUniformJumpsuitScientistFormal: 3
- ClothingOuterCoatLab: 3
+ ClothingOuterCoatRnd: 3
ClothingShoesColorWhite: 3
ClothingNeckTieSci: 3
ClothingHeadsetScience: 3
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
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
-
\ No newline at end of file
jumpsuit: ClothingUniformJumpsuitResearchDirector
back: ClothingBackpackResearchDirectorFilled
shoes: ClothingShoesColorBrown
- outerClothing: ClothingOuterCoatLab
+ outerClothing: ClothingOuterCoatRnd
id: RnDPDA
ears: ClothingHeadsetRD
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
jumpsuit: ClothingUniformJumpsuitScientist
back: ClothingBackpackScienceFilled
shoes: ClothingShoesColorWhite
- outerClothing: ClothingOuterCoatLab
+ outerClothing: ClothingOuterCoatRnd
id: SciencePDA
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtScientist
--- /dev/null
+{
+ "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
+ }
+ ]
+}