Add flower crown (#10301)
This commit is contained in:
@@ -32,6 +32,20 @@
|
||||
sprite: Clothing/Head/Misc/chickenhead.rsi
|
||||
- type: IngestionBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatFlowerCrown
|
||||
name: flower crown
|
||||
description: A coronet of fresh and fragrant flowers.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Misc/flower-crown.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Misc/flower-crown.rsi
|
||||
- type: Construction
|
||||
graph: flowercrown
|
||||
node: flowercrown
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHairflower
|
||||
|
||||
@@ -699,6 +699,9 @@
|
||||
seedId: poppy
|
||||
- type: Extractable
|
||||
grindableSolutionName: food
|
||||
- type: Tag
|
||||
tags:
|
||||
- Flower
|
||||
|
||||
- type: entity
|
||||
name: lingzhi
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
- type: constructionGraph
|
||||
id: flowercrown
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: flowercrown
|
||||
steps:
|
||||
- tag: Flower
|
||||
name: flower
|
||||
icon:
|
||||
sprite: Objects/Specific/Hydroponics/poppy.rsi
|
||||
state: produce
|
||||
doAfter: 10
|
||||
- node: flowercrown
|
||||
entity: ClothingHeadHatFlowerCrown
|
||||
@@ -60,3 +60,16 @@
|
||||
icon:
|
||||
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
||||
state: icon
|
||||
|
||||
- type: construction
|
||||
name: flower crown
|
||||
id: flowercrown
|
||||
graph: flowercrown
|
||||
startNode: start
|
||||
targetNode: flowercrown
|
||||
category: Misc
|
||||
description: "A coronet of fresh and fragrant flowers."
|
||||
icon:
|
||||
sprite: Clothing/Head/Misc/flower-crown.rsi
|
||||
state: icon
|
||||
objectType: Item
|
||||
|
||||
@@ -195,6 +195,9 @@
|
||||
- type: Tag
|
||||
id: Flashlight
|
||||
|
||||
- type: Tag
|
||||
id: Flower
|
||||
|
||||
- type: Tag
|
||||
id: Folder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user