]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Command uniform (#32103)
authorGolden Can <greentopcan@gmail.com>
Tue, 22 Apr 2025 18:35:43 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 18:35:43 +0000 (14:35 -0400)
* Added generic command jumpskirt, jumpsuit and cap, and made them available in the HoP's clothing printer.

* fixed generic command jumpskirt and jumpsuit.

* Updated generic command jumpskirt/-suit textures, added generic command beret.

* Fixed game-breaking bug in previous commit relating to the command beret.

* altered generic command soft cap/baseball cap sprites.

* Update Resources/Prototypes/Entities/Clothing/Head/hats.yml

Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
* Update Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml

Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
* Update Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml

Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
* review

* whoopsie

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Co-authored-by: Milon <milonpl.git@proton.me>
35 files changed:
Resources/Prototypes/Entities/Clothing/Head/hats.yml
Resources/Prototypes/Entities/Clothing/Head/soft.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml
Resources/Prototypes/Recipes/Lathes/clothing.yml
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET-hamster.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET-hamster.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET-hamster.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon_flipped.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/meta.json [new file with mode: 0644]

index b665708ebae7d1214c17b510f867caad200065e3..260a1c385f842eb901a2e34af3ad0f7e67e15914 100644 (file)
   - type: Clothing
     sprite: Clothing/Head/Hats/beret_merc.rsi
 
+- type: entity
+  parent: ClothingHeadBase
+  id: ClothingHeadHatBeretCommand
+  name: command beret
+  description: A beret with a Command insignia emblazoned on it. It has an aura of authority.
+  components:
+  - type: Sprite
+    sprite: Clothing/Head/Hats/beret_command.rsi
+  - type: Clothing
+    sprite: Clothing/Head/Hats/beret_command.rsi
+  - type: Tag
+    tags:
+    - ClothMade
+    - HamsterWearable
+    - WhitelistChameleon
+
 - type: entity
   parent: ClothingHeadBase
   id: ClothingHeadHatBowlerHat
index d2eec63232041358127baaf9b6d1f5fd916c4099..db504639782606a7af6c0b56b153d44988cbed03 100644 (file)
   id: ClothingHeadHatQMsoftFlipped
   name: quartermaster's cap
 
+- type: entity
+  parent: ClothingHeadHeadHatBaseFlippable
+  id: ClothingHeadHatCommandSoft
+  name: command cap
+  description: It's a baseball hat painted in Command colours.
+  components:
+  - type: Sprite
+    sprite: Clothing/Head/Soft/commandsoft.rsi
+  - type: Clothing
+    sprite: Clothing/Head/Soft/commandsoft.rsi
+
+- type: entity
+  parent: [ ClothingHeadHeadHatBaseFlipped, ClothingHeadHatCommandSoft ]
+  id: ClothingHeadHatCommandSoftFlipped
+  name: command cap
+
 - type: entity
   parent: ClothingHeadHeadHatBaseFlippable
   id: ClothingHeadHatCorpsoft
index 13f8cc5767016114aa9e3d437869b2237e5549bf..8fd5b5a83111c1518e72bf1bfac6e53785a0040a 100644 (file)
   - type: Clothing
     sprite: Clothing/Uniforms/Jumpskirt/hos_parade.rsi
 
+- type: entity
+  parent: [ClothingUniformSkirtBase, BaseCommandContraband]
+  id: ClothingUniformJumpskirtCommandGeneric
+  name: command jumpskirt
+  description: A generic Command-colored jumpsuit not associated with any particular department.
+  components:
+  - type: Sprite
+    sprite: Clothing/Uniforms/Jumpskirt/commandgeneric.rsi
+  - type: Clothing
+    sprite: Clothing/Uniforms/Jumpskirt/commandgeneric.rsi
+
 - type: entity
   parent: ClothingUniformSkirtBase
   id: ClothingUniformJumpskirtHydroponics
index 3ecfad5f39395fe58a29477ae8989246054efb04..0caa9c6c1d7195e3529ffcc8163121f3fc7058c9 100644 (file)
   - type: Clothing
     sprite: Clothing/Uniforms/Jumpsuit/hos_parade.rsi
 
+- type: entity
+  parent: [ ClothingUniformBase, BaseCommandContraband ]
+  id: ClothingUniformJumpsuitCommandGeneric
+  name: command jumpsuit
+  description: A generic Command-colored jumpsuit not associated with any particular department.
+  components:
+  - type: Sprite
+    sprite: Clothing/Uniforms/Jumpsuit/commandgeneric.rsi
+  - type: Clothing
+    sprite: Clothing/Uniforms/Jumpsuit/commandgeneric.rsi
+
 - type: entity
   parent: ClothingUniformBase
   id: ClothingUniformJumpsuitHydroponics
index 728082036e48dc9f8a6b884a2e39b0897052a673..aa95781729fcc30267b86beb4884cbc110a0c22a 100644 (file)
   - ClothingHeadHatHopcap
   - ClothingUniformJumpsuitHoP
   - ClothingUniformJumpskirtHoP
+  # Generic
+  - ClothingHeadHatBeretCommand
+  - ClothingHeadHatCommandSoft
+  - ClothingUniformJumpskirtCommandGeneric
+  - ClothingUniformJumpsuitCommandGeneric
 
 - type: latheRecipePack
   id: ClothingEngineering
index 4558809e948d261885e9b6678b2c94ef14ce7ea4..c5f81153e2600749dcaa14f0f759ba5a9367061c 100644 (file)
@@ -82,7 +82,7 @@
   parent: BaseJumpsuitRecipe
   id: ClothingUniformJumpskirtColorGrey
   result: ClothingUniformJumpskirtColorGrey
-  
+
 - type: latheRecipe
   parent: BaseJumpsuitRecipe
   id: ClothingUniformJumpsuitLoungewear
   id: ClothingUniformJumpskirtCMOTurtle
   result: ClothingUniformJumpskirtCMOTurtle
 
+## Command (Generic)
+
+- type: latheRecipe
+  parent: BaseCommandJumpsuitRecipe
+  id: ClothingUniformJumpsuitCommandGeneric
+  result: ClothingUniformJumpsuitCommandGeneric
+
+- type: latheRecipe
+  parent: BaseCommandJumpsuitRecipe
+  id: ClothingUniformJumpskirtCommandGeneric
+  result: ClothingUniformJumpskirtCommandGeneric
+
 ## Detective
 
 - type: latheRecipe
   id: ClothingHeadHatBeretCmo
   result: ClothingHeadHatBeretCmo
 
+- type: latheRecipe
+  parent: BaseCommandHatRecipe
+  id: ClothingHeadHatBeretCommand
+  result: ClothingHeadHatBeretCommand
+
+- type: latheRecipe
+  parent: BaseCommandHatRecipe
+  id: ClothingHeadHatCommandSoft
+  result: ClothingHeadHatCommandSoft
+
 # Non-command hats
 
 - type: latheRecipe
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET-hamster.png
new file mode 100644 (file)
index 0000000..776465d
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET-hamster.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..1daddef
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/icon.png
new file mode 100644 (file)
index 0000000..d0e062c
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..5394ff7
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..aff7da3
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_command.rsi/meta.json
new file mode 100644 (file)
index 0000000..df45fd1
--- /dev/null
@@ -0,0 +1,30 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by GoldenCan(github) by modifying beret_engineering.rsi which was taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-HELMET",
+      "directions": 4
+    },
+    {
+      "name": "equipped-HELMET-hamster",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET-hamster.png
new file mode 100644 (file)
index 0000000..02c1133
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET-hamster.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..313c637
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET-hamster.png
new file mode 100644 (file)
index 0000000..b1da595
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET-hamster.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET.png
new file mode 100644 (file)
index 0000000..b35ef10
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-left.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-left.png
new file mode 100644 (file)
index 0000000..98f6144
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-right.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-right.png
new file mode 100644 (file)
index 0000000..f2e8c85
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/flipped-inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon.png
new file mode 100644 (file)
index 0000000..b82f02a
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon_flipped.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon_flipped.png
new file mode 100644 (file)
index 0000000..e9c9703
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon_flipped.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..70f7879
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..6e03576
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/meta.json b/Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/meta.json
new file mode 100644 (file)
index 0000000..173439b
--- /dev/null
@@ -0,0 +1,49 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by GoldenCan(github) based on cargosoft.rsi which was taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, repaletted for Space Station 14",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "icon_flipped"
+    },
+    {
+      "name": "equipped-HELMET",
+      "directions": 4
+    },
+    {
+      "name": "flipped-equipped-HELMET",
+      "directions": 4
+    },
+    {
+      "name": "equipped-HELMET-hamster",
+      "directions": 4
+    },
+    {
+      "name": "flipped-equipped-HELMET-hamster",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "flipped-inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    },
+    {
+      "name": "flipped-inhand-right",
+      "directions": 4
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png
new file mode 100644 (file)
index 0000000..2c91f62
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING.png
new file mode 100644 (file)
index 0000000..bfcf0cc
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/equipped-INNERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/icon.png
new file mode 100644 (file)
index 0000000..6787e7a
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..858a54c
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..3a6e374
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/commandgeneric.rsi/meta.json
new file mode 100644 (file)
index 0000000..e3f1b0f
--- /dev/null
@@ -0,0 +1,30 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made GoldenCan(github) based on both the medical jumpskirt and medical jumpsuit, both of which were taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite by GoldenCan(github) based on medical.rsi in hand sprite which was scaled down from the sprites from tgstation by potato1234_x. Monkey sprite made by GoldenCan(github) based on medical.rsi monkey sprite made by brainfood1183 (github) for ss14",
+  "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
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png
new file mode 100644 (file)
index 0000000..363eb66
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING-monkey.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING.png
new file mode 100644 (file)
index 0000000..95f7c55
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/equipped-INNERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/icon.png
new file mode 100644 (file)
index 0000000..3258a2a
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..858a54c
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..3a6e374
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/commandgeneric.rsi/meta.json
new file mode 100644 (file)
index 0000000..6d0322e
--- /dev/null
@@ -0,0 +1,30 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made GoldenCan(github) based on medical taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite by GoldenCan(github) based on medical.rsi in hand sprite which was scaled down from the sprites from tgstation by potato1234_x. Monkey sprite made by GoldenCan(github) based on medical.rsi monkey sprite made by brainfood1183 (github) for ss14",
+  "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
+    }
+  ]
+}