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
--- /dev/null
+- 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
-- type: construction
+- type: construction
name: baseball bat
id: bat
graph: WoodenBat
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
--- /dev/null
+{
+ "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"
+ }
+ ]
+}