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:
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 313 B |
BIN
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
26
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user