Rubber gloves for janitors (#22668)

* add

* fix

* formatting..
This commit is contained in:
Ubaser
2023-12-18 14:11:18 +11:00
committed by GitHub
parent d172988a8d
commit dd2343b573
9 changed files with 46 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ fibers-latex = latex
fibers-nitrile = nitrile fibers-nitrile = nitrile
fibers-nanomachines = insulative nanomachine fibers-nanomachines = insulative nanomachine
fibers-chameleon = holographic chameleon fibers-chameleon = holographic chameleon
fibers-rubber = rubber
fibers-purple = purple fibers-purple = purple
fibers-red = red fibers-red = red

View File

@@ -3,6 +3,7 @@
startingInventory: startingInventory:
ClothingUniformJumpsuitJanitor: 2 ClothingUniformJumpsuitJanitor: 2
ClothingUniformJumpskirtJanitor: 2 ClothingUniformJumpskirtJanitor: 2
ClothingHandsGlovesJanitor: 2
ClothingShoesColorBlack: 2 ClothingShoesColorBlack: 2
ClothingHeadHatPurplesoft: 2 ClothingHeadHatPurplesoft: 2
ClothingBeltJanitor: 2 ClothingBeltJanitor: 2

View File

@@ -391,3 +391,19 @@
- type: GuideHelp - type: GuideHelp
guides: guides:
- DNA - DNA
# TODO Make lubed items not slip in hands
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesJanitor
name: rubber gloves
description: High-quality rubber gloves, squeaky to do some cleaning!
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/janitor.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/janitor.rsi
- type: Fiber
fiberMaterial: fibers-rubber
fiberColor: fibers-yellow
- type: FingerprintMask

View File

@@ -23,6 +23,7 @@
shoes: ClothingShoesGaloshes shoes: ClothingShoesGaloshes
head: ClothingHeadHatPurplesoft head: ClothingHeadHatPurplesoft
id: JanitorPDA id: JanitorPDA
gloves: ClothingHandsGlovesJanitor
ears: ClothingHeadsetService ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled belt: ClothingBeltJanitorFilled
innerClothingSkirt: ClothingUniformJumpskirtJanitor innerClothingSkirt: ClothingUniformJumpskirtJanitor
@@ -35,6 +36,7 @@
jumpsuit: ClothingUniformJumpskirtJanimaid jumpsuit: ClothingUniformJumpskirtJanimaid
back: ClothingBackpackFilled back: ClothingBackpackFilled
id: JanitorPDA id: JanitorPDA
gloves: ClothingHandsGlovesJanitor
head: ClothingHeadHatCatEars head: ClothingHeadHatCatEars
ears: ClothingHeadsetService ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled belt: ClothingBeltJanitorFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}