diff --git a/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml index 751366ab37..88067f1904 100644 --- a/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml @@ -55,3 +55,20 @@ sprite: _CD/Clothing/OuterClothing/Coats/Europa/seperatistcoat.rsi - type: Clothing sprite: _CD/Clothing/OuterClothing/Coats/Europa/seperatistcoat.rsi + +# Cargo Gorka +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterCoatCargoBomber + name: cargo gorka + description: A heavy canvas gorka for cold shifts in Cargo. + components: + - type: Sprite + sprite: _CD/Clothing/OuterClothing/Coats/cargobomber.rsi + - type: Clothing + sprite: _CD/Clothing/OuterClothing/Coats/cargobomber.rsi + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatCargoBomber] + id: ClothingOuterCoatCargoBomberOpened + name: cargo gorka \ No newline at end of file diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/equipped-OUTERCLoTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/equipped-OUTERCLoTHING.png new file mode 100644 index 0000000000..3dd6533d06 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/equipped-OUTERCLoTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon-open.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon-open.png new file mode 100644 index 0000000000..2b3351cc6b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon-open.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon.png new file mode 100644 index 0000000000..b7e16110cc Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-left.png new file mode 100644 index 0000000000..ebd3f41ce5 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-right.png new file mode 100644 index 0000000000..c395f6995b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/meta.json b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/meta.json new file mode 100644 index 0000000000..f3435af134 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified by Github KittenColony / Discord kittencolony (297865728374210561) from https://github.com/tgstation/tgstation/pull/77456", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e175bb7f83 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-left.png new file mode 100644 index 0000000000..ebd3f41ce5 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-right.png new file mode 100644 index 0000000000..c395f6995b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargobomber.rsi/open-inhand-right.png differ