@@ -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
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ cp14-loadout-alchemist-belt = Пояс алхимика
|
||||
# Blacksmith
|
||||
|
||||
cp14-loadout-blacksmith-cloak = Накидка кузнеца
|
||||
cp14-loadout-blacksmith-gloves = Перчатки кузнеца
|
||||
|
||||
# Guard commander
|
||||
|
||||
|
||||
@@ -64,6 +64,8 @@
|
||||
contents:
|
||||
- id: CP14ClothingCloakBlacksmithArpon
|
||||
prob: 1
|
||||
- id: CP14ClothingGlovesBlacksmith
|
||||
prob: 0.8
|
||||
|
||||
- type: entity
|
||||
parent: CP14WoodenCabinet
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user