diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 9799d8c984..352b6a10be 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -73,4 +73,15 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi \ No newline at end of file + sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakInsulated + name: insulated mantle + description: Winter is coming... + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 5f8d372ba2..5a35335e4a 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -13,6 +13,7 @@ - CP14ClothingCloakGreen - CP14ClothingCloakBlue - CP14ClothingCloakFurCoat + - CP14ClothingCloakInsulated - type: loadout id: CP14ClothingCloakFurcapeBlack @@ -54,6 +55,11 @@ equipment: cloak: CP14ClothingCloakFurCoat +- type: loadout + id: CP14ClothingCloakInsulated + equipment: + cloak: CP14ClothingCloakInsulated + # OuterClothing - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..93e53d9bc5 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/icon.png new file mode 100644 index 0000000000..69e076472b Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/meta.json new file mode 100644 index 0000000000..2d6e3d7b23 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by Lucson1337", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +}