init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# SPDX-FileCopyrightText: 2024 Alchebun <47635328+jimmy12or@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: entity
|
||||
name: plant bag of holding
|
||||
id: PlantBagOfHolding
|
||||
parent: PlantBag
|
||||
description: A robust bag of holding for fruitful botanists with more plants than pockets.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi
|
||||
state: icon
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Objects/Specific/Hydroponics/plant_bag_holding.rsi
|
||||
- type: Storage
|
||||
grid:
|
||||
- 0,0,19,9
|
||||
15
Prototypes/DeltaV/Recipes/Lathes/devices.yml
Normal file
15
Prototypes/DeltaV/Recipes/Lathes/devices.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# SPDX-FileCopyrightText: 2024 Alchebun <47635328+jimmy12or@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: latheRecipe
|
||||
id: PlantBagOfHolding
|
||||
result: PlantBagOfHolding
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 2000
|
||||
Silver: 750
|
||||
Plasma: 1000
|
||||
BSCrystal: 200
|
||||
9
Prototypes/DeltaV/Recipes/Lathes/service.yml
Normal file
9
Prototypes/DeltaV/Recipes/Lathes/service.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ServiceTools
|
||||
recipes:
|
||||
- PlantBagOfHolding
|
||||
Reference in New Issue
Block a user