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:
@@ -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
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Emitter # TODO change to flatpack
|
||||
- id: EmitterFlatpack # TODO change to flatpack
|
||||
|
||||
- type: entity
|
||||
id: CrateEngineeringSingularityCollector
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user