Blacksmith's gloves (#1045)

* gloves

* fix
This commit is contained in:
creamybag
2025-03-27 17:02:52 +03:00
committed by GitHub
parent 9271500fe4
commit 6a6350a827
9 changed files with 55 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ cp14-loadout-alchemist-belt = Alchemist's belt
# Blacksmith
cp14-loadout-blacksmith-cloak = Blacksmith's cloak
cp14-loadout-blacksmith-gloves = Blacksmith's gloves
# Guard commander

View File

@@ -28,6 +28,7 @@ cp14-loadout-alchemist-belt = Пояс алхимика
# Blacksmith
cp14-loadout-blacksmith-cloak = Накидка кузнеца
cp14-loadout-blacksmith-gloves = Перчатки кузнеца
# Guard commander

View File

@@ -64,6 +64,8 @@
contents:
- id: CP14ClothingCloakBlacksmithArpon
prob: 1
- id: CP14ClothingGlovesBlacksmith
prob: 0.8
- type: entity
parent: CP14WoodenCabinet

View File

@@ -41,4 +41,15 @@
- type: Sprite
sprite: _CP14/Clothing/Gloves/jagermeister_gloves.rsi
- type: Clothing
sprite: _CP14/Clothing/Gloves/jagermeister_gloves.rsi
sprite: _CP14/Clothing/Gloves/jagermeister_gloves.rsi
- type: entity
parent: CP14ClothingGlovesBase
id: CP14ClothingGlovesBlacksmith
name: blacksmith's gloves
description: They say you can get your hands on a newly poured ingot in them. But it's still not worth checking.
components:
- type: Sprite
sprite: _CP14/Clothing/Gloves/blacksmith_gloves.rsi
- type: Clothing
sprite: _CP14/Clothing/Gloves/blacksmith_gloves.rsi

View File

@@ -9,4 +9,23 @@
- type: loadout
id: CP14ClothingCloakBlacksmithArpon
equipment:
cloak: CP14ClothingCloakBlacksmithArpon
cloak: CP14ClothingCloakBlacksmithArpon
# Gloves
- type: loadoutGroup
id: CP14BlacksmithGloves
name: cp14-loadout-blacksmith-gloves
loadouts:
- CP14ClothingGlovesBlacksmith
- CP14ClothingGlovesGirdles
- type: loadout
id: CP14ClothingGlovesBlacksmith
equipment:
gloves: CP14ClothingGlovesBlacksmith
- type: loadout
id: CP14ClothingGlovesGirdles
equipment:
gloves: CP14ClothingGlovesGirdles

View File

@@ -69,7 +69,7 @@
- CP14GeneralOuterClothing
- CP14GeneralEyes
- CP14BlacksmithCloak
- CP14GeneralGloves
- CP14BlacksmithGloves
- CP14GeneralShirt
- CP14GeneralPants
- CP14GeneralShoes

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by creamy",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
}
]
}