fibers-nitrile = nitrile
fibers-nanomachines = insulative nanomachine
fibers-chameleon = holographic chameleon
+fibers-rubber = rubber
fibers-purple = purple
fibers-red = red
startingInventory:
ClothingUniformJumpsuitJanitor: 2
ClothingUniformJumpskirtJanitor: 2
+ ClothingHandsGlovesJanitor: 2
ClothingShoesColorBlack: 2
ClothingHeadHatPurplesoft: 2
ClothingBeltJanitor: 2
- 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
shoes: ClothingShoesGaloshes
head: ClothingHeadHatPurplesoft
id: JanitorPDA
+ gloves: ClothingHandsGlovesJanitor
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled
innerClothingSkirt: ClothingUniformJumpskirtJanitor
jumpsuit: ClothingUniformJumpskirtJanimaid
back: ClothingBackpackFilled
id: JanitorPDA
+ gloves: ClothingHandsGlovesJanitor
head: ClothingHeadHatCatEars
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled
--- /dev/null
+{
+ "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
+ }
+ ]
+}
\ No newline at end of file