Emitter 1984 - cargo and construction (#8606)
This commit is contained in:
@@ -58,17 +58,17 @@
|
|||||||
category: Engineering
|
category: Engineering
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
#- type: cargoProduct
|
||||||
name: "emitter crate"
|
# name: "emitter crate"
|
||||||
id: EngineSingularityEmitter
|
# id: EngineSingularityEmitter
|
||||||
description: "Contains an emitter. Used only for dangerous applications."
|
# description: "Contains an emitter. Used only for dangerous applications."
|
||||||
icon:
|
# icon:
|
||||||
sprite: Structures/Power/Generation/Singularity/emitter.rsi
|
# sprite: Structures/Power/Generation/Singularity/emitter.rsi
|
||||||
state: emitter2
|
# state: emitter2
|
||||||
product: CrateEngineeringSingularityEmitter
|
# product: CrateEngineeringSingularityEmitter
|
||||||
cost: 3000
|
# cost: 3000
|
||||||
category: Engineering
|
# category: Engineering
|
||||||
group: market
|
# group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
name: "radiation collector crate"
|
name: "radiation collector crate"
|
||||||
|
|||||||
@@ -273,6 +273,7 @@
|
|||||||
- FlashlightLantern
|
- FlashlightLantern
|
||||||
- FireExtinguisher
|
- FireExtinguisher
|
||||||
- AutolatheMachineCircuitboard
|
- AutolatheMachineCircuitboard
|
||||||
|
- EmitterCircuitboard
|
||||||
- ProtolatheMachineCircuitboard
|
- ProtolatheMachineCircuitboard
|
||||||
- OreProcessorMachineCircuitboard
|
- OreProcessorMachineCircuitboard
|
||||||
- CircuitImprinterMachineCircuitboard
|
- CircuitImprinterMachineCircuitboard
|
||||||
|
|||||||
@@ -396,6 +396,20 @@
|
|||||||
materialRequirements:
|
materialRequirements:
|
||||||
Glass: 2
|
Glass: 2
|
||||||
Cable: 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
|
- type: entity
|
||||||
id: SurveillanceCameraRouterCircuitboard
|
id: SurveillanceCameraRouterCircuitboard
|
||||||
|
|||||||
@@ -71,3 +71,8 @@
|
|||||||
locked: false
|
locked: false
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [[ "Engineering" ]]
|
access: [[ "Engineering" ]]
|
||||||
|
- type: Construction
|
||||||
|
graph: Machine
|
||||||
|
node: machine
|
||||||
|
- type: Machine
|
||||||
|
board: EmitterCircuitboard
|
||||||
@@ -357,3 +357,12 @@
|
|||||||
materials:
|
materials:
|
||||||
Steel: 100
|
Steel: 100
|
||||||
Glass: 900
|
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