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