Add papercut-proof gloves for the HoP (#21915)

* add

* fix fr

* resolve error

* maybe now..?

* step 1

* step 2

* fix fiber
This commit is contained in:
Ubaser
2023-11-28 17:21:06 +11:00
committed by GitHub
parent 0427bb2b3a
commit 8b666fabd5
7 changed files with 46 additions and 0 deletions

View File

@@ -108,6 +108,25 @@
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

View File

@@ -63,6 +63,7 @@
shoes: ClothingShoesColorBrown
head: ClothingHeadHatHopcap
id: HoPPDA
gloves: ClothingHandsGlovesHop
ears: ClothingHeadsetAltCommand
belt: BoxFolderClipboard
innerClothingSkirt: ClothingUniformJumpskirtHoP

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 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
}
]
}