diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml index 92ac25e07e..19297a0348 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Cloak/Roles/general.yml @@ -75,6 +75,17 @@ - type: Clothing sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat.rsi +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBrownFurCoat + name: brown fur coat + description: Warm in the rain, warm in the snow, warm in the wind. Nice. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi + - type: entity parent: CP14ClothingCloakBase id: CP14ClothingCloakInsulated @@ -108,3 +119,46 @@ - type: Clothing sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakBlueSyurko + name: blue surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakGreenSyurko + name: green surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/green_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakWhiteSyurko + name: white surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/white_syurko.rsi + +- type: entity + parent: CP14ClothingCloakBase + id: CP14ClothingCloakYellowSyurko + name: yellow surcoats + description: A long and roomy cloak that serves to protect your armour. + components: + - type: Sprite + sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi + - type: Clothing + sprite: _CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index 1fb054149a..7015f016db 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -64,6 +64,28 @@ - type: Clothing sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadGreenHuntersHat + name: green hunter's hat + description: A headdress revered by hunters on undead. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadRedHuntersHat + name: red hunter's hat + description: A headdress revered by hunters on undead. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi + - type: entity parent: CP14ClothingHeadBase id: CP14ClothingHeadJestersCap diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml index 7ef64b12b9..b4b59f811c 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml @@ -59,6 +59,32 @@ - type: IdentityBlocker - type: IngestionBlocker +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskRedNeckerchief + name: red neckerchief + description: It hides your face to the best of its ability. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/red_neckerchief.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/red_neckerchief.rsi + - type: IdentityBlocker + - type: IngestionBlocker + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskGreenNeckerchief + name: green neckerchief + description: It hides your face to the best of its ability. + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/green_neckerchief.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/green_neckerchief.rsi + - type: IdentityBlocker + - type: IngestionBlocker + - type: entity parent: CP14ClothingMaskBase id: CP14ClothingMaskBoneMask diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 2b4a7baea5..452c7c76ef 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -13,9 +13,14 @@ - CP14ClothingCloakGreen - CP14ClothingCloakBlue - CP14ClothingCloakFurCoat + - CP14ClothingCloakBrownFurCoat - CP14ClothingCloakInsulated - CP14ClothingCloakBlackSyurko - CP14ClothingCloakRedSyurko + - CP14ClothingCloakBlueSyurko + - CP14ClothingCloakGreenSyurko + - CP14ClothingCloakWhiteSyurko + - CP14ClothingCloakYellowSyurko - type: loadout id: CP14ClothingCloakFurcapeBlack @@ -72,6 +77,31 @@ equipment: cloak: CP14ClothingCloakInsulated +- type: loadout + id: CP14ClothingCloakBrownFurCoat + equipment: + cloak: CP14ClothingCloakBrownFurCoat + +- type: loadout + id: CP14ClothingCloakBlueSyurko + equipment: + cloak: CP14ClothingCloakBlueSyurko + +- type: loadout + id: CP14ClothingCloakGreenSyurko + equipment: + cloak: CP14ClothingCloakGreenSyurko + +- type: loadout + id: CP14ClothingCloakWhiteSyurko + equipment: + cloak: CP14ClothingCloakWhiteSyurko + +- type: loadout + id: CP14ClothingCloakYellowSyurko + equipment: + cloak: CP14ClothingCloakYellowSyurko + # OuterClothing - type: loadoutGroup @@ -161,6 +191,8 @@ - CP14ClothingMaskSinner - CP14ClothingMaskSteelMask - CP14ClothingMaskNeckerchief + - CP14ClothingMaskRedNeckerchief + - CP14ClothingMaskGreenNeckerchief - CP14ClothingMaskMime - type: loadout @@ -183,6 +215,16 @@ equipment: mask: CP14ClothingMaskMime +- type: loadout + id: CP14ClothingMaskRedNeckerchief + equipment: + mask: CP14ClothingMaskRedNeckerchief + +- type: loadout + id: CP14ClothingMaskGreenNeckerchief + equipment: + mask: CP14ClothingMaskGreenNeckerchief + # Head - type: loadoutGroup @@ -195,6 +237,8 @@ - CP14ClothingHeadTriangularHatGolden - CP14ClothingHeadJestersCap - CP14ClothingHeadHuntersHat + - CP14ClothingHeadGreenHuntersHat + - CP14ClothingHeadRedHuntersHat - CP14ClothingHeadJagermeisterHat - CP14ClothingHeadStrawHat @@ -233,6 +277,17 @@ equipment: head: CP14ClothingHeadJagermeisterHat +- type: loadout + id: CP14ClothingHeadGreenHuntersHat + equipment: + head: CP14ClothingHeadGreenHuntersHat + +- type: loadout + id: CP14ClothingHeadRedHuntersHat + equipment: + head: CP14ClothingHeadRedHuntersHat + + # Pants - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..242f3c34bc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png new file mode 100644 index 0000000000..b8b11609e0 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/blue_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/fur_coat_brown.rsi/equipped-CLOAK-carcat.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK-carcat.png new file mode 100644 index 0000000000..a40b38d42f Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK-carcat.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..6e44d99fc1 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/icon.png new file mode 100644 index 0000000000..496f6e42e0 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/meta.json new file mode 100644 index 0000000000..d5594cac3d --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/fur_coat_brown.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-CLOAK", + "directions": 4 + }, + { + "name": "equipped-CLOAK-carcat", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..cb5440c5c9 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png new file mode 100644 index 0000000000..070e798d33 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/green_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/white_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..d0f6c1620a Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png new file mode 100644 index 0000000000..ff0bc5e929 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/white_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/yellow_syurko.rsi/equipped-CLOAK.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/equipped-CLOAK.png new file mode 100644 index 0000000000..b98c48816e Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/equipped-CLOAK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png new file mode 100644 index 0000000000..328e2d34ec Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_syurko.rsi/meta.json new file mode 100644 index 0000000000..bac73872e4 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Cloak/Roles/General/yellow_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/Head/Roles/General/green_hunter_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..27fb6b554d Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/icon.png new file mode 100644 index 0000000000..0f278072e3 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/green_hunter_hat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..cd658fd39e Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/icon.png new file mode 100644 index 0000000000..adf7adb3b3 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/red_hunter_hat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png new file mode 100644 index 0000000000..291cce6bd9 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/icon.png new file mode 100644 index 0000000000..92462973ef Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.rsi/meta.json new file mode 100644 index 0000000000..df664cd96e --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/green_neckerchief.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-MASK", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/equipped-MASK.png new file mode 100644 index 0000000000..63f2464086 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/icon.png new file mode 100644 index 0000000000..b5b7693003 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.rsi/meta.json new file mode 100644 index 0000000000..df664cd96e --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/red_neckerchief.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-MASK", + "directions": 4 + } + ] +} \ No newline at end of file