Roboticist wardrobe (#16136)
@@ -20,10 +20,22 @@
|
|||||||
# parent: WardrobeWhite
|
# parent: WardrobeWhite
|
||||||
# name: pajama wardrobe
|
# name: pajama wardrobe
|
||||||
|
|
||||||
# - type: entity
|
- type: entity
|
||||||
# id: WardrobeRoboticsFilled
|
id: WardrobeRoboticsFilled
|
||||||
# suffix: Filled
|
suffix: Filled
|
||||||
# parent: WardrobeRobotics
|
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
|
- type: entity
|
||||||
id: WardrobeChemistryFilled
|
id: WardrobeChemistryFilled
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
- type: vendingMachineInventory
|
- type: vendingMachineInventory
|
||||||
id: RoboDrobeInventory
|
id: RoboDrobeInventory
|
||||||
startingInventory:
|
startingInventory:
|
||||||
ClothingOuterCoatRnd: 2
|
ClothingOuterCoatRobo: 2
|
||||||
|
ClothingUniformJumpsuitRoboticist: 2
|
||||||
|
ClothingUniformJumpskirtRoboticist: 2
|
||||||
ClothingShoesColorBlack: 2
|
ClothingShoesColorBlack: 2
|
||||||
ClothingHandsGlovesFingerless: 2
|
ClothingHandsGlovesFingerless: 2
|
||||||
ClothingHeadHatCorpsoft: 2
|
ClothingHeadHatCorpsoft: 2
|
||||||
|
|||||||
@@ -173,6 +173,21 @@
|
|||||||
coefficients:
|
coefficients:
|
||||||
Caustic: 0.75
|
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
|
- type: entity
|
||||||
parent: ClothingOuterStorageBase
|
parent: ClothingOuterStorageBase
|
||||||
id: ClothingOuterCoatPirate
|
id: ClothingOuterCoatPirate
|
||||||
|
|||||||
@@ -321,6 +321,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Uniforms/Jumpskirt/scientist.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingUniformSkirtBase
|
parent: ClothingUniformSkirtBase
|
||||||
id: ClothingUniformJumpskirtSec
|
id: ClothingUniformJumpskirtSec
|
||||||
|
|||||||
@@ -457,6 +457,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingUniformBase
|
parent: ClothingUniformBase
|
||||||
id: ClothingUniformJumpsuitSec
|
id: ClothingUniformJumpsuitSec
|
||||||
|
|||||||
|
After Width: | Height: | Size: 683 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 341 B |
|
After Width: | Height: | Size: 343 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: 637 B |
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 397 B |
|
After Width: | Height: | Size: 389 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 555 B |
|
After Width: | Height: | Size: 397 B |
|
After Width: | Height: | Size: 389 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||