]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add loungewear (#19933)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Fri, 15 Sep 2023 07:00:29 +0000 (17:00 +1000)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2023 07:00:29 +0000 (23:00 -0800)
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Entities/Structures/Furniture/dresser.yml
Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/loungewear.rsi/meta.json [new file with mode: 0644]

index d7625bbde133197d2ebacd7e8665f03ef0f64bfc..1488e27a725acd0c057625e315cef8dcef557198 100644 (file)
   - 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
index 9ff97ad0402ada5c1b482d306e1cad3c0ad0b57d..3884e81d7286f8b117d208c99b37402693e325d6 100644 (file)
         - ClothingShoesBootsSalvage
         - ClothingShoesBootsWork
         - ClothingShoesTourist
+        - ClothingUniformJumpsuitLoungewear
       chance: 0.6
       offset: 0.0
 
index 56718375e66ba151ef42ca70bf2cae38da4cebbb..da2b82270f7d7a4780365b3a939feecf126c2802 100644 (file)
@@ -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 (file)
index 0000000..0ee4675
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 (file)
index 0000000..40b6b1d
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 (file)
index 0000000..0c63437
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 (file)
index 0000000..18fc0e6
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 (file)
index 0000000..f9d3dd3
--- /dev/null
@@ -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
+    }
+  ]
+}