@@ -9,6 +9,7 @@ fibers-latex = latex
|
||||
fibers-nitrile = nitrile
|
||||
fibers-nanomachines = insulative nanomachine
|
||||
fibers-chameleon = holographic chameleon
|
||||
fibers-rubber = rubber
|
||||
|
||||
fibers-purple = purple
|
||||
fibers-red = red
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
startingInventory:
|
||||
ClothingUniformJumpsuitJanitor: 2
|
||||
ClothingUniformJumpskirtJanitor: 2
|
||||
ClothingHandsGlovesJanitor: 2
|
||||
ClothingShoesColorBlack: 2
|
||||
ClothingHeadHatPurplesoft: 2
|
||||
ClothingBeltJanitor: 2
|
||||
|
||||
@@ -391,3 +391,19 @@
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- 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
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
shoes: ClothingShoesGaloshes
|
||||
head: ClothingHeadHatPurplesoft
|
||||
id: JanitorPDA
|
||||
gloves: ClothingHandsGlovesJanitor
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
innerClothingSkirt: ClothingUniformJumpskirtJanitor
|
||||
@@ -35,6 +36,7 @@
|
||||
jumpsuit: ClothingUniformJumpskirtJanimaid
|
||||
back: ClothingBackpackFilled
|
||||
id: JanitorPDA
|
||||
gloves: ClothingHandsGlovesJanitor
|
||||
head: ClothingHeadHatCatEars
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Clothing/Hands/Gloves/janitor.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Hands/Gloves/janitor.rsi/icon.png
Normal file
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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user