Hydroponic trays can now be bought (#36630)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC0-1.0",
|
||||
"copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041; singularity-generator, tesla-generator, radiation-collector, containment-field-generator, tesla-coil, grounding-rod inner icons made by lzk228; emitter made by pigeonpeas. fax-machine made by moomoobeef, modified by ps3moira",
|
||||
"copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041; singularity-generator, tesla-generator, radiation-collector, containment-field-generator, tesla-coil, grounding-rod inner icons made by lzk228; emitter made by pigeonpeas. fax-machine made by moomoobeef, modified by ps3moira. hydroponics-tray modified by ScarKy0 (Github).",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -45,6 +45,9 @@
|
||||
},
|
||||
{
|
||||
"name": "fax-machine"
|
||||
},
|
||||
{
|
||||
"name": "hydroponics-tray"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user