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