Allow the purchase of emitters from cargo. (#27229)

add emitter crates back to cargo + changes the contents of an emittercrate from emitter to emitterflatpack

👍
This commit is contained in:
pigeonpeas
2024-04-23 07:34:09 -04:00
committed by GitHub
parent 716cdcbdf8
commit c129bb177c
5 changed files with 30 additions and 13 deletions

View File

@@ -28,17 +28,17 @@
category: cargoproduct-category-name-engineering
group: market
#- type: cargoProduct
# name: "emitter crate"
# id: EngineSingularityEmitter
# description: "Contains an emitter. Used only for dangerous applications."
# icon:
# sprite: Structures/Power/Generation/Singularity/emitter.rsi
# state: emitter2
# product: CrateEngineeringSingularityEmitter
# cost: 3000
# category: cargoproduct-category-name-engineering
# group: market
- type: cargoProduct
name: "emitter crate"
id: EngineSingularityEmitter
description: "Contains an emitter. Used only for dangerous applications."
icon:
sprite: Structures/Power/Generation/Singularity/emitter.rsi
state: emitter2
product: CrateEngineeringSingularityEmitter
cost: 3000
category: cargoproduct-category-name-engineering
group: market
- type: cargoProduct
id: EngineSingularityCollector

View File

@@ -42,7 +42,7 @@
components:
- type: StorageFill
contents:
- id: Emitter # TODO change to flatpack
- id: EmitterFlatpack # TODO change to flatpack
- type: entity
id: CrateEngineeringSingularityCollector

View File

@@ -110,6 +110,20 @@
- type: GuideHelp
guides: [ Singularity, Power ]
- type: entity
parent: BaseFlatpack
id: EmitterFlatpack
name: emitter flatpack
description: A flatpack used for constructing an emitter.
components:
- type: Flatpack
entity: Emitter
- type: Sprite
layers:
- state: emitter
- type: GuideHelp
guides: [ Singularity, Power ]
- type: entity
parent: BaseFlatpack
id: TeslaGeneratorFlatpack