]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
CentCom Agent Suit (#22700)
authorGuilherme Ornel <86210200+joshepvodka@users.noreply.github.com>
Wed, 20 Dec 2023 23:29:13 +0000 (20:29 -0300)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 23:29:13 +0000 (16:29 -0700)
* added suit

* added suit

* tweaked monkey suit

Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING-monkey.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/meta.json [new file with mode: 0644]

index da5c620c5963d080fc6d8610969d015b69e892cf..d86c8fbebadf8f0c17d8057017fab7fef2152e7c 100644 (file)
     - type: Clothing
       sprite: Clothing/Uniforms/Jumpsuit/chaplain.rsi
 
+- type: entity
+  parent: ClothingUniformBase
+  id: ClothingUniformJumpsuitCentcomAgent
+  name: CentCom agent's jumpsuit
+  description: A suit worn by CentCom's legal team. Smells of burnt coffee.
+  components:
+  - type: Sprite
+    sprite: Clothing/Uniforms/Jumpsuit/centcom_agent.rsi
+  - type: Clothing
+    sprite: Clothing/Uniforms/Jumpsuit/centcom_agent.rsi
+
 - type: entity
   parent: ClothingUniformBase
   id: ClothingUniformJumpsuitCentcomOfficial
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING-monkey.png
new file mode 100644 (file)
index 0000000..e4ac1bd
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING-monkey.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING.png
new file mode 100644 (file)
index 0000000..a85d2d2
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/equipped-INNERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/icon.png
new file mode 100644 (file)
index 0000000..9338490
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..e1e0a47
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..32b49e3
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/meta.json
new file mode 100644 (file)
index 0000000..b1119f9
--- /dev/null
@@ -0,0 +1,30 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Recolor of lawyerblack.rsi joshepvodka",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-INNERCLOTHING",
+      "directions": 4
+    },
+    {
+      "name": "equipped-INNERCLOTHING-monkey",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}