Roboticist wardrobe (#16136)

This commit is contained in:
ar4ill
2023-05-06 13:38:47 +03:00
committed by GitHub
parent ad13fb1120
commit 48ccdf3848
24 changed files with 151 additions and 7 deletions

View File

@@ -20,10 +20,22 @@
# 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

View File

@@ -1,7 +1,9 @@
- type: vendingMachineInventory
id: RoboDrobeInventory
startingInventory:
ClothingOuterCoatRnd: 2
ClothingOuterCoatRobo: 2
ClothingUniformJumpsuitRoboticist: 2
ClothingUniformJumpskirtRoboticist: 2
ClothingShoesColorBlack: 2
ClothingHandsGlovesFingerless: 2
ClothingHeadHatCorpsoft: 2

View File

@@ -173,6 +173,21 @@
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

View File

@@ -172,7 +172,7 @@
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
Piercing: 0.9
- type: entity
parent: ClothingUniformSkirtBase
@@ -188,7 +188,7 @@
modifiers:
coefficients:
Slash: 0.9
Piercing: 0.9
Piercing: 0.9
- type: entity
parent: ClothingUniformSkirtBase
@@ -321,6 +321,17 @@
- 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

View File

@@ -457,6 +457,17 @@
- 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View File

@@ -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
}
]
}