fiberColor: fibers-regal-blue
- type: FingerprintMask
+- type: entity
+ parent: ClothingHandsBase
+ id: ClothingHandsGlovesHop
+ name: papercut-proof gloves
+ description: Perfect for dealing with paperwork and matters with bureaucracy.
+ components:
+ - type: Sprite
+ sprite: Clothing/Hands/Gloves/hop.rsi
+ - type: Clothing
+ sprite: Clothing/Hands/Gloves/hop.rsi
+ - type: Fiber
+ fiberMaterial: fibers-durathread
+ fiberColor: fibers-black
+ - type: Armor
+ modifiers:
+ coefficients:
+ Slash: 0.95
+ - type: FingerprintMask
+
#### Medical
- type: entity
parent: ClothingHandsBase
shoes: ClothingShoesColorBrown
head: ClothingHeadHatHopcap
id: HoPPDA
+ gloves: ClothingHandsGlovesHop
ears: ClothingHeadsetAltCommand
belt: BoxFolderClipboard
innerClothingSkirt: ClothingUniformJumpskirtHoP
--- /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
+ }
+ ]
+}