lightgreendress (#919)

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
creamybag
2025-02-20 15:44:45 +03:00
committed by GitHub
parent b29cfaf2a8
commit d32ed931b3
5 changed files with 34 additions and 0 deletions

View File

@@ -249,3 +249,13 @@
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/green_belt2_dress.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/green_belt2_dress.rsi
- type: entity
parent: CP14ClothingShirtBase
id: CP14ClothinGreenLightDress
name: light green dress
components:
- type: Sprite
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/light_green_dress.rsi
- type: Clothing
sprite: _CP14/Clothing/Shirt/Roles/General/Dress/light_green_dress.rsi

View File

@@ -296,6 +296,7 @@
- CP14ClothingCottonWhiteCollarDress
- CP14ClothinGreenBeltDress
- CP14ClothinGreenBeltDress2
- CP14ClothinGreenLightDress
- CP14ClothingShirtCottonYellow
- CP14ClothingShirtCottonYellowCollar
- CP14ClothingCottonYellowCollarDress
@@ -401,6 +402,11 @@
equipment:
shirt: CP14ClothinGreenBeltDress2
- type: loadout
id: CP14ClothinGreenLightDress
equipment:
shirt: CP14ClothinGreenLightDress
- type: loadout
id: CP14ClothingShirtCottonYellow
equipment:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

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