From: Guilherme Ornel <86210200+joshepvodka@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:29:13 +0000 (-0300) Subject: CentCom Agent Suit (#22700) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=62cee0bca56449e8369312ce6a42131bd6287cba;p=space-station-14.git CentCom Agent Suit (#22700) * added suit * added suit * tweaked monkey suit --- diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index da5c620c59..d86c8fbeba 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -123,6 +123,17 @@ - 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 index 0000000000..e4ac1bdd06 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 index 0000000000..a85d2d2e61 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 index 0000000000..9338490aae 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 index 0000000000..e1e0a47d97 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 index 0000000000..32b49e37e4 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 index 0000000000..b1119f9122 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_agent.rsi/meta.json @@ -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 + } + ] +}