diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index a6c28a3629..7611707eec 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -151,3 +151,14 @@ sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi - type: Clothing sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadHuntersHat + name: hunter's hat + description: A headdress revered by hunters on undead. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.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 32c16963ee..5f8d372ba2 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -161,6 +161,7 @@ - CP14ClothingHeadBeretYellow - CP14ClothingHeadBeretBlue - CP14ClothingHeadBeretBlack + - CP14ClothingHeadHuntersHat - CP14ClothingHeadBandanaWhite - CP14ClothingHeadBandanaYellow @@ -204,6 +205,11 @@ equipment: head: CP14ClothingHeadBeretBlack +- type: loadout + id: CP14ClothingHeadHuntersHat + equipment: + head: CP14ClothingHeadHuntersHat + - type: loadout id: CP14ClothingHeadBandanaWhite equipment: diff --git a/Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml b/Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml index 8456a2201b..b2993991fe 100644 --- a/Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml +++ b/Resources/Prototypes/_CP14/Recipes/Workbench/sewing_table.yml @@ -218,6 +218,22 @@ knowledge: ClothingSewing result: CP14ClothingHeadBeretBlack +- type: CP14Recipe + id: CP14ClothingHeadHuntersHat + tag: CP14RecipeSewing + craftTime: 2 + requirements: + - !type:ProtoIdResource + protoId: CP14String + - !type:ProtoIdResource + protoId: CP14DyeBlack + - !type:StackResource + stack: CP14Cloth + count: 1 + - !type:KnowledgeRequired + knowledge: ClothingSewing + result: CP14ClothingHeadHuntersHat + - type: CP14Recipe id: CP14ClothingHeadBandanaWhite tag: CP14RecipeSewing diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..c76840f967 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/icon.png new file mode 100644 index 0000000000..e8c6b1c019 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/hunter_hat.rsi/meta.json new file mode 100644 index 0000000000..8f89a72be6 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/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 + } + ] +}