Adds fingerless gloves. (#6454)

This commit is contained in:
Lamrr
2022-02-05 08:16:22 +11:00
committed by GitHub
parent b03f44a5bb
commit 7d7e963f72
8 changed files with 41 additions and 0 deletions

View File

@@ -184,6 +184,8 @@
amount: 1
- id: ClothingUniformJumpskirtCargo
amount: 1
- id: ClothingHandsGlovesFingerless
amount: 1
# - type: entity

View File

@@ -142,3 +142,15 @@
sprite: Clothing/Hands/Gloves/Color/black.rsi
HeatResistance: 1400
- type: Insulated
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesFingerless
name: fingerless gloves
description: Plain black gloves without fingertips for the hard working.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/fingerless.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/fingerless.rsi

View File

@@ -18,6 +18,7 @@
jumpsuit: ClothingUniformJumpsuitCargo
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
gloves: ClothingHandsGlovesFingerless
id: CargoPDA
ears: ClothingHeadsetCargo
innerclothingskirt: ClothingUniformJumpskirtCargo

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/54ecdcc05bcaf335489938b1253a2a733ba12271",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}