@@ -55,3 +55,17 @@
|
|||||||
event: !type:StethoscopeActionEvent
|
event: !type:StethoscopeActionEvent
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
priority: -1
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: construction
|
- type: construction
|
||||||
name: baseball bat
|
name: baseball bat
|
||||||
id: bat
|
id: bat
|
||||||
graph: WoodenBat
|
graph: WoodenBat
|
||||||
@@ -124,6 +124,19 @@
|
|||||||
state: icon
|
state: icon
|
||||||
objectType: Item
|
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
|
- type: construction
|
||||||
name: damp rag
|
name: damp rag
|
||||||
id: rag
|
id: rag
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Resources/Textures/Clothing/Neck/Misc/flower-wreath.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/flower-wreath.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user