Spaceman's Trumpet and Lily (#25090)

* trumpet + lily +polypy

* trumbet
This commit is contained in:
potato1234_x
2024-02-21 16:49:39 +10:00
committed by GitHub
parent 41267979f4
commit 33153aaa2e
25 changed files with 240 additions and 0 deletions

View File

@@ -1209,6 +1209,34 @@
tags:
- Flower # TODO add "RedFlower" or "Poppy" tag, when other color flowers will be
- type: entity
name: lily
parent: FoodPoppy
id: FoodLily
description: A beautiful orange flower.
components:
- type: FlavorProfile
flavors:
- medicine
- type: SolutionContainerManager
solutions:
food:
maxVol: 22
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Bicaridine
Quantity: 20
- type: Sprite
sprite: Objects/Specific/Hydroponics/lily.rsi
- type: Produce
seedId: lily
- type: Extractable
grindableSolutionName: food
- type: Tag
tags:
- Flower
- type: entity
name: lingzhi
parent: FoodProduceBase
@@ -1432,6 +1460,34 @@
- ReagentId: MilkSoy
Quantity: 5
- type: entity
name: spaceman's trumpet
description: A vivid flower that smells faintly of freshly cut grass. Touching the flower seems to stain the skin some time after contact, yet most other surfaces seem to be unaffected by this phenomenon.
id: FoodSpacemansTrumpet
parent: FoodProduceBase
components:
- type: FlavorProfile
flavors:
- violets
- type: Sprite
sprite: Objects/Specific/Hydroponics/spacemans_trumpet.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 4
reagents:
- ReagentId: Nutriment
Quantity: 1
- ReagentId: PolypyryliumOligomers
Quantity: 3
- type: Produce
seedId: spacemansTrumpet
- type: Tag
tags:
- Flower
- type: Instrument #hehe trumpet
program: 56
- type: entity
name: koibean
description: These beans seem a little bit fishy.

View File

@@ -351,6 +351,17 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/poppy.rsi
- type: entity
parent: SeedBase
name: packet of lily seeds
description: "These seeds grow into lilies."
id: LilySeeds
components:
- type: Seed
seedId: lily
- type: Sprite
sprite: Objects/Specific/Hydroponics/lily.rsi
- type: entity
parent: SeedBase
name: packet of lingzhi spores
@@ -448,6 +459,16 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/soybeans.rsi
- type: entity
parent: SeedBase
name: packet of spaceman's trumpet seeds
id: SpacemansTrumpetSeeds
components:
- type: Seed
seedId: spacemansTrumpet
- type: Sprite
sprite: Objects/Specific/Hydroponics/spacemans_trumpet.rsi
- type: entity
parent: SeedBase
name: packet of koibean seeds