ClothingBackpackEngineering: 2
ClothingUniformJumpsuitAtmos: 3
ClothingUniformJumpskirtAtmos: 3
+ ClothingUniformJumpsuitAtmosCasual: 3
ClothingShoesColorWhite: 3
ClothingHeadsetEngineering: 2
ClothingHeadHelmetFire: 2
ClothingBackpackDuffelScience: 3
ClothingUniformJumpsuitScientist: 3
ClothingUniformJumpskirtScientist: 3
+ ClothingUniformJumpsuitScientistFormal: 3
ClothingOuterCoatLab: 3
ClothingShoesColorWhite: 3
+ ClothingNeckTieSci: 3
ClothingHeadsetScience: 3
ClothingMaskGas: 3
ClothingOuterWinterSci: 2
sprite: Clothing/Neck/Ties/dettie.rsi
- type: Clothing
sprite: Clothing/Neck/Ties/dettie.rsi
+
+- type: entity
+ parent: ClothingNeckBase
+ id: ClothingNeckTieSci
+ name: scientist's tie
+ description: Why do we all have to wear these ridiculous ties?
+ components:
+ - type: Sprite
+ sprite: Clothing/Neck/Ties/scitie.rsi
+ - type: Clothing
+ sprite: Clothing/Neck/Ties/scitie.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/scientist.rsi
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitScientistFormal
+ name: scientist's formal jumpsuit
+ description: A uniform for sophisticated scientists, best worn with its matching tie.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
+
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSec
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/atmos.rsi
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitAtmosCasual
+ name: atmospheric technician's casual jumpsuit
+ description: Might as well relax with a job as easy as yours.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/atmos_casual.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/atmos_casual.rsi
+
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitPsychologist
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "equipped-NECK",
+ "directions": 4
+ },
+ {
+ "name": "icon"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Edited from the atmos jumpsuit and grey jumpsuit by Flareguy for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Edited from the scientist jumpsuit by Flareguy for Space Station 14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}