Emitter 1984 - cargo and construction (#8606)
This commit is contained in:
@@ -58,17 +58,17 @@
|
||||
category: 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: 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: Engineering
|
||||
# group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "radiation collector crate"
|
||||
|
||||
@@ -273,6 +273,7 @@
|
||||
- FlashlightLantern
|
||||
- FireExtinguisher
|
||||
- AutolatheMachineCircuitboard
|
||||
- EmitterCircuitboard
|
||||
- ProtolatheMachineCircuitboard
|
||||
- OreProcessorMachineCircuitboard
|
||||
- CircuitImprinterMachineCircuitboard
|
||||
|
||||
@@ -396,6 +396,20 @@
|
||||
materialRequirements:
|
||||
Glass: 2
|
||||
Cable: 2
|
||||
|
||||
- type: entity
|
||||
id: EmitterCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: emitter machine board
|
||||
components:
|
||||
- type: MachineBoard
|
||||
prototype: Emitter
|
||||
requirements:
|
||||
Capacitor: 1
|
||||
Laser: 1
|
||||
materialRequirements:
|
||||
CableHV: 5
|
||||
Glass: 2
|
||||
|
||||
- type: entity
|
||||
id: SurveillanceCameraRouterCircuitboard
|
||||
|
||||
@@ -71,3 +71,8 @@
|
||||
locked: false
|
||||
- type: AccessReader
|
||||
access: [[ "Engineering" ]]
|
||||
- type: Construction
|
||||
graph: Machine
|
||||
node: machine
|
||||
- type: Machine
|
||||
board: EmitterCircuitboard
|
||||
@@ -357,3 +357,12 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
- type: latheRecipe
|
||||
id: EmitterCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
result: EmitterCircuitboard
|
||||
completetime: 4
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
Reference in New Issue
Block a user