Remake hairflowers (#25475)

* Add more lily usage (orange hairflower and flowercrown)

* comit 2

* ee

* more fixes

* w

* im stupid

* bring poppy in authodrobe

* weh

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
lzk
2024-03-31 07:33:23 +02:00
committed by GitHub
parent f5e5b6b095
commit d5052697aa
15 changed files with 21 additions and 75 deletions

View File

@@ -43,7 +43,7 @@
ClothingMaskScaredMime: 1 ClothingMaskScaredMime: 1
ClothingUniformJumpsuitKimono: 1 ClothingUniformJumpsuitKimono: 1
ClothingHeadHatCasa: 1 ClothingHeadHatCasa: 1
ClothingHeadHatHairflower: 1 FoodPoppy: 1
ClothingHeadHatGladiator: 1 ClothingHeadHatGladiator: 1
ClothingUniformJumpsuitGladiator: 1 ClothingUniformJumpsuitGladiator: 1
ClothingHeadHatCowboyBrown: 1 ClothingHeadHatCowboyBrown: 1

View File

@@ -47,20 +47,6 @@
graph: flowercrown graph: flowercrown
node: flowercrown node: flowercrown
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHairflower
name: hairflower
description: A red flower for beautiful ladies.
components:
- type: Sprite
sprite: Clothing/Head/Misc/hairflower.rsi
- type: Clothing
sprite: Clothing/Head/Misc/hairflower.rsi
- type: Construction
graph: hairflower
node: hairflower
- type: entity - type: entity
parent: ClothingHeadLightBase parent: ClothingHeadLightBase
id: ClothingHeadHatPumpkin id: ClothingHeadHatPumpkin

View File

@@ -1220,6 +1220,10 @@
id: FoodPoppy id: FoodPoppy
description: A flower with extracts often used in the production of medicine description: A flower with extracts often used in the production of medicine
components: components:
- type: Clothing
slots:
- HEAD
quickEquip: false
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- medicine - medicine

View File

@@ -294,7 +294,7 @@
orGroup: GiftPool orGroup: GiftPool
- id: ClothingHeadHatFlowerCrown - id: ClothingHeadHatFlowerCrown
orGroup: GiftPool orGroup: GiftPool
- id: ClothingHeadHatHairflower - id: FoodPoppy
orGroup: GiftPool orGroup: GiftPool
- id: ClothingMaskClown - id: ClothingMaskClown
orGroup: GiftPool orGroup: GiftPool

View File

@@ -1,16 +0,0 @@
- type: constructionGraph
id: hairflower
start: start
graph:
- node: start
edges:
- to: hairflower
steps:
- tag: Flower # TODO change to "RedFlower" or "Poppy" tag, so you cant make red flower from bluesyellow etc., when it will be
name: flower
icon:
sprite: Objects/Specific/Hydroponics/poppy.rsi
state: produce
doAfter: 3.5
- node: hairflower
entity: ClothingHeadHatHairflower

View File

@@ -98,19 +98,6 @@
sprite: Clothing/Eyes/Misc/blindfold.rsi sprite: Clothing/Eyes/Misc/blindfold.rsi
state: icon state: icon
- type: construction
name: hairflower
id: hairflower
graph: hairflower
startNode: start
targetNode: hairflower
category: construction-category-clothing
description: "A red flower for beautiful ladies."
icon:
sprite: Clothing/Head/Misc/hairflower.rsi
state: icon
objectType: Item
- type: construction - type: construction
name: flower crown name: flower crown
id: flowercrown id: flowercrown

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

View File

@@ -1,26 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a seed modified by potato1234_X (github) for ss14", "copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a seed modified by potato1234_X (github) for ss14, equipped-HELMET taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and changed hue",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -27,6 +27,10 @@
}, },
{ {
"name": "stage-3" "name": "stage-3"
},
{
"name": "equipped-HELMET",
"directions": 4
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", "copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, equipped-HELMET taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -27,6 +27,10 @@
}, },
{ {
"name": "stage-3" "name": "stage-3"
},
{
"name": "equipped-HELMET",
"directions": 4
} }
] ]
} }

View File

@@ -237,7 +237,7 @@ AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked
#2024-03-10 # 2024-03-10
ClothingBackpackFilledDetective: ClothingBackpackSecurityFilledDetective ClothingBackpackFilledDetective: ClothingBackpackSecurityFilledDetective
ClothingBackpackDuffelFilledDetective: ClothingBackpackDuffelSecurityFilledDetective ClothingBackpackDuffelFilledDetective: ClothingBackpackDuffelSecurityFilledDetective
ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDetective ClothingBackpackSatchelFilledDetective: ClothingBackpackSatchelSecurityFilledDetective
@@ -247,6 +247,9 @@ ImprovisedExplosive: FireBomb
ImprovisedExplosiveEmpty: FireBombEmpty ImprovisedExplosiveEmpty: FireBombEmpty
ImprovisedExplosiveFuel: FireBombFuel ImprovisedExplosiveFuel: FireBombFuel
# 2024-03-16
ClothingHeadHatHairflower: FoodPoppy
# 2024-03-21 # 2024-03-21
RPED: null RPED: null