@@ -280,4 +280,14 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/warrior_garb.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/warrior_garb.rsi
|
||||
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/warrior_garb.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingShirtBase
|
||||
id: CP14ClothinShirtMaidDress
|
||||
name: maid's dress
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/maid_dress.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/maid_dress.rsi
|
||||
@@ -43,6 +43,7 @@
|
||||
footstepSoundCollection: null # Silent footstep
|
||||
- type: Inventory
|
||||
templateId: CP14Carcat # Cant wear shoes
|
||||
speciesId: carcat
|
||||
displacements:
|
||||
belt:
|
||||
sizeMaps:
|
||||
@@ -113,6 +114,7 @@
|
||||
species: CP14Carcat
|
||||
- type: Inventory
|
||||
templateId: CP14Carcat
|
||||
speciesId: carcat
|
||||
displacements:
|
||||
belt:
|
||||
sizeMaps:
|
||||
|
||||
@@ -271,6 +271,7 @@
|
||||
loadouts:
|
||||
- CP14ClothingShirtCottonBlack
|
||||
- CP14ClothingShirtBlackDress
|
||||
- CP14ClothinShirtMaidDress
|
||||
- CP14ClothingShirtCottonBlue
|
||||
- CP14ClothingShirtCottonBlueCollar
|
||||
- CP14ClothingBlueCollarDress
|
||||
@@ -306,6 +307,11 @@
|
||||
equipment:
|
||||
shirt: CP14ClothingShirtBlackDress
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothinShirtMaidDress
|
||||
equipment:
|
||||
shirt: CP14ClothinShirtMaidDress
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingShirtCottonBlue
|
||||
equipment:
|
||||
|
||||
|
After Width: | Height: | Size: 657 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 283 B |
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"copyright": "Created by TheShuEd, modified by creamy",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
@@ -13,6 +13,10 @@
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK-carcat",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 686 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
|
||||
}
|
||||
]
|
||||
}
|
||||