Change combat gloves sprite (#27373)

* Changed combat gloves sprite.

* Edited combat gloves sprite.
This commit is contained in:
OnsenCapy
2024-05-07 21:19:55 -03:00
committed by GitHub
parent 89cbb100fd
commit 8ec52ff69c
6 changed files with 32 additions and 0 deletions

View File

@@ -242,6 +242,12 @@
name: combat gloves
description: These tactical gloves are fireproof and shock resistant.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/combat.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/combat.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-insulative

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by OnsenCapy (NamelessName on Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}