SMES are no longer filled when constructed (#11401)
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: power_mod
|
||||
- type: MachineBoard
|
||||
prototype: SMESBasic
|
||||
prototype: SMESBasicEmpty
|
||||
requirements:
|
||||
Capacitor: 10
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
description: A machine printed circuit board for a substation
|
||||
components:
|
||||
- type: MachineBoard
|
||||
prototype: SubstationBasic
|
||||
prototype: SubstationBasicEmpty
|
||||
requirements:
|
||||
Capacitor: 3
|
||||
materialRequirements:
|
||||
|
||||
@@ -71,3 +71,11 @@
|
||||
- type: Battery
|
||||
maxCharge: 10000000
|
||||
startingCharge: 10000000
|
||||
|
||||
- type: entity
|
||||
parent: SMESBasic
|
||||
id: SMESBasicEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: Battery
|
||||
startingCharge: 0
|
||||
|
||||
@@ -169,6 +169,14 @@
|
||||
maxCharge: 4000000
|
||||
startingCharge: 4000000
|
||||
|
||||
- type: entity
|
||||
parent: SubstationBasic
|
||||
id: SubstationBasicEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: Battery
|
||||
startingCharge: 0
|
||||
|
||||
- type: entity
|
||||
parent: BaseSubstationWall
|
||||
id: SubstationWallBasic
|
||||
|
||||
Reference in New Issue
Block a user