New crafting recipes for hair flower and flower crown (#18421)

This commit is contained in:
lzk
2023-07-29 21:46:29 +03:00
committed by GitHub
parent 3f3f892822
commit a52709fae2
6 changed files with 54 additions and 6 deletions

View File

@@ -11,6 +11,16 @@
icon:
sprite: Objects/Specific/Hydroponics/poppy.rsi
state: produce
- tag: Flower
name: flower
icon:
sprite: Objects/Specific/Hydroponics/poppy.rsi
state: produce
- tag: Ambrosia
name: ambrosia
icon:
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
state: produce
doAfter: 10
- node: flowercrown
entity: ClothingHeadHatFlowerCrown

View File

@@ -0,0 +1,16 @@
- type: constructionGraph
id: hairflower
start: start
graph:
- node: start
edges:
- to: hairflower
steps:
- tag: Flower # TODO change to "RedFlower" or "Poppy" tag, so you cant make red flower from bluesyellow etc., when it will be
name: flower
icon:
sprite: Objects/Specific/Hydroponics/poppy.rsi
state: produce
doAfter: 3.5
- node: hairflower
entity: ClothingHeadHatHairflower

View File

@@ -17,7 +17,7 @@
graph: GhostSheet
startNode: start
targetNode: ghost_sheet
category: construction-category-misc
category: construction-category-clothing
description: Become a spooky ghost. Boo!
icon:
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
@@ -87,13 +87,26 @@
sprite: Clothing/Eyes/Misc/blindfold.rsi
state: icon
- type: construction
name: hairflower
id: hairflower
graph: hairflower
startNode: start
targetNode: hairflower
category: construction-category-clothing
description: "A red flower for beautiful ladies."
icon:
sprite: Clothing/Head/Misc/hairflower.rsi
state: icon
objectType: Item
- type: construction
name: flower crown
id: flowercrown
graph: flowercrown
startNode: start
targetNode: flowercrown
category: construction-category-misc
category: construction-category-clothing
description: "A coronet of fresh and fragrant flowers."
icon:
sprite: Clothing/Head/Misc/flower-crown.rsi