This commit is contained in:
creamybag
2025-03-13 15:30:18 +03:00
committed by GitHub
parent 47ea85ba21
commit 44c9897893
9 changed files with 78 additions and 2 deletions

View File

@@ -7,4 +7,14 @@
- type: Sprite
sprite: _CP14/Clothing/Pants/aristocratic.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/aristocratic.rsi
sprite: _CP14/Clothing/Pants/aristocratic.rsi
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingPantsMerchantsPantaloons
name: merchant's pantaloons
components:
- type: Sprite
sprite: _CP14/Clothing/Pants/merchants_pantaloons.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/merchants_pantaloons.rsi

View File

@@ -8,3 +8,14 @@
sprite: _CP14/Clothing/Shirt/Roles/Merchant/merchant.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/Merchant/merchant.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothingShirtMerchantDress
name: merchant's dress
description: An elegant dress for equally elegant individuals.
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Roles/Merchant/merchants_dress.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/Merchant/merchants_dress.rsi

View File

@@ -34,12 +34,18 @@
name: cp14-loadout-merchant-shirt
loadouts:
- CP14ClothingShirtMerchant
- CP14ClothingShirtMerchantDress
- type: loadout
id: CP14ClothingShirtMerchant
equipment:
shirt: CP14ClothingShirtMerchant
- type: loadout
id: CP14ClothingShirtMerchantDress
equipment:
shirt: CP14ClothingShirtMerchantDress
# Pants
- type: loadoutGroup
@@ -47,6 +53,12 @@
name: cp14-loadout-merchant-pants
loadouts:
- CP14ClothingPantsAristocratic
- CP14ClothingPantsMerchantsPantaloons
- type: loadout
id: CP14ClothingPantsMerchantsPantaloons
equipment:
pants: CP14ClothingPantsMerchantsPantaloons
# Shoes
@@ -54,4 +66,10 @@
id: CP14MerchantShoes
name: cp14-loadout-merchant-shoes
loadouts:
- CP14ShoesAristocraticBlack
- CP14ShoesAristocraticBlack
- CP14ClothingShoesSandals
- type: loadout
id: CP14ClothingShoesSandals
equipment:
shoes: CP14ClothingShoesSandals

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 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-SHIRT",
"directions": 4
}
]
}