Add flower crown (#10301)

This commit is contained in:
Kevin Zheng
2022-08-13 22:50:50 -07:00
committed by GitHub
parent 1390cd4019
commit 91ddba9927
8 changed files with 67 additions and 0 deletions

View File

@@ -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

View File

@@ -699,6 +699,9 @@
seedId: poppy
- type: Extractable
grindableSolutionName: food
- type: Tag
tags:
- Flower
- type: entity
name: lingzhi

View File

@@ -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

View File

@@ -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

View File

@@ -195,6 +195,9 @@
- type: Tag
id: Flashlight
- type: Tag
id: Flower
- type: Tag
id: Folder

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Kevin Zheng 2022",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}