Fix SMES and Substation construction. (#7507)
This commit is contained in:
committed by
GitHub
parent
ae155e512a
commit
878b22bd5a
@@ -218,7 +218,7 @@
|
|||||||
sprite: Objects/Misc/module.rsi
|
sprite: Objects/Misc/module.rsi
|
||||||
state: power_mod
|
state: power_mod
|
||||||
- type: MachineBoard
|
- type: MachineBoard
|
||||||
prototype: BaseSMES
|
prototype: SMESBasic
|
||||||
requirements:
|
requirements:
|
||||||
Capacitor: 10
|
Capacitor: 10
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
description: A machine printed circuit board for a substation
|
description: A machine printed circuit board for a substation
|
||||||
components:
|
components:
|
||||||
- type: MachineBoard
|
- type: MachineBoard
|
||||||
prototype: BaseSubstation
|
prototype: SubstationBasic
|
||||||
requirements:
|
requirements:
|
||||||
Capacitor: 3
|
Capacitor: 3
|
||||||
materialRequirements:
|
materialRequirements:
|
||||||
@@ -282,7 +282,7 @@
|
|||||||
Capacitor: 1
|
Capacitor: 1
|
||||||
materialRequirements:
|
materialRequirements:
|
||||||
CableHV: 5
|
CableHV: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: GeneratorUraniumMachineCircuitboard
|
id: GeneratorUraniumMachineCircuitboard
|
||||||
parent: BaseMachineCircuitboard
|
parent: BaseMachineCircuitboard
|
||||||
|
|||||||
Reference in New Issue
Block a user