Shuttle Assembly Crate (#7898)

This commit is contained in:
youarereadingthis
2022-05-12 20:11:36 -04:00
committed by GitHub
parent f020a9245c
commit 6c7574a3ee
2 changed files with 30 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
- type: cargoProduct
name: shuttle gyroscope
id: ShuttleGyroscope
description: 1 gyroscope for use in rotating a shuttle.
description: A gyroscope for use in rotating a shuttle.
icon:
sprite: Structures/Shuttles/gyroscope.rsi
state: base
@@ -21,3 +21,16 @@
cost: 4000
category: Shuttle
group: market
- type: cargoProduct
name: shuttle powering crate
id: ShuttlePowerKit
description: Contains boards for wallmounted power utilities.
icon:
sprite: Structures/Machines/computers.rsi
state: avionics-systems
product: CrateEngineeringShuttle
cost: 3000
category: Shuttle
group: market
# locked: true # only the QM has permission to order by default

View File

@@ -136,3 +136,19 @@
contents:
- id: SolarAssemblyPart
amount: 6
- type: entity
id: CrateEngineeringShuttle
name: shuttle power crate
parent: CrateEngineeringSecure
components:
- type: StorageFill
contents:
- id: WallmountSubstationElectronics
amount: 1
- id: WallmountGeneratorAPUElectronics
amount: 1
- id: HandheldGPSBasic
amount: 1
- id: InflatableDoorStack1
amount: 1