Hydroponic trays can now be bought (#36630)

This commit is contained in:
ScarKy0
2025-04-17 01:51:00 +02:00
committed by GitHub
parent 8f45639661
commit bfe739e0af
5 changed files with 40 additions and 1 deletions

View File

@@ -47,3 +47,13 @@
cost: 750
category: cargoproduct-category-name-hydroponics
group: market
- type: cargoProduct
id: HydroponicsTray
icon:
sprite: Structures/Hydroponics/containers.rsi
state: hydrotray3
product: CrateHydroponicsTray
cost: 750
category: cargoproduct-category-name-hydroponics
group: market

View File

@@ -92,3 +92,13 @@
- id: WatermelonSeeds
- id: PeaSeeds
- id: CherrySeeds
- type: entity
id: CrateHydroponicsTray
parent: CrateHydroponics
name: hydroponics tray crate
description: Contains a hydroponics tray flatpack.
components:
- type: StorageFill
contents:
- id: HydroponicsTrayFlatpack

View File

@@ -250,3 +250,19 @@
components:
- type: Flatpack
entity: ComputerCrewMonitoring
- type: entity
parent: BaseFlatpack
id: HydroponicsTrayFlatpack
name: hydroponics tray flatpack
description: A flatpack used for constructing a hydroponics tray.
components:
- type: Flatpack
entity: hydroponicsTray
- type: Sprite
layers:
- state: hydroponics-tray
- type: GuideHelp
guides:
- Botany
- Chemicals