Adds fingerless gloves. (#6454)
This commit is contained in:
@@ -184,6 +184,8 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- id: ClothingUniformJumpskirtCargo
|
- id: ClothingUniformJumpskirtCargo
|
||||||
amount: 1
|
amount: 1
|
||||||
|
- id: ClothingHandsGlovesFingerless
|
||||||
|
amount: 1
|
||||||
|
|
||||||
|
|
||||||
# - type: entity
|
# - type: entity
|
||||||
|
|||||||
@@ -142,3 +142,15 @@
|
|||||||
sprite: Clothing/Hands/Gloves/Color/black.rsi
|
sprite: Clothing/Hands/Gloves/Color/black.rsi
|
||||||
HeatResistance: 1400
|
HeatResistance: 1400
|
||||||
- type: Insulated
|
- 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
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
jumpsuit: ClothingUniformJumpsuitCargo
|
jumpsuit: ClothingUniformJumpsuitCargo
|
||||||
back: ClothingBackpackFilled
|
back: ClothingBackpackFilled
|
||||||
shoes: ClothingShoesColorBlack
|
shoes: ClothingShoesColorBlack
|
||||||
|
gloves: ClothingHandsGlovesFingerless
|
||||||
id: CargoPDA
|
id: CargoPDA
|
||||||
ears: ClothingHeadsetCargo
|
ears: ClothingHeadsetCargo
|
||||||
innerclothingskirt: ClothingUniformJumpskirtCargo
|
innerclothingskirt: ClothingUniformJumpskirtCargo
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 264 B |
BIN
Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Hands/Gloves/fingerless.rsi/icon.png
Normal file
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user