From b36048e4241e2f6264b678cf329bda3c3d5d6d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82?= <123451459+JustArt1m@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:13:43 +0300 Subject: [PATCH] Clothing prototypes --- .../Entities/Clothing/Shoes/specific.yml | 22 +++++++++++++++++++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 11 ++++++++++ 2 files changed, 33 insertions(+) diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml index 7f41e4a1e1d..fc8992e10b2 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml @@ -30,3 +30,25 @@ sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi - type: Clothing sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi + +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesSchoolBlack + name: school black shoes + description: Stylish and comfortable school shoes in dark color with stockings. + components: + - type: Sprite + sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi + - type: Clothing + sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi + +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesSchoolWhite + name: school white shoes + description: Stylish and comfortable school shoes in light color with stockings. + components: + - type: Sprite + sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi + - type: Clothing + sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml index aedd43625e2..79d0938a963 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml @@ -42,3 +42,14 @@ sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi - type: Clothing sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtSchool + name: school skirt + description: Stylish and comfortable school skirt. + components: + - type: Sprite + sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi + - type: Clothing + sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi \ No newline at end of file