diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 3dbbc08cce..a2fdcf5406 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index a743c47f75..5312a43c10 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -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 + diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml index 2a4a0648aa..9f58c103ca 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml @@ -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 diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 833264d4c5..ec2331bf3f 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -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 diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..66f2673bc2 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/icon.png new file mode 100644 index 0000000000..76a32da5cc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/meta.json new file mode 100644 index 0000000000..5ebc06d0c3 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/haori.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..8a4b965ee3 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/icon.png new file mode 100644 index 0000000000..7d7aafc1f6 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/meta.json new file mode 100644 index 0000000000..a59cc88954 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/kasa_hat.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/equipped-PANTS.png new file mode 100644 index 0000000000..ca04a97e73 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/equipped-PANTS.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/icon.png new file mode 100644 index 0000000000..5450dcb369 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/meta.json new file mode 100644 index 0000000000..291469821b --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Pants/hakama.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file