Add fingerless insulated gloves (#19111)

Fingerless insulated gloves are a joke variant of insulated gloves that neither insulates you, nor prevents you from transferring fingerprints. The name and description make this adequately clear.
This commit is contained in:
JoeHammad1844
2023-08-17 04:38:07 +10:00
committed by GitHub
parent 8a0ca262af
commit ebdf249e52
7 changed files with 17 additions and 0 deletions

View File

@@ -117,6 +117,8 @@
prob: 0.2
- id: ClothingHandsGlovesColorYellow
prob: 0.05
- id: ClothingHandsGlovesFingerlessInsulated
prob: 0.07
- id: ClothingBeltUtility
prob: 0.10
- id: ClothingHeadHatCone

View File

@@ -264,6 +264,20 @@
fiberMaterial: fibers-synthetic
fiberColor: fibers-black
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesFingerlessInsulated
name: fingerless insulated gloves
description: Insulated gloves resistant to shocks, or at least they used to.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/fingerlessinsuls.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/fingerlessinsuls.rsi
- type: Fiber
fiberMaterial: fibers-insulative
fiberColor: fibers-yellow
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesMercFingerless

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

View File

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