# parent: WardrobeWhite
# name: pajama wardrobe
-# - type: entity
-# id: WardrobeRoboticsFilled
-# suffix: Filled
-# parent: WardrobeRobotics
+ - type: entity
+ id: WardrobeRoboticsFilled
+ suffix: Filled
+ parent: WardrobeRobotics
+ description: "You can build a robot out of this locker."
+ components:
+ - type: StorageFill
+ contents:
+ - id: ClothingOuterCoatRobo
+ amount: 2
+ - id: ClothingUniformJumpsuitRoboticist
+ - id: ClothingUniformJumpskirtRoboticist
+ - id: ClothingShoesColorBlack
+ amount: 2
+ - id: ClothingHandsGlovesFingerless
+ amount: 2
- type: entity
id: WardrobeChemistryFilled
- type: vendingMachineInventory
id: RoboDrobeInventory
startingInventory:
- ClothingOuterCoatRnd: 2
+ ClothingOuterCoatRobo: 2
+ ClothingUniformJumpsuitRoboticist: 2
+ ClothingUniformJumpskirtRoboticist: 2
ClothingShoesColorBlack: 2
ClothingHandsGlovesFingerless: 2
ClothingHeadHatCorpsoft: 2
coefficients:
Caustic: 0.75
+- type: entity
+ parent: ClothingOuterStorageBase
+ id: ClothingOuterCoatRobo
+ name: roboticist lab coat
+ description: More like an eccentric coat than a labcoat. Helps pass off bloodstains as part of the aesthetic. Comes with red shoulder pads.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Coats/labcoat_robo.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Coats/labcoat_robo.rsi
+ - type: Armor
+ modifiers:
+ coefficients:
+ Caustic: 0.75
+
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatPirate
modifiers:
coefficients:
Slash: 0.9
- Piercing: 0.9
+ Piercing: 0.9
- type: entity
parent: ClothingUniformSkirtBase
modifiers:
coefficients:
Slash: 0.9
- Piercing: 0.9
+ Piercing: 0.9
- type: entity
parent: ClothingUniformSkirtBase
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/scientist.rsi
+- type: entity
+ parent: ClothingUniformSkirtBase
+ id: ClothingUniformJumpskirtRoboticist
+ name: roboticist jumpskirt
+ description: It's a slimming black with reinforced seams; great for industrial work.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpskirt/roboticist.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpskirt/roboticist.rsi
+
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSec
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
+- type: entity
+ parent: ClothingUniformBase
+ id: ClothingUniformJumpsuitRoboticist
+ name: roboticist jumpsuit
+ description: It's a slimming black with reinforced seams; great for industrial work.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/roboticist.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/roboticist.rsi
+
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSec
--- /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
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a5da269bf8615c7d645ab85556a0a658c20baa74",
+ "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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a5da269bf8615c7d645ab85556a0a658c20baa74",
+ "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