diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index df04bd1751..3e8a2613ba 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -86,3 +86,14 @@ sprite: Clothing/Neck/Cloaks/herald.rsi - type: Clothing sprite: Clothing/Neck/Cloaks/herald.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakNanotrasen + name: nanotrasen cloak + description: A stately blue cloak to represent NanoTrasen. + components: + - type: Sprite + sprite: Clothing/Neck/Cloaks/nanotrasen.rsi + - type: Clothing + sprite: Clothing/Neck/Cloaks/nanotrasen.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 9b7baa1ac7..ed121f31a8 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -694,3 +694,14 @@ sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitNanotrasen + name: nanotrasen jumpsuit + description: A stately blue jumpsuit to represent NanoTrasen. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/equipped-NECK.png new file mode 100644 index 0000000000..bdcf9f6260 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/icon.png new file mode 100644 index 0000000000..dbd7286b53 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/meta.json new file mode 100644 index 0000000000..3503f7290c --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/nanotrasen.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by You#1818", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..da232a94f6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/icon.png new file mode 100644 index 0000000000..cab8a57bff Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-left.png new file mode 100644 index 0000000000..30d9857df4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-right.png new file mode 100644 index 0000000000..3e674560d9 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/meta.json new file mode 100644 index 0000000000..da904f779e --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/nanotrasen.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by You#1818", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}