Shuttle Assembly Crate (#7898)
This commit is contained in:
committed by
GitHub
parent
f020a9245c
commit
6c7574a3ee
@@ -13,7 +13,7 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
name: shuttle gyroscope
|
name: shuttle gyroscope
|
||||||
id: ShuttleGyroscope
|
id: ShuttleGyroscope
|
||||||
description: 1 gyroscope for use in rotating a shuttle.
|
description: A gyroscope for use in rotating a shuttle.
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Shuttles/gyroscope.rsi
|
sprite: Structures/Shuttles/gyroscope.rsi
|
||||||
state: base
|
state: base
|
||||||
@@ -21,3 +21,16 @@
|
|||||||
cost: 4000
|
cost: 4000
|
||||||
category: Shuttle
|
category: Shuttle
|
||||||
group: market
|
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
|
||||||
|
|||||||
@@ -136,3 +136,19 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: SolarAssemblyPart
|
- id: SolarAssemblyPart
|
||||||
amount: 6
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user