diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Misc/craftingmaterials.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Misc/craftingmaterials.yml index ddc062bd96f..7e4c314da31 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Misc/craftingmaterials.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Misc/craftingmaterials.yml @@ -79,6 +79,9 @@ components: - type: Sprite state: pelt_nightstalker + - type: Tag + tags: + - NightstalkerPelt - type: PhysicalComposition materialComposition: RawLeather: 300 @@ -125,4 +128,4 @@ parent: N14MaterialHideGecko id: N14MaterialHideGeckoGolden name: golden gecko hide - description: A thick beautiful hide from a golden gecko. \ No newline at end of file + description: A thick beautiful hide from a golden gecko. diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml index 850d2d999af..5be75a25dd1 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/Graphs/clothing.yml @@ -72,4 +72,22 @@ amount: 2 doAfter: 4 - node: gloves - entity: N14ClothingHandsGlovesCloth \ No newline at end of file + entity: N14ClothingHandsGlovesCloth + + +- type: constructionGraph + id: NightstalkerhatGraph + start: start + graph: + - node: start + edges: + - to: head + steps: + - tag: NightstalkerPelt + name: nightstalker pelt + icon: + sprite: _Nuclear14/Objects/Misc/mob_drops.rsi + state: pelt_nightstalker + doAfter: 8 + - node: head + entity: N14ClothingHeadHatNightstalker diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml index b50405b0d7e..9a3fa96e63b 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml @@ -182,3 +182,17 @@ sprite: _Nuclear14/Clothing/Hands/Gloves/clothgloves.rsi state: icon hide: false + +- type: construction + id: Nightstalkerhat + name: nightstalker hat + description: A warm and resistent hat made from the head of a nightstalker. + category: construction-category-clothing + objectType: Item + graph: NightstalkerhatGraph + startNode: start + targetNode: head + icon: + sprite: _Nuclear14/Clothing/Head/FalloutHats/nightstalkerhat.rsi + state: icon + hide: false diff --git a/Resources/Prototypes/_Nuclear14/tags.yml b/Resources/Prototypes/_Nuclear14/tags.yml index 83556c1d554..ea84dec914e 100644 --- a/Resources/Prototypes/_Nuclear14/tags.yml +++ b/Resources/Prototypes/_Nuclear14/tags.yml @@ -364,3 +364,5 @@ - type: Tag id: Yaoguai +- type: Tag + id: NightstalkerPelt