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