dress (#1022)
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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 |
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user