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

@@ -51,12 +51,15 @@
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatHairflower id: ClothingHeadHatHairflower
name: hairflower name: hairflower
description: A red rose for beautiful ladies. description: A red flower for beautiful ladies.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Head/Misc/hairflower.rsi sprite: Clothing/Head/Misc/hairflower.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Head/Misc/hairflower.rsi sprite: Clothing/Head/Misc/hairflower.rsi
- type: Construction
graph: hairflower
node: hairflower
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase

View File

@@ -864,7 +864,7 @@
grindableSolutionName: food grindableSolutionName: food
- type: Tag - type: Tag
tags: tags:
- Flower - Flower # TODO add "RedFlower" or "Poppy" tag, when other color flowers will be
- type: entity - type: entity
name: lingzhi name: lingzhi
@@ -927,6 +927,9 @@
sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi sprite: Objects/Specific/Hydroponics/ambrosia_vulgaris.rsi
slots: slots:
- HEAD - HEAD
- type: Tag
tags:
- Ambrosia
- type: entity - type: entity
name: galaxythistle name: galaxythistle

View File

@@ -11,6 +11,16 @@
icon: icon:
sprite: Objects/Specific/Hydroponics/poppy.rsi sprite: Objects/Specific/Hydroponics/poppy.rsi
state: produce 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 doAfter: 10
- node: flowercrown - node: flowercrown
entity: ClothingHeadHatFlowerCrown 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 graph: GhostSheet
startNode: start startNode: start
targetNode: ghost_sheet targetNode: ghost_sheet
category: construction-category-misc category: construction-category-clothing
description: Become a spooky ghost. Boo! description: Become a spooky ghost. Boo!
icon: icon:
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
@@ -87,13 +87,26 @@
sprite: Clothing/Eyes/Misc/blindfold.rsi sprite: Clothing/Eyes/Misc/blindfold.rsi
state: icon 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 - type: construction
name: flower crown name: flower crown
id: flowercrown id: flowercrown
graph: flowercrown graph: flowercrown
startNode: start startNode: start
targetNode: flowercrown targetNode: flowercrown
category: construction-category-misc category: construction-category-clothing
description: "A coronet of fresh and fragrant flowers." description: "A coronet of fresh and fragrant flowers."
icon: icon:
sprite: Clothing/Head/Misc/flower-crown.rsi sprite: Clothing/Head/Misc/flower-crown.rsi

View File

@@ -7,6 +7,9 @@
- type: Tag - type: Tag
id: AirSensor id: AirSensor
- type: Tag
id: Ambrosia
- type: Tag - type: Tag
id: AppraisalTool id: AppraisalTool