Flower wreaths (#23662)

* add

* fix
This commit is contained in:
Ubaser
2024-01-07 18:03:46 +11:00
committed by GitHub
parent bb294a7aa2
commit 93a77e89fe
6 changed files with 73 additions and 1 deletions

View File

@@ -55,3 +55,17 @@
event: !type:StethoscopeActionEvent
checkCanInteract: false
priority: -1
- type: entity
parent: ClothingNeckBase
id: ClothingNeckFlowerWreath
name: flower wreath
description: A wreath of colourful flowers.
components:
- type: Sprite
sprite: Clothing/Neck/Misc/flower-wreath.rsi
- type: Clothing
sprite: Clothing/Neck/Misc/flower-wreath.rsi
- type: Construction
graph: flowerwreath
node: flowerwreath

View File

@@ -0,0 +1,26 @@
- type: constructionGraph
id: flowerwreath
start: start
graph:
- node: start
edges:
- to: flowerwreath
steps:
- tag: Flower
name: flower
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: flowerwreath
entity: ClothingNeckFlowerWreath

View File

@@ -1,4 +1,4 @@
- type: construction
- type: construction
name: baseball bat
id: bat
graph: WoodenBat
@@ -124,6 +124,19 @@
state: icon
objectType: Item
- type: construction
name: flower wreath
id: flowerwreath
graph: flowerwreath
startNode: start
targetNode: flowerwreath
category: construction-category-clothing
description: "A wreath of colourful flowers."
icon:
sprite: Clothing/Neck/Misc/flower-wreath.rsi
state: icon
objectType: Item
- type: construction
name: damp rag
id: rag

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "icon"
}
]
}