Asian clothing! (#1459)

* Asian clothing

* Fix
This commit is contained in:
SenorJaba
2025-06-26 13:46:38 +03:00
committed by GitHub
parent ee1222dcf4
commit 0cc7b6bf36
13 changed files with 104 additions and 0 deletions

View File

@@ -173,3 +173,14 @@
sprite: _CP14/Clothing/Cloak/Roles/General/aristocratic_cloak.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/aristocratic_cloak.rsi
- type: entity
parent: CP14ClothingCloakBase
id: CP14ClothingCloakHaori
name: haori
description: Traditional roomy jacket of a traveler from distant lands.
components:
- type: Sprite
sprite: _CP14/Clothing/Cloak/Roles/General/haori.rsi
- type: Clothing
sprite: _CP14/Clothing/Cloak/Roles/General/haori.rsi

View File

@@ -122,3 +122,14 @@
# graph: CP14StrawHat
# node: cp14headstrawhat
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadKasaHat
name: farmer's hat
description: Welcome to the rice fields, adventurer!
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/kasa_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/kasa_hat.rsi

View File

@@ -79,3 +79,13 @@
- type: Clothing
sprite: _CP14/Clothing/Pants/jagermeister_trousers.rsi
- type: entity
parent: CP14ClothingPantsBase
id: CP14ClothingPantsHakama
name: hakama
description: Traditional long pants of a traveler from distant lands.
components:
- type: Sprite
sprite: _CP14/Clothing/Pants/hakama.rsi
- type: Clothing
sprite: _CP14/Clothing/Pants/hakama.rsi

View File

@@ -21,6 +21,7 @@
- CP14ClothingCloakGreenSyurko
- CP14ClothingCloakWhiteSyurko
- CP14ClothingCloakYellowSyurko
- CP14ClothingCloakHaori
- type: loadout
id: CP14ClothingCloakFurcapeBlack
@@ -102,6 +103,11 @@
equipment:
cloak: CP14ClothingCloakYellowSyurko
- type: loadout
id: CP14ClothingCloakHaori
equipment:
cloak: CP14ClothingCloakHaori
# OuterClothing
- type: loadoutGroup
@@ -251,6 +257,7 @@
- CP14ClothingHeadRedHuntersHat
- CP14ClothingHeadJagermeisterHat
- CP14ClothingHeadStrawHat
- CP14ClothingHeadKasaHat
- type: loadout
id: CP14ClothingHeadMetalHeadband
@@ -297,6 +304,11 @@
equipment:
head: CP14ClothingHeadRedHuntersHat
- type: loadout
id: CP14ClothingHeadKasaHat
equipment:
head: CP14ClothingHeadKasaHat
# Pants
@@ -311,6 +323,7 @@
- CP14ClothingPantsJagermeisterTrousers
- CP14ClothingPantsGreen
- CP14ClothingPantsBrown
- CP14ClothingPantsHakama
- type: loadout
id: CP14ClothingPantsTrouserWhite
@@ -347,6 +360,11 @@
equipment:
pants: CP14ClothingPantsJagermeisterTrousers
- type: loadout
id: CP14ClothingPantsHakama
equipment:
pants: CP14ClothingPantsHakama
# Shirt
- type: loadoutGroup

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Jaba",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-CLOAK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Ktyria (discord)",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Jaba",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-PANTS",
"directions": 4
}
]
}