From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:00:29 +0000 (+1000) Subject: Add loungewear (#19933) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=89f5fa2247138038efcb1344d0c7082d51ce1820;p=space-station-14.git Add loungewear (#19933) --- diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index d7625bbde1..1488e27a72 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -1301,3 +1301,14 @@ - type: Construction graph: WebObjects node: jumpsuit + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitLoungewear + name: loungewear + description: A long stretch of fabric that wraps around your body for comfort. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/loungewear.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/loungewear.rsi diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 9ff97ad040..3884e81d72 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -106,6 +106,7 @@ - ClothingShoesBootsSalvage - ClothingShoesBootsWork - ClothingShoesTourist + - ClothingUniformJumpsuitLoungewear chance: 0.6 offset: 0.0 diff --git a/Resources/Prototypes/Entities/Structures/Furniture/dresser.yml b/Resources/Prototypes/Entities/Structures/Furniture/dresser.yml index 56718375e6..da2b82270f 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/dresser.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/dresser.yml @@ -66,6 +66,8 @@ orGroup: dressermainloot - id: ClothingUniformJumpskirtColorPink prob: 0.05 + - id: ClothingUniformJumpsuitLoungewear + prob: 0.05 orGroup: dressermainloot - id: Pen # It`s pen. prob: 0.03 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..0ee467584c Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/icon.png new file mode 100644 index 0000000000..40b6b1d0c8 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-left.png new file mode 100644 index 0000000000..0c634374be Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-right.png new file mode 100644 index 0000000000..18fc0e659b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/meta.json new file mode 100644 index 0000000000..f9d3dd3aab --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}