Combine flower crown and wreath (#26605)

* Combine flower crown and wreath

* huh

* huuh :trollface:
This commit is contained in:
lzk
2024-03-31 10:52:52 +02:00
committed by GitHub
parent ad438a7ac2
commit 55c77af33c
13 changed files with 24 additions and 85 deletions

View File

@@ -35,17 +35,20 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatFlowerCrown
name: flower crown
description: A coronet of fresh and fragrant flowers.
id: ClothingHeadHatFlowerWreath
name: flower wreath
description: A wreath of colourful flowers. Can be worn both on head and neck.
components:
- type: Sprite
sprite: Clothing/Head/Misc/flower-crown.rsi
sprite: Clothing/Head/Misc/flower-wreath.rsi
- type: Clothing
sprite: Clothing/Head/Misc/flower-crown.rsi
sprite: Clothing/Head/Misc/flower-wreath.rsi
slots:
- HEAD
- neck
- type: Construction
graph: flowercrown
node: flowercrown
graph: flowerwreath
node: flowerwreath
- type: entity
parent: ClothingHeadLightBase

View File

@@ -79,17 +79,3 @@
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

@@ -292,7 +292,7 @@
orGroup: GiftPool
- id: ClothingHeadHatBunny
orGroup: GiftPool
- id: ClothingHeadHatFlowerCrown
- id: ClothingHeadHatFlowerWreath
orGroup: GiftPool
- id: FoodPoppy
orGroup: GiftPool

View File

@@ -1,26 +0,0 @@
- 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
- 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: flowercrown
entity: ClothingHeadHatFlowerCrown

View File

@@ -23,4 +23,4 @@
state: produce
doAfter: 10
- node: flowerwreath
entity: ClothingNeckFlowerWreath
entity: ClothingHeadHatFlowerWreath

View File

@@ -98,19 +98,6 @@
sprite: Clothing/Eyes/Misc/blindfold.rsi
state: icon
- type: construction
name: flower crown
id: flowercrown
graph: flowercrown
startNode: start
targetNode: flowercrown
category: construction-category-clothing
description: "A coronet of fresh and fragrant flowers."
icon:
sprite: Clothing/Head/Misc/flower-crown.rsi
state: icon
objectType: Item
- type: construction
name: flower wreath
id: flowerwreath
@@ -118,9 +105,9 @@
startNode: start
targetNode: flowerwreath
category: construction-category-clothing
description: "A wreath of colourful flowers."
description: A wreath of colourful flowers. Can be worn both on head and neck.
icon:
sprite: Clothing/Neck/Misc/flower-wreath.rsi
sprite: Clothing/Head/Misc/flower-wreath.rsi
state: icon
objectType: Item
@@ -226,4 +213,4 @@
description: An improvised explosive made from pipes and wire.
icon:
sprite: Objects/Weapons/Bombs/pipebomb.rsi
state: icon
state: icon

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Kevin Zheng 2022",
"copyright": "Kevin Zheng 2022 | equipped-NECK and icon Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,10 @@
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4

View File

@@ -1,19 +0,0 @@
{
"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"
}
]
}

View File

@@ -257,3 +257,7 @@ RPED: null
# These are technically not equivalent, but it probably makes more sense to replace any existing SCAF stuff with SOME kind of armor, instead of just deleting it outright.
ClothingHeadHelmetScaf: ClothingHeadHelmetBasic
ClothingOuterArmorScaf: ClothingOuterArmorBasic
# 2024-03-31
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath