Add flower crown (#10301)
This commit is contained in:
@@ -32,6 +32,20 @@
|
|||||||
sprite: Clothing/Head/Misc/chickenhead.rsi
|
sprite: Clothing/Head/Misc/chickenhead.rsi
|
||||||
- type: IngestionBlocker
|
- 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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatHairflower
|
id: ClothingHeadHatHairflower
|
||||||
|
|||||||
@@ -699,6 +699,9 @@
|
|||||||
seedId: poppy
|
seedId: poppy
|
||||||
- type: Extractable
|
- type: Extractable
|
||||||
grindableSolutionName: food
|
grindableSolutionName: food
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Flower
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: lingzhi
|
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:
|
icon:
|
||||||
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
sprite: Clothing/Eyes/Misc/blindfold.rsi
|
||||||
state: icon
|
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
|
- type: Tag
|
||||||
id: Flashlight
|
id: Flashlight
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Flower
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Folder
|
id: Folder
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
Resources/Textures/Clothing/Head/Misc/flower-crown.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Misc/flower-crown.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user