Maid Update (#1064)

* MaidUpdate

* fix
This commit is contained in:
creamybag
2025-03-24 17:15:29 +03:00
committed by GitHub
parent 44b775b308
commit b5a2508ebc
10 changed files with 44 additions and 4 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 283 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 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
}
]
}