Skip to content

Commit

Permalink
Nightstalker hat crafting (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker-88 authored Dec 22, 2024
1 parent 3ef1a3d commit 164e68c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
components:
- type: Sprite
state: pelt_nightstalker
- type: Tag
tags:
- NightstalkerPelt
- type: PhysicalComposition
materialComposition:
RawLeather: 300
Expand Down Expand Up @@ -125,4 +128,4 @@
parent: N14MaterialHideGecko
id: N14MaterialHideGeckoGolden
name: golden gecko hide
description: A thick beautiful hide from a golden gecko.
description: A thick beautiful hide from a golden gecko.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,22 @@
amount: 2
doAfter: 4
- node: gloves
entity: N14ClothingHandsGlovesCloth
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
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Crafting/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions Resources/Prototypes/_Nuclear14/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,5 @@
- type: Tag
id: Yaoguai

- type: Tag
id: NightstalkerPelt

0 comments on commit 164e68c

Please sign in to comment.