diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 352b6a10be..92ac25e07e 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -84,4 +84,27 @@ - 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 + sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBlackSyurko + name: black surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakRedSyurko + name: red surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi + diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml index 4f68be2709..ed825f4a2c 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/guard.yml @@ -12,4 +12,15 @@ - type: Sprite sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi - type: Clothing - sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi \ No newline at end of file + sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi + +- type: entity + parent: CP14ClothingCloakGuardBase + id: CP14ClothingCloakGuardSyurko + name: guard surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index aec528696e..6af01d68ea 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -14,6 +14,8 @@ - CP14ClothingCloakBlue - CP14ClothingCloakFurCoat - CP14ClothingCloakInsulated + - CP14ClothingCloakBlackSyurko + - CP14ClothingCloakRedSyurko - type: loadout id: CP14ClothingCloakFurcapeBlack @@ -25,6 +27,16 @@ equipment: cloak: CP14ClothingCloakFurcapeBlue +- type: loadout + id: CP14ClothingCloakBlackSyurko + equipment: + cloak: CP14ClothingCloakBlackSyurko + +- type: loadout + id: CP14ClothingCloakRedSyurko + equipment: + cloak: CP14ClothingCloakRedSyurko + - type: loadout id: CP14ClothingCloakMaidArpon equipment: diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml index 46dd7a4520..fc5ff15d00 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/guard.yml @@ -7,12 +7,18 @@ minLimit: 0 loadouts: - CP14ClothingCloakGuardBlue + - CP14ClothingCloakGuardSyurko - type: loadout id: CP14ClothingCloakGuardBlue equipment: cloak: CP14ClothingCloakGuardBlue +- type: loadout + id: CP14ClothingCloakGuardSyurko + equipment: + cloak: CP14ClothingCloakGuardSyurko + # Head - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..b483b1d963 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png new file mode 100644 index 0000000000..b0675eb52a Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/black_syurko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..525d3325a5 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png new file mode 100644 index 0000000000..634561616f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/red_syurko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..66b0472bfc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png new file mode 100644 index 0000000000..76c6209825 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + } + ] +}