diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml b/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml index d345a9d770..baa91b5fe8 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml index 267b1835e4..912e9d859a 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engines.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engines.yml @@ -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